index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hv
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drivers: hv: vmbus: Use the new infrastructure for delivering VMBUS interrupts
K. Y. Srinivasan
2013-02-27
3
-8
/
+10
*
Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-02-21
9
-195
/
+593
|
\
|
*
Drivers: hv: balloon: Prevent the host from ballooning the guest too low
K. Y. Srinivasan
2013-02-08
1
-1
/
+34
|
*
Drivers: hv: balloon: Add a parameter to delay pressure reporting
K. Y. Srinivasan
2013-02-08
1
-2
/
+11
|
*
Drivers: hv: balloon: Make adjustments to the pressure report
K. Y. Srinivasan
2013-01-30
1
-3
/
+9
|
*
Merge 3.8-rc5 into char-misc-next
Greg Kroah-Hartman
2013-01-25
1
-14
/
+21
|
|
\
|
*
|
Drivers: hv: Execute shutdown in a thread context
K. Y. Srinivasan
2013-01-25
1
-1
/
+11
|
*
|
Drivers: hv: Use consolidated GUID definitions
K. Y. Srinivasan
2013-01-25
2
-15
/
+13
|
*
|
Drivers: hv: vmbus: Consolidate all offer GUID definitions in hyperv.h
K. Y. Srinivasan
2013-01-25
1
-25
/
+6
|
*
|
Drivers: hv: Bind all vmbbus interrupts to the boot CPU
K. Y. Srinivasan
2013-01-18
1
-1
/
+1
|
*
|
Drivers: hv: vmbus_flow_handler() can be static
Fengguang Wu
2013-01-18
1
-1
/
+1
|
*
|
Drivers: hv: remove unused variable in vmbus_recvpacket_raw()
Wei Yongjun
2013-01-17
1
-2
/
+0
|
*
|
Drivers: hv: Cleanup and consolidate reporting of build/version info
K. Y. Srinivasan
2013-01-17
2
-11
/
+7
|
*
|
Drivers: hv: Capture the host build information
K. Y. Srinivasan
2013-01-17
2
-0
/
+16
|
*
|
Drivers: hv: Implement flow management on the send side
K. Y. Srinivasan
2013-01-17
3
-4
/
+61
|
*
|
Drivers: hv: Enable protocol negotiation with win8 hosts
K. Y. Srinivasan
2013-01-17
1
-1
/
+1
|
*
|
Drivers: hv: Add a check to deal with spurious interrupts
K. Y. Srinivasan
2013-01-17
1
-4
/
+6
|
*
|
Drivers: hv: Handle vmbus interrupts concurrently on all cpus
K. Y. Srinivasan
2013-01-17
2
-1
/
+22
|
*
|
Drivers: hv: Manage event tasklets on per-cpu basis
K. Y. Srinivasan
2013-01-17
3
-3
/
+19
|
*
|
Drivers: hv: Get rid of unnecessary request for offers
K. Y. Srinivasan
2013-01-17
1
-2
/
+0
|
*
|
Drivers: hv: Get rid of the unused global signaling state
K. Y. Srinivasan
2013-01-17
2
-32
/
+0
|
*
|
Drivers: hv: Add code to distribute channel interrupt load
K. Y. Srinivasan
2013-01-17
1
-1
/
+84
|
*
|
Drivers: hv: Modify the interrupt handling code to support win8 and beyond
K. Y. Srinivasan
2013-01-17
2
-7
/
+46
|
*
|
Drivers: hv: Add state to manage incoming channel interrupt load
K. Y. Srinivasan
2013-01-17
2
-1
/
+3
|
*
|
Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID
K. Y. Srinivasan
2013-01-17
2
-0
/
+21
|
*
|
Drivers: hv: Cleanup vmbus_set_event() to support win7 and beyond
K. Y. Srinivasan
2013-01-17
1
-5
/
+8
|
*
|
Drivers: hv: Manage signaling state on a per-connection basis
K. Y. Srinivasan
2013-01-17
2
-21
/
+20
|
*
|
Drivers: hv: Move vmbus version definitions to hyperv.h
K. Y. Srinivasan
2013-01-17
1
-15
/
+0
|
*
|
Drivers: hv: Change the signature of vmbus_set_event()
K. Y. Srinivasan
2013-01-17
3
-3
/
+4
|
*
|
Drivers: hv: Change the signature for hv_signal_event()
K. Y. Srinivasan
2013-01-17
3
-6
/
+5
|
*
|
Drivers: hv: Save and export negotiated vmbus version
K. Y. Srinivasan
2013-01-17
1
-0
/
+9
|
*
|
Drivers: hv: Support handling multiple VMBUS versions
K. Y. Srinivasan
2013-01-17
1
-54
/
+111
|
*
|
Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask()
K. Y. Srinivasan
2013-01-17
2
-14
/
+0
|
*
|
Drivers: hv: Optimize the signaling on the write path
K. Y. Srinivasan
2013-01-17
3
-10
/
+49
|
*
|
Drivers: hv: Optimize signaling in the read path
K. Y. Srinivasan
2013-01-17
1
-3
/
+25
|
*
|
Drivers: hv: Turn off batched reading for util drivers
K. Y. Srinivasan
2013-01-17
1
-0
/
+10
|
*
|
Drivers: hv: Add state to manage batched reading
K. Y. Srinivasan
2013-01-17
1
-0
/
+7
|
*
|
Drivers: hv: Implement routines for read side signaling optimization
K. Y. Srinivasan
2013-01-17
2
-0
/
+28
|
*
|
hv: hv_balloon: remove duplicated include from hv_balloon.c
Wei Yongjun
2013-01-17
1
-1
/
+0
*
|
|
x86, hyperv: HYPERV depends on X86_LOCAL_APIC
H. Peter Anvin
2013-02-12
1
-1
/
+1
|
|
/
|
/
|
*
|
Drivers: hv: balloon: Fix a memory leak
K. Y. Srinivasan
2013-01-17
1
-10
/
+13
*
|
Drivers: hv: balloon: Fix a bug in the definition of struct dm_info_msg
K. Y. Srinivasan
2013-01-17
1
-4
/
+8
|
/
*
hv: hv_balloon: mark a function static
Greg Kroah-Hartman
2012-11-21
1
-1
/
+1
*
Drivers: hv: Add Hyper-V balloon driver
K. Y. Srinivasan
2012-11-15
3
-0
/
+1048
*
Merge 3.7-rc3 into char-misc-next
Greg Kroah-Hartman
2012-10-29
1
-11
/
+13
|
\
|
*
Drivers: hv: Cleanup error handling in vmbus_open()
K. Y. Srinivasan
2012-10-24
1
-11
/
+13
*
|
Drivers: hv: remove unused variable from channel_mgmt.c
Wei Yongjun
2012-10-24
1
-8
/
+0
*
|
Drivers: hv: Get rid of unnecessary forward declarations
K. Y. Srinivasan
2012-10-24
1
-8
/
+0
|
/
*
Drivers: hv: kvp: Copy the address family information
K. Y. Srinivasan
2012-09-05
1
-0
/
+2
*
hv: vmbus_drv: detect hyperv through x86_hyper
Jason Wang
2012-09-04
1
-23
/
+2
[next]