index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
ring_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drivers: hv: vmbus: Fix kernel crash upon unbinding a device from uio_hv_gene...
Vitaly Kuznetsov
2021-09-03
1
-0
/
+1
*
scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDs
Andrea Parri (Microsoft)
2021-05-14
1
-5
/
+8
*
Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
Andres Beltran
2021-05-14
1
-11
/
+71
*
Drivers: hv: vmbus: remove unused function
Jiapeng Chong
2021-04-14
1
-9
/
+0
*
Drivers: hv: vmbus: Drop error message when 'No request id available'
Andrea Parri (Microsoft)
2021-03-22
1
-1
/
+0
*
Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardening
Andres Beltran
2020-11-17
1
-2
/
+27
*
drivers: hv: vmbus: Introduce latency testing
Branden Bonaby
2019-11-21
1
-0
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320
Thomas Gleixner
2019-06-05
1
-14
/
+1
*
Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutex
Kimberly Brown
2019-04-10
1
-2
/
+17
*
Drivers: hv: vmbus: Set ring_info field to 0 and remove memset
Kimberly Brown
2019-04-10
1
-2
/
+1
*
Drivers: hv: vmbus: Expose counters for interrupts and full conditions
Kimberly Brown
2019-02-14
1
-1
/
+13
*
Drivers: hv: vmbus: Check for ring when getting debug info
Dexuan Cui
2019-01-09
1
-16
/
+15
*
vmbus: split ring buffer allocation from open
Stephen Hemminger
2018-09-25
1
-0
/
+1
*
Drivers: hv: vmbus: Add comments on ring buffer signaling
Michael Kelley
2018-07-03
1
-11
/
+54
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
scsi: vmbus: Add function to report available ring buffer to write in total r...
Long Li
2018-04-18
1
-0
/
+2
*
Drivers: hv: vmbus: Fix ring buffer signaling
Michael Kelley
2018-03-06
1
-17
/
+35
*
vmbus: make hv_get_ringbuffer_availbytes local
Stephen Hemminger
2017-12-03
1
-0
/
+23
*
vmbus: add prefetch to ring buffer iterator
Stephen Hemminger
2017-07-17
1
-1
/
+6
*
vmbus: more host signalling avoidance
Stephen Hemminger
2017-07-17
1
-8
/
+19
*
vmbus: eliminate duplicate cached index
Stephen Hemminger
2017-07-17
1
-13
/
+4
*
vmbus: refactor hv_signal_on_read
Stephen Hemminger
2017-07-17
1
-2
/
+30
*
vmbus: simplify hv_ringbuffer_read
Stephen Hemminger
2017-07-17
1
-101
/
+17
*
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-05-04
1
-14
/
+8
|
\
|
*
vmbus: expose debug info for drivers
Stephen Hemminger
2017-03-17
1
-0
/
+1
|
*
hyperv: remove unnecessary return variable
Stephen Hemminger
2017-03-17
1
-4
/
+2
|
*
vmbus: remove unnecessary initialization
Stephen Hemminger
2017-03-17
1
-8
/
+5
|
*
vmbus: remove useless return's
Stephen Hemminger
2017-03-17
1
-2
/
+0
*
|
vmbus: introduce in-place packet iterator
stephen hemminger
2017-03-06
1
-1
/
+93
|
/
*
vmbus: replace modulus operation with subtraction
Stephen Hemminger
2017-02-14
1
-3
/
+6
*
vmbus: constify parameters where possible
Stephen Hemminger
2017-02-14
1
-12
/
+10
*
vmbus: expose hv_begin/end_read
Stephen Hemminger
2017-02-14
1
-20
/
+0
*
vmbus: remove conditional locking of vmbus_write
Stephen Hemminger
2017-02-14
1
-7
/
+4
*
vmbus: drop no longer used kick_q argument
Stephen Hemminger
2017-02-10
1
-5
/
+3
*
Merge 4.10-rc7 into char-misc-next
Greg Kroah-Hartman
2017-02-06
1
-0
/
+1
|
\
|
*
Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()
Dexuan Cui
2017-01-31
1
-0
/
+1
*
|
Drivers: hv: vmbus: Prevent sending data on a rescinded channel
K. Y. Srinivasan
2017-01-10
1
-0
/
+7
|
/
*
Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host
K. Y. Srinivasan
2016-11-07
1
-3
/
+4
*
Drivers: hv: vmbus: On write cleanup the logic to interrupt the host
K. Y. Srinivasan
2016-11-07
1
-9
/
+21
*
Drivers: hv: vmbus: Base host signaling strictly on the ring state
K. Y. Srinivasan
2016-11-07
1
-7
/
+0
*
Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from, to}_ringb...
Vitaly Kuznetsov
2016-09-02
1
-21
/
+3
*
Drivers: hv: ring_buffer: wrap around mappings for ring buffers
Vitaly Kuznetsov
2016-09-02
1
-6
/
+33
*
Drivers: hv: vmbus: Enable explicit signaling policy for NIC channels
K. Y. Srinivasan
2016-08-31
1
-3
/
+12
*
Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus...
K. Y. Srinivasan
2016-04-30
1
-0
/
+1
*
Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
K. Y. Srinivasan
2016-04-30
1
-55
/
+0
*
Drivers: hv: vmbus: Use the new virt_xx barrier code
K. Y. Srinivasan
2016-04-30
1
-7
/
+7
*
Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
K. Y. Srinivasan
2016-04-30
1
-3
/
+3
*
Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
K. Y. Srinivasan
2016-04-30
1
-21
/
+4
*
Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()
K. Y. Srinivasan
2016-04-30
1
-6
/
+20
*
Drivers: hv: vmbus: Give control over how the ring access is serialized
K. Y. Srinivasan
2016-02-07
1
-5
/
+8
[next]