Age | Commit message (Expand) | Author |
2021-10-28 | x86/hyperv: Add ghcb hvcall support for SNP VM | Tianyu Lan |
2021-10-28 | x86/hyperv: Add Write/Read MSR registers via ghcb page | Tianyu Lan |
2021-04-21 | drivers: hv: Create a consistent pattern for checking Hyper-V hypercall status | Joseph Salisbury |
2021-04-18 | Drivers: hv: vmbus: Check for pending channel interrupts before taking a CPU ... | Andrea Parri (Microsoft) |
2021-04-02 | Drivers: hv: vmbus: Remove unused linux/version.h header | Qiheng Lin |
2021-03-08 | Drivers: hv: vmbus: Move handling of VMbus interrupts | Michael Kelley |
2021-03-08 | Drivers: hv: vmbus: Handle auto EOI quirk inline | Michael Kelley |
2021-03-08 | Drivers: hv: Redo Hyper-V synthetic MSR get/set functions | Michael Kelley |
2021-03-08 | Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code | Michael Kelley |
2020-11-16 | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-11-11 | Drivers: hv: vmbus: Allow cleanup of VMBUS_CONNECT_CPU if disconnected | Chris Co |
2020-10-14 | Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDT | Michael Kelley |
2020-09-28 | Drivers: hv: Use HV_HYP_PAGE in hv_synic_enable_regs() | Boqun Feng |
2020-06-19 | Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_li... | Andrea Parri (Microsoft) |
2020-06-03 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-04-23 | Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplug | Andrea Parri (Microsoft) |
2020-04-23 | Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ... | Andrea Parri (Microsoft) |
2020-04-23 | Drivers: hv: vmbus: Always handle the VMBus messages on CPU0 | Andrea Parri (Microsoft) |
2020-04-21 | Drivers: hv: Move AEOI determination to architecture dependent code | Michael Kelley |
2019-11-15 | x86/hyperv: Initialize clockevents earlier in CPU onlining | Michael Kelley |
2019-09-06 | Drivers: hv: vmbus: Break out synic enable and disable operations | Dexuan Cui |
2019-07-03 | clocksource/drivers: Make Hyper-V clocksource ISA agnostic | Michael Kelley |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320 | Thomas Gleixner |
2019-04-13 | Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup() | Dexuan Cui |
2018-12-28 | Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-12-14 | x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.h | Vitaly Kuznetsov |
2018-11-11 | Drivers: hv: vmbus: Get rid of unnecessary state in hv_context | K. Y. Srinivasan |
2018-09-12 | Drivers: hv: vmbus: Fix synic per-cpu context initialization | Michael Kelley |
2018-08-02 | Drivers: hv: vmbus: Cleanup synic memory free path | Michael Kelley |
2018-07-03 | Drivers: hv: vmbus: Make TLFS #define names architecture neutral | Michael Kelley |
2018-07-03 | Drivers: hv: vmbus: Remove x86 MSR refs in arch independent code | Michael Kelley |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-04-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2018-03-28 | x86/hyper-v: move hyperv.h out of uapi | Vitaly Kuznetsov |
2018-03-28 | Drivers: hv: vmbus: respect what we get from hv_get_synint_state() | Dexuan Cui |
2018-03-06 | Drivers: hv: vmbus: Implement Direct Mode for stimer0 | Michael Kelley |
2018-03-06 | hv: Synthetic typo correction | Joe Perches |
2018-03-06 | hyper-v: use GFP_KERNEL for hv_context.hv_numa_map | Jia-Ju Bai |
2018-01-09 | Drivers: hv: vmbus: Remove x86-isms from arch independent drivers | Michael Kelley |
2017-08-10 | hyper-v: Globalize vp_index | Vitaly Kuznetsov |
2017-05-25 | Drivers: hv: vmbus: Close timing hole that can corrupt per-cpu page | Michael Kelley |
2017-05-25 | Drivers: hv: vmbus: Get the current time from the current clocksource | K. Y. Srinivasan |
2017-03-17 | Drivers: hv: Base autoeoi enablement based on hypervisor hints | K. Y. Srinivasan |
2017-02-14 | vmbus: change to per channel tasklet | Stephen Hemminger |
2017-02-14 | vmbus: put related per-cpu variable together | Stephen Hemminger |
2017-01-31 | Drivers: hv: restore hypervcall page cleanup before kexec | Vitaly Kuznetsov |
2017-01-20 | Drivers: hv: vmbus: Define an APIs to manage interrupt state | K. Y. Srinivasan |
2017-01-20 | Drivers: hv: vmbus: Define an API to retrieve virtual processor index | K. Y. Srinivasan |
2017-01-20 | Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controller | K. Y. Srinivasan |
2017-01-20 | Drivers: hv: vmbus: Define APIs to manipulate the event page | K. Y. Srinivasan |