summaryrefslogtreecommitdiff
path: root/drivers/hv/hv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-11-161-2/+6
|\
| * Drivers: hv: vmbus: Allow cleanup of VMBUS_CONNECT_CPU if disconnectedChris Co2020-11-111-2/+6
* | Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley2020-10-141-1/+1
* | Drivers: hv: Use HV_HYP_PAGE in hv_synic_enable_regs()Boqun Feng2020-09-281-2/+2
|/
* Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_li...Andrea Parri (Microsoft)2020-06-191-3/+0
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-031-5/+11
|\
| * Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplugAndrea Parri (Microsoft)2020-04-231-3/+4
| * Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...Andrea Parri (Microsoft)2020-04-231-2/+0
| * Drivers: hv: vmbus: Always handle the VMBus messages on CPU0Andrea Parri (Microsoft)2020-04-231-0/+7
* | Drivers: hv: Move AEOI determination to architecture dependent codeMichael Kelley2020-04-211-5/+1
|/
* x86/hyperv: Initialize clockevents earlier in CPU onliningMichael Kelley2019-11-151-2/+2
* Drivers: hv: vmbus: Break out synic enable and disable operationsDexuan Cui2019-09-061-29/+37
* clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley2019-07-031-152/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner2019-06-051-14/+1
* Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()Dexuan Cui2019-04-131-1/+0
* Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-281-7/+3
|\
| * Drivers: hv: vmbus: Get rid of unnecessary state in hv_contextK. Y. Srinivasan2018-11-111-7/+3
* | x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hVitaly Kuznetsov2018-12-141-1/+1
|/
* Drivers: hv: vmbus: Fix synic per-cpu context initializationMichael Kelley2018-09-121-3/+12
* Drivers: hv: vmbus: Cleanup synic memory free pathMichael Kelley2018-08-021-6/+8
* Drivers: hv: vmbus: Make TLFS #define names architecture neutralMichael Kelley2018-07-031-5/+5
* Drivers: hv: vmbus: Remove x86 MSR refs in arch independent codeMichael Kelley2018-07-031-12/+8
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-1/+0
|\
| * x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov2018-03-281-1/+0
* | Drivers: hv: vmbus: respect what we get from hv_get_synint_state()Dexuan Cui2018-03-281-1/+0
* | Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley2018-03-061-3/+56
* | hv: Synthetic typo correctionJoe Perches2018-03-061-1/+1
* | hyper-v: use GFP_KERNEL for hv_context.hv_numa_mapJia-Ju Bai2018-03-061-1/+1
|/
* Drivers: hv: vmbus: Remove x86-isms from arch independent driversMichael Kelley2018-01-091-3/+0
* hyper-v: Globalize vp_indexVitaly Kuznetsov2017-08-101-9/+0
* Drivers: hv: vmbus: Close timing hole that can corrupt per-cpu pageMichael Kelley2017-05-251-1/+6
* Drivers: hv: vmbus: Get the current time from the current clocksourceK. Y. Srinivasan2017-05-251-1/+1
* Drivers: hv: Base autoeoi enablement based on hypervisor hintsK. Y. Srinivasan2017-03-171-1/+4
* vmbus: change to per channel taskletStephen Hemminger2017-02-141-2/+0
* vmbus: put related per-cpu variable togetherStephen Hemminger2017-02-141-73/+57
* Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov2017-01-311-10/+0
* Drivers: hv: vmbus: Define an APIs to manage interrupt stateK. Y. Srinivasan2017-01-201-4/+8
* Drivers: hv: vmbus: Define an API to retrieve virtual processor indexK. Y. Srinivasan2017-01-201-1/+1
* Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controllerK. Y. Srinivasan2017-01-201-4/+4
* Drivers: hv: vmbus: Define APIs to manipulate the event pageK. Y. Srinivasan2017-01-201-4/+4
* Drivers: hv: vmbus: Define APIs to manipulate the message pageK. Y. Srinivasan2017-01-201-4/+4
* Drivers: hv: vmbus: Get rid of an unsused variableK. Y. Srinivasan2017-01-201-4/+0
* Drivers: hv: vmbus: Restructure the clockevents codeK. Y. Srinivasan2017-01-201-5/+5
* Drivers: hv: vmbus: Move the check for hypercall page setupK. Y. Srinivasan2017-01-201-6/+1
* Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan2017-01-201-49/+0
* Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan2017-01-201-95/+0
* Drivers: hv: vmbus: Move Hypercall invocation code out of common codeK. Y. Srinivasan2017-01-191-52/+0
* Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan2017-01-191-42/+3
* hv: make CPU offlining prevention fine-grainedVitaly Kuznetsov2017-01-101-0/+31