summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2020-03-16KVM: x86/mmu: Configure max page level during hardware setupSean Christopherson1-2/+1
2020-03-16KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common functionSean Christopherson1-2/+1
2020-03-16KVM: VMX: Directly query Intel PT mode when refreshing PMUsSean Christopherson1-2/+0
2020-03-16KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt supportSean Christopherson1-1/+0
2020-03-16KVM: x86: Use KVM cpu caps to track UMIP emulationSean Christopherson1-1/+0
2020-03-16KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap updateSean Christopherson1-1/+0
2020-03-16KVM: x86: Handle PKU CPUID adjustment in VMX codeSean Christopherson1-1/+0
2020-03-16KVM: x86: Handle INVPCID CPUID adjustment in VMX codeSean Christopherson1-1/+0
2020-03-16KVM: x86: Drop explicit @func param from ->set_supported_cpuid()Sean Christopherson1-1/+1
2020-03-16KVM: x86: Use supported_xcr0 to detect MPX supportSean Christopherson1-1/+1
2020-03-16KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson2-483/+4
2020-03-16KVM: x86: Dynamically allocate per-vCPU emulation contextSean Christopherson2-1/+2
2020-03-16KVM: x86: Explicitly pass an exception struct to check_interceptSean Christopherson1-1/+2
2020-03-16KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson1-1/+1
2020-03-16KVM: nVMX: Allow L1 to use 5-level page walks for nested EPTSean Christopherson1-0/+12
2020-03-16KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hackSean Christopherson1-1/+0
2020-03-16KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson1-1/+1
2020-03-16KVM: LAPIC: Recalculate apic map in batchWanpeng Li1-0/+1
2020-03-16KVM: x86: enable dirty log gradually in small chunksJay Zhou1-1/+5
2020-03-16KVM: SVM: Inhibit APIC virtualization for X2APIC guestOliver Upton1-0/+1
2020-03-16KVM: x86: Consolidate VM allocation and free for VMX and SVMSean Christopherson1-8/+4
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson1-2/+1
2020-03-16KVM: x86: Move gpa_val and gpa_available into the emulator contextSean Christopherson2-4/+4
2020-03-16KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page faultSean Christopherson1-3/+9
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton2-0/+2
2020-02-21KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov1-1/+1
2020-02-21KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSEXiaoyao Li2-1/+2
2020-02-20kvm/emulate: fix a -Werror=cast-function-typeQian Cai1-1/+12
2020-02-12KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin1-3/+13
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+12
2020-02-06Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-8/+22
2020-02-06Merge tag 'pci-v5.6-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-02-05x86: vmxfeatures: rename features for consistency with KVM and manualPaolo Bonzini2-6/+6
2020-02-05kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.Suravee Suthikulpanit1-0/+1
2020-02-05svm: Temporarily deactivate AVIC during ExtINT handlingSuravee Suthikulpanit1-0/+1
2020-02-05svm: Deactivate AVIC when launching guest with nested SVM supportSuravee Suthikulpanit1-0/+1
2020-02-05kvm: x86: hyperv: Use APICv update request interfaceSuravee Suthikulpanit1-1/+1
2020-02-05kvm: x86: Introduce x86 ops hook for pre-update APICvSuravee Suthikulpanit1-0/+1
2020-02-05kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasonsSuravee Suthikulpanit1-0/+1
2020-02-05kvm: x86: Add support for dynamic APICv activationSuravee Suthikulpanit1-0/+5
2020-02-05KVM: x86: remove get_enable_apicv from kvm_x86_opsPaolo Bonzini1-1/+0
2020-02-05kvm: x86: Introduce APICv inhibit reason bitsSuravee Suthikulpanit1-0/+5
2020-02-04x86/PCI: Define to_pci_sysdata() even when !CONFIG_PCIJason A. Donenfeld1-2/+2
2020-02-04Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+0
2020-02-04asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek1-1/+0
2020-02-04asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra1-2/+2
2020-02-04x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_structSteven Price1-1/+2
2020-02-04x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price1-1/+1
2020-02-04x86: mm: add p?d_leaf() definitionsSteven Price1-0/+5
2020-02-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-16/+12