summaryrefslogtreecommitdiff
path: root/drivers/hv/channel.c
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: vmbus: Introduce {lock,unlock}_requestor()Andrea Parri (Microsoft)2022-04-251-6/+5
* Drivers: hv: vmbus: Introduce vmbus_request_addr_match()Andrea Parri (Microsoft)2022-04-251-18/+47
* Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid()Andrea Parri (Microsoft)2022-04-251-6/+32
* Drivers: hv: vmbus: Fix handling of messages with transaction ID of zeroAndrea Parri (Microsoft)2022-04-251-2/+4
* Drivers: hv: vmbus: Initialize VMbus ring buffer for Isolation VMTianyu Lan2021-10-281-9/+10
* Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VMTianyu Lan2021-10-281-15/+38
* scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDsAndrea Parri (Microsoft)2021-05-141-8/+6
* Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran2021-05-141-3/+6
* Drivers: hv: vmbus: Drivers: hv: vmbus: Introduce CHANNELMSG_MODIFYCHANNEL_RE...Andrea Parri (Microsoft)2021-04-181-17/+82
* Drivers: hv: vmbus: Use after free in __vmbus_open()Dan Carpenter2021-04-161-1/+1
* drivers: hv: Fix whitespace errorsVasanth2021-03-081-1/+1
* Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer"Wei Liu2021-02-151-6/+3
* Drivers: hv: vmbus: Initialize memory to be sent to the hostAndrea Parri (Microsoft)2021-02-051-2/+2
* Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran2021-02-051-3/+6
* Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardeningAndres Beltran2020-11-171-6/+168
* Drivers: hv: vmbus: Move virt_to_hvpfn() to hyperv headerBoqun Feng2020-09-281-13/+0
* Drivers: hv: vmbus: Introduce types of GPADLBoqun Feng2020-09-281-20/+140
* Drivers: hv: vmbus: Move __vmbus_open()Boqun Feng2020-09-281-154/+155
* Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadlBoqun Feng2020-09-281-8/+5
* Drivers: hv: vmbus: Remove the lock field from the vmbus_channel structAndrea Parri (Microsoft)2020-06-201-5/+1
* Drivers: hv: vmbus: Remove the target_vp field from the vmbus_channel structAndrea Parri (Microsoft)2020-06-191-1/+2
* Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message typeAndrea Parri (Microsoft)2020-04-231-0/+28
* Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. ...Andrea Parri (Microsoft)2020-04-231-17/+7
* hv_netvsc: Disable NAPI before closing the VMBus channelAndrea Parri (Microsoft)2020-04-231-0/+6
* Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAEDexuan Cui2019-08-201-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner2019-06-051-13/+1
* vmbus: Switch to use new generic UUID APIAndy Shevchenko2019-02-141-2/+2
* vmbus: fix subchannel removalDexuan Cui2019-01-091-8/+1
* Merge 4.20-rc5 into char-misc-nextGreg Kroah-Hartman2018-12-031-0/+8
|\
| * Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()Dexuan Cui2018-11-261-0/+8
* | Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel()Dexuan Cui2018-11-261-1/+0
|/
* Drivers: hv: vmbus: Fix the descriptions of some function parametersDexuan Cui2018-10-021-11/+13
* vmbus: split ring buffer allocation from openStephen Hemminger2018-09-251-115/+152
* vmbus: keep pointer to ring buffer pageStephen Hemminger2018-09-251-11/+9
* vmbus: pass channel to hv_process_channel_removalStephen Hemminger2018-09-251-2/+1
* Drivers: hv: vmbus: Remove use of slow_virt_to_phys()Michael Kelley2018-08-021-7/+20
* Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()Dexuan Cui2018-08-021-16/+24
* Drivers: hv: vmbus: Fix a rescind issueK. Y. Srinivasan2017-11-281-2/+8
* hyper-v: trace channel eventsVitaly Kuznetsov2017-11-041-0/+2
* hyper-v: trace vmbus_send_tl_connect_request()Vitaly Kuznetsov2017-11-041-1/+6
* hyper-v: trace vmbus_teardown_gpadl()Vitaly Kuznetsov2017-11-041-0/+2
* hyper-v: trace vmbus_establish_gpadl()Vitaly Kuznetsov2017-11-041-0/+6
* hyper-v: trace vmbus_close_internal()Vitaly Kuznetsov2017-11-041-0/+2
* hyper-v: trace vmbus_open()Vitaly Kuznetsov2017-11-041-0/+2
* vmbus: initialize reserved fields in messagesStephen Hemminger2017-10-201-0/+2
* Drivers: hv: vmbus: Fix bugs in rescind handlingK. Y. Srinivasan2017-10-041-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-106/+23
|\
| * vmbus: remove unused vmbus_sendpacket_ctlstephen hemminger2017-08-161-26/+17
| * vmbus: remove unused vmubs_sendpacket_pagebuffer_ctlstephen hemminger2017-08-161-24/+6
| * vmbus: remove unused vmbus_sendpacket_multipagebufferstephen hemminger2017-08-161-56/+0