summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-09-05x86/mce: Cleanup bank processing on initBorislav Petkov
2025-09-05x86/mce/amd: Put list_head in threshold_bankYazen Ghannam
2025-09-05x86/mce/amd: Remove smca_banks_mapYazen Ghannam
2025-09-05x86/mce/amd: Remove return value for mce_threshold_{create,remove}_device()Yazen Ghannam
2025-09-05x86/mce/amd: Rename threshold restart functionYazen Ghannam
2025-09-05Merge branch 'x86/apic' into x86/sev, to resolve conflictIngo Molnar
2025-09-04x86,retpoline: Optimize patch_retpoline()Peter Zijlstra
2025-09-04x86,ibt: Use UDB instead of 0xEAPeter Zijlstra
2025-09-04x86/cfi: Add "debug" option to "cfi=" bootparamKees Cook
2025-09-04x86/cfi: Standardize on common "CFI:" prefix for CFI reportsKees Cook
2025-09-04x86/traps: Clarify KCFI instruction layoutKees Cook
2025-09-04x86/microcode: Add microcode loader debugging functionalityBorislav Petkov (AMD)
2025-09-04x86/microcode: Add microcode= cmdline parsingBorislav Petkov (AMD)
2025-09-04x86/microcode/intel: Refresh the revisions that determine old_microcodeSohil Mehta
2025-09-04x86/sev: Zap snp_abort()Borislav Petkov (AMD)
2025-09-04x86/apic/savic: Do not use snp_abort()Borislav Petkov (AMD)
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_TIME_NSThomas Weißschuh
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_DATA_STOREThomas Weißschuh
2025-09-04vdso: Drop kconfig GENERIC_VDSO_32Thomas Weißschuh
2025-09-03x86/boot: Get rid of the .head.text sectionArd Biesheuvel
2025-09-03x86/boot: Move startup code out of __head sectionArd Biesheuvel
2025-09-03efistub/x86: Remap inittext read-execute when neededArd Biesheuvel
2025-09-03x86/boot: Create a confined code area for startup codeArd Biesheuvel
2025-09-03x86/kbuild: Incorporate boot/startup/ via Kbuild makefileArd Biesheuvel
2025-09-03x86/boot: Revert "Reject absolute references in .head.text"Ard Biesheuvel
2025-09-03x86/boot: Check startup code for absence of absolute relocationsArd Biesheuvel
2025-09-03x86/sev: Export startup routines for later useArd Biesheuvel
2025-09-03x86/sev: Move __sev_[get|put]_ghcb() into separate noinstr objectArd Biesheuvel
2025-09-03x86/sev: Provide PIC aliases for SEV related data objectsArd Biesheuvel
2025-09-03x86/boot: Provide PIC aliases for 5-level paging related constantsArd Biesheuvel
2025-09-03x86/boot: Drop redundant RMPADJUST in SEV SVSM presence checkArd Biesheuvel
2025-09-03x86/sev: Use boot SVSM CA for all startup and init codeArd Biesheuvel
2025-09-03x86/sev: Pass SVSM calling area down to early page state change APIArd Biesheuvel
2025-09-03x86/sev: Share implementation of MSR-based page state changeArd Biesheuvel
2025-09-03x86/sev: Avoid global variable to store virtual address of SVSM areaArd Biesheuvel
2025-09-03x86/sev: Move GHCB page based HV communication out of startup codeArd Biesheuvel
2025-09-03sched: Unify the SCHED_{SMT,CLUSTER,MC} KconfigPeter Zijlstra
2025-09-03sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()Peter Zijlstra
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...Linus Torvalds
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster
2025-09-01x86/sev: Indicate the SEV-SNP guest supports Secure AVICNeeraj Upadhyay
2025-09-01x86/sev: Prevent SECURE_AVIC_CONTROL MSR interception for Secure AVIC guestsNeeraj Upadhyay
2025-09-01x86/apic: Enable Secure AVIC in the control MSRNeeraj Upadhyay
2025-09-01x86/apic: Add kexec support for Secure AVICNeeraj Upadhyay
2025-09-01x86/apic: Handle EOI writes for Secure AVIC guestsNeeraj Upadhyay
2025-09-01x86/apic: Read and write LVT* APIC registers from HV for SAVIC guestsNeeraj Upadhyay
2025-09-01x86/sev: Enable NMI support for Secure AVICKishon Vijay Abraham I
2025-09-01x86/apic: Allow NMI to be injected from hypervisor for Secure AVICNeeraj Upadhyay
2025-09-01x86/apic: Add support to send NMI IPI for Secure AVICNeeraj Upadhyay
2025-09-01x86/sev: Initialize VGIF for secondary vCPUs for Secure AVICKishon Vijay Abraham I