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