aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2023-10-24x86/microcode: Prepare for minimal revision checkThomas Gleixner4-5/+22
2023-10-24x86/microcode: Handle "offline" CPUs correctlyThomas Gleixner2-5/+108
2023-10-24x86/microcode: Protect against instrumentationThomas Gleixner1-28/+83
2023-10-24x86/microcode: Rendezvous and load in NMIThomas Gleixner3-5/+41
2023-10-24x86/microcode: Replace the all-in-one rendevous handlerThomas Gleixner1-42/+9
2023-10-24x86/microcode: Provide new control functionsThomas Gleixner1-0/+84
2023-10-24x86/microcode: Add per CPU control fieldThomas Gleixner1-2/+18
2023-10-24x86/microcode: Add per CPU result stateThomas Gleixner2-47/+68
2023-10-24x86/microcode: Sanitize __wait_for_cpus()Thomas Gleixner1-22/+17
2023-10-24x86/microcode: Clarify the late load logicThomas Gleixner1-22/+19
2023-10-24x86/microcode: Handle "nosmt" correctlyThomas Gleixner3-30/+43
2023-10-24x86/microcode: Clean up mc_cpu_down_prep()Thomas Gleixner1-7/+1
2023-10-24x86/microcode: Get rid of the schedule work indirectionThomas Gleixner1-19/+10
2023-10-24x86/microcode: Mop up early loading leftoversThomas Gleixner2-17/+1
2023-10-24x86/microcode/amd: Use cached microcode for AP loadThomas Gleixner3-24/+13
2023-10-24x86/microcode/amd: Cache builtin/initrd microcode earlyThomas Gleixner2-17/+11
2023-10-24x86/microcode/amd: Cache builtin microcode tooThomas Gleixner1-1/+1
2023-10-24x86/microcode/amd: Use correct per CPU ucode_cpu_infoThomas Gleixner1-3/+3
2023-10-24x86/microcode: Remove pointless apply() invocationThomas Gleixner1-17/+6
2023-10-24x86/microcode/intel: Rework intel_find_matching_signature()Thomas Gleixner1-12/+19
2023-10-24x86/microcode/intel: Reuse intel_cpu_collect_info()Thomas Gleixner1-15/+1
2023-10-24x86/microcode/intel: Rework intel_cpu_collect_info()Thomas Gleixner1-24/+9
2023-10-24x86/microcode/intel: Unify microcode apply() functionsThomas Gleixner1-68/+36
2023-10-24x86/microcode/intel: Switch to kvmalloc()Thomas Gleixner1-23/+25
2023-10-24x86/microcode/intel: Save the microcode only after a successful late-loadThomas Gleixner3-15/+20
2023-10-24x86/microcode/intel: Simplify early loadingThomas Gleixner3-93/+79
2023-10-23x86/percpu: Introduce const-qualified const_pcpu_hot to micro-optimize code g...Uros Bizjak1-0/+1
2023-10-20x86/srso: Remove unnecessary semicolonYang Li1-1/+1
2023-10-20x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()Josh Poimboeuf1-1/+2
2023-10-20x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf1-3/+2
2023-10-20x86/srso: Move retbleed IBPB check into existing 'has_microcode' code blockJosh Poimboeuf1-3/+1
2023-10-20x86/bugs: Remove default case for fully switched enumsJosh Poimboeuf1-10/+7
2023-10-20x86/srso: Remove 'pred_cmd' labelJosh Poimboeuf1-8/+13
2023-10-20x86/srso: Fix vulnerability reporting for missing microcodeJosh Poimboeuf1-14/+22
2023-10-20x86/srso: Print mitigation for retbleed IBPB caseJosh Poimboeuf1-3/+3
2023-10-20x86/srso: Print actual mitigation if requested mitigation isn't possibleJosh Poimboeuf1-3/+0
2023-10-20x86/srso: Fix SBPB enablement for (possible) future fixed HWJosh Poimboeuf1-1/+1
2023-10-19x86/microcode/intel: Cleanup code furtherThomas Gleixner1-44/+32
2023-10-19x86/microcode/intel: Simplify and rename generic_load_microcode()Thomas Gleixner1-30/+17
2023-10-19x86/microcode/intel: Simplify scan_microcode()Thomas Gleixner1-21/+7
2023-10-19x86/microcode/intel: Rip out mixed stepping support for Intel CPUsAshok Raj4-121/+34
2023-10-18x86/microcode/32: Move early loading after paging enableThomas Gleixner5-246/+65
2023-10-17x86/microcode/amd: Fix snprintf() format string warning in W=1 buildPaolo Bonzini1-1/+1
2023-10-17x86/resctrl: Display RMID of resource groupBabu Moger2-0/+24
2023-10-17x86/resctrl: Add support for the files of MON groups onlyBabu Moger1-4/+11
2023-10-17x86/resctrl: Display CLOSID for resource groupBabu Moger1-0/+23
2023-10-17x86/resctrl: Introduce "-o debug" mount optionBabu Moger2-0/+20
2023-10-17x86/resctrl: Move default group file creation to mountBabu Moger1-24/+34
2023-10-17x86/resctrl: Unwind properly from rdt_enable_ctx()Babu Moger1-21/+32
2023-10-17x86/resctrl: Rename rftype flags for consistencyBabu Moger2-27/+27