summaryrefslogtreecommitdiffstats
path: root/drivers/hv/channel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Drivers: hv: vmbus: Fix rescind handling issuesK. Y. Srinivasan2017-08-161-0/+14
|/
* vmbus: re-enable channel taskletStephen Hemminger2017-07-171-0/+2
* Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan2017-05-181-2/+6
* Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman2017-03-271-13/+12
|\
| * Drivers: hv: vmbus: Don't leak memory when a channel is rescindedK. Y. Srinivasan2017-03-161-5/+8
| * vmbus: remove hv_event_tasklet_disable/enableDexuan Cui2017-03-161-8/+4
* | vmbus: fix spelling errorsStephen Hemminger2017-03-171-5/+5
|/
* scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
* vmbus: remove conditional locking of vmbus_writeStephen Hemminger2017-02-141-9/+4
* vmbus: change to per channel taskletStephen Hemminger2017-02-141-1/+1
* vmbus: remove unused kickq argument to sendpacketStephen Hemminger2017-02-101-10/+9