index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
2025-03-04
x86/cpu: Simplify TLB entry count storage
Ahmed S. Darwish
2025-03-04
x86/cpu: Use max() for CPUID leaf 0x2 TLB descriptors parsing
Ahmed S. Darwish
2025-03-04
x86/cpu: Remove unnecessary headers and reorder the rest
Ahmed S. Darwish
2025-03-04
Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commits
Ingo Molnar
2025-03-04
x86/cpu: Log CPU flag cmdline hacks more verbosely
Brendan Jackman
2025-03-04
x86/cpu: Warn louder about the {set,clear}cpuid boot parameters
Brendan Jackman
2025-03-04
x86/cpu: Remove unnecessary macro indirection related to CPU feature names
Brendan Jackman
2025-03-04
x86/smp: Fix mwait_play_dead() and acpi_processor_ffh_play_dead() noreturn be...
Josh Poimboeuf
2025-03-04
x86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63
Ahmed S. Darwish
2025-03-04
x86/cpu: Validate CPUID leaf 0x2 EDX output
Ahmed S. Darwish
2025-03-04
x86/cacheinfo: Validate CPUID leaf 0x2 EDX output
Ahmed S. Darwish
2025-03-03
Merge tag 'v6.14-rc5' into x86/core, to pick up fixes
Ingo Molnar
2025-03-03
x86/smp/32: Remove safe_smp_processor_id()
Brian Gerst
2025-03-03
x86/asm: Merge KSTK_ESP() implementations
Brian Gerst
2025-03-03
x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2
Breno Leitao
2025-03-03
x86/bugs: Use the cpu_smt_possible() helper instead of open-coded code
Breno Leitao
2025-03-03
x86/paravirt: Remove unused paravirt_disable_iospace()
Dr. David Alan Gilbert
2025-03-03
x86/ibt: Make cfi_bhi a constant for FINEIBT_BHI=n
Peter Zijlstra
2025-02-28
x86/bugs: Add AUTO mitigations for mds/taa/mmio/rfds
David Kaplan
2025-02-28
x86/bugs: Relocate mds/taa/mmio/rfds defines
David Kaplan
2025-02-28
x86/bugs: Add X86_BUG_SPECTRE_V2_USER
David Kaplan
2025-02-28
x86/cpu: Enable modifying CPU bug flags with '{clear,set}puid='
Brendan Jackman
2025-02-28
x86/cpu: Add the 'setcpuid=' boot parameter
Brendan Jackman
2025-02-28
x86/cpu: Create helper function to parse the 'clearcpuid=' boot parameter
Brendan Jackman
2025-02-28
x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when ru...
Max Grobecker
2025-02-27
x86/platform: Fix missing declaration of 'x86_apple_machine'
Zhang Kunbo
2025-02-27
x86/irq: Fix missing declaration of 'io_apic_irqs'
Zhang Kunbo
2025-02-27
x86/ia32: Leave NULL selector values 0~3 unchanged
Xin Li (Intel)
2025-02-27
x86/fpu/xstate: Simplify print_xstate_features()
Chang S. Bae
2025-02-27
x86/fpu: Refine and simplify the magic number check during signal return
Chang S. Bae
2025-02-27
x86/bootflag: Replace open-coded parity calculation with parity8()
Kuan-Wei Chiu
2025-02-27
x86/cpu: Remove get_this_hybrid_cpu_*()
Pawan Gupta
2025-02-27
x86/cpu: Prefix hexadecimal values with 0x in cpu_debug_show()
Pawan Gupta
2025-02-27
x86/smp: Drop 32-bit "bigsmp" machine support
Arnd Bergmann
2025-02-27
Merge branch 'x86/mm' into x86/cpu, to avoid conflicts
Ingo Molnar
2025-02-27
x86/bugs: Remove X86_FEATURE_USE_IBPB
Yosry Ahmed
2025-02-27
x86/bugs: Use a static branch to guard IBPB on vCPU switch
Yosry Ahmed
2025-02-27
x86/bugs: Remove the X86_FEATURE_USE_IBPB check in ib_prctl_set()
Yosry Ahmed
2025-02-27
x86/bugs: Move the X86_FEATURE_USE_IBPB check into callers
Yosry Ahmed
2025-02-27
x86/bootflag: Micro-optimize sbf_write()
Uros Bizjak
2025-02-26
static_call_inline: Provide trampoline address when updating sites
Christophe Leroy
2025-02-26
x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct()
Benjamin Berg
2025-02-26
x86/bugs: KVM: Add support for SRSO_MSR_FIX
Borislav Petkov
2025-02-26
x86/ibt: Optimize the fineibt-bhi arity 1 case
Peter Zijlstra
2025-02-26
x86/ibt: Implement FineIBT-BHI mitigation
Peter Zijlstra
2025-02-26
Merge tag 'v6.14-rc4' into x86/fpu, to pick up fixes and refresh the branch
Ingo Molnar
2025-02-26
x86/ibt: Add paranoid FineIBT mode
Peter Zijlstra
2025-02-26
x86/traps: Decode LOCK Jcc.d8 as #UD
Peter Zijlstra
2025-02-26
x86/ibt: Optimize the FineIBT instruction sequence
Peter Zijlstra
2025-02-26
x86/traps: Allow custom fixups in handle_bug()
Peter Zijlstra
[prev]
[next]