aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_para.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-07x86/tdx: Wire up KVM hypercallsKuppuswamy Sathyanarayanan1-0/+22
2021-11-11x86/kvm: Add AMD SEV specific Hypercall3Brijesh Singh1-0/+12
2021-05-07x86/kvm: Disable all PV features on crashVitaly Kuznetsov1-6/+0
2021-05-07x86/kvm: Disable kvmclock on all CPUs on shutdownVitaly Kuznetsov1-2/+2
2020-07-08KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.hUros Bizjak1-1/+1
2020-07-08Merge branch 'kvm-async-pf-int' into HEADPaolo Bonzini1-0/+1
2020-06-15KVM: x86: Switch KVM guest to using interrupts for page ready APF deliveryVitaly Kuznetsov1-0/+7
2020-06-11x86/entry: __always_inline CR2 for noinstrPeter Zijlstra1-1/+1
2020-06-01KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov1-2/+2
2020-05-19x86/kvm: Sanitize kvm_async_pf_task_wait()Thomas Gleixner1-2/+2
2020-05-19x86/kvm: Handle async page faults directly through do_page_fault()Andy Lutomirski1-2/+17
2019-07-17x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra1-1/+1
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang1-0/+1
2018-07-20x86/kvmclock: Decrapify kvm_register_clock()Thomas Gleixner1-1/+0
2018-03-06KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li1-0/+6
2017-11-10x86/virt, x86/platform: Add ->guest_late_init() callback to hypervisor_x86 structureJuergen Gross1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-04kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng1-2/+2
2016-02-22x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook1-7/+0
2015-03-31x86: Use bool function return values of true/false not 1/0Joe Perches1-1/+1
2014-09-24x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-onlyPaolo Bonzini1-2/+8
2014-01-29x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101Paolo Bonzini1-5/+6
2014-01-29x86, kvm: cache the base of the KVM cpuid leavesPaolo Bonzini1-16/+6
2013-09-04Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+12
2013-08-14kvm: Paravirtual ticketlocks support for linux guests running on KVM hypervisorSrivatsa Vaddagiri1-2/+12
2013-08-05x86, kvm: Switch to use hypervisor_cpuid_base()Jason Wang1-15/+9
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2013-01-29x86, kvm: Fix intialization warnings in kvm.cAlok N Kataria1-4/+4
2013-01-02x86: kvm_para: fix typo in hypercall commentsJesse Larrew1-1/+1
2012-12-14UAPI: (Scripted) Disintegrate arch/x86/include/asmDavid Howells1-98/+1
2012-08-23x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti1-2/+2
2012-08-13KVM: Correct vmrun to vmcall typoRaghavendra K T1-1/+1
2012-06-25KVM guest: guest side for eoi avoidanceMichael S. Tsirkin1-0/+7
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+17
2012-05-14x86, kvm: KVM paravirt kernels don't check for CPUID being unavailableAlan Cox1-0/+3
2012-05-06KVM guest: make kvm_para_available() check hypervisor bit reading cpuid leafGleb Natapov1-8/+10
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson1-0/+8
2011-07-24KVM guest: KVM Steal time registrationGlauber Costa1-0/+6
2011-07-14KVM: Steal time implementationGlauber Costa1-0/+4
2011-07-12KVM: KVM Steal time guest/host interfaceGlauber Costa1-0/+9
2011-07-12KVM: Add constant to represent KVM MSRs enabled bit in guest/host interfaceGlauber Costa1-0/+1
2011-01-12KVM: x86: Add missing inline tag to kvm_read_and_reset_pf_reasonJan Kiszka1-1/+1
2011-01-12KVM: Let host know whether the guest can handle async PF in non-userspace context.Gleb Natapov1-0/+1
2011-01-12KVM: Handle async PF in a guest.Gleb Natapov1-0/+12
2011-01-12KVM paravirt: Add async PF initialization to PV guest.Gleb Natapov1-0/+6
2011-01-12KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov1-0/+4
2011-01-12KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c.Gleb Natapov1-0/+1
2010-10-24KVM: Move kvm_guest_init out of generic codeAlexander Graf1-0/+6
2010-05-19x86, paravirt: don't compute pvclock adjustments if we trust the tscGlauber Costa1-0/+5
2010-05-19KVM: x86: add new KVMCLOCK cpuid featureGlauber Costa1-0/+4