summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers2022-08-211-1/+1
* x86/kvm: Fix "missing ENDBR" BUG for fastop functionsJosh Poimboeuf2022-08-191-1/+2
* x86/kvm: Simplify FOP_SETCC()Josh Poimboeuf2022-08-191-19/+4
* KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-192-9/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-1112-49/+124
|\
| * KVM: VMX: Adjust number of LBR records for PERF_CAPABILITIES at refreshSean Christopherson2022-08-102-11/+8
| * KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpersSean Christopherson2022-08-101-9/+17
| * KVM: x86: Refresh PMU after writes to MSR_IA32_PERF_CAPABILITIESSean Christopherson2022-08-101-2/+2
| * KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap genSean Christopherson2022-08-102-0/+22
| * KVM: x86/mmu: rename trace function name for asynchronous page faultMingwei Zhang2022-08-101-1/+1
| * KVM: x86/xen: Stop Xen timer before changing IRQColeman Dietsch2022-08-101-18/+17
| * KVM: x86/xen: Initialize Xen timer only onceColeman Dietsch2022-08-101-1/+3
| * KVM: SVM: Disable SEV-ES support if MMIO caching is disableSean Christopherson2022-08-105-5/+19
| * KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks changeSean Christopherson2022-08-103-0/+24
| * KVM: x86: Tag kvm_mmu_x86_module_init() with __initSean Christopherson2022-08-101-1/+1
| * KVM: x86: emulator: Fix illegal LEA handlingMichal Luczaj2022-08-101-1/+5
| * KVM: X86: avoid uninitialized 'fault.async_page_fault' from fixed-up #PFYu Zhang2022-08-101-0/+1
| * KVM: x86: Bug the VM if an accelerated x2APIC trap occurs on a "bad" regSean Christopherson2022-08-101-3/+5
| * KVM: x86: do not report preemption if the steal time cache is stalePaolo Bonzini2022-08-101-0/+2
| * KVM: x86: revalidate steal time cache if MSR value changesPaolo Bonzini2022-08-101-3/+3
* | Merge tag 'x86_bugs_pbrsb' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-08-091-3/+5
|\ \
| * | x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon2022-08-031-3/+5
* | | Merge tag 'iommu-updates-v5.20-or-v6.0' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-08-061-1/+0
|\ \ \ | |_|/ |/| |
| | |
| | \
| *-. \ Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel2022-07-291-1/+0
| |\ \ \ | | |_|/ | |/| |
| | | * KVM: x86: Remove unnecessary includeLu Baolu2022-07-151-1/+0
* | | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\ \ \ \
| * | | | mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
| | |_|/ | |/| |
* | | | KVM: x86/mmu: remove unused variablePaolo Bonzini2022-08-011-2/+0
* | | | Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-0144-1440/+2994
|\ \ \ \ | |_|/ / |/| | |
| * | | KVM, x86/mmu: Fix the comment around kvm_tdp_mmu_zap_leafs()Kai Huang2022-07-281-7/+3
| * | | KVM: SVM: Dump Virtual Machine Save Area (VMSA) to klogJarkko Sakkinen2022-07-281-0/+3
| * | | KVM: x86/mmu: Treat NX as a valid SPTE bit for NPTSean Christopherson2022-07-281-1/+1
| * | | KVM: x86: Do not block APIC write for non ICR registersSuravee Suthikulpanit2022-07-281-11/+11
| * | | KVM: SVM: Do not virtualize MSR accesses for APIC LVTT registerSuravee Suthikulpanit2022-07-281-1/+8
| * | | KVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating UMIPSean Christopherson2022-07-281-0/+3
| * | | Revert "KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control"Paolo Bonzini2022-07-283-27/+0
| * | | KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it existsSean Christopherson2022-07-281-1/+3
| * | | KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRLSean Christopherson2022-07-282-2/+14
| * | | KVM: VMX: Mark all PERF_GLOBAL_(OVF)_CTRL bits reserved if there's no vPMUSean Christopherson2022-07-281-0/+2
| * | | Revert "KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled"Paolo Bonzini2022-07-281-20/+1
| * | | KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported valueSean Christopherson2022-07-281-33/+37
| * | | KVM: nVMX: Rename handle_vm{on,off}() to handle_vmx{on,off}()Sean Christopherson2022-07-281-4/+4
| * | | KVM: nVMX: Inject #UD if VMXON is attempted with incompatible CR0/CR4Sean Christopherson2022-07-281-9/+14
| * | | KVM: nVMX: Account for KVM reserved CR4 bits in consistency checksSean Christopherson2022-07-281-1/+2
| * | | KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bitsSean Christopherson2022-07-284-7/+14
| * | | KVM: x86/mmu: Don't bottom out on leafs when zapping collapsible SPTEsSean Christopherson2022-07-283-37/+24
| * | | KVM: x86/mmu: Document the "rules" for using host_pfn_mapping_level()Sean Christopherson2022-07-281-7/+35
| * | | KVM: x86/mmu: Don't require refcounted "struct page" to create huge SPTEsSean Christopherson2022-07-283-26/+7
| * | | KVM: x86/mmu: Restrict mapping level based on guest MTRR iff they're usedSean Christopherson2022-07-281-7/+19
| * | | KVM: x86/mmu: Add shadow mask for effective host MTRR memtypeSean Christopherson2022-07-282-3/+19