summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-05-10KVM: x86/mmu: add support for MBEC to EPT page table walksPaolo Bonzini
2026-05-10KVM: nVMX: pass PFERR_USER_MASK to MMU on EPT violationsPaolo Bonzini
2026-05-10KVM: nVMX: pass advanced EPT violation vmexit info to guestPaolo Bonzini
2026-05-10KVM: VMX: enable use of MBECPaolo Bonzini
2026-05-10KVM: x86/mmu: move cr4_smep to base rolePaolo Bonzini
2026-05-10KVM: x86/mmu: split XS/XU bits for EPTPaolo Bonzini
2026-05-10KVM: x86: make translate_nested_gpa vendor-specificPaolo Bonzini
2026-05-10KVM: x86/mmu: pass pte_access for final nGPA->GPA walkPaolo Bonzini
2026-05-10KVM: x86/mmu: pass PFERR_GUEST_PAGE/FINAL_MASK to kvm_translate_gpaPaolo Bonzini
2026-05-10KVM: x86/mmu: introduce ACC_READ_MASKPaolo Bonzini
2026-05-10KVM: x86/mmu: separate more EPT/non-EPT permission_fault()Paolo Bonzini
2026-05-08Merge tag 'x86-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-08Merge tag 'perf-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-05-08x86/cpuid: Introduce <asm/cpuid/leaf_types.h>Ahmed S. Darwish
2026-05-08x86/cpuid: Rename cpuid_leaf()/cpuid_subleaf() APIsAhmed S. Darwish
2026-05-08x86/cpu: Do not include the CPUID API header in asm/processor.hAhmed S. Darwish
2026-05-08Revert "ACPI: CPPC: Adjust debug messages in amd_set_max_freq_ratio() to warn"Mario Limonciello
2026-05-08x86/sev: Do not initialize SNP if missing CPUsTycho Andersen (AMD)
2026-05-08x86/kexec: Push kjump return address even for non-kjump kexecDavid Woodhouse
2026-05-08x86/cpu, cpufreq: Remove AMD ELAN supportIngo Molnar
2026-05-08x86/fpu: Remove the math-emu/ FPU emulation libraryIngo Molnar
2026-05-08x86/fpu: Remove the 'no387' boot optionIngo Molnar
2026-05-08x86/fpu: Remove MATH_EMULATION and related glue codeIngo Molnar
2026-05-07x86/purgatory: Fix #endif commentThorsten Blum
2026-05-07x86/boot/e820: Re-enable BIOS fallback if e820 table is emptyDavid Gow
2026-05-06x86,fs/resctrl: Create 'event_filter' files read only if they're not configur...Ben Horgan
2026-05-06Merge tag 'efi-fixes-for-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish
2026-05-06x86/cpu: Remove the CONFIG_X86_INVD_BUG quirkIngo Molnar
2026-05-06x86/cpu, x86/platform, watchdog: Remove CONFIG_X86_RDC321X supportIngo Molnar
2026-05-06x86/cpu: Remove TSC-less CONFIG_M586 supportIngo Molnar
2026-05-06x86/cpu: Remove CPU_SUP_UMC_32 supportIngo Molnar
2026-05-06x86/cpu: Remove CONFIG_MWINCHIP3D/MWINCHIPC6Ingo Molnar
2026-05-05perf/x86/intel: Consolidate MSR_IA32_PERF_CFG_C trackingDapeng Mi
2026-05-05perf/x86/intel: Enable auto counter reload for DMRDapeng Mi
2026-05-05perf/x86/intel: Disable PMI for self-reloaded ACR eventsDapeng Mi
2026-05-05perf/x86/intel: Always reprogram ACR events to prevent stale masksDapeng Mi
2026-05-05perf/x86/intel: Improve validation and configuration of ACR masksDapeng Mi
2026-05-05x86/xen: Fix a potential problem in xen_e820_resolve_conflicts()Juergen Gross
2026-05-05x86/efi: Restore IRQ state in EFI page fault handlerArd Biesheuvel
2026-05-04objtool: Grow __cfi_* prefix symbols for all CFI+CALL_PADDINGJosh Poimboeuf
2026-05-04x86/boot: Get rid of kstrtoull()Borislav Petkov (AMD)
2026-05-04x86/boot/compressed: Use boot_kstrtoul() for hugepages= parsingThorsten Blum
2026-05-04x86/efi: Fix graceful fault handling after FPU softirq changesIvan Hu
2026-05-04x86/entry: Zap the #VC entry user and kernel macrosBorislav Petkov (AMD)
2026-05-03KVM: x86: Fix shadow paging use-after-free due to unexpected GFNSean Christopherson
2026-05-03KVM: x86: Fix misleading variable names and add more comments for PIR=>IRR flowSean Christopherson
2026-05-03KVM: x86: Do IRR scan in __kvm_apic_update_irr even if PIR is emptyPaolo Bonzini
2026-05-03KVM: x86: check for nEPT/nNPT in slow flush hypercallsPaolo Bonzini
2026-05-01KVM: x86/mmu: rename and clarify BYTE_MASKPaolo Bonzini