summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: balloon: Do not post pressure status if interruptedK. Y. Srinivasan2013-07-161-0/+8
* Drivers: hv: balloon: Fix a bug in the hot-add codeK. Y. Srinivasan2013-07-161-8/+5
* Drivers: hv: vmbus: incorrect device name is printed when child device is unr...Fernando Soto2013-07-161-4/+4
* drivers: hv: allocate synic structures before hv_synic_init()Jason Wang2013-06-243-34/+63
* drivers: hv: check interrupt mask before read_indexJason Wang2013-06-241-0/+2
* drivers: hv: switch to use mb() instead of smp_mb()Jason Wang2013-06-182-6/+6
* Drivers: hv: vmbus: Implement multi-channel supportK. Y. Srinivasan2013-06-033-8/+175
* Drivers: hv: Fix a bug in get_vp_index()K. Y. Srinivasan2013-05-211-1/+1
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-301-1/+1
|\
| * x86: Make Linux guest support optionalBorislav Petkov2013-03-041-1/+1
* | Drivers: hv: vmbus: Fix a bug in hv_need_to_signal()K. Y. Srinivasan2013-04-011-0/+1
* | Drivers: hv: Notify the host of permanent hot-add failuresK. Y. Srinivasan2013-03-291-2/+31
* | Drivers: hv: balloon: Support 2M page allocations for ballooningK. Y. Srinivasan2013-03-291-2/+16
* | Drivers: hv: balloon: Permit Linux to specify hot-add alignment requirementsK. Y. Srinivasan2013-03-291-2/+15
* | Drivers: hv: balloon: make local functions staticWei Yongjun2013-03-251-2/+2
* | Drivers: hv: Add a new driver to support host initiated backupK. Y. Srinivasan2013-03-153-1/+298
* | Drivers: hv: vmbus: Handle channel rescind message correctlyK. Y. Srinivasan2013-03-151-0/+11
* | Drivers: hv: balloon: Implement hot-add functionalityK. Y. Srinivasan2013-03-151-21/+387
* | Drivers: hv: balloon: Make the balloon driver not unloadableK. Y. Srinivasan2013-03-151-7/+0
* | Drivers: hv: balloon: Execute hot-add code in a separate contextK. Y. Srinivasan2013-03-151-18/+23
* | Drivers: hv: balloon: Execute balloon inflation in a separate contextK. Y. Srinivasan2013-03-151-10/+24
* | Drivers: hv: balloon: Do not request completion notificationK. Y. Srinivasan2013-03-151-4/+2
* | driver: hv: remove cast for kmalloc return valueZhang Yanfei2013-03-151-3/+2
|/
* 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