summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/mshyperv.h
AgeCommit message (Expand)Author
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31Drivers: hv: vmbus: Make panic reporting to be more usefulK. Y. Srinivasan
2017-10-10x86/hyperv: Clear vCPU banks between calls to avoid flushing unneeded vCPUsVitaly Kuznetsov
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf
2017-09-07Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-08-10x86/hyper-v: Use hypercall for remote TLB flushVitaly Kuznetsov
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov
2017-08-10x86/hyper-v: Implement rep hypercallsVitaly Kuznetsov
2017-08-10x86/hyper-v: Introduce fast hypercall implementationVitaly Kuznetsov
2017-08-10x86/hyper-v: Make hv_do_hypercall() inlineVitaly Kuznetsov
2017-08-10x86/hyper-v: Include hyperv/ only when CONFIG_HYPERV is setVitaly Kuznetsov
2017-07-20Revert "x86/hyper-v: include hyperv/ only when CONFIG_HYPERV is set"Greg Kroah-Hartman
2017-07-17x86/hyper-v: stash the max number of virtual/logical processorVitaly Kuznetsov
2017-07-17x86/hyper-v: include hyperv/ only when CONFIG_HYPERV is setVitaly Kuznetsov
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-06-24x86/mshyperv: Remove excess #includes from mshyperv.hThomas Gleixner
2017-05-25Drivers: hv: vmbus: Get the current time from the current clocksourceK. Y. Srinivasan
2017-03-11x86/hyperv: Move TSC reading method to asm/mshyperv.hVitaly Kuznetsov
2017-03-11x86/hyperv: Implement hv_get_tsc_page()Vitaly Kuznetsov
2017-02-10hv: export current Hyper-V clocksourceVitaly Kuznetsov
2017-02-10Drivers: hv: Fix the bug in generating the guest IDK. Y. Srinivasan
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
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the message pageK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Restructure the clockevents codeK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Move the code to signal end of messageK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Move the check for hypercall page setupK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Move the crash notification functionK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan
2017-01-19Drivers: hv: vmbus: Move Hypercall invocation code out of common codeK. Y. Srinivasan
2017-01-19Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan
2017-01-19Drivers: hv: vmbus: Move the definition of generate_guest_id()K. Y. Srinivasan
2017-01-19Drivers: hv: vmbus: Move the definition of hv_x64_msr_hypercall_contentsK. Y. Srinivasan
2015-08-04mshyperv: fix recognition of Hyper-V guest crash MSR'sDenis V. Lunev
2015-08-04Drivers: hv: vmbus: add special crash handlerVitaly Kuznetsov
2015-08-04Drivers: hv: vmbus: add special kexec handlerVitaly Kuznetsov
2014-03-05x86: hyperv: Fixup the (brain) damage caused by the irq cleanupThomas Gleixner
2014-03-04x86: Hyperv: Cleanup the irq messThomas Gleixner
2013-06-20x86, trace: Add irq vector tracepointsSeiji Aguchi
2013-02-12X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan
2010-05-07x86: Clean up the hypervisor layerH. Peter Anvin
2010-05-06x86: Detect running on a Microsoft HyperV systemKy Srinivasan