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
/
include
/
linux
/
hyperv.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
1
-3
/
+7
|
\
|
*
vmbus: remove hv_event_tasklet_disable/enable
Dexuan Cui
2017-03-16
1
-3
/
+0
|
*
vmbus: use rcu for per-cpu channel list
Stephen Hemminger
2017-03-16
1
-0
/
+7
*
|
vmbus: introduce in-place packet iterator
stephen hemminger
2017-03-06
1
-66
/
+30
|
/
*
vmbus: constify parameters where possible
Stephen Hemminger
2017-02-14
1
-6
/
+6
*
vmbus: expose hv_begin/end_read
Stephen Hemminger
2017-02-14
1
-0
/
+30
*
vmbus: remove conditional locking of vmbus_write
Stephen Hemminger
2017-02-14
1
-15
/
+0
*
vmbus: add direct isr callback mode
Stephen Hemminger
2017-02-14
1
-14
/
+17
*
vmbus: change to per channel tasklet
Stephen Hemminger
2017-02-14
1
-1
/
+2
*
vmbus: callback is in softirq not workqueue
Stephen Hemminger
2017-02-14
1
-4
/
+1
*
vmbus: remove unused kickq argument to sendpacket
Stephen Hemminger
2017-02-10
1
-4
/
+2
*
vmbus: remove no longer used signal_policy
Stephen Hemminger
2017-02-10
1
-18
/
+0
*
Merge 4.10-rc7 into char-misc-next
Greg Kroah-Hartman
2017-02-06
1
-2
/
+30
|
\
|
*
Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()
Dexuan Cui
2017-01-31
1
-2
/
+30
*
|
Drivers: hv: vmbus: Use all supported IC versions to negotiate
Alex Ng
2017-01-31
1
-3
/
+4
*
|
Drivers: hv: vmbus: Fix a rescind handling bug
K. Y. Srinivasan
2017-01-10
1
-0
/
+1
|
/
*
vmbus: add support for dynamic device id's
Stephen Hemminger
2016-12-06
1
-0
/
+6
*
hyperv: Fix spelling of HV_UNKOWN
Haiyang Zhang
2016-12-06
1
-1
/
+1
*
Merge 4.9-rc5 into char-misc-next
Greg Kroah-Hartman
2016-11-14
1
-7
/
+0
|
\
|
*
Revert "hv_netvsc: report vmbus name in ethtool"
Stephen Hemminger
2016-10-29
1
-7
/
+0
*
|
Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host
K. Y. Srinivasan
2016-11-07
1
-6
/
+6
*
|
Drivers: hv: vmbus: On write cleanup the logic to interrupt the host
K. Y. Srinivasan
2016-11-07
1
-0
/
+1
*
|
Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw()...
Vitaly Kuznetsov
2016-11-07
1
-21
/
+11
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-10-05
1
-0
/
+7
|
\
|
*
Revert "hv_netvsc: make inline functions static"
Stephen Hemminger
2016-09-10
1
-0
/
+84
|
*
hv_netvsc: report vmbus name in ethtool
Stephen Hemminger
2016-08-23
1
-0
/
+7
|
*
hv_netvsc: make inline functions static
Stephen Hemminger
2016-08-23
1
-84
/
+0
*
|
Drivers: hv: get rid of id in struct vmbus_channel
Vitaly Kuznetsov
2016-09-27
1
-3
/
+0
*
|
Drivers: hv: utils: Support TimeSync version 4.0 protocol samples.
Alex Ng
2016-09-08
1
-0
/
+9
*
|
Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warnings
Dexuan Cui
2016-09-07
1
-0
/
+21
*
|
Revert "Drivers: hv: ring_buffer: count on wrap around mappings in get_next_p...
K. Y. Srinivasan
2016-09-07
1
-11
/
+21
*
|
Drivers: hv: Introduce a policy for controlling channel affinity
K. Y. Srinivasan
2016-09-02
1
-0
/
+23
*
|
Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw()
Vitaly Kuznetsov
2016-09-02
1
-21
/
+11
*
|
Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latency
K. Y. Srinivasan
2016-08-31
1
-0
/
+35
*
|
Drivers: hv: vmbus: fix the race when querying & updating the percpu list
Dexuan Cui
2016-08-31
1
-0
/
+3
|
/
*
drivers:hv: Make a function to free mmio regions through vmbus
Jake Oshins
2016-04-30
1
-1
/
+1
*
Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus...
K. Y. Srinivasan
2016-04-30
1
-0
/
+86
*
Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
K. Y. Srinivasan
2016-04-30
1
-0
/
+54
*
Drivers: hv: vmbus: Export the vmbus_set_event() API
K. Y. Srinivasan
2016-04-30
1
-0
/
+1
*
Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
K. Y. Srinivasan
2016-04-30
1
-0
/
+27
*
Drivers: hv: util: Pass the channel information during the init call
K. Y. Srinivasan
2016-03-01
1
-0
/
+1
*
Drivers: hv: vmbus: Give control over how the ring access is serialized
K. Y. Srinivasan
2016-02-07
1
-0
/
+16
*
Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
Dexuan Cui
2016-02-07
1
-0
/
+2
*
Drivers: hv: vmbus: add a per-channel rescind callback
Dexuan Cui
2016-02-07
1
-0
/
+9
*
Drivers: hv: vmbus: add a hvsock flag in struct hv_driver
Dexuan Cui
2016-02-07
1
-0
/
+14
*
Drivers: hv: vmbus: define a new VMBus message type for hvsock
Dexuan Cui
2016-02-07
1
-0
/
+13
*
Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
Dexuan Cui
2016-02-07
1
-0
/
+7
*
Drivers: hv: vmbus: add a helper function to set a channel's pending send size
Dexuan Cui
2016-02-07
1
-0
/
+6
*
Drivers: hv: vmbus: Add vendor and device atttributes
K. Y. Srinivasan
2016-02-07
1
-0
/
+28
*
Drivers: hv: vmbus: fix the building warning with hyperv-keyboard
Dexuan Cui
2015-12-21
1
-0
/
+8
[next]