index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-10
x86/msr: Rename 'wrmsrl_amd_safe()' to 'wrmsrq_amd_safe()'
Ingo Molnar
1
-2
/
+2
2025-04-10
x86/msr: Rename 'rdmsrl_amd_safe()' to 'rdmsrq_amd_safe()'
Ingo Molnar
1
-2
/
+2
2025-04-10
x86/msr: Rename 'mce_wrmsrl()' to 'mce_wrmsrq()'
Ingo Molnar
1
-6
/
+6
2025-04-10
x86/msr: Rename 'mce_rdmsrl()' to 'mce_rdmsrq()'
Ingo Molnar
2
-17
/
+17
2025-04-10
x86/msr: Rename 'wrmsrl_on_cpu()' to 'wrmsrq_on_cpu()'
Ingo Molnar
1
-1
/
+1
2025-04-10
x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'
Ingo Molnar
2
-4
/
+4
2025-04-10
x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'
Ingo Molnar
6
-15
/
+15
2025-04-10
x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'
Ingo Molnar
9
-22
/
+22
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
16
-67
/
+67
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
20
-64
/
+64
2025-04-10
x86/msr: Use u64 in rdmsrl_amd_safe() and wrmsrl_amd_safe()
Ingo Molnar
1
-2
/
+2
2025-04-09
x86/cacheinfo: Properly parse CPUID(0x80000006) L2/L3 associativity
Ahmed S. Darwish
1
-2
/
+8
2025-04-09
x86/cacheinfo: Properly parse CPUID(0x80000005) L1d/L1i associativity
Ahmed S. Darwish
1
-3
/
+6
2025-04-09
x86/cpu: Avoid running off the end of an AMD erratum table
Dave Hansen
1
-0
/
+1
2025-04-09
x86/bugs: Add RSB mitigation document
Josh Poimboeuf
1
-51
/
+13
2025-04-09
x86/bugs: Don't fill RSB on context switch with eIBRS
Josh Poimboeuf
1
-12
/
+12
2025-04-09
x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline
Josh Poimboeuf
1
-4
/
+4
2025-04-09
x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier()
Josh Poimboeuf
1
-1
/
+0
2025-04-09
x86/bugs: Rename entry_ibpb() to write_ibpb()
Josh Poimboeuf
1
-3
/
+3
2025-04-09
x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::name
James Morse
1
-21
/
+27
2025-04-07
x86/microcode/AMD: Clean the cache if update did not load microcode
Boris Ostrovsky
1
-0
/
+7
2025-04-06
x86/cpuid: Add AMX and SPEC_CTRL dependencies
Andi Kleen
1
-0
/
+4
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-3
/
+3
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
3
-29
/
+63
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-6
/
+5
2025-03-30
Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2025-03-30
Merge tag 'locking-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-11
/
+24
2025-03-28
x86/microcode/AMD: Fix __apply_microcode_amd()'s return value
Boris Ostrovsky
1
-1
/
+1
2025-03-25
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-0
/
+22
2025-03-25
Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
1
-24
/
+16
2025-03-25
Merge tag 'ras_core_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-23
/
+22
2025-03-25
Merge tag 'x86_cache_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-457
/
+481
2025-03-25
Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-45
/
+80
2025-03-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2
-3
/
+6
2025-03-25
x86/cacheinfo: Apply maintainer-tip coding style fixes
Ahmed S. Darwish
1
-108
/
+107
2025-03-25
x86/cacheinfo: Introduce cpuid_amd_hygon_has_l3_cache()
Ahmed S. Darwish
1
-18
/
+14
2025-03-25
x86/cacheinfo: Relocate CPUID leaf 0x4 cache_type mapping
Ahmed S. Darwish
1
-7
/
+8
2025-03-25
x86/cacheinfo: Extract out cache self-snoop checks
Ahmed S. Darwish
1
-11
/
+13
2025-03-25
x86/cacheinfo: Extract out cache level topology ID calculation
Ahmed S. Darwish
1
-7
/
+12
2025-03-25
x86/cacheinfo: Separate Intel CPUID leaf 0x4 handling
Ahmed S. Darwish
1
-55
/
+53
2025-03-25
x86/cacheinfo: Separate CPUID leaf 0x2 handling and post-processing logic
Ahmed S. Darwish
1
-48
/
+58
2025-03-25
x86/cpu: Use consolidated CPUID leaf 0x2 descriptor table
Ahmed S. Darwish
1
-76
/
+7
2025-03-25
x86/cacheinfo: Use consolidated CPUID leaf 0x2 descriptor table
Ahmed S. Darwish
1
-106
/
+8
2025-03-25
x86/cpu: Consolidate CPUID leaf 0x2 tables
Thomas Gleixner
2
-1
/
+129
2025-03-25
x86/cpu: Use enums for TLB descriptor types
Ahmed S. Darwish
1
-25
/
+3
2025-03-25
x86/cacheinfo: Use enums for cache descriptor types
Ahmed S. Darwish
1
-7
/
+2
2025-03-25
x86/cacheinfo: Clarify type markers for CPUID leaf 0x2 cache descriptors
Ahmed S. Darwish
1
-76
/
+76
2025-03-25
x86/cacheinfo: Rename 'struct _cpuid4_info_regs' to 'struct _cpuid4_info'
Ahmed S. Darwish
1
-11
/
+11
2025-03-25
x86/cacheinfo: Separate Intel and AMD CPUID leaf 0x4 code paths
Ahmed S. Darwish
1
-41
/
+54
2025-03-25
x86/cacheinfo: Use sysfs_emit() for sysfs attributes show()
Ahmed S. Darwish
1
-3
/
+3
[prev]
[next]