index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
Age
Commit message (
Expand
)
Author
2025-04-14
x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>
Ingo Molnar
2025-04-12
x86/microcode/AMD: Extend the SHA check to Zen5, block loading of any unrelea...
Borislav Petkov (AMD)
2025-04-11
x86/cacheinfo: Standardize header files and CPUID references
Ahmed S. Darwish
2025-04-11
Merge tag 'v6.15-rc1' into x86/cpu, to refresh the branch with upstream changes
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl_cstar()' to 'wrmsrq_cstar()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'native_wrmsrl()' to 'native_wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl_amd_safe()' to 'wrmsrq_amd_safe()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl_amd_safe()' to 'rdmsrq_amd_safe()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'mce_wrmsrl()' to 'mce_wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'mce_rdmsrl()' to 'mce_rdmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl_on_cpu()' to 'wrmsrq_on_cpu()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Use u64 in rdmsrl_amd_safe() and wrmsrl_amd_safe()
Ingo Molnar
2025-04-09
x86/cacheinfo: Properly parse CPUID(0x80000006) L2/L3 associativity
Ahmed S. Darwish
2025-04-09
x86/cacheinfo: Properly parse CPUID(0x80000005) L1d/L1i associativity
Ahmed S. Darwish
2025-04-09
x86/cpu: Avoid running off the end of an AMD erratum table
Dave Hansen
2025-04-09
x86/bugs: Add RSB mitigation document
Josh Poimboeuf
2025-04-09
x86/bugs: Don't fill RSB on context switch with eIBRS
Josh Poimboeuf
2025-04-09
x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline
Josh Poimboeuf
2025-04-09
x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier()
Josh Poimboeuf
2025-04-09
x86/bugs: Rename entry_ibpb() to write_ibpb()
Josh Poimboeuf
2025-04-09
x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::name
James Morse
2025-04-07
x86/microcode/AMD: Clean the cache if update did not load microcode
Boris Ostrovsky
2025-04-06
x86/cpuid: Add AMX and SPEC_CTRL dependencies
Andi Kleen
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-30
Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-03-30
Merge tag 'locking-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-03-28
x86/microcode/AMD: Fix __apply_microcode_amd()'s return value
Boris Ostrovsky
2025-03-25
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2025-03-25
Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2025-03-25
Merge tag 'ras_core_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-03-25
Merge tag 'x86_cache_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-03-25
Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-03-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2025-03-25
x86/cacheinfo: Apply maintainer-tip coding style fixes
Ahmed S. Darwish
2025-03-25
x86/cacheinfo: Introduce cpuid_amd_hygon_has_l3_cache()
Ahmed S. Darwish
2025-03-25
x86/cacheinfo: Relocate CPUID leaf 0x4 cache_type mapping
Ahmed S. Darwish
2025-03-25
x86/cacheinfo: Extract out cache self-snoop checks
Ahmed S. Darwish
2025-03-25
x86/cacheinfo: Extract out cache level topology ID calculation
Ahmed S. Darwish
2025-03-25
x86/cacheinfo: Separate Intel CPUID leaf 0x4 handling
Ahmed S. Darwish
2025-03-25
x86/cacheinfo: Separate CPUID leaf 0x2 handling and post-processing logic
Ahmed S. Darwish
2025-03-25
x86/cpu: Use consolidated CPUID leaf 0x2 descriptor table
Ahmed S. Darwish
2025-03-25
x86/cacheinfo: Use consolidated CPUID leaf 0x2 descriptor table
Ahmed S. Darwish
2025-03-25
x86/cpu: Consolidate CPUID leaf 0x2 tables
Thomas Gleixner
[prev]
[next]