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
/
vmbus_drv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)
Dexuan Cui
2020-01-25
1
-0
/
+4
*
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-11-30
1
-11
/
+16
|
\
|
*
Drivers: hv: vmbus: Fix crash handler reset of Hyper-V synic
Michael Kelley
2019-11-21
1
-1
/
+1
|
*
drivers/hv: Replace binary semaphore with mutex
Davidlohr Bueso
2019-11-21
1
-5
/
+5
|
*
Drivers: hv: vmbus: Remove dependencies on guest page size
Himadri Pandya
2019-11-21
1
-3
/
+3
|
*
drivers: hv: vmbus: Introduce latency testing
Branden Bonaby
2019-11-21
1
-0
/
+6
|
*
Drivers: hv: vmbus: Introduce table of VMBus protocol versions
Andrea Parri
2019-11-21
1
-2
/
+1
*
|
x86/hyperv: Initialize clockevents earlier in CPU onlining
Michael Kelley
2019-11-15
1
-16
/
+14
|
/
*
Drivers: hv: vmbus: Fix harmless building warnings without CONFIG_PM_SLEEP
Dexuan Cui
2019-10-01
1
-0
/
+6
*
Drivers: hv: vmbus: Resume after fixing up old primary channels
Dexuan Cui
2019-09-06
1
-0
/
+17
*
Drivers: hv: vmbus: Suspend after cleaning up hv_sock and sub channels
Dexuan Cui
2019-09-06
1
-1
/
+43
*
Drivers: hv: vmbus: Clean up hv_sock channels by force upon suspend
Dexuan Cui
2019-09-06
1
-0
/
+55
*
Drivers: hv: vmbus: Suspend/resume the vmbus itself for hibernation
Dexuan Cui
2019-09-06
1
-0
/
+59
*
Drivers: hv: vmbus: Implement suspend/resume for VSC drivers for hibernation
Dexuan Cui
2019-09-06
1
-0
/
+46
*
Drivers: hv: vmbus: Suspend/resume the synic for hibernation
Dexuan Cui
2019-09-06
1
-0
/
+46
*
proc/sysctl: add shared variables for range check
Matteo Croce
2019-07-18
1
-4
/
+2
*
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-07-12
1
-0
/
+1
|
\
|
*
drivers: hv: Add a module description line to the hv_vmbus driver
Joseph Salisbury
2019-06-23
1
-0
/
+1
*
|
clocksource/drivers: Make Hyper-V clocksource ISA agnostic
Michael Kelley
2019-07-03
1
-20
/
+22
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320
Thomas Gleixner
2019-06-05
1
-14
/
+1
*
Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutex
Kimberly Brown
2019-04-10
1
-29
/
+53
*
Drivers: hv: vmbus: Refactor chan->state if statement
Kimberly Brown
2019-04-10
1
-3
/
+12
*
Drivers: hv: vmbus: Expose monitor data only when monitor pages are used
Kimberly Brown
2019-03-20
1
-2
/
+75
*
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2019-03-01
1
-31
/
+53
|
\
|
*
Drivers: hv: vmbus: Expose counters for interrupts and full conditions
Kimberly Brown
2019-02-14
1
-0
/
+36
|
*
vmbus: Switch to use new generic UUID API
Andy Shevchenko
2019-02-14
1
-31
/
+17
*
|
Drivers: hv: vmbus: Change server monitor_pages index to 0
Kimberly Brown
2019-02-23
1
-1
/
+1
|
/
*
Drivers: hv: vmbus: Check for ring when getting debug info
Dexuan Cui
2019-01-09
1
-30
/
+61
*
Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channels
Dexuan Cui
2018-12-13
1
-0
/
+20
*
vmbus: pass channel to hv_process_channel_removal
Stephen Hemminger
2018-09-25
1
-2
/
+1
*
Merge b4.19-rc4 into char-misc-next
Greg Kroah-Hartman
2018-09-16
1
-0
/
+3
|
\
|
*
vmbus: don't return values for uninitalized channels
Stephen Hemminger
2018-09-12
1
-0
/
+3
*
|
vmbus: add driver_override support
Stephen Hemminger
2018-09-12
1
-19
/
+96
|
/
*
Drivers: hv: vmbus: add numa_node to sysfs
Stephen Hemminger
2018-07-29
1
-0
/
+17
*
Drivers: hv: vmbus: Get rid of MSR access from vmbus_drv.c
Sunil Muthuswamy
2018-07-29
1
-1
/
+1
*
Drivers: hv: vmbus: Fix the issue with freeing up hv_ctl_table_hdr
Sunil Muthuswamy
2018-07-29
1
-10
/
+4
*
Drivers: hv: vmus: Fix the check for return value from kmsg get dump buffer
Sunil Muthuswamy
2018-07-29
1
-7
/
+4
*
Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panic
Sunil Muthuswamy
2018-07-08
1
-0
/
+110
*
x86/hyper-v: move hyperv.h out of uapi
Vitaly Kuznetsov
2018-03-28
1
-1
/
+0
*
vmbus: add monitor_id and subchannel_id to sysfs per channel
Stephen Hemminger
2018-01-09
1
-0
/
+17
*
vmbus: make channel attributes static
Stephen Hemminger
2018-01-09
1
-9
/
+9
*
Drivers: hv: vmbus: Remove x86-isms from arch independent drivers
Michael Kelley
2018-01-09
1
-3
/
+2
*
vmbus: unregister device_obj->channels_kset
Dexuan Cui
2017-12-18
1
-0
/
+2
*
Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-11-16
1
-14
/
+195
|
\
|
*
hyper-v: trace channel events
Vitaly Kuznetsov
2017-11-04
1
-0
/
+2
|
*
hyper-v: trace vmbus_on_msg_dpc()
Vitaly Kuznetsov
2017-11-04
1
-0
/
+2
|
*
Drivers: hv: vmbus: Make panic reporting to be more useful
K. Y. Srinivasan
2017-10-31
1
-2
/
+2
|
*
Drivers: hv: vmbus: Expose per-channel interrupts and events counters
Stephen Hemminger
2017-10-31
1
-0
/
+16
|
*
Merge 4.14-rc5 into char-misc-next
Greg Kroah-Hartman
2017-10-16
1
-2
/
+1
|
|
\
|
*
|
vmbus: add per-channel sysfs info
Stephen Hemminger
2017-10-04
1
-12
/
+173
[next]