index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
hv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drivers: hv: vmbus: Implement a clocksource based on the TSC page
K. Y. Srinivasan
2015-08-05
1
-0
/
+83
*
drivers/hv: Migrate to new 'set-state' interface
Viresh Kumar
2015-08-05
1
-26
/
+19
*
Drivers: hv: vmbus: Improve the CPU affiliation for channels
K. Y. Srinivasan
2015-08-05
1
-0
/
+9
*
Drivers: hv: don't do hypercalls when hypercall_page is NULL
Vitaly Kuznetsov
2015-08-04
1
-5
/
+8
*
Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup()
Vitaly Kuznetsov
2015-08-04
1
-2
/
+0
*
Drivers: hv: vmbus: Teardown clockevent devices on module unload
Vitaly Kuznetsov
2015-03-01
1
-1
/
+24
*
drivers: hv: vmbus: Teardown synthetic interrupt controllers on module unload
Vitaly Kuznetsov
2015-03-01
1
-2
/
+7
*
Drivers: hv: vmbus: Implement a clockevent device
K. Y. Srinivasan
2015-01-25
1
-0
/
+78
*
Drivers: hv: vmbus: Cleanup hv_post_message()
K. Y. Srinivasan
2014-09-23
1
-12
/
+15
*
Drivers: hv: vmbus: Implement per-CPU mapping of relid to channel
K. Y. Srinivasan
2014-05-03
1
-0
/
+2
*
drivers: hv: Mark the function hv_synic_free_cpu() as static in hv.c
Rashika Kheria
2013-12-18
1
-1
/
+1
*
drivers: hv: Fix wrong check for synic_event_page
Felipe Pena
2013-10-16
1
-1
/
+1
*
drivers: hv: allocate synic structures before hv_synic_init()
Jason Wang
2013-06-24
1
-32
/
+53
*
driver: hv: remove cast for kmalloc return value
Zhang Yanfei
2013-03-15
1
-3
/
+2
*
Drivers: hv: vmbus: Use the new infrastructure for delivering VMBUS interrupts
K. Y. Srinivasan
2013-02-27
1
-3
/
+2
*
Drivers: hv: Cleanup and consolidate reporting of build/version info
K. Y. Srinivasan
2013-01-17
1
-7
/
+0
*
Drivers: hv: Capture the host build information
K. Y. Srinivasan
2013-01-17
1
-0
/
+9
*
Drivers: hv: Handle vmbus interrupts concurrently on all cpus
K. Y. Srinivasan
2013-01-17
1
-1
/
+1
*
Drivers: hv: Manage event tasklets on per-cpu basis
K. Y. Srinivasan
2013-01-17
1
-0
/
+12
*
Drivers: hv: Get rid of the unused global signaling state
K. Y. Srinivasan
2013-01-17
1
-24
/
+0
*
Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID
K. Y. Srinivasan
2013-01-17
1
-0
/
+11
*
Drivers: hv: Change the signature for hv_signal_event()
K. Y. Srinivasan
2013-01-17
1
-4
/
+3
*
hv: fail the probing immediately when we are not in hyperv platform
Jason Wang
2012-08-17
1
-25
/
+0
*
Drivers: hv: Cleanup the guest ID computation
K. Y. Srinivasan
2012-08-13
1
-3
/
+6
*
hv: fix return type of hv_post_message()
Dan Carpenter
2012-04-09
1
-1
/
+1
*
drivers: hv: Increase the number of VCPUs supported in the guest
K. Y. Srinivasan
2012-02-09
1
-2
/
+2
*
Drivers: hv: Get rid of an unnecessary check in hv.c
K. Y. Srinivasan
2011-12-12
1
-5
/
+0
*
Drivers: hv: Make the vmbus driver unloadable
K. Y. Srinivasan
2011-12-12
1
-0
/
+3
*
Staging: hv: remove unneeded asm include file in hyperv.h
Greg Kroah-Hartman
2011-10-11
1
-1
/
+1
*
Staging: hv: move hyperv code out of staging directory
Greg Kroah-Hartman
2011-10-10
1
-0
/
+429