aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv/hv.c
AgeCommit message (Expand)Author
2021-10-28x86/hyperv: Add ghcb hvcall support for SNP VMTianyu Lan
2021-10-28x86/hyperv: Add Write/Read MSR registers via ghcb pageTianyu Lan
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury
2021-04-18Drivers: hv: vmbus: Check for pending channel interrupts before taking a CPU ...Andrea Parri (Microsoft)
2021-04-02Drivers: hv: vmbus: Remove unused linux/version.h headerQiheng Lin
2021-03-08Drivers: hv: vmbus: Move handling of VMbus interruptsMichael Kelley
2021-03-08Drivers: hv: vmbus: Handle auto EOI quirk inlineMichael Kelley
2021-03-08Drivers: hv: Redo Hyper-V synthetic MSR get/set functionsMichael Kelley
2021-03-08Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral codeMichael Kelley
2020-11-16Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-11Drivers: hv: vmbus: Allow cleanup of VMBUS_CONNECT_CPU if disconnectedChris Co
2020-10-14Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley
2020-09-28Drivers: hv: Use HV_HYP_PAGE in hv_synic_enable_regs()Boqun Feng
2020-06-19Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_li...Andrea Parri (Microsoft)
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-04-23Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplugAndrea Parri (Microsoft)
2020-04-23Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...Andrea Parri (Microsoft)
2020-04-23Drivers: hv: vmbus: Always handle the VMBus messages on CPU0Andrea Parri (Microsoft)
2020-04-21Drivers: hv: Move AEOI determination to architecture dependent codeMichael Kelley
2019-11-15x86/hyperv: Initialize clockevents earlier in CPU onliningMichael Kelley
2019-09-06Drivers: hv: vmbus: Break out synic enable and disable operationsDexuan Cui
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner
2019-04-13Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()Dexuan Cui
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-14x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hVitaly Kuznetsov
2018-11-11Drivers: hv: vmbus: Get rid of unnecessary state in hv_contextK. Y. Srinivasan
2018-09-12Drivers: hv: vmbus: Fix synic per-cpu context initializationMichael Kelley
2018-08-02Drivers: hv: vmbus: Cleanup synic memory free pathMichael Kelley
2018-07-03Drivers: hv: vmbus: Make TLFS #define names architecture neutralMichael Kelley
2018-07-03Drivers: hv: vmbus: Remove x86 MSR refs in arch independent codeMichael Kelley
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov
2018-03-28Drivers: hv: vmbus: respect what we get from hv_get_synint_state()Dexuan Cui
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley
2018-03-06hv: Synthetic typo correctionJoe Perches
2018-03-06hyper-v: use GFP_KERNEL for hv_context.hv_numa_mapJia-Ju Bai
2018-01-09Drivers: hv: vmbus: Remove x86-isms from arch independent driversMichael Kelley
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov
2017-05-25Drivers: hv: vmbus: Close timing hole that can corrupt per-cpu pageMichael Kelley
2017-05-25Drivers: hv: vmbus: Get the current time from the current clocksourceK. Y. Srinivasan
2017-03-17Drivers: hv: Base autoeoi enablement based on hypervisor hintsK. Y. Srinivasan
2017-02-14vmbus: change to per channel taskletStephen Hemminger
2017-02-14vmbus: put related per-cpu variable togetherStephen Hemminger
2017-01-31Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov
2017-01-20Drivers: hv: vmbus: Define an APIs to manage interrupt stateK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Define an API to retrieve virtual processor indexK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controllerK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the event pageK. Y. Srinivasan