summaryrefslogtreecommitdiff
path: root/drivers/staging/hv
AgeCommit message (Expand)Author
2011-04-25staging: hv: move netvsc_initialize() to clean up forward declarationHaiyang Zhang
2011-04-20Staging: convert hv network driver to hw_featuresMichał Mirosław
2011-04-20hv: make vmbus_loglevel writeableOlaf Hering
2011-04-20hv: pass integer to tasklet_init()Olaf Hering
2011-04-20hv: pass u32 to process_chn_event()Olaf Hering
2011-04-20hv: Reduce indention in vmbus_on_eventOlaf Hering
2011-04-20Staging: hv: Get rid of blkvsc_check_events()K. Y. Srinivasan
2011-04-20Staging: hv: Get rid of the forward declaration of blkvsc_getgeo()K. Y. Srinivasan
2011-04-20Staging: hv: Get rid of the forward declaration of blkvsc_open()K. Y. Srinivasan
2011-04-20Staging: hv: Get rid of the forward declaration of blkvsc_check_events()K. Y. Srinivasan
2011-04-20Staging: hv: Get rid of the forward declaration of blkvsc_submit_request()K. Y. Srinivasan
2011-04-20Staging: hv: Zero out the request structure on allocationK. Y. Srinivasan
2011-04-20Staging: hv: Properly capture the error stateK. Y. Srinivasan
2011-04-13Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman
2011-04-07Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-07fix build fail for hv_mouse indefine udelayYouquan Song
2011-04-06staging: hv: Fix GARP not sent after Quick MigrationHaiyang Zhang
2011-04-04staging: hv: Convert camel case in in all functions to lower case in hv_mouseHank Janssen
2011-04-04staging: hv: Convert camel case members of struct mousevsc_dev to lower caseHank Janssen
2011-04-04staging: hv: Convert camel case member of struct mousevsc_drv_obj to lower caseHank Janssen
2011-04-04staging: hv: Convert camel case func params to lower case in hv_mouseHank Janssen
2011-04-04staging: hv: change camel case funct names to lower case funct in hv_mouseHank Janssen
2011-04-04staging: hv: Replaced printk with pr_info in hv_timesourceHank Janssen
2011-04-04staging: hv: Replaced DPRINT and printk with native functions in hv_utilsHank Janssen
2011-04-04staging: hv: replace DPRINT with native primitives in hv_netvscHank Janssen
2011-04-04staging: hv: Replace DPRINT with natives in hv_vmbusHank Janssen
2011-04-04staging: hv: Remove all unneeded DPRINT from hv_utilsHank Janssen
2011-04-04staging: hv: Remove all unneeded DPRINT from hv_netvscHank Janssen
2011-04-04staging: hv: Remove all unneeded DPRINT from hv_vmbusHank Janssen
2011-04-04Staging: hv: Get rid of synch primitive in struct blkvsc_requestK. Y. Srinivasan
2011-04-04Staging: hv: Rename struct storvsc_request_extensionK. Y. Srinivasan
2011-04-04Staging: hv: Move the data_buffer field from struct hv_storvsc_requestK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of the status field from struct hv_storvsc_requestK. Y. Srinivasan
2011-04-04Staging: hv: Move on_io_completion() from struct hv_storvsc_requestK. Y. Srinivasan
2011-04-04Staging: hv: Move the context field from struct hv_storvsc_requestK. Y. Srinivasan
2011-04-04Staging: hv: Move sense_buffer fieldK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of sense_buffer_size from struct hv_storvsc_requestK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of cdb from struct hv_storvsc_requestK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of the cdb_len from struct hv_storvsc_requestK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of lun_id from struct hv_storvsc_requestK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of the target_id from struct hv_storvsc_requestK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of the bus field from struct hv_storvsc_requestK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of the host field from struct hv_storvsc_requestK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of the type field from struct hv_storvsc_requestK. Y. Srinivasan
2011-04-04Staging: hv: Use struct completion in struct storvsc_request_extensionK. Y. Srinivasan
2011-04-04Staging: hv: Add a function to map a hv_driver pointer to storvsc driverK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of request_ext_size from struct storvsc_driver_objectK. Y. Srinivasan
2011-04-04Staging: hv: Embed struct storvsc_request_extension into hv_storvsc_requestK. Y. Srinivasan
2011-04-04Staging: hv: Move the definition of struct storvsc_request_extensionK. Y. Srinivasan