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
/
channel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drivers: hv: vmbus: Fix a rescind issue
K. Y. Srinivasan
2017-11-28
1
-2
/
+8
*
hyper-v: trace channel events
Vitaly Kuznetsov
2017-11-04
1
-0
/
+2
*
hyper-v: trace vmbus_send_tl_connect_request()
Vitaly Kuznetsov
2017-11-04
1
-1
/
+6
*
hyper-v: trace vmbus_teardown_gpadl()
Vitaly Kuznetsov
2017-11-04
1
-0
/
+2
*
hyper-v: trace vmbus_establish_gpadl()
Vitaly Kuznetsov
2017-11-04
1
-0
/
+6
*
hyper-v: trace vmbus_close_internal()
Vitaly Kuznetsov
2017-11-04
1
-0
/
+2
*
hyper-v: trace vmbus_open()
Vitaly Kuznetsov
2017-11-04
1
-0
/
+2
*
vmbus: initialize reserved fields in messages
Stephen Hemminger
2017-10-20
1
-0
/
+2
*
Drivers: hv: vmbus: Fix bugs in rescind handling
K. Y. Srinivasan
2017-10-04
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-09-06
1
-106
/
+23
|
\
|
*
vmbus: remove unused vmbus_sendpacket_ctl
stephen hemminger
2017-08-16
1
-26
/
+17
|
*
vmbus: remove unused vmubs_sendpacket_pagebuffer_ctl
stephen hemminger
2017-08-16
1
-24
/
+6
|
*
vmbus: remove unused vmbus_sendpacket_multipagebuffer
stephen hemminger
2017-08-16
1
-56
/
+0
*
|
Drivers: hv: vmbus: Fix rescind handling issues
K. Y. Srinivasan
2017-08-16
1
-0
/
+14
|
/
*
vmbus: re-enable channel tasklet
Stephen Hemminger
2017-07-17
1
-0
/
+2
*
Drivers: hv: vmbus: Fix rescind handling
K. Y. Srinivasan
2017-05-18
1
-2
/
+6
*
Merge 4.11-rc4 into char-misc-next
Greg Kroah-Hartman
2017-03-27
1
-13
/
+12
|
\
|
*
Drivers: hv: vmbus: Don't leak memory when a channel is rescinded
K. Y. Srinivasan
2017-03-16
1
-5
/
+8
|
*
vmbus: remove hv_event_tasklet_disable/enable
Dexuan Cui
2017-03-16
1
-8
/
+4
*
|
vmbus: fix spelling errors
Stephen Hemminger
2017-03-17
1
-5
/
+5
|
/
*
scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
Masahiro Yamada
2017-03-09
1
-1
/
+1
*
vmbus: remove conditional locking of vmbus_write
Stephen Hemminger
2017-02-14
1
-9
/
+4
*
vmbus: change to per channel tasklet
Stephen Hemminger
2017-02-14
1
-1
/
+1
*
vmbus: remove unused kickq argument to sendpacket
Stephen Hemminger
2017-02-10
1
-10
/
+9
*
vmbus: drop no longer used kick_q argument
Stephen Hemminger
2017-02-10
1
-9
/
+4
*
vmbus: use kernel bitops for traversing interrupt mask
Stephen Hemminger
2017-02-10
1
-6
/
+2
*
Drivers: hv: vmbus: Fix a rescind handling bug
K. Y. Srinivasan
2017-01-10
1
-0
/
+18
*
Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
Vitaly Kuznetsov
2017-01-10
1
-8
/
+9
*
Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host
K. Y. Srinivasan
2016-11-07
1
-9
/
+2
*
Drivers: hv: vmbus: On write cleanup the logic to interrupt the host
K. Y. Srinivasan
2016-11-07
1
-89
/
+10
*
Drivers: hv: vmbus: Base host signaling strictly on the ring state
K. Y. Srinivasan
2016-11-07
1
-3
/
+20
*
Drivers: hv: ring_buffer: wrap around mappings for ring buffers
Vitaly Kuznetsov
2016-09-02
1
-15
/
+14
*
Drivers: hv: cleanup vmbus_open() for wrap around mappings
Vitaly Kuznetsov
2016-09-02
1
-19
/
+22
*
Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latency
K. Y. Srinivasan
2016-08-31
1
-1
/
+6
*
Drivers: hv: vmbus: Enable explicit signaling policy for NIC channels
K. Y. Srinivasan
2016-08-31
1
-14
/
+4
*
Drivers: hv: vmbus: fix the race when querying & updating the percpu list
Dexuan Cui
2016-08-31
1
-4
/
+2
*
Drivers: hv: get rid of timeout in vmbus_open()
Vitaly Kuznetsov
2016-08-31
1
-6
/
+1
*
Drivers: hv: don't leak memory in vmbus_establish_gpadl()
Vitaly Kuznetsov
2016-08-31
1
-1
/
+5
*
Drivers: hv: get rid of redundant messagecount in create_gpadl_header()
Vitaly Kuznetsov
2016-08-31
1
-22
/
+16
*
Drivers: hv: vmbus: Give control over how the ring access is serialized
K. Y. Srinivasan
2016-02-07
1
-4
/
+11
*
Drivers: hv: vmbus: define a new VMBus message type for hvsock
Dexuan Cui
2016-02-07
1
-0
/
+15
*
Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
Dexuan Cui
2016-02-07
1
-1
/
+5
*
Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()
Vitaly Kuznetsov
2015-12-14
1
-28
/
+2
*
Drivers: hv: remove code duplication between vmbus_recvpacket()/vmbus_recvpac...
Vitaly Kuznetsov
2015-12-14
1
-43
/
+22
*
Drivers: hv: vmbus: Fix a Host signaling bug
K. Y. Srinivasan
2015-12-14
1
-0
/
+18
*
Drivers: hv: vmbus: fix rescind-offer handling for device without a driver
Dexuan Cui
2015-12-14
1
-6
/
+0
*
Drivers: hv: vmbus: do sanity check of channel state in vmbus_close_internal()
Dexuan Cui
2015-12-14
1
-0
/
+12
*
Drivers: hv: vmbus: serialize process_chn_event() and vmbus_close_internal()
Dexuan Cui
2015-12-14
1
-2
/
+19
*
Drivers: hv: vmbus: Permit sending of packets without payload
K. Y. Srinivasan
2015-08-04
1
-1
/
+3
*
Drivers: hv: vmbus: Allocate ring buffer memory in NUMA aware fashion
K. Y. Srinivasan
2015-06-12
1
-2
/
+12
[next]