summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2026-05-10KVM: nSVM: enable GMET for guestsPaolo Bonzini2-1/+8
2026-05-10KVM: SVM: work around errata 1218Paolo Bonzini1-0/+12
2026-05-10KVM: SVM: enable GMET and set it in MMU rolePaolo Bonzini4-4/+28
2026-05-10KVM: x86/mmu: add support for GMET to NPT page table walksPaolo Bonzini4-10/+22
2026-05-10KVM: x86/mmu: hard code more bits in kvm_init_shadow_npt_mmuPaolo Bonzini3-7/+7
2026-05-10KVM: SVM: add GMET bit definitionsPaolo Bonzini2-0/+2
2026-05-10KVM: x86/mmu: introduce cpu_role bit for availability of PFEC.I/DPaolo Bonzini3-1/+16
2026-05-10KVM: x86/mmu: propagate access mask from root pages downPaolo Bonzini4-12/+15
2026-05-10KVM: nVMX: allow MBEC with EVMCSJon Kohler1-0/+1
2026-05-10KVM: nVMX: advertise MBEC to nested guestsJon Kohler4-8/+22
2026-05-10KVM: x86/mmu: add support for MBEC to EPT page table walksPaolo Bonzini4-8/+43
2026-05-10KVM: nVMX: pass PFERR_USER_MASK to MMU on EPT violationsPaolo Bonzini2-3/+19
2026-05-10KVM: nVMX: pass advanced EPT violation vmexit info to guestPaolo Bonzini3-5/+14
2026-05-10KVM: VMX: enable use of MBECPaolo Bonzini9-5/+46
2026-05-10KVM: x86/mmu: move cr4_smep to base rolePaolo Bonzini3-11/+19
2026-05-10KVM: x86/mmu: split XS/XU bits for EPTPaolo Bonzini5-27/+62
2026-05-10KVM: x86: make translate_nested_gpa vendor-specificPaolo Bonzini6-23/+36
2026-05-10KVM: x86/mmu: pass pte_access for final nGPA->GPA walkPaolo Bonzini6-15/+25
2026-05-10KVM: x86/mmu: pass PFERR_GUEST_PAGE/FINAL_MASK to kvm_translate_gpaPaolo Bonzini4-5/+11
2026-05-10KVM: x86/mmu: introduce ACC_READ_MASKPaolo Bonzini10-63/+68
2026-05-10KVM: x86/mmu: separate more EPT/non-EPT permission_fault()Paolo Bonzini1-11/+15
2026-05-08Merge tag 'x86-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+14
2026-05-08Merge tag 'perf-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-16/+57
2026-05-08x86/cpuid: Introduce <asm/cpuid/leaf_types.h>Ahmed S. Darwish1-0/+2350
2026-05-08x86/cpuid: Rename cpuid_leaf()/cpuid_subleaf() APIsAhmed S. Darwish4-8/+7
2026-05-08x86/cpu: Do not include the CPUID API header in asm/processor.hAhmed S. Darwish1-1/+0
2026-05-08Revert "ACPI: CPPC: Adjust debug messages in amd_set_max_freq_ratio() to warn"Mario Limonciello1-3/+3
2026-05-08x86/sev: Do not initialize SNP if missing CPUsTycho Andersen (AMD)2-4/+18
2026-05-08x86/kexec: Push kjump return address even for non-kjump kexecDavid Woodhouse1-0/+8
2026-05-08x86/cpu, cpufreq: Remove AMD ELAN supportIngo Molnar1-3/+0
2026-05-08x86/fpu: Remove the math-emu/ FPU emulation libraryIngo Molnar47-13023/+0
2026-05-08x86/fpu: Remove the 'no387' boot optionIngo Molnar2-18/+9
2026-05-08x86/fpu: Remove MATH_EMULATION and related glue codeIngo Molnar7-62/+1
2026-05-07x86/purgatory: Fix #endif commentThorsten Blum1-1/+1
2026-05-07x86/boot/e820: Re-enable BIOS fallback if e820 table is emptyDavid Gow1-1/+5
2026-05-06x86,fs/resctrl: Create 'event_filter' files read only if they're not configur...Ben Horgan1-0/+1
2026-05-06Merge tag 'efi-fixes-for-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-4/+14
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish52-0/+64
2026-05-06x86/cpu: Remove the CONFIG_X86_INVD_BUG quirkIngo Molnar2-11/+0
2026-05-06x86/cpu, x86/platform, watchdog: Remove CONFIG_X86_RDC321X supportIngo Molnar1-11/+0
2026-05-06x86/cpu: Remove TSC-less CONFIG_M586 supportIngo Molnar3-12/+1
2026-05-06x86/cpu: Remove CPU_SUP_UMC_32 supportIngo Molnar2-40/+0
2026-05-06x86/cpu: Remove CONFIG_MWINCHIP3D/MWINCHIPC6Ingo Molnar3-30/+4
2026-05-05perf/x86/intel: Consolidate MSR_IA32_PERF_CFG_C trackingDapeng Mi2-9/+8
2026-05-05perf/x86/intel: Enable auto counter reload for DMRDapeng Mi1-0/+1
2026-05-05perf/x86/intel: Disable PMI for self-reloaded ACR eventsDapeng Mi2-4/+23
2026-05-05perf/x86/intel: Always reprogram ACR events to prevent stale masksDapeng Mi1-5/+8
2026-05-05perf/x86/intel: Improve validation and configuration of ACR masksDapeng Mi1-7/+25
2026-05-05x86/xen: Fix a potential problem in xen_e820_resolve_conflicts()Juergen Gross1-4/+9
2026-05-05x86/efi: Restore IRQ state in EFI page fault handlerArd Biesheuvel3-3/+13