aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2025-03-12x86/resctrl: Move monitor init work to a resctrl init callJames Morse3-11/+54
2025-03-12x86/resctrl: Move monitor exit work to a resctrl exit callJames Morse4-9/+12
2025-03-12x86/resctrl: Add an arch helper to reset one resourceJames Morse1-4/+5
2025-03-12x86/resctrl: Move resctrl types to a separate headerJames Morse1-24/+0
2025-03-12x86/resctrl: Move rdt_find_domain() to be visible to arch and fs codeJames Morse3-37/+27
2025-03-12x86/resctrl: Expose resctrl fs's init function to the rest of the kernelJames Morse4-14/+11
2025-03-12x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()James Morse1-4/+13
2025-03-12x86/resctrl: Add helper for setting CPU default propertiesJames Morse1-6/+14
2025-03-12x86/resctrl: Generate default_ctrl instead of sharing itJames Morse3-13/+11
2025-03-12x86/resctrl: Add max_bw to struct resctrl_membwJames Morse2-2/+4
2025-03-12x86/resctrl: Remove data_width and the tabular formatJames Morse4-31/+10
2025-03-12x86/resctrl: Use schema type to determine the schema format stringJames Morse3-5/+15
2025-03-12x86/resctrl: Use schema type to determine how to parse schema valuesJames Morse3-19/+31
2025-03-12x86/resctrl: Remove fflags from struct rdt_resourceJames Morse2-6/+16
2025-03-12x86/resctrl: Add a helper to avoid reaching into the arch code resource listJames Morse5-24/+22
2025-03-12x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitorsJames Morse1-1/+2
2025-03-10Merge 6.14-rc6 into driver-core-nextGreg Kroah-Hartman8-106/+678
2025-03-10x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodesFlorent Revest1-1/+1
2025-03-10x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabledVladis Dronov1-3/+7
2025-03-08x86/microcode/AMD: Add some forgotten models to the SHA checkBorislav Petkov (AMD)1-0/+6
2025-03-08Merge branch 'locking/urgent' into locking/core, to pick up locking fixesIngo Molnar8-106/+672
2025-03-07Merge tag 'x86-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-18/+43
2025-03-07x86/split_lock: Fix the delayed detection logicMaksim Davydov1-4/+16
2025-03-05x86/sgx: Fix size overflows in sgx_encl_create()Jarkko Sakkinen1-0/+7
2025-03-04Merge tag 'x86_microcode_for_v6.14_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-86/+626
2025-03-04x86/stackprotector: Move __stack_chk_guard to percpu hot sectionBrian Gerst1-1/+1
2025-03-04x86/percpu: Move current_task to percpu hot sectionBrian Gerst1-5/+3
2025-03-04x86/percpu: Move top_of_stack to percpu hot sectionBrian Gerst1-1/+2
2025-03-04x86/retbleed: Move call depth to percpu hot sectionBrian Gerst1-0/+8
2025-03-04x86/preempt: Move preempt count to percpu hot sectionBrian Gerst1-1/+3
2025-03-04x86/percpu: Move pcpu_hot to percpu hot sectionBrian Gerst1-1/+1
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar10-280/+269
2025-03-04x86/cacheinfo: Remove unnecessary headers and reorder the restAhmed S. Darwish1-7/+5
2025-03-04x86/cacheinfo: Remove the P4 trace leftovers for realThomas Gleixner1-16/+3
2025-03-04x86/cpu: Remove unused TLB stringsThomas Gleixner2-45/+43
2025-03-04x86/cpu: Get rid of the smp_store_cpu_info() indirectionThomas Gleixner1-2/+9
2025-03-04x86/cpu: Simplify TLB entry count storageAhmed S. Darwish4-52/+50
2025-03-04x86/cpu: Use max() for CPUID leaf 0x2 TLB descriptors parsingAhmed S. Darwish1-48/+28
2025-03-04x86/cpu: Remove unnecessary headers and reorder the restAhmed S. Darwish1-23/+13
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar4-20/+39
2025-03-04x86/cpu: Log CPU flag cmdline hacks more verboselyBrendan Jackman1-16/+23
2025-03-04x86/cpu: Warn louder about the {set,clear}cpuid boot parametersBrendan Jackman1-7/+12
2025-03-04x86/cpu: Remove unnecessary macro indirection related to CPU feature namesBrendan Jackman1-6/+6
2025-03-04x86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63Ahmed S. Darwish1-16/+34
2025-03-04x86/cpu: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish1-1/+1
2025-03-04x86/cacheinfo: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish1-1/+1
2025-03-03x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2Breno Leitao1-3/+7
2025-03-03x86/bugs: Use the cpu_smt_possible() helper instead of open-coded codeBreno Leitao1-6/+1
2025-02-28x86/bugs: Add AUTO mitigations for mds/taa/mmio/rfdsDavid Kaplan1-4/+16
2025-02-28x86/bugs: Relocate mds/taa/mmio/rfds definesDavid Kaplan1-29/+31