summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorLines
2025-03-12x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitorsJames Morse-1/+2
2025-03-10Merge 6.14-rc6 into driver-core-nextGreg Kroah-Hartman-113/+685
2025-03-10x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodesFlorent Revest-1/+1
2025-03-10x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabledVladis Dronov-3/+7
2025-03-10x86: Use RCU in all users of __module_address().Sebastian Andrzej Siewior-5/+2
2025-03-08x86/microcode/AMD: Add some forgotten models to the SHA checkBorislav Petkov (AMD)-0/+6
2025-03-08Merge branch 'linus' into x86/urgent, to pick up dependent patchesIngo Molnar-86/+626
2025-03-08Merge branch 'locking/urgent' into locking/core, to pick up locking fixesIngo Molnar-107/+676
2025-03-07Merge tag 'x86-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-18/+43
2025-03-07x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()Andrew Cooper-6/+3
2025-03-07x86/split_lock: Fix the delayed detection logicMaksim Davydov-4/+16
2025-03-06Merge branch 'sched/urgent' into sched/core, to pick up dependent commitsIngo Molnar-10/+21
2025-03-06Merge tag 'amd-pstate-v6.15-2025-03-06' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki-1/+3
2025-03-06cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masksMario Limonciello-1/+3
2025-03-06x86/fpu: Improve crypto performance by making kernel-mode FPU reliably usable...Eric Biggers-4/+13
2025-03-06uprobes/x86: Harden uretprobe syscall trampoline checkJiri Olsa-5/+9
2025-03-05x86/sgx: Fix size overflows in sgx_encl_create()Jarkko Sakkinen-0/+7
2025-03-04Merge tag 'x86_microcode_for_v6.14_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-86/+626
2025-03-04x86/percpu: Fix __per_cpu_hot_end markerUros Bizjak-1/+1
2025-03-04x86/smp: Move this_cpu_off to percpu hot sectionBrian Gerst-1/+1
2025-03-04x86/stackprotector: Move __stack_chk_guard to percpu hot sectionBrian Gerst-1/+1
2025-03-04x86/percpu: Move current_task to percpu hot sectionBrian Gerst-12/+9
2025-03-04x86/percpu: Move top_of_stack to percpu hot sectionBrian Gerst-6/+7
2025-03-04x86/irq: Move irq stacks to percpu hot sectionBrian Gerst-12/+17
2025-03-04x86/softirq: Move softirq_pending to percpu hot sectionBrian Gerst-0/+3
2025-03-04x86/retbleed: Move call depth to percpu hot sectionBrian Gerst-3/+8
2025-03-04x86/smp: Move cpu number to percpu hot sectionBrian Gerst-1/+4
2025-03-04x86/preempt: Move preempt count to percpu hot sectionBrian Gerst-1/+3
2025-03-04x86/percpu: Move pcpu_hot to percpu hot sectionBrian Gerst-2/+5
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar-624/+376
2025-03-04x86/irq/32: Change some static functions to boolUros Bizjak-6/+6
2025-03-04x86/irq/32: Use current_stack_pointer to avoid asm() in check_stack_overflow()Uros Bizjak-4/+1
2025-03-04x86/irq/32: Add missing clobber to inline asmUros Bizjak-1/+1
2025-03-04x86/irq/32: Use named operands in inline asmUros Bizjak-11/+9
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar-665/+396
2025-03-04x86/cacheinfo: Remove unnecessary headers and reorder the restAhmed S. Darwish-7/+5
2025-03-04x86/cacheinfo: Remove the P4 trace leftovers for realThomas Gleixner-16/+3
2025-03-04x86/cpu: Remove unused TLB stringsThomas Gleixner-45/+43
2025-03-04x86/cpu: Get rid of the smp_store_cpu_info() indirectionThomas Gleixner-24/+11
2025-03-04x86/cpu: Simplify TLB entry count storageAhmed S. Darwish-52/+50
2025-03-04x86/cpu: Use max() for CPUID leaf 0x2 TLB descriptors parsingAhmed S. Darwish-48/+28
2025-03-04x86/cpu: Remove unnecessary headers and reorder the restAhmed S. Darwish-23/+13
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar-21/+43
2025-03-04x86/cpu: Log CPU flag cmdline hacks more verboselyBrendan Jackman-16/+23
2025-03-04x86/cpu: Warn louder about the {set,clear}cpuid boot parametersBrendan Jackman-7/+12
2025-03-04x86/cpu: Remove unnecessary macro indirection related to CPU feature namesBrendan Jackman-6/+6
2025-03-04x86/smp: Fix mwait_play_dead() and acpi_processor_ffh_play_dead() noreturn be...Josh Poimboeuf-1/+1
2025-03-04x86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63Ahmed S. Darwish-16/+34
2025-03-04x86/cpu: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish-1/+1
2025-03-04x86/cacheinfo: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish-1/+1