index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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: 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
*
Drivers: hv: vmbus: do cleanup on all vmbus_open() failure paths
Vitaly Kuznetsov
2015-05-24
1
-7
/
+6
*
Drivers: hv: vmbus: Fix a siganlling host signalling issue
K. Y. Srinivasan
2015-03-25
1
-2
/
+26
*
Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl()
K. Y. Srinivasan
2015-03-25
1
-0
/
+1
*
Drivers: hv: vmbus: Fix a bug in rescind processing in vmbus_close_internal()
K. Y. Srinivasan
2015-03-25
1
-9
/
+6
*
Drivers: hv: vmbus: Suport an API to send packet with additional control
K. Y. Srinivasan
2015-03-01
1
-17
/
+26
*
Drivers: hv: vmbus: Suport an API to send pagebuffers with additional control
K. Y. Srinivasan
2015-03-01
1
-6
/
+27
*
Drivers: hv: vmbus: Introduce a function to remove a rescinded offer
K. Y. Srinivasan
2015-03-01
1
-0
/
+9
*
Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open()
K. Y. Srinivasan
2015-03-01
1
-2
/
+5
*
hv: channel: match var type to return type of wait_for_completion
Nicholas Mc Guire
2015-03-01
1
-1
/
+2
*
hv: vmbus_open(): reset the channel state on ENOMEM
Dexuan Cui
2015-03-01
1
-3
/
+5
*
Drivers: hv: rename sc_lock to the more generic lock
Vitaly Kuznetsov
2015-01-25
1
-3
/
+3
*
Drivers: hv: vmbus: Support a vmbus API for efficiently sending page arrays
K. Y. Srinivasan
2015-01-25
1
-0
/
+44
*
Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl()
K. Y. Srinivasan
2015-01-25
1
-2
/
+2
*
Drivers: hv: vmbus: Properly protect calls to smp_processor_id()
K. Y. Srinivasan
2014-09-23
1
-2
/
+5
*
Drivers: hv: vmbus: Cleanup vmbus_close_internal()
K. Y. Srinivasan
2014-09-23
1
-6
/
+23
*
Drivers: hv: vmbus: Fix a bug in vmbus_open()
K. Y. Srinivasan
2014-09-23
1
-1
/
+3
*
Drivers: hv: vmbus: Cleanup vmbus_establish_gpadl()
K. Y. Srinivasan
2014-09-23
1
-4
/
+1
*
Drivers: hv: vmbus: Cleanup vmbus_teardown_gpadl()
K. Y. Srinivasan
2014-09-23
1
-5
/
+6
*
hyperv: remove meaningless pr_err() in vmbus_recvpacket_raw()
Jason Wang
2014-07-09
1
-5
/
+1
*
hv: Remove unnecessary comparison of unsigned against 0
Tobias Klauser
2014-05-03
1
-2
/
+1
*
Drivers: hv: Eliminate the channel spinlock in the callback path
K. Y. Srinivasan
2014-05-03
1
-4
/
+12
*
Drivers: hv: vmbus: Cleanup the packet send path
K. Y. Srinivasan
2014-02-07
1
-19
/
+23
*
hyperv: Add support for physically discontinuous receive buffer
Haiyang Zhang
2014-01-27
1
-6
/
+8
*
hv: vmbus: fix vmbus_recvpacket_raw() return code
Dan Carpenter
2013-09-26
1
-1
/
+1
*
hv: delete vmbus_get_debug_info()
Greg Kroah-Hartman
2013-09-26
1
-10
/
+0
*
hv: move "client/server_monitor_conn_id" bus attributes to dev_groups
Greg Kroah-Hartman
2013-09-26
1
-14
/
+0
*
hv: move "client/server_monitor_latency" bus attributes to dev_groups
Greg Kroah-Hartman
2013-09-26
1
-4
/
+0
*
hv: move "client/server_monitor_pending" bus attributes to dev_groups
Greg Kroah-Hartman
2013-09-26
1
-4
/
+0
*
hv: make "monitor_pages" a "real" pointer array
Greg Kroah-Hartman
2013-09-26
1
-6
/
+4
*
hv: move "device_id" bus attribute to dev_groups
Greg Kroah-Hartman
2013-09-26
1
-4
/
+0
*
hv: move "class_id" bus attribute to dev_groups
Greg Kroah-Hartman
2013-09-26
1
-2
/
+0
[next]