index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-12
x86/resctrl: Generate default_ctrl instead of sharing it
James Morse
3
-13
/
+11
2025-03-12
x86/resctrl: Add max_bw to struct resctrl_membw
James Morse
2
-2
/
+4
2025-03-12
x86/resctrl: Remove data_width and the tabular format
James Morse
4
-31
/
+10
2025-03-12
x86/resctrl: Use schema type to determine the schema format string
James Morse
3
-5
/
+15
2025-03-12
x86/resctrl: Use schema type to determine how to parse schema values
James Morse
3
-19
/
+31
2025-03-12
x86/resctrl: Remove fflags from struct rdt_resource
James Morse
2
-6
/
+16
2025-03-12
x86/resctrl: Add a helper to avoid reaching into the arch code resource list
James Morse
5
-24
/
+22
2025-03-12
x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors
James Morse
1
-1
/
+2
2025-03-10
Merge 6.14-rc6 into driver-core-next
Greg Kroah-Hartman
11
-113
/
+685
2025-03-10
x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes
Florent Revest
1
-1
/
+1
2025-03-10
x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabled
Vladis Dronov
1
-3
/
+7
2025-03-10
x86: Use RCU in all users of __module_address().
Sebastian Andrzej Siewior
2
-5
/
+2
2025-03-08
x86/microcode/AMD: Add some forgotten models to the SHA check
Borislav Petkov (AMD)
1
-0
/
+6
2025-03-08
Merge branch 'linus' into x86/urgent, to pick up dependent patches
Ingo Molnar
3
-86
/
+626
2025-03-08
Merge branch 'locking/urgent' into locking/core, to pick up locking fixes
Ingo Molnar
10
-107
/
+676
2025-03-07
Merge tag 'x86-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-18
/
+43
2025-03-07
x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()
Andrew Cooper
1
-6
/
+3
2025-03-07
x86/split_lock: Fix the delayed detection logic
Maksim Davydov
1
-4
/
+16
2025-03-06
Merge branch 'sched/urgent' into sched/core, to pick up dependent commits
Ingo Molnar
5
-10
/
+21
2025-03-06
Merge tag 'amd-pstate-v6.15-2025-03-06' of ssh://gitolite.kernel.org/pub/scm/...
Rafael J. Wysocki
1
-1
/
+3
2025-03-06
cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masks
Mario Limonciello
1
-1
/
+3
2025-03-06
x86/fpu: Improve crypto performance by making kernel-mode FPU reliably usable...
Eric Biggers
1
-4
/
+13
2025-03-06
uprobes/x86: Harden uretprobe syscall trampoline check
Jiri Olsa
1
-5
/
+9
2025-03-05
x86/sgx: Fix size overflows in sgx_encl_create()
Jarkko Sakkinen
1
-0
/
+7
2025-03-04
Merge tag 'x86_microcode_for_v6.14_rc6' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-86
/
+626
2025-03-04
x86/percpu: Fix __per_cpu_hot_end marker
Uros Bizjak
1
-1
/
+1
2025-03-04
x86/smp: Move this_cpu_off to percpu hot section
Brian Gerst
1
-1
/
+1
2025-03-04
x86/stackprotector: Move __stack_chk_guard to percpu hot section
Brian Gerst
1
-1
/
+1
2025-03-04
x86/percpu: Move current_task to percpu hot section
Brian Gerst
7
-12
/
+9
2025-03-04
x86/percpu: Move top_of_stack to percpu hot section
Brian Gerst
6
-6
/
+7
2025-03-04
x86/irq: Move irq stacks to percpu hot section
Brian Gerst
6
-12
/
+17
2025-03-04
x86/softirq: Move softirq_pending to percpu hot section
Brian Gerst
1
-0
/
+3
2025-03-04
x86/retbleed: Move call depth to percpu hot section
Brian Gerst
2
-3
/
+8
2025-03-04
x86/smp: Move cpu number to percpu hot section
Brian Gerst
1
-1
/
+4
2025-03-04
x86/preempt: Move preempt count to percpu hot section
Brian Gerst
1
-1
/
+3
2025-03-04
x86/percpu: Move pcpu_hot to percpu hot section
Brian Gerst
2
-2
/
+5
2025-03-04
Merge branch 'x86/asm' into x86/core, to pick up dependent commits
Ingo Molnar
29
-624
/
+376
2025-03-04
x86/irq/32: Change some static functions to bool
Uros Bizjak
1
-6
/
+6
2025-03-04
x86/irq/32: Use current_stack_pointer to avoid asm() in check_stack_overflow()
Uros Bizjak
1
-4
/
+1
2025-03-04
x86/irq/32: Add missing clobber to inline asm
Uros Bizjak
1
-1
/
+1
2025-03-04
x86/irq/32: Use named operands in inline asm
Uros Bizjak
1
-11
/
+9
2025-03-04
Merge branch 'x86/cpu' into x86/asm, to pick up dependent commits
Ingo Molnar
25
-665
/
+396
2025-03-04
x86/cacheinfo: Remove unnecessary headers and reorder the rest
Ahmed S. Darwish
1
-7
/
+5
2025-03-04
x86/cacheinfo: Remove the P4 trace leftovers for real
Thomas Gleixner
1
-16
/
+3
2025-03-04
x86/cpu: Remove unused TLB strings
Thomas Gleixner
2
-45
/
+43
2025-03-04
x86/cpu: Get rid of the smp_store_cpu_info() indirection
Thomas Gleixner
2
-24
/
+11
2025-03-04
x86/cpu: Simplify TLB entry count storage
Ahmed S. Darwish
4
-52
/
+50
2025-03-04
x86/cpu: Use max() for CPUID leaf 0x2 TLB descriptors parsing
Ahmed S. Darwish
1
-48
/
+28
2025-03-04
x86/cpu: Remove unnecessary headers and reorder the rest
Ahmed S. Darwish
1
-23
/
+13
2025-03-04
Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commits
Ingo Molnar
6
-21
/
+43
[prev]
[next]