index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
channel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-25
Drivers: hv: vmbus: Introduce {lock,unlock}_requestor()
Andrea Parri (Microsoft)
1
-6
/
+5
2022-04-25
Drivers: hv: vmbus: Introduce vmbus_request_addr_match()
Andrea Parri (Microsoft)
1
-18
/
+47
2022-04-25
Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid()
Andrea Parri (Microsoft)
1
-6
/
+32
2022-04-25
Drivers: hv: vmbus: Fix handling of messages with transaction ID of zero
Andrea Parri (Microsoft)
1
-2
/
+4
2021-10-28
Drivers: hv: vmbus: Initialize VMbus ring buffer for Isolation VM
Tianyu Lan
1
-9
/
+10
2021-10-28
Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM
Tianyu Lan
1
-15
/
+38
2021-05-14
scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDs
Andrea Parri (Microsoft)
1
-8
/
+6
2021-05-14
Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
Andres Beltran
1
-3
/
+6
2021-04-18
Drivers: hv: vmbus: Drivers: hv: vmbus: Introduce CHANNELMSG_MODIFYCHANNEL_RE...
Andrea Parri (Microsoft)
1
-17
/
+82
2021-04-16
Drivers: hv: vmbus: Use after free in __vmbus_open()
Dan Carpenter
1
-1
/
+1
2021-03-08
drivers: hv: Fix whitespace errors
Vasanth
1
-1
/
+1
2021-02-15
Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer"
Wei Liu
1
-6
/
+3
2021-02-05
Drivers: hv: vmbus: Initialize memory to be sent to the host
Andrea Parri (Microsoft)
1
-2
/
+2
2021-02-05
Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
Andres Beltran
1
-3
/
+6
2020-11-17
Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardening
Andres Beltran
1
-6
/
+168
2020-09-28
Drivers: hv: vmbus: Move virt_to_hvpfn() to hyperv header
Boqun Feng
1
-13
/
+0
2020-09-28
Drivers: hv: vmbus: Introduce types of GPADL
Boqun Feng
1
-20
/
+140
2020-09-28
Drivers: hv: vmbus: Move __vmbus_open()
Boqun Feng
1
-154
/
+155
2020-09-28
Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadl
Boqun Feng
1
-8
/
+5
2020-06-20
Drivers: hv: vmbus: Remove the lock field from the vmbus_channel struct
Andrea Parri (Microsoft)
1
-5
/
+1
2020-06-19
Drivers: hv: vmbus: Remove the target_vp field from the vmbus_channel struct
Andrea Parri (Microsoft)
1
-1
/
+2
2020-04-23
Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message type
Andrea Parri (Microsoft)
1
-0
/
+28
2020-04-23
Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. ...
Andrea Parri (Microsoft)
1
-17
/
+7
2020-04-23
hv_netvsc: Disable NAPI before closing the VMBus channel
Andrea Parri (Microsoft)
1
-0
/
+6
2019-08-20
Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAE
Dexuan Cui
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320
Thomas Gleixner
1
-13
/
+1
2019-02-15
vmbus: Switch to use new generic UUID API
Andy Shevchenko
1
-2
/
+2
2019-01-10
vmbus: fix subchannel removal
Dexuan Cui
1
-8
/
+1
2018-12-03
Merge 4.20-rc5 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+8
2018-11-26
Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()
Dexuan Cui
1
-0
/
+8
2018-11-26
Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel()
Dexuan Cui
1
-1
/
+0
2018-10-03
Drivers: hv: vmbus: Fix the descriptions of some function parameters
Dexuan Cui
1
-11
/
+13
2018-09-25
vmbus: split ring buffer allocation from open
Stephen Hemminger
1
-115
/
+152
2018-09-25
vmbus: keep pointer to ring buffer page
Stephen Hemminger
1
-11
/
+9
2018-09-25
vmbus: pass channel to hv_process_channel_removal
Stephen Hemminger
1
-2
/
+1
2018-08-02
Drivers: hv: vmbus: Remove use of slow_virt_to_phys()
Michael Kelley
1
-7
/
+20
2018-08-02
Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()
Dexuan Cui
1
-16
/
+24
2017-11-28
Drivers: hv: vmbus: Fix a rescind issue
K. Y. Srinivasan
1
-2
/
+8
2017-11-04
hyper-v: trace channel events
Vitaly Kuznetsov
1
-0
/
+2
2017-11-04
hyper-v: trace vmbus_send_tl_connect_request()
Vitaly Kuznetsov
1
-1
/
+6
2017-11-04
hyper-v: trace vmbus_teardown_gpadl()
Vitaly Kuznetsov
1
-0
/
+2
2017-11-04
hyper-v: trace vmbus_establish_gpadl()
Vitaly Kuznetsov
1
-0
/
+6
2017-11-04
hyper-v: trace vmbus_close_internal()
Vitaly Kuznetsov
1
-0
/
+2
2017-11-04
hyper-v: trace vmbus_open()
Vitaly Kuznetsov
1
-0
/
+2
2017-10-20
vmbus: initialize reserved fields in messages
Stephen Hemminger
1
-0
/
+2
2017-10-04
Drivers: hv: vmbus: Fix bugs in rescind handling
K. Y. Srinivasan
1
-3
/
+3
2017-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-106
/
+23
2017-08-17
vmbus: remove unused vmbus_sendpacket_ctl
stephen hemminger
1
-26
/
+17
2017-08-17
vmbus: remove unused vmubs_sendpacket_pagebuffer_ctl
stephen hemminger
1
-24
/
+6
2017-08-17
vmbus: remove unused vmbus_sendpacket_multipagebuffer
stephen hemminger
1
-56
/
+0
[next]