summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: vmbus: Use the new infrastructure for delivering VMBUS interruptsK. Y. Srinivasan2013-02-273-8/+10
* Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-02-219-195/+593
|\
| * Drivers: hv: balloon: Prevent the host from ballooning the guest too lowK. Y. Srinivasan2013-02-081-1/+34
| * Drivers: hv: balloon: Add a parameter to delay pressure reportingK. Y. Srinivasan2013-02-081-2/+11
| * Drivers: hv: balloon: Make adjustments to the pressure reportK. Y. Srinivasan2013-01-301-3/+9
| * Merge 3.8-rc5 into char-misc-nextGreg Kroah-Hartman2013-01-251-14/+21
| |\
| * | Drivers: hv: Execute shutdown in a thread contextK. Y. Srinivasan2013-01-251-1/+11
| * | Drivers: hv: Use consolidated GUID definitionsK. Y. Srinivasan2013-01-252-15/+13
| * | Drivers: hv: vmbus: Consolidate all offer GUID definitions in hyperv.hK. Y. Srinivasan2013-01-251-25/+6
| * | Drivers: hv: Bind all vmbbus interrupts to the boot CPUK. Y. Srinivasan2013-01-181-1/+1
| * | Drivers: hv: vmbus_flow_handler() can be staticFengguang Wu2013-01-181-1/+1
| * | Drivers: hv: remove unused variable in vmbus_recvpacket_raw()Wei Yongjun2013-01-171-2/+0
| * | Drivers: hv: Cleanup and consolidate reporting of build/version infoK. Y. Srinivasan2013-01-172-11/+7
| * | Drivers: hv: Capture the host build informationK. Y. Srinivasan2013-01-172-0/+16
| * | Drivers: hv: Implement flow management on the send sideK. Y. Srinivasan2013-01-173-4/+61
| * | Drivers: hv: Enable protocol negotiation with win8 hostsK. Y. Srinivasan2013-01-171-1/+1
| * | Drivers: hv: Add a check to deal with spurious interruptsK. Y. Srinivasan2013-01-171-4/+6
| * | Drivers: hv: Handle vmbus interrupts concurrently on all cpusK. Y. Srinivasan2013-01-172-1/+22
| * | Drivers: hv: Manage event tasklets on per-cpu basisK. Y. Srinivasan2013-01-173-3/+19
| * | Drivers: hv: Get rid of unnecessary request for offersK. Y. Srinivasan2013-01-171-2/+0
| * | Drivers: hv: Get rid of the unused global signaling stateK. Y. Srinivasan2013-01-172-32/+0
| * | Drivers: hv: Add code to distribute channel interrupt loadK. Y. Srinivasan2013-01-171-1/+84
| * | Drivers: hv: Modify the interrupt handling code to support win8 and beyondK. Y. Srinivasan2013-01-172-7/+46
| * | Drivers: hv: Add state to manage incoming channel interrupt loadK. Y. Srinivasan2013-01-172-1/+3
| * | Drivers: hv: Setup a mapping for Hyper-V's notion cpu IDK. Y. Srinivasan2013-01-172-0/+21
| * | Drivers: hv: Cleanup vmbus_set_event() to support win7 and beyondK. Y. Srinivasan2013-01-171-5/+8
| * | Drivers: hv: Manage signaling state on a per-connection basisK. Y. Srinivasan2013-01-172-21/+20
| * | Drivers: hv: Move vmbus version definitions to hyperv.hK. Y. Srinivasan2013-01-171-15/+0
| * | Drivers: hv: Change the signature of vmbus_set_event()K. Y. Srinivasan2013-01-173-3/+4
| * | Drivers: hv: Change the signature for hv_signal_event()K. Y. Srinivasan2013-01-173-6/+5
| * | Drivers: hv: Save and export negotiated vmbus versionK. Y. Srinivasan2013-01-171-0/+9
| * | Drivers: hv: Support handling multiple VMBUS versionsK. Y. Srinivasan2013-01-171-54/+111
| * | Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask()K. Y. Srinivasan2013-01-172-14/+0
| * | Drivers: hv: Optimize the signaling on the write pathK. Y. Srinivasan2013-01-173-10/+49
| * | Drivers: hv: Optimize signaling in the read pathK. Y. Srinivasan2013-01-171-3/+25
| * | Drivers: hv: Turn off batched reading for util driversK. Y. Srinivasan2013-01-171-0/+10
| * | Drivers: hv: Add state to manage batched readingK. Y. Srinivasan2013-01-171-0/+7
| * | Drivers: hv: Implement routines for read side signaling optimizationK. Y. Srinivasan2013-01-172-0/+28
| * | hv: hv_balloon: remove duplicated include from hv_balloon.cWei Yongjun2013-01-171-1/+0
* | | x86, hyperv: HYPERV depends on X86_LOCAL_APICH. Peter Anvin2013-02-121-1/+1
| |/ |/|
* | Drivers: hv: balloon: Fix a memory leakK. Y. Srinivasan2013-01-171-10/+13
* | Drivers: hv: balloon: Fix a bug in the definition of struct dm_info_msgK. Y. Srinivasan2013-01-171-4/+8
|/
* hv: hv_balloon: mark a function staticGreg Kroah-Hartman2012-11-211-1/+1
* Drivers: hv: Add Hyper-V balloon driverK. Y. Srinivasan2012-11-153-0/+1048
* Merge 3.7-rc3 into char-misc-nextGreg Kroah-Hartman2012-10-291-11/+13
|\
| * Drivers: hv: Cleanup error handling in vmbus_open()K. Y. Srinivasan2012-10-241-11/+13
* | Drivers: hv: remove unused variable from channel_mgmt.cWei Yongjun2012-10-241-8/+0
* | Drivers: hv: Get rid of unnecessary forward declarationsK. Y. Srinivasan2012-10-241-8/+0
|/
* Drivers: hv: kvp: Copy the address family informationK. Y. Srinivasan2012-09-051-0/+2
* hv: vmbus_drv: detect hyperv through x86_hyperJason Wang2012-09-041-23/+2
OpenPOWER on IntegriCloud