aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-24Drivers: hv: Cleanup error handling in vmbus_open()K. Y. Srinivasan1-11/+13
2012-09-05Drivers: hv: kvp: Copy the address family informationK. Y. Srinivasan1-0/+2
2012-09-04hv: vmbus_drv: detect hyperv through x86_hyperJason Wang1-23/+2
2012-08-17hv: fail the probing immediately when we are not in hyperv platformJason Wang2-25/+25
2012-08-17Drivers: hv: kvp: Support the new IP injection messagesK. Y. Srinivasan1-6/+135
2012-08-16Drivers: hv: kvp: Cleanup error handling in KVPK. Y. Srinivasan1-23/+91
2012-08-16Drivers: hv: Add KVP definitions for IP address injectionK. Y. Srinivasan1-2/+2
2012-08-13Drivers: hv: vmbus: Use the standard format string to format GUIDsK. Y. Srinivasan1-36/+2
2012-08-13Drivers: hv: Cleanup the guest ID computationK. Y. Srinivasan2-7/+49
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-2/+1
2012-07-19Drivers: hv: Change the hex constant to a decimal constantK. Y. Srinivasan1-1/+1
2012-07-19drivers: hv: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-2/+1
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-32/+57
2012-05-14Drivers: hv: util: Properly handle version negotiations.K. Y. Srinivasan3-20/+46
2012-05-14Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp()K. Y. Srinivasan1-22/+21
2012-04-09hv: fix return type of hv_post_message()Dan Carpenter2-2/+2
2012-04-03net/hyperv: Add flow control based on hi/low watermarkHaiyang Zhang1-31/+0
2012-03-16Tools: hv: Support enumeration from all the poolsK. Y. Srinivasan1-3/+4
2012-03-16Drivers: hv: Support the newly introduced KVP messages in the driverK. Y. Srinivasan1-51/+167
2012-03-13Drivers: hv: Add new message types to enhance KVPK. Y. Srinivasan1-2/+3
2012-02-09drivers: hv: Increase the number of VCPUs supported in the guestK. Y. Srinivasan2-5/+4
2012-02-09drivers: hv: kvp: Cleanup the kernel/user protocolK. Y. Srinivasan1-16/+25
2012-02-02drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.hK. Y. Srinivasan3-186/+0
2012-02-02drivers: hv: kvp: Add/cleanup connector definesK. Y. Srinivasan1-3/+0
2012-01-24drivers: hv: Get rid of some unnecessary codeK. Y. Srinivasan1-87/+0
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-4/+6
2012-01-04Drivers:hv: Fix a bug in vmbus_driver_unregister()K. Y. Srinivasan1-4/+1
2011-12-12Drivers: hv: Get rid of an unnecessary check in hv.cK. Y. Srinivasan1-5/+0
2011-12-12Drivers: hv: Make the vmbus driver unloadableK. Y. Srinivasan4-0/+26
2011-12-12Drivers: hv: Fix a memory leakK. Y. Srinivasan1-0/+1
2011-12-09drivers: hv: Don't OOPS when you cannot init vmbusK. Y. Srinivasan1-0/+16
2011-11-26hv: Add Kconfig menu entryBart Van Assche1-1/+3
2011-11-26Staging: hv: vmbus: Support building the vmbus driver as part of the kernelK. Y. Srinivasan1-1/+1
2011-11-18NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern1-4/+6
2011-10-11hv: remove struct hv_device_info from hyperv.hGreg Kroah-Hartman1-0/+19
2011-10-11hv: remove free_channel() from hyperv.hGreg Kroah-Hartman1-1/+1
2011-10-11Staging: hv: remove vmbus_loglevel as it is not used at all anymoreGreg Kroah-Hartman1-5/+0
2011-10-11Staging: hv: remove last user of DPRINT() macroGreg Kroah-Hartman2-33/+0
2011-10-11hv: rename prep_negotiate_resp() to vmbus_prep_negotiate_resp()Greg Kroah-Hartman3-9/+8
2011-10-11Staging: hv: remove unneeded asm include file in hyperv.hGreg Kroah-Hartman3-3/+3
2011-10-10Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman12-0/+5034