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
/
hv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320
Thomas Gleixner
2019-06-05
1
-14
/
+1
*
Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()
Dexuan Cui
2019-04-13
1
-1
/
+0
*
Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-12-28
1
-7
/
+3
|
\
|
*
Drivers: hv: vmbus: Get rid of unnecessary state in hv_context
K. Y. Srinivasan
2018-11-11
1
-7
/
+3
*
|
x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.h
Vitaly Kuznetsov
2018-12-14
1
-1
/
+1
|
/
*
Drivers: hv: vmbus: Fix synic per-cpu context initialization
Michael Kelley
2018-09-12
1
-3
/
+12
*
Drivers: hv: vmbus: Cleanup synic memory free path
Michael Kelley
2018-08-02
1
-6
/
+8
*
Drivers: hv: vmbus: Make TLFS #define names architecture neutral
Michael Kelley
2018-07-03
1
-5
/
+5
*
Drivers: hv: vmbus: Remove x86 MSR refs in arch independent code
Michael Kelley
2018-07-03
1
-12
/
+8
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-04-09
1
-1
/
+0
|
\
|
*
x86/hyper-v: move hyperv.h out of uapi
Vitaly Kuznetsov
2018-03-28
1
-1
/
+0
*
|
Drivers: hv: vmbus: respect what we get from hv_get_synint_state()
Dexuan Cui
2018-03-28
1
-1
/
+0
*
|
Drivers: hv: vmbus: Implement Direct Mode for stimer0
Michael Kelley
2018-03-06
1
-3
/
+56
*
|
hv: Synthetic typo correction
Joe Perches
2018-03-06
1
-1
/
+1
*
|
hyper-v: use GFP_KERNEL for hv_context.hv_numa_map
Jia-Ju Bai
2018-03-06
1
-1
/
+1
|
/
*
Drivers: hv: vmbus: Remove x86-isms from arch independent drivers
Michael Kelley
2018-01-09
1
-3
/
+0
*
hyper-v: Globalize vp_index
Vitaly Kuznetsov
2017-08-10
1
-9
/
+0
*
Drivers: hv: vmbus: Close timing hole that can corrupt per-cpu page
Michael Kelley
2017-05-25
1
-1
/
+6
*
Drivers: hv: vmbus: Get the current time from the current clocksource
K. Y. Srinivasan
2017-05-25
1
-1
/
+1
*
Drivers: hv: Base autoeoi enablement based on hypervisor hints
K. Y. Srinivasan
2017-03-17
1
-1
/
+4
*
vmbus: change to per channel tasklet
Stephen Hemminger
2017-02-14
1
-2
/
+0
*
vmbus: put related per-cpu variable together
Stephen Hemminger
2017-02-14
1
-73
/
+57
*
Drivers: hv: restore hypervcall page cleanup before kexec
Vitaly Kuznetsov
2017-01-31
1
-10
/
+0
*
Drivers: hv: vmbus: Define an APIs to manage interrupt state
K. Y. Srinivasan
2017-01-20
1
-4
/
+8
*
Drivers: hv: vmbus: Define an API to retrieve virtual processor index
K. Y. Srinivasan
2017-01-20
1
-1
/
+1
*
Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controller
K. Y. Srinivasan
2017-01-20
1
-4
/
+4
*
Drivers: hv: vmbus: Define APIs to manipulate the event page
K. Y. Srinivasan
2017-01-20
1
-4
/
+4
*
Drivers: hv: vmbus: Define APIs to manipulate the message page
K. Y. Srinivasan
2017-01-20
1
-4
/
+4
*
Drivers: hv: vmbus: Get rid of an unsused variable
K. Y. Srinivasan
2017-01-20
1
-4
/
+0
*
Drivers: hv: vmbus: Restructure the clockevents code
K. Y. Srinivasan
2017-01-20
1
-5
/
+5
*
Drivers: hv: vmbus: Move the check for hypercall page setup
K. Y. Srinivasan
2017-01-20
1
-6
/
+1
*
Drivers: hv: vmbus: Move the extracting of Hypervisor version information
K. Y. Srinivasan
2017-01-20
1
-49
/
+0
*
Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource code
K. Y. Srinivasan
2017-01-20
1
-95
/
+0
*
Drivers: hv: vmbus: Move Hypercall invocation code out of common code
K. Y. Srinivasan
2017-01-19
1
-52
/
+0
*
Drivers: hv vmbus: Move Hypercall page setup out of common code
K. Y. Srinivasan
2017-01-19
1
-42
/
+3
*
hv: make CPU offlining prevention fine-grained
Vitaly Kuznetsov
2017-01-10
1
-0
/
+31
*
hv: switch to cpuhp state machine for synic init/cleanup
Vitaly Kuznetsov
2017-01-10
1
-8
/
+7
*
hv: don't reset hv_context.tsc_page on crash
Vitaly Kuznetsov
2017-01-10
1
-2
/
+3
*
hv: init percpu_list in hv_synic_alloc()
Vitaly Kuznetsov
2017-01-10
1
-2
/
+2
*
hv: allocate synic pages for all present CPUs
Vitaly Kuznetsov
2017-01-10
1
-2
/
+2
*
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-12-25
1
-4
/
+4
*
hv: change clockevents unbind tactics
Vitaly Kuznetsov
2016-12-06
1
-2
/
+4
*
Drivers: hv: avoid vfree() on crash
Vitaly Kuznetsov
2016-08-31
1
-3
/
+5
*
Drivers: hv: vmbus: Support handling messages on multiple CPUs
K. Y. Srinivasan
2016-03-01
1
-0
/
+10
*
Drivers: hv: vmbus: don't manipulate with clocksources on crash
Vitaly Kuznetsov
2016-02-07
1
-2
/
+8
*
Drivers: hv: vmbus: Cleanup vmbus_set_event()
K. Y. Srinivasan
2016-02-07
1
-16
/
+0
*
drivers/hv: correct tsc page sequence invalid value
Andrey Smetanin
2015-12-14
1
-2
/
+2
*
drivers:hv: Export the API to invoke a hypercall on Hyper-V
Jake Oshins
2015-12-14
1
-10
/
+10
*
Drivers: hv: vmbus: fix build warning
Sudip Mukherjee
2015-12-14
1
-2
/
+3
[next]