summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-03-06x86/platform/olpc: Remove unused variable 'len' in olpc_dt_compatible_match()Zeng Heng
2025-03-05perf/x86: Annotate struct bts_buffer::buf with __counted_by()Thorsten Blum
2025-03-05x86/sgx: Fix size overflows in sgx_encl_create()Jarkko Sakkinen
2025-03-05x86/delay: Fix inconsistent whitespaceCharles Han
2025-03-04Merge tag 'x86_microcode_for_v6.14_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-03-04x86/percpu: Fix __per_cpu_hot_end markerUros Bizjak
2025-03-04x86/smp: Move this_cpu_off to percpu hot sectionBrian Gerst
2025-03-04x86/stackprotector: Move __stack_chk_guard to percpu hot sectionBrian Gerst
2025-03-04x86/percpu: Move current_task to percpu hot sectionBrian Gerst
2025-03-04x86/percpu: Move top_of_stack to percpu hot sectionBrian Gerst
2025-03-04x86/irq: Move irq stacks to percpu hot sectionBrian Gerst
2025-03-04x86/softirq: Move softirq_pending to percpu hot sectionBrian Gerst
2025-03-04x86/retbleed: Move call depth to percpu hot sectionBrian Gerst
2025-03-04x86/smp: Move cpu number to percpu hot sectionBrian Gerst
2025-03-04x86/preempt: Move preempt count to percpu hot sectionBrian Gerst
2025-03-04x86/percpu: Move pcpu_hot to percpu hot sectionBrian Gerst
2025-03-04Merge branch 'x86/headers' into x86/core, to pick up dependent commitsIngo Molnar
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar
2025-03-04x86/irq/32: Change some static functions to boolUros Bizjak
2025-03-04x86/irq/32: Use current_stack_pointer to avoid asm() in check_stack_overflow()Uros Bizjak
2025-03-04x86/irq/32: Add missing clobber to inline asmUros Bizjak
2025-03-04x86/irq/32: Use named operands in inline asmUros Bizjak
2025-03-04KVM: x86: Remove the unreachable case for 0x80000022 leaf in __do_cpuid_func()Xiaoyao Li
2025-03-04KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't supported by KVMXiaoyao Li
2025-03-04x86/alternatives: Simplify alternative_call() interfaceJosh Poimboeuf
2025-03-04x86/hyperv: Use named operands in inline asmJosh Poimboeuf
2025-03-04KVM: VMX: Use named operands in inline asmJosh Poimboeuf
2025-03-04Merge branch 'x86/locking' into x86/asm, to simplify dependenciesIngo Molnar
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar
2025-03-04x86/cacheinfo: Remove unnecessary headers and reorder the restAhmed S. Darwish
2025-03-04x86/cacheinfo: Remove the P4 trace leftovers for realThomas Gleixner
2025-03-04x86/cpu: Remove unused TLB stringsThomas Gleixner
2025-03-04x86/cpu: Get rid of the smp_store_cpu_info() indirectionThomas Gleixner
2025-03-04x86/cpu: Simplify TLB entry count storageAhmed S. Darwish
2025-03-04x86/cpu: Use max() for CPUID leaf 0x2 TLB descriptors parsingAhmed S. Darwish
2025-03-04x86/cpu: Remove unnecessary headers and reorder the restAhmed S. Darwish
2025-03-04x86/cpuid: Include <linux/build_bug.h> in <asm/cpuid.h>Ahmed S. Darwish
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar
2025-03-04x86/cpu: Log CPU flag cmdline hacks more verboselyBrendan Jackman
2025-03-04x86/cpu: Warn louder about the {set,clear}cpuid boot parametersBrendan Jackman
2025-03-04x86/cpu: Remove unnecessary macro indirection related to CPU feature namesBrendan Jackman
2025-03-04x86/speculation: Add a conditional CS prefix to CALL_NOSPECPawan Gupta
2025-03-04x86/speculation: Simplify and make CALL_NOSPEC consistentPawan Gupta
2025-03-04x86/smp: Fix mwait_play_dead() and acpi_processor_ffh_play_dead() noreturn be...Josh Poimboeuf
2025-03-04xen: Kconfig: Drop reference to obsolete configs MCORE2 and MK8Lukas Bulwahn
2025-03-04x86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63Ahmed S. Darwish
2025-03-04x86/cpu: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish
2025-03-04x86/cacheinfo: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish
2025-03-03Merge tag 'v6.14-rc5' into x86/core, to pick up fixesIngo Molnar
2025-03-03x86/smp/32: Remove safe_smp_processor_id()Brian Gerst