| Commit message (Expand) | Author | Age | Files | Lines |
* | Drivers: hv: vmbus: Add utility function for querying ring size | Saurabh Sengar | 2024-04-11 | 1 | -0/+5 |
* | Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisor | Dexuan Cui | 2023-08-25 | 1 | -0/+11 |
* | Drivers: hv: vmbus: Remove the per-CPU post_msg_page | Dexuan Cui | 2023-04-17 | 1 | -4/+0 |
* | Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages | Michael Kelley | 2023-04-17 | 1 | -2/+0 |
* | Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbus is suspended | Shradha Gupta | 2022-07-11 | 1 | -0/+7 |
* | Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid() | Andrea Parri (Microsoft) | 2022-04-25 | 1 | -1/+1 |
* | Drivers: hv: Rename 'alloced' to 'allocated' | Vitaly Kuznetsov | 2022-02-03 | 1 | -7/+7 |
* | Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2021-11-02 | 1 | -0/+2 |
|\ |
|
| * | Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message | Tianyu Lan | 2021-10-28 | 1 | -0/+2 |
* | | hyperv/vmbus: include linux/bitops.h | Arnd Bergmann | 2021-10-22 | 1 | -0/+1 |
|/ |
|
* | Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer | Andres Beltran | 2021-05-14 | 1 | -1/+1 |
* | drivers/hv: remove obsolete TODO and fix misleading typo in comment | Stefan Eschenbacher | 2020-12-07 | 1 | -2/+1 |
* | Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardening | Andres Beltran | 2020-11-17 | 1 | -1/+2 |
* | Drivers: hv: vmbus: Resolve more races involving init_vp_index() | Andrea Parri (Microsoft) | 2020-05-23 | 1 | -0/+48 |
* | hv_utils: Always execute the fcopy and vss callbacks in a tasklet | Andrea Parri (Microsoft) | 2020-04-23 | 1 | -6/+1 |
* | Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ... | Andrea Parri (Microsoft) | 2020-04-23 | 1 | -6/+8 |
* | Drivers: hv: vmbus: Always handle the VMBus messages on CPU0 | Andrea Parri (Microsoft) | 2020-04-23 | 1 | -5/+6 |
* | Drivers: hv: check VMBus messages lengths | Vitaly Kuznetsov | 2020-04-23 | 1 | -0/+1 |
* | hv: hyperv_vmbus.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-03-21 | 1 | -1/+1 |
* | hv_utils: Add the support of hibernation | Dexuan Cui | 2020-01-26 | 1 | -0/+6 |
* | drivers: hv: vmbus: Introduce latency testing | Branden Bonaby | 2019-11-21 | 1 | -0/+31 |
* | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-09-24 | 1 | -0/+30 |
|\ |
|
| * | Drivers: hv: vmbus: Resume after fixing up old primary channels | Dexuan Cui | 2019-09-06 | 1 | -0/+14 |
| * | Drivers: hv: vmbus: Suspend after cleaning up hv_sock and sub channels | Dexuan Cui | 2019-09-06 | 1 | -0/+12 |
| * | Drivers: hv: vmbus: Suspend/resume the vmbus itself for hibernation | Dexuan Cui | 2019-09-06 | 1 | -0/+2 |
| * | Drivers: hv: vmbus: Break out synic enable and disable operations | Dexuan Cui | 2019-09-06 | 1 | -0/+2 |
* | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-09-16 | 1 | -4/+4 |
|\ \ |
|
| * | | drivers: hv: vmbus: Replace page definition with Hyper-V specific one | Maya Nakamura | 2019-07-22 | 1 | -4/+4 |
| |/ |
|
* / | Drivers: hv: vmbus: Remove the unused "tsc_page" from struct hv_context | Dexuan Cui | 2019-08-20 | 1 | -2/+0 |
|/ |
|
* | clocksource/drivers: Make Hyper-V clocksource ISA agnostic | Michael Kelley | 2019-07-03 | 1 | -3/+0 |
* | 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 | -0/+1 |
* | Drivers: hv: vmbus: Expose monitor data only when monitor pages are used | Kimberly Brown | 2019-03-20 | 1 | -0/+2 |
* | vmbus: Switch to use new generic UUID API | Andy Shevchenko | 2019-02-14 | 1 | -2/+2 |
* | Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-12-28 | 1 | -2/+0 |
|\ |
|
| * | Merge 4.20-rc6 into char-misc-next | Greg Kroah-Hartman | 2018-12-10 | 1 | -0/+7 |
| |\ |
|
| * | | Drivers: hv: vmbus: Get rid of unnecessary state in hv_context | K. Y. Srinivasan | 2018-11-11 | 1 | -2/+0 |
* | | | x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.h | Vitaly Kuznetsov | 2018-12-14 | 1 | -68/+0 |
| |/
|/| |
|
* | | Drivers: hv: vmbus: Offload the handling of channels to two workqueues | Dexuan Cui | 2018-12-03 | 1 | -0/+7 |
|/ |
|
* | Drivers: hv: vmbus: enable VMBus protocol version 5.0 | Dexuan Cui | 2018-05-14 | 1 | -0/+3 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2018-04-09 | 1 | -0/+1 |
|\ |
|
| * | x86/hyper-v: move hyperv.h out of uapi | Vitaly Kuznetsov | 2018-03-28 | 1 | -0/+1 |
* | | Drivers: hv: vmbus: Implement Direct Mode for stimer0 | Michael Kelley | 2018-03-06 | 1 | -1/+3 |
|/ |
|
* | hyper-v: trace vmbus_on_msg_dpc() | Vitaly Kuznetsov | 2017-11-04 | 1 | -0/+2 |
* | vmbus: add per-channel sysfs info | Stephen Hemminger | 2017-10-04 | 1 | -0/+2 |
* | hyper-v: Globalize vp_index | Vitaly Kuznetsov | 2017-08-10 | 1 | -11/+0 |
* | Drivers: hv: vmbus: Fix rescind handling | K. Y. Srinivasan | 2017-05-18 | 1 | -0/+7 |
* | Drivers: hv: util: Make hv_poll_channel() a little more efficient | K. Y. Srinivasan | 2017-05-18 | 1 | -0/+4 |
* | vmbus: expose debug info for drivers | Stephen Hemminger | 2017-03-17 | 1 | -11/+0 |
* | vmbus: cleanup header file style | Stephen Hemminger | 2017-03-17 | 1 | -8/+8 |