index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
hyper-v: make uuid_le const
stephen hemminger
2014-06-03
1
-5
/
+5
*
Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-04-01
1
-13
/
+38
|
\
|
*
vmbus: use resource for hyperv mmio region
Gerd Hoffmann
2014-02-24
1
-6
/
+10
|
*
vmbus: add missing breaks
Gerd Hoffmann
2014-02-24
1
-0
/
+2
|
*
Drivers: hv: vmbus: Extract the mmio information from DSDT
K. Y. Srinivasan
2014-02-07
1
-13
/
+32
*
|
x86: hyperv: Fixup the (brain) damage caused by the irq cleanup
Thomas Gleixner
2014-03-05
1
-20
/
+6
*
|
x86: Hyperv: Cleanup the irq mess
Thomas Gleixner
2014-03-04
1
-35
/
+4
|
/
*
ACPI: Clean up inclusions of ACPI header files
Lv Zheng
2013-12-07
1
-2
/
+0
*
hv: move ringbuffer bus attributes to dev_groups
Greg Kroah-Hartman
2013-09-26
1
-84
/
+146
*
hv: delete struct hv_dev_port_info
Greg Kroah-Hartman
2013-09-26
1
-25
/
+10
*
hv: delete vmbus_get_debug_info()
Greg Kroah-Hartman
2013-09-26
1
-19
/
+16
*
hv: move "client/server_monitor_conn_id" bus attributes to dev_groups
Greg Kroah-Hartman
2013-09-26
1
-17
/
+38
*
hv: move "client/server_monitor_latency" bus attributes to dev_groups
Greg Kroah-Hartman
2013-09-26
1
-10
/
+38
*
hv: move "client/server_monitor_pending" bus attributes to dev_groups
Greg Kroah-Hartman
2013-09-26
1
-10
/
+46
*
hv: move "device_id" bus attribute to dev_groups
Greg Kroah-Hartman
2013-09-26
1
-10
/
+14
*
hv: move "class_id" bus attribute to dev_groups
Greg Kroah-Hartman
2013-09-26
1
-7
/
+15
*
hv: move "modalias" bus attribute to dev_groups
Greg Kroah-Hartman
2013-09-26
1
-5
/
+12
*
hv: move "monitor_id" bus attribute to dev_groups
Greg Kroah-Hartman
2013-09-26
1
-6
/
+12
*
hv: move "state" bus attribute to dev_groups
Greg Kroah-Hartman
2013-09-26
1
-5
/
+12
*
hv: use dev_groups for device attributes
Greg Kroah-Hartman
2013-09-26
1
-5
/
+18
*
Drivers: hv: remove HV_DRV_VERSION
Olaf Hering
2013-08-02
1
-1
/
+0
*
Drivers: hv: vmbus: incorrect device name is printed when child device is unr...
Fernando Soto
2013-07-16
1
-4
/
+4
*
drivers: hv: allocate synic structures before hv_synic_init()
Jason Wang
2013-06-24
1
-2
/
+6
*
drivers: hv: switch to use mb() instead of smp_mb()
Jason Wang
2013-06-18
1
-1
/
+1
*
Drivers: hv: vmbus: Use the new infrastructure for delivering VMBUS interrupts
K. Y. Srinivasan
2013-02-27
1
-4
/
+7
*
Drivers: hv: vmbus_flow_handler() can be static
Fengguang Wu
2013-01-18
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
1
-0
/
+21
*
Drivers: hv: Manage event tasklets on per-cpu basis
K. Y. Srinivasan
2013-01-17
1
-3
/
+1
*
Drivers: hv: Get rid of unnecessary request for offers
K. Y. Srinivasan
2013-01-17
1
-2
/
+0
*
Drivers: hv: Modify the interrupt handling code to support win8 and beyond
K. Y. Srinivasan
2013-01-17
1
-5
/
+22
*
hv: vmbus_drv: detect hyperv through x86_hyper
Jason Wang
2012-09-04
1
-23
/
+2
*
hv: fail the probing immediately when we are not in hyperv platform
Jason Wang
2012-08-17
1
-0
/
+25
*
Drivers: hv: vmbus: Use the standard format string to format GUIDs
K. Y. Srinivasan
2012-08-13
1
-36
/
+2
*
drivers: hv: remove IRQF_SAMPLE_RANDOM which is now a no-op
Theodore Ts'o
2012-07-19
1
-2
/
+1
*
Drivers:hv: Fix a bug in vmbus_driver_unregister()
K. Y. Srinivasan
2012-01-04
1
-4
/
+1
*
Drivers: hv: Make the vmbus driver unloadable
K. Y. Srinivasan
2011-12-12
1
-0
/
+11
*
drivers: hv: Don't OOPS when you cannot init vmbus
K. Y. Srinivasan
2011-12-09
1
-0
/
+16
*
Staging: hv: vmbus: Support building the vmbus driver as part of the kernel
K. Y. Srinivasan
2011-11-26
1
-1
/
+1
*
hv: remove struct hv_device_info from hyperv.h
Greg Kroah-Hartman
2011-10-11
1
-0
/
+19
*
Staging: hv: remove vmbus_loglevel as it is not used at all anymore
Greg Kroah-Hartman
2011-10-11
1
-5
/
+0
*
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
/
+772