summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2024-05-14Merge tag 'x86_microcode_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-8/+1
2024-05-14Merge tag 'x86_cache_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-83/+66
2024-05-14Merge tag 'x86_alternatives_for_v6.10_rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+3
2024-05-14Merge tag 'ras_core_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+25
2024-05-14Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-169/+221
2024-05-14Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2024-05-10x86/topology/amd: Ensure that LLC ID is initializedThomas Gleixner1-9/+7
2024-05-06x86/microcode: Remove unused struct cpu_info_ctxDr. David Alan Gilbert1-5/+0
2024-04-30x86/irq: Set up per host CPU posted interrupt descriptorsJacob Pan1-0/+3
2024-04-29x86/resctrl: Switch to new Intel CPU model definesTony Luck2-16/+16
2024-04-29x86/microcode/intel: Switch to new Intel CPU model definesTony Luck1-3/+2
2024-04-29x86/mce: Switch to new Intel CPU model definesTony Luck3-19/+18
2024-04-29x86/cpu: Switch to new Intel CPU model definesTony Luck1-1/+1
2024-04-29x86/cpu/intel_epb: Switch to new Intel CPU model definesTony Luck1-6/+6
2024-04-29x86/aperfmperf: Switch to new Intel CPU model definesTony Luck1-9/+8
2024-04-25x86/bugs: Switch to new Intel CPU model definesTony Luck1-78/+76
2024-04-25x86/bugs: Switch to new Intel CPU model definesTony Luck1-15/+15
2024-04-24x86/resctrl: Add tracepoint for llc_occupancy trackingHaifeng Xu2-0/+27
2024-04-24x86/resctrl: Rename pseudo_lock_event.h to trace.hHaifeng Xu2-5/+5
2024-04-24x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 rangeWenkuan Wang1-2/+1
2024-04-24x86/resctrl: Simplify call convention for MSR update functionsTony Luck3-27/+18
2024-04-24x86/resctrl: Pass domain to target CPUTony Luck4-52/+17
2024-04-22x86/cpu/vfm: Update arch/x86/include/asm/intel-family.hTony Luck1-2/+1
2024-04-18x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQEric Biggers1-3/+3
2024-04-14x86/bugs: Fix BHI retpoline checkJosh Poimboeuf1-4/+7
2024-04-12Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar6-98/+213
2024-04-12x86/cpu/amd: Move TOPOEXT enablement into the topology parserThomas Gleixner2-15/+21
2024-04-12x86/cpu/amd: Make the NODEID_MSR union actually workThomas Gleixner1-3/+3
2024-04-12x86/cpu/amd: Make the CPUID 0x80000008 parser correctThomas Gleixner1-6/+18
2024-04-12x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIJosh Poimboeuf1-1/+1
2024-04-12x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoJosh Poimboeuf1-9/+1
2024-04-11x86/bugs: Clarify that syscall hardening isn't a BHI mitigationJosh Poimboeuf1-3/+3
2024-04-11x86/bugs: Fix BHI handling of RRSBAJosh Poimboeuf1-12/+18
2024-04-11x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'Ingo Molnar2-39/+39
2024-04-11x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIESJosh Poimboeuf1-15/+7
2024-04-10x86/topology: Don't update cpu_possible_map in topo_set_cpuids()Thomas Gleixner1-2/+5
2024-04-10x86/bugs: Fix return type of spectre_bhi_state()Daniel Sneddon1-1/+1
2024-04-09x86/alternatives: Catch late X86_FEATURE modifiersBorislav Petkov (AMD)1-0/+3
2024-04-09x86/mce: Implement recovery for errors in TDX/SEAM non-root modeTony Luck2-2/+32
2024-04-09Merge tag 'v6.9-rc3' into x86/cpu, to pick up fixesIngo Molnar9-71/+102
2024-04-09Merge tag 'nativebhi' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+125
2024-04-08x86/bhi: Mitigate KVM by defaultPawan Gupta1-1/+8
2024-04-08x86/bhi: Add BHI mitigation knobPawan Gupta1-1/+89
2024-04-08x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta1-8/+16
2024-04-08x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon1-0/+1
2024-04-08x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs fileJosh Poimboeuf1-12/+12
2024-04-06x86/microcode/AMD: Remove unused PATCH_MAX_SIZE macroBorislav Petkov (AMD)1-2/+0
2024-04-06x86/microcode/AMD: Avoid -Wformat warning with clang-15Arnd Bergmann1-1/+1
2024-04-04x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)1-1/+3