summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
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/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-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-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/smp: Fix mwait_play_dead() and acpi_processor_ffh_play_dead() noreturn be...Josh Poimboeuf
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
2025-03-03x86/asm: Merge KSTK_ESP() implementationsBrian Gerst
2025-03-03x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2Breno Leitao
2025-03-03x86/bugs: Use the cpu_smt_possible() helper instead of open-coded codeBreno Leitao
2025-03-03x86/paravirt: Remove unused paravirt_disable_iospace()Dr. David Alan Gilbert
2025-03-03x86/ibt: Make cfi_bhi a constant for FINEIBT_BHI=nPeter Zijlstra
2025-02-28x86/bugs: Add AUTO mitigations for mds/taa/mmio/rfdsDavid Kaplan
2025-02-28x86/bugs: Relocate mds/taa/mmio/rfds definesDavid Kaplan
2025-02-28x86/bugs: Add X86_BUG_SPECTRE_V2_USERDavid Kaplan
2025-02-28x86/cpu: Enable modifying CPU bug flags with '{clear,set}puid='Brendan Jackman
2025-02-28x86/cpu: Add the 'setcpuid=' boot parameterBrendan Jackman
2025-02-28x86/cpu: Create helper function to parse the 'clearcpuid=' boot parameterBrendan Jackman
2025-02-28x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when ru...Max Grobecker
2025-02-27x86/platform: Fix missing declaration of 'x86_apple_machine'Zhang Kunbo
2025-02-27x86/irq: Fix missing declaration of 'io_apic_irqs'Zhang Kunbo
2025-02-27x86/ia32: Leave NULL selector values 0~3 unchangedXin Li (Intel)
2025-02-27x86/fpu/xstate: Simplify print_xstate_features()Chang S. Bae
2025-02-27x86/fpu: Refine and simplify the magic number check during signal returnChang S. Bae
2025-02-27x86/bootflag: Replace open-coded parity calculation with parity8()Kuan-Wei Chiu
2025-02-27x86/cpu: Remove get_this_hybrid_cpu_*()Pawan Gupta
2025-02-27x86/cpu: Prefix hexadecimal values with 0x in cpu_debug_show()Pawan Gupta
2025-02-27x86/smp: Drop 32-bit "bigsmp" machine supportArnd Bergmann
2025-02-27Merge branch 'x86/mm' into x86/cpu, to avoid conflictsIngo Molnar
2025-02-27x86/bugs: Remove X86_FEATURE_USE_IBPBYosry Ahmed