summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: Introduce KVM_SET_USER_MEMORY_REGION2Sean Christopherson2023-11-131-1/+1
* KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson2023-11-132-3/+1
* KVM: Use gfn instead of hva for mmu_notifier_retryChao Peng2023-11-132-10/+11
* Merge tag 'kvm-x86-svm-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-315-45/+45
|\
| * KVM: SVM: Treat all "skip" emulation for SEV guests as outright failuresSean Christopherson2023-10-042-13/+8
| * KVM: x86: Refactor can_emulate_instruction() return to be more expressiveSean Christopherson2023-10-045-29/+35
| * KVM: SVM: Update SEV-ES shutdown intercepts with more metadataPeter Gonda2023-09-281-8/+7
* | Merge tag 'kvm-x86-pmu-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-4/+4
|\ \
| * | KVM: x86: Service NMI requests after PMI requests in VM-Enter pathMingwei Zhang2023-10-271-4/+4
* | | Merge tag 'kvm-x86-xen-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-314-6/+58
|\ \ \
| * | | KVM: x86/xen: ignore the VCPU_SSHOTTMR_future flagPaul Durrant2023-10-041-5/+1
| * | | KVM: x86/xen: Use fast path for Xen timer deliveryDavid Woodhouse2023-10-041-0/+49
| * | | KVM: X86: Reduce size of kvm_vcpu_arch structure when CONFIG_KVM_XEN=nPeng Hao2023-10-043-1/+8
| | |/ | |/|
* | | Merge tag 'kvm-x86-mmu-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-315-21/+55
|\ \ \
| * | | KVM: x86/mmu: Remove unnecessary ‘NULL’ values from sptepLi zeming2023-10-181-2/+10
| * | | KVM: VMX: drop IPAT in memtype when CD=1 for KVM_X86_QUIRK_CD_NW_CLEAREDYan Zhao2023-10-101-6/+3
| * | | KVM: x86/mmu: Zap KVM TDP when noncoherent DMA assignment starts/stopsYan Zhao2023-10-101-2/+17
| * | | KVM: x86/mmu: Zap SPTEs on MTRR update iff guest MTRRs are honoredYan Zhao2023-10-091-1/+1
| * | | KVM: x86/mmu: Zap SPTEs when CR0.CD is toggled iff guest MTRRs are honoredYan Zhao2023-10-091-1/+1
| * | | KVM: x86/mmu: Add helpers to return if KVM honors guest MTRRsYan Zhao2023-10-092-9/+23
| |/ /
* | | Merge tag 'kvm-x86-misc-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-3113-66/+203
|\ \ \
| * | | KVM: x86: Ignore MSR_AMD64_TW_CFG accessMaciej S. Szmigiero2023-10-192-0/+3
| * | | KVM: x86: remove the unused assigned_dev_head from kvm_archLiang Chen2023-10-192-2/+0
| * | | x86: KVM: Add feature flag for CPUID.80000021H:EAX[bit 1]Jim Mattson2023-10-182-1/+3
| * | | KVM: x86: remove always-false condition in kvmclock_sync_fnDongli Zhang2023-10-181-3/+0
| * | | KVM: x86: hyper-v: Don't auto-enable stimer on write from user-spaceNicolas Saenz Julienne2023-10-171-4/+6
| * | | KVM: x86: Update the variable naming in kvm_x86_ops.sched_in()Mingwei Zhang2023-10-171-1/+1
| * | | KVM: x86/mmu: Stop kicking vCPUs to sync the dirty log when PML is disabledDavid Matlack2023-10-171-0/+3
| * | | KVM: x86: Use octal for file permissionPeng Hao2023-10-173-20/+20
| * | | KVM: x86: Don't sync user-written TSC against startup valuesLike Xu2023-10-092-10/+25
| * | | KVM: x86: Virtualize HWCR.TscFreqSel[bit 24]Jim Mattson2023-10-091-2/+6
| * | | KVM: x86: Allow HWCR.McStatusWrEn to be cleared once setJim Mattson2023-10-091-3/+2
| * | | KVM: x86: Refine calculation of guest wall clock to use a single TSC readDavid Woodhouse2023-10-053-9/+81
| * | | KVM: x86: Add SBPB supportJosh Poimboeuf2023-10-043-6/+27
| * | | KVM: x86: Add IBPB_BRTYPE supportJosh Poimboeuf2023-10-041-2/+2
| * | | KVM: x86: Add CONFIG_KVM_MAX_NR_VCPUS to allow up to 4096 vCPUsKyle Meyer2023-09-282-0/+19
| * | | KVM: x86: Force TLB flush on userspace changes to special registersMichal Luczaj2023-09-271-2/+6
| * | | KVM: x86: Remove redundant vcpu->arch.cr0 assignmentsMichal Luczaj2023-09-272-2/+0
| |/ /
* | | Merge tag 'kvm-x86-apic-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-314-15/+21
|\ \ \
| * | | KVM: x86: Clear bit12 of ICR after APIC-write VM-exitTao Su2023-09-281-13/+13
| * | | KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.Haitao Shan2023-09-284-2/+8
| |/ /
* | | Merge tag 'x86-urgent-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-285-9/+46
|\ \ \
| * | | x86/tsc: Defer marking TSC unstable to a workerThomas Gleixner2023-10-271-1/+9
| * | | x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibilityThomas Gleixner2023-10-273-8/+35
| * | | x86/cpu: Add model number for Intel Arrow Lake mobile processorTony Luck2023-10-271-0/+2
* | | | Merge tag 'sev_fixes_for_v6.6' of //git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-10-193-9/+84
|\ \ \ \ | |/ / / |/| | |
| * | | x86/sev: Check for user-space IOIO pointing to kernel spaceJoerg Roedel2023-10-172-2/+34
| * | | x86/sev: Check IOBM for IOIO exceptions from user-spaceJoerg Roedel2023-10-093-7/+47
| * | | x86/sev: Disable MMIO emulation from user modeBorislav Petkov (AMD)2023-10-091-0/+3
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-10-1616-67/+66
|\ \ \ \ | | |_|/ | |/| |