index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2025-03-03
Merge tag 'v6.14-rc5' into x86/core, to pick up fixes
Ingo Molnar
-3
/
+7
2025-03-03
x86/smp/32: Remove safe_smp_processor_id()
Brian Gerst
-32
/
+2
2025-03-03
x86/asm: Merge KSTK_ESP() implementations
Brian Gerst
-5
/
+0
2025-03-03
x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2
Breno Leitao
-3
/
+7
2025-03-03
x86/bugs: Use the cpu_smt_possible() helper instead of open-coded code
Breno Leitao
-6
/
+1
2025-03-03
x86/paravirt: Remove unused paravirt_disable_iospace()
Dr. David Alan Gilbert
-20
/
+0
2025-03-03
x86/ibt: Make cfi_bhi a constant for FINEIBT_BHI=n
Peter Zijlstra
-0
/
+7
2025-02-28
x86/bugs: Add AUTO mitigations for mds/taa/mmio/rfds
David Kaplan
-4
/
+16
2025-02-28
x86/bugs: Relocate mds/taa/mmio/rfds defines
David Kaplan
-29
/
+31
2025-02-28
x86/bugs: Add X86_BUG_SPECTRE_V2_USER
David Kaplan
-1
/
+3
2025-02-28
x86/cpu: Enable modifying CPU bug flags with '{clear,set}puid='
Brendan Jackman
-4
/
+12
2025-02-28
x86/cpu: Add the 'setcpuid=' boot parameter
Brendan Jackman
-9
/
+26
2025-02-28
x86/cpu: Create helper function to parse the 'clearcpuid=' boot parameter
Brendan Jackman
-44
/
+52
2025-02-28
x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when ru...
Max Grobecker
-1
/
+1
2025-02-27
x86/platform: Fix missing declaration of 'x86_apple_machine'
Zhang Kunbo
-0
/
+2
2025-02-27
x86/irq: Fix missing declaration of 'io_apic_irqs'
Zhang Kunbo
-0
/
+1
2025-02-27
x86/ia32: Leave NULL selector values 0~3 unchanged
Xin Li (Intel)
-19
/
+43
2025-02-27
x86/fpu/xstate: Simplify print_xstate_features()
Chang S. Bae
-21
/
+9
2025-02-27
x86/fpu: Refine and simplify the magic number check during signal return
Chang S. Bae
-8
/
+3
2025-02-27
x86/bootflag: Replace open-coded parity calculation with parity8()
Kuan-Wei Chiu
-15
/
+3
2025-02-27
x86/cpu: Remove get_this_hybrid_cpu_*()
Pawan Gupta
-31
/
+0
2025-02-27
x86/cpu: Prefix hexadecimal values with 0x in cpu_debug_show()
Pawan Gupta
-2
/
+2
2025-02-27
x86/smp: Drop 32-bit "bigsmp" machine support
Arnd Bergmann
-153
/
+0
2025-02-27
Merge branch 'x86/mm' into x86/cpu, to avoid conflicts
Ingo Molnar
-180
/
+120
2025-02-27
x86/bugs: Remove X86_FEATURE_USE_IBPB
Yosry Ahmed
-1
/
+0
2025-02-27
x86/bugs: Use a static branch to guard IBPB on vCPU switch
Yosry Ahmed
-0
/
+5
2025-02-27
x86/bugs: Remove the X86_FEATURE_USE_IBPB check in ib_prctl_set()
Yosry Ahmed
-1
/
+1
2025-02-27
x86/bugs: Move the X86_FEATURE_USE_IBPB check into callers
Yosry Ahmed
-1
/
+1
2025-02-27
x86/bootflag: Micro-optimize sbf_write()
Uros Bizjak
-2
/
+1
2025-02-26
static_call_inline: Provide trampoline address when updating sites
Christophe Leroy
-1
/
+1
2025-02-26
x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct()
Benjamin Berg
-1
/
+6
2025-02-26
x86/bugs: KVM: Add support for SRSO_MSR_FIX
Borislav Petkov
-4
/
+20
2025-02-26
x86/ibt: Optimize the fineibt-bhi arity 1 case
Peter Zijlstra
-9
/
+50
2025-02-26
x86/ibt: Implement FineIBT-BHI mitigation
Peter Zijlstra
-10
/
+97
2025-02-26
Merge tag 'v6.14-rc4' into x86/fpu, to pick up fixes and refresh the branch
Ingo Molnar
-7
/
+15
2025-02-26
x86/ibt: Add paranoid FineIBT mode
Peter Zijlstra
-6
/
+138
2025-02-26
x86/traps: Decode LOCK Jcc.d8 as #UD
Peter Zijlstra
-3
/
+23
2025-02-26
x86/ibt: Optimize the FineIBT instruction sequence
Peter Zijlstra
-21
/
+40
2025-02-26
x86/traps: Allow custom fixups in handle_bug()
Peter Zijlstra
-7
/
+17
2025-02-26
x86/traps: Decode 0xEA instructions as #UD
Peter Zijlstra
-3
/
+17
2025-02-26
x86/mce/inject: Remove call to mce_notify_irq()
Nikolay Borisov
-23
/
+22
2025-02-26
x86/alternatives: Clean up preprocessor conditional block comments
Ingo Molnar
-10
/
+10
2025-02-26
x86/ibt: Add exact_endbr() helper
Peter Zijlstra
-3
/
+17
2025-02-26
x86/cfi: Add 'cfi=warn' boot option
Peter Zijlstra
-0
/
+3
2025-02-25
x86/irq: Define trace events conditionally
Arnd Bergmann
-0
/
+2
2025-02-25
x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems
Russell Senior
-2
/
+2
2025-02-25
x86/of: Don't use DTB for SMP setup if ACPI is enabled
Dmytro Maluka
-1
/
+2
2025-02-25
x86/mtrr: Remove unnecessary strlen() in mtrr_write()
Thorsten Blum
-4
/
+2
2025-02-25
x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus()
Waiman Long
-7
/
+45
2025-02-23
x86/ioperm: Use atomic64_inc_return() in ksys_ioperm()
Uros Bizjak
-1
/
+1
[prev]
[next]