summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorLines
2023-10-20x86/srso: Print mitigation for retbleed IBPB caseJosh Poimboeuf-3/+3
2023-10-20x86/srso: Print actual mitigation if requested mitigation isn't possibleJosh Poimboeuf-3/+0
2023-10-20x86/srso: Fix SBPB enablement for (possible) future fixed HWJosh Poimboeuf-1/+1
2023-10-19x86/microcode/intel: Cleanup code furtherThomas Gleixner-44/+32
2023-10-19x86/microcode/intel: Simplify and rename generic_load_microcode()Thomas Gleixner-30/+17
2023-10-19x86/microcode/intel: Simplify scan_microcode()Thomas Gleixner-21/+7
2023-10-19x86/microcode/intel: Rip out mixed stepping support for Intel CPUsAshok Raj-121/+34
2023-10-18x86/microcode/32: Move early loading after paging enableThomas Gleixner-246/+65
2023-10-17x86/microcode/amd: Fix snprintf() format string warning in W=1 buildPaolo Bonzini-1/+1
2023-10-17x86/resctrl: Display RMID of resource groupBabu Moger-0/+24
2023-10-17x86/resctrl: Add support for the files of MON groups onlyBabu Moger-4/+11
2023-10-17x86/resctrl: Display CLOSID for resource groupBabu Moger-0/+23
2023-10-17x86/resctrl: Introduce "-o debug" mount optionBabu Moger-0/+20
2023-10-17x86/resctrl: Move default group file creation to mountBabu Moger-24/+34
2023-10-17x86/resctrl: Unwind properly from rdt_enable_ctx()Babu Moger-21/+32
2023-10-17x86/resctrl: Rename rftype flags for consistencyBabu Moger-27/+27
2023-10-17x86/resctrl: Simplify rftype flag definitionsBabu Moger-7/+8
2023-10-17x86/resctrl: Add multiple tasks to the resctrl group at onceBabu Moger-3/+22
2023-10-16x86/mce: Cleanup mce_usable_address()Yazen Ghannam-23/+32
2023-10-16x86/mce: Define amd_mce_usable_address()Yazen Ghannam-0/+43
2023-10-16x86/MCE/AMD: Split amd_mce_is_memory_error()Yazen Ghannam-6/+26
2023-10-11x86/resctrl: Add sparse_masks file in infoFenghua Yu-0/+18
2023-10-11x86/resctrl: Enable non-contiguous CBMs in Intel CATMaciej Wieczor-Retman-7/+21
2023-10-11x86/resctrl: Rename arch_has_sparse_bitmapsMaciej Wieczor-Retman-4/+4
2023-10-11x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)-0/+8
2023-10-11x86/resctrl: Fix remaining kernel-doc warningsMaciej Wieczor-Retman-5/+5
2023-10-10arch/x86: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados-1/+0
2023-10-10x86/cpu: Provide debug interfaceThomas Gleixner-0/+60
2023-10-10x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner-1/+2
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner-50/+26
2023-10-10x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner-1/+1
2023-10-10x86/cpu: Remove pointless evaluation of x86_coreid_bitsThomas Gleixner-27/+0
2023-10-10x86/cpu: Move cu_id into topology infoThomas Gleixner-2/+2
2023-10-10x86/cpu: Move cpu_core_id into topology infoThomas Gleixner-10/+10
2023-10-10x86/cpu: Move cpu_die_id into topology infoThomas Gleixner-11/+11
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner-15/+14
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner-40/+40
2023-10-10x86/cpu/hygon: Fix the CPU topology evaluation for realPu Wen-2/+6
2023-10-08x86/resctrl: Fix kernel-doc warningsRandy Dunlap-5/+5
2023-10-05Merge tag 'v6.6-rc4' into x86/entry, to pick up fixesIngo Molnar-39/+38
2023-10-03x86/boot: Move x86_cache_alignment initialization to correct spotDave Hansen-2/+1
2023-09-29x86/cpu/amd: Remove redundant 'break' statementBaolin Liu-1/+0
2023-09-28x86/sgx: Resolves SECS reclaim vs. page fault for EAUG raceHaitao Huang-5/+25
2023-09-28x86/sev-es: Set x86_virt_bits to the correct value straight away, instead of ...Adam Dunlap-15/+22
2023-09-28x86/srso: Add SRSO mitigation for Hygon processorsPu Wen-1/+1
2023-09-22x86/cpu: Clear SVM feature if disabled by BIOSPaolo Bonzini-0/+20
2023-09-19x86/srso: Fix SBPB enablement for spec_rstack_overflow=offJosh Poimboeuf-1/+1
2023-09-19x86/srso: Don't probe microcode in a guestJosh Poimboeuf-1/+1
2023-09-19x86/srso: Set CPUID feature bits independently of bug or mitigation statusJosh Poimboeuf-31/+10
2023-09-19x86/srso: Fix srso_show_state() side effectJosh Poimboeuf-1/+1