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
/
cpu
Age
Commit message (
Expand
)
Author
Lines
2025-04-28
x86/bugs: Allow retbleed=stuff only on Intel
David Kaplan
-0
/
+4
2025-04-28
x86/bugs: Restructure spectre_v1 mitigation
David Kaplan
-2
/
+8
2025-04-28
x86/bugs: Restructure GDS mitigation
David Kaplan
-14
/
+29
2025-04-28
x86/bugs: Restructure SRBDS mitigation
David Kaplan
-4
/
+16
2025-04-28
x86/bugs: Remove md_clear_*_mitigation()
David Kaplan
-65
/
+0
2025-04-28
x86/bugs: Restructure RFDS mitigation
David Kaplan
-5
/
+36
2025-04-28
x86/bugs: Restructure MMIO mitigation
David Kaplan
-24
/
+50
2025-04-28
x86/bugs: Restructure TAA mitigation
David Kaplan
-35
/
+59
2025-04-28
x86/bugs: Restructure MDS mitigation
David Kaplan
-2
/
+59
2025-04-22
x86/cpu: Help users notice when running old Intel microcode
Dave Hansen
-0
/
+208
2025-04-22
Merge branch 'x86/cpu' into x86/microcode, to pick up dependent commits
Ingo Molnar
-947
/
+862
2025-04-18
x86/cpu/amd: Fix workaround for erratum 1054
Sandipan Das
-7
/
+12
2025-04-16
x86/bugs: Rename mmio_stale_data_clear to cpu_buf_vm_clear
Pawan Gupta
-6
/
+10
2025-04-16
x86/cpufeatures: Add X86_FEATURE_APX
Chang S. Bae
-0
/
+2
2025-04-16
Merge branch 'linus' into x86/cpu, to resolve conflicts
Ingo Molnar
-91
/
+59
2025-04-15
x86/cpufeatures: Shorten X86_FEATURE_AMD_HETEROGENEOUS_CORES
Xin Li (Intel)
-2
/
+2
2025-04-15
x86/cpufeatures: Shorten X86_FEATURE_CLEAR_BHB_LOOP_ON_VMEXIT
Xin Li (Intel)
-3
/
+3
2025-04-14
x86/bugs: Remove X86_BUG_MMIO_UNKNOWN
Borislav Petkov (AMD)
-16
/
+1
2025-04-14
x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>
Ingo Molnar
-3
/
+3
2025-04-12
x86/microcode/AMD: Extend the SHA check to Zen5, block loading of any unrelea...
Borislav Petkov (AMD)
-2
/
+7
2025-04-11
x86/cacheinfo: Standardize header files and CPUID references
Ahmed S. Darwish
-10
/
+10
2025-04-11
Merge tag 'v6.15-rc1' into x86/cpu, to refresh the branch with upstream changes
Ingo Molnar
-602
/
+723
2025-04-10
x86/msr: Rename 'wrmsrl_cstar()' to 'wrmsrq_cstar()'
Ingo Molnar
-3
/
+3
2025-04-10
x86/msr: Rename 'native_wrmsrl()' to 'native_wrmsrq()'
Ingo Molnar
-2
/
+2
2025-04-10
x86/msr: Rename 'wrmsrl_amd_safe()' to 'wrmsrq_amd_safe()'
Ingo Molnar
-2
/
+2
2025-04-10
x86/msr: Rename 'rdmsrl_amd_safe()' to 'rdmsrq_amd_safe()'
Ingo Molnar
-2
/
+2
2025-04-10
x86/msr: Rename 'mce_wrmsrl()' to 'mce_wrmsrq()'
Ingo Molnar
-6
/
+6
2025-04-10
x86/msr: Rename 'mce_rdmsrl()' to 'mce_rdmsrq()'
Ingo Molnar
-17
/
+17
2025-04-10
x86/msr: Rename 'wrmsrl_on_cpu()' to 'wrmsrq_on_cpu()'
Ingo Molnar
-1
/
+1
2025-04-10
x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'
Ingo Molnar
-4
/
+4
2025-04-10
x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'
Ingo Molnar
-15
/
+15
2025-04-10
x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'
Ingo Molnar
-22
/
+22
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
-67
/
+67
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
-64
/
+64
2025-04-10
x86/msr: Use u64 in rdmsrl_amd_safe() and wrmsrl_amd_safe()
Ingo Molnar
-2
/
+2
2025-04-09
x86/cacheinfo: Properly parse CPUID(0x80000006) L2/L3 associativity
Ahmed S. Darwish
-2
/
+8
2025-04-09
x86/cacheinfo: Properly parse CPUID(0x80000005) L1d/L1i associativity
Ahmed S. Darwish
-3
/
+6
2025-04-09
x86/cpu: Avoid running off the end of an AMD erratum table
Dave Hansen
-0
/
+1
2025-04-09
x86/bugs: Add RSB mitigation document
Josh Poimboeuf
-51
/
+13
2025-04-09
x86/bugs: Don't fill RSB on context switch with eIBRS
Josh Poimboeuf
-12
/
+12
2025-04-09
x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline
Josh Poimboeuf
-4
/
+4
2025-04-09
x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier()
Josh Poimboeuf
-1
/
+0
2025-04-09
x86/bugs: Rename entry_ibpb() to write_ibpb()
Josh Poimboeuf
-3
/
+3
2025-04-09
x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::name
James Morse
-21
/
+27
2025-04-07
x86/microcode/AMD: Clean the cache if update did not load microcode
Boris Ostrovsky
-0
/
+7
2025-04-06
x86/cpuid: Add AMX and SPEC_CTRL dependencies
Andi Kleen
-0
/
+4
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-3
/
+3
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-29
/
+63
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-6
/
+5
2025-03-30
Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+1
[prev]
[next]