summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mshyperv.h
Commit message (Expand)AuthorAgeFilesLines
* x86/Hyper-V/hv_apic: Build the Hyper-V APIC conditionallyThomas Gleixner2018-05-191-1/+6
* X86/Hyper-V: Consolidate the allocation of the hypercall input pageK. Y. Srinivasan2018-05-191-1/+0
* X86/Hyper-V: Enhanced IPI enlightenmentK. Y. Srinivasan2018-05-191-0/+33
* X86/Hyper-V: Enable IPI enlightenmentsK. Y. Srinivasan2018-05-191-0/+1
* X86/Hyper-V: Enlighten APIC accessK. Y. Srinivasan2018-05-191-1/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-78/+16
|\
| * x86/hyper-v: detect nested featuresVitaly Kuznetsov2018-03-281-0/+1
| * x86/hyper-v: allocate and use Virtual Processor Assist PagesVitaly Kuznetsov2018-03-281-0/+13
| * x86/hyper-v: move definitions from TLFS to hyperv-tlfs.hVitaly Kuznetsov2018-03-281-77/+1
| * x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov2018-03-281-1/+1
* | Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley2018-03-061-0/+13
|/
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-4/+28
|\
| * x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov2018-01-301-0/+9
| * x86/hyperv: Add a function to read both TSC and TSC page value simulateneouslyVitaly Kuznetsov2018-01-301-4/+19
* | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-011-2/+2
|\ \ | |/ |/|
| * Drivers: hv: vmbus: Remove x86-isms from arch independent driversMichael Kelley2018-01-091-2/+2
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-8/+10
|\ \ | |/ |/|
| * x86/retpoline/hyperv: Convert assembler indirect jumpsDavid Woodhouse2018-01-121-8/+10
* | Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-161-1/+1
|\ \ | |/ |/|
| * Drivers: hv: vmbus: Make panic reporting to be more usefulK. Y. Srinivasan2017-10-311-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* x86/hyperv: Clear vCPU banks between calls to avoid flushing unneeded vCPUsVitaly Kuznetsov2017-10-101-0/+1
* x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-231-6/+4
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-071-1/+146
|\
| * x86/hyper-v: Use hypercall for remote TLB flushVitaly Kuznetsov2017-08-101-0/+3
| * hyper-v: Globalize vp_indexVitaly Kuznetsov2017-08-101-0/+24
| * x86/hyper-v: Implement rep hypercallsVitaly Kuznetsov2017-08-101-0/+39
| * x86/hyper-v: Introduce fast hypercall implementationVitaly Kuznetsov2017-08-101-0/+34
| * x86/hyper-v: Make hv_do_hypercall() inlineVitaly Kuznetsov2017-08-101-0/+40
| * x86/hyper-v: Include hyperv/ only when CONFIG_HYPERV is setVitaly Kuznetsov2017-08-101-1/+6
* | Revert "x86/hyper-v: include hyperv/ only when CONFIG_HYPERV is set"Greg Kroah-Hartman2017-07-201-6/+1
* | x86/hyper-v: stash the max number of virtual/logical processorVitaly Kuznetsov2017-07-171-0/+2
* | x86/hyper-v: include hyperv/ only when CONFIG_HYPERV is setVitaly Kuznetsov2017-07-171-1/+6
|/
* Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-031-1/+0
|\
| * Drivers: hv: vmbus: Get the current time from the current clocksourceK. Y. Srinivasan2017-05-251-1/+0
* | x86/mshyperv: Remove excess #includes from mshyperv.hThomas Gleixner2017-06-241-2/+1
|/
* x86/hyperv: Move TSC reading method to asm/mshyperv.hVitaly Kuznetsov2017-03-111-0/+46
* x86/hyperv: Implement hv_get_tsc_page()Vitaly Kuznetsov2017-03-111-0/+8
* hv: export current Hyper-V clocksourceVitaly Kuznetsov2017-02-101-0/+3
* Drivers: hv: Fix the bug in generating the guest IDK. Y. Srinivasan2017-02-101-2/+2
* Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov2017-01-311-0/+1
* Drivers: hv: vmbus: Define an APIs to manage interrupt stateK. Y. Srinivasan2017-01-201-0/+3
* Drivers: hv: vmbus: Define an API to retrieve virtual processor indexK. Y. Srinivasan2017-01-201-0/+2
* Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controllerK. Y. Srinivasan2017-01-201-0/+3
* Drivers: hv: vmbus: Define APIs to manipulate the event pageK. Y. Srinivasan2017-01-201-0/+3
* Drivers: hv: vmbus: Define APIs to manipulate the message pageK. Y. Srinivasan2017-01-201-0/+3
* Drivers: hv: vmbus: Restructure the clockevents codeK. Y. Srinivasan2017-01-201-0/+4
* Drivers: hv: vmbus: Move the code to signal end of messageK. Y. Srinivasan2017-01-201-0/+37
* Drivers: hv: vmbus: Move the check for hypercall page setupK. Y. Srinivasan2017-01-201-0/+1
* Drivers: hv: vmbus: Move the crash notification functionK. Y. Srinivasan2017-01-201-0/+1