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
/
vmbus_drv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v4.9.163' into v4.9-rt
Steven Rostedt (VMware)
2019-04-26
1
-0
/
+20
|
\
|
*
Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channels
Dexuan Cui
2018-12-29
1
-0
/
+20
*
|
vmbus: Add irq_regs.h to get the protoype of get_irq_regs()
Steven Rostedt (VMware)
2019-04-26
1
-0
/
+1
*
|
random: Make it work on rt
Thomas Gleixner
2016-12-23
1
-1
/
+3
|
/
*
vmbus: make sysfs names consistent with PCI
Stephen Hemminger
2016-11-01
1
-1
/
+1
*
Drivers: hv: make VMBus bus ids persistent
Vitaly Kuznetsov
2016-09-27
1
-2
/
+2
*
Driver: hv: vmbus: Make mmio resource local
Stephen Hemminger
2016-09-07
1
-2
/
+2
*
Drivers: hv: avoid vfree() on crash
Vitaly Kuznetsov
2016-08-31
1
-4
/
+4
*
random: add interrupt callback to VMBus IRQ handler
Stephan Mueller
2016-06-13
1
-0
/
+3
*
Drivers: hv: vmbus: handle various crash scenarios
Vitaly Kuznetsov
2016-05-01
1
-3
/
+4
*
drivers:hv: Separate out frame buffer logic when picking MMIO range
Jake Oshins
2016-04-30
1
-45
/
+35
*
drivers:hv: Record MMIO range in use by frame buffer
Jake Oshins
2016-04-30
1
-1
/
+36
*
drivers:hv: Track allocations of children of hv_vmbus in private resource tree
Jake Oshins
2016-04-30
1
-1
/
+21
*
drivers:hv: Reverse order of resources in hyperv_mmio
Jake Oshins
2016-04-30
1
-2
/
+1
*
drivers:hv: Make a function to free mmio regions through vmbus
Jake Oshins
2016-04-30
1
-0
/
+15
*
drivers:hv: Lock access to hyperv_mmio resource tree
Jake Oshins
2016-04-30
1
-4
/
+12
*
Drivers: hv: vmbus: Support handling messages on multiple CPUs
K. Y. Srinivasan
2016-03-01
1
-6
/
+4
*
Drivers: hv: vmbus: remove code duplication in message handling
Vitaly Kuznetsov
2016-03-01
1
-38
/
+2
*
Drivers: hv: vmbus: avoid wait_for_completion() on crash
Vitaly Kuznetsov
2016-03-01
1
-2
/
+2
*
Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
Vitaly Kuznetsov
2016-03-01
1
-35
/
+33
*
Drivers: hv: vmbus: add a hvsock flag in struct hv_driver
Dexuan Cui
2016-02-07
1
-0
/
+4
*
Drivers: hv: vmbus: Add vendor and device atttributes
K. Y. Srinivasan
2016-02-07
1
-0
/
+21
*
drivers:hv: Allow for MMIO claims that span ACPI _CRS records
Jake Oshins
2015-12-14
1
-0
/
+16
*
Drivers: hv: vmbus: fix rescind-offer handling for device without a driver
Dexuan Cui
2015-12-14
1
-12
/
+3
*
Drivers: hv: vmbus: Get rid of the unused irq variable
K. Y. Srinivasan
2015-12-14
1
-13
/
+3
*
Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs
K. Y. Srinivasan
2015-12-14
1
-2
/
+2
*
Drivers: hv: vmbus: Use uuid_le type consistently
K. Y. Srinivasan
2015-12-14
1
-5
/
+5
*
drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num
Jake Oshins
2015-12-14
1
-0
/
+17
*
drivers/hv: cleanup synic msrs if vmbus connect failed
Andrey Smetanin
2015-12-14
1
-1
/
+3
*
Drivers: hv: vmbus: use cpu_hotplug_enable/disable
Vitaly Kuznetsov
2015-08-05
1
-34
/
+4
*
Drivers: hv: vmbus: add a sysfs attr to show the binding of channel/VP
Dexuan Cui
2015-08-05
1
-0
/
+38
*
drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbus
Jake Oshins
2015-08-05
1
-4
/
+84
*
drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.
Jake Oshins
2015-08-05
1
-26
/
+90
*
mshyperv: fix recognition of Hyper-V guest crash MSR's
Denis V. Lunev
2015-08-04
1
-2
/
+2
*
Drivers: hv: vmbus: prefer 'die' notification chain to 'panic'
Vitaly Kuznetsov
2015-08-04
1
-4
/
+36
*
Drivers: hv: vmbus: add special crash handler
Vitaly Kuznetsov
2015-08-04
1
-0
/
+14
*
Drivers: hv: vmbus: add special kexec handler
Vitaly Kuznetsov
2015-08-04
1
-0
/
+14
*
Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup()
Vitaly Kuznetsov
2015-08-04
1
-0
/
+1
*
Drivers: hv: vmbus: kill tasklets on module unload
Vitaly Kuznetsov
2015-05-24
1
-1
/
+4
*
Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state
K. Y. Srinivasan
2015-05-24
1
-1
/
+1
*
Drivers: hv: vmbus: unregister panic notifier on module unload
Vitaly Kuznetsov
2015-05-24
1
-0
/
+4
*
Drivers: hv: vmbus: introduce vmbus_acpi_remove
Vitaly Kuznetsov
2015-05-24
1
-0
/
+10
*
hv: run non-blocking message handlers in the dispatch tasklet
Dexuan Cui
2015-04-03
1
-3
/
+18
*
mei: bus: () can be static
kbuild test robot
2015-03-01
1
-1
/
+1
*
Drivers: hv: vmbus: Add support for VMBus panic notifier handler
Nick Meier
2015-03-01
1
-0
/
+36
*
Drivers: hv: vmbus: Introduce a function to remove a rescinded offer
K. Y. Srinivasan
2015-03-01
1
-1
/
+10
*
Drivers: hv: vmbus: Properly handle child device remove
K. Y. Srinivasan
2015-03-01
1
-6
/
+9
*
Drivers: hv: vmbus: Teardown clockevent devices on module unload
Vitaly Kuznetsov
2015-03-01
1
-0
/
+1
*
drivers: hv: vmbus: Teardown synthetic interrupt controllers on module unload
Vitaly Kuznetsov
2015-03-01
1
-0
/
+4
*
Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection page...
Vitaly Kuznetsov
2015-03-01
1
-0
/
+6
[next]