summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2023-10-27x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibilityThomas Gleixner
2023-10-27x86/cpu: Add model number for Intel Arrow Lake mobile processorTony Luck
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-26x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den
2023-10-24x86/defconfig: Enable CONFIG_DEBUG_ENTRY=yIngo Molnar
2023-10-24x86/microcode/intel: Add a minimum required revision for late loadingAshok Raj
2023-10-24x86/microcode: Prepare for minimal revision checkThomas Gleixner
2023-10-24x86/microcode: Handle "offline" CPUs correctlyThomas Gleixner
2023-10-24x86/apic: Provide apic_force_nmi_on_cpu()Thomas Gleixner
2023-10-24x86/microcode: Protect against instrumentationThomas Gleixner
2023-10-24x86/microcode: Rendezvous and load in NMIThomas Gleixner
2023-10-24x86/microcode: Replace the all-in-one rendevous handlerThomas Gleixner
2023-10-24x86/microcode: Provide new control functionsThomas Gleixner
2023-10-24x86/microcode: Add per CPU control fieldThomas Gleixner
2023-10-24x86/microcode: Add per CPU result stateThomas Gleixner
2023-10-24x86/microcode: Sanitize __wait_for_cpus()Thomas Gleixner
2023-10-24x86/microcode: Clarify the late load logicThomas Gleixner
2023-10-24x86/microcode: Handle "nosmt" correctlyThomas Gleixner
2023-10-24x86/microcode: Clean up mc_cpu_down_prep()Thomas Gleixner
2023-10-24x86/microcode: Get rid of the schedule work indirectionThomas Gleixner
2023-10-24x86/microcode: Mop up early loading leftoversThomas Gleixner
2023-10-24x86/microcode/amd: Use cached microcode for AP loadThomas Gleixner
2023-10-24x86/microcode/amd: Cache builtin/initrd microcode earlyThomas Gleixner
2023-10-24x86/microcode/amd: Cache builtin microcode tooThomas Gleixner
2023-10-24x86/microcode/amd: Use correct per CPU ucode_cpu_infoThomas Gleixner
2023-10-24x86/microcode: Remove pointless apply() invocationThomas Gleixner
2023-10-24x86/microcode/intel: Rework intel_find_matching_signature()Thomas Gleixner
2023-10-24x86/microcode/intel: Reuse intel_cpu_collect_info()Thomas Gleixner
2023-10-24x86/microcode/intel: Rework intel_cpu_collect_info()Thomas Gleixner
2023-10-24x86/microcode/intel: Unify microcode apply() functionsThomas Gleixner
2023-10-24x86/microcode/intel: Switch to kvmalloc()Thomas Gleixner
2023-10-24x86/microcode/intel: Save the microcode only after a successful late-loadThomas Gleixner
2023-10-24x86/microcode/intel: Simplify early loadingThomas Gleixner
2023-10-23x86: Enable IBT in Rust if enabled in CMatthew Maurer
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie
2023-10-20x86/retpoline: Document some thunk handling aspectsBorislav Petkov (AMD)
2023-10-20x86/callthunks: Delete unused "struct thunk_desc"Alexey Dobriyan
2023-10-20x86/vdso: Run objtool on vdso32-setup.oDavid Kaplan
2023-10-20x86/srso: Remove unnecessary semicolonYang Li
2023-10-20x86/pti: Fix kernel warnings for pti= and nopti cmdline optionsJo Van Bulck
2023-10-20x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()Josh Poimboeuf
2023-10-20x86/nospec: Refactor UNTRAIN_RET[_*]Josh Poimboeuf
2023-10-20x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macrosJosh Poimboeuf
2023-10-20x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf
2023-10-20x86/srso: Move retbleed IBPB check into existing 'has_microcode' code blockJosh Poimboeuf
2023-10-20x86/bugs: Remove default case for fully switched enumsJosh Poimboeuf
2023-10-20x86/srso: Remove 'pred_cmd' labelJosh Poimboeuf
2023-10-20x86/srso: Unexport untraining functionsJosh Poimboeuf
2023-10-20x86/srso: Improve i-cache locality for alias mitigationJosh Poimboeuf