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-02-28
x86/bugs: Add X86_BUG_SPECTRE_V2_USER
David Kaplan
1
-1
/
+3
2025-02-28
x86/cpu: Enable modifying CPU bug flags with '{clear,set}puid='
Brendan Jackman
1
-4
/
+12
2025-02-28
x86/cpu: Add the 'setcpuid=' boot parameter
Brendan Jackman
1
-9
/
+26
2025-02-28
x86/cpu: Create helper function to parse the 'clearcpuid=' boot parameter
Brendan Jackman
1
-44
/
+52
2025-02-28
x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when running in a virtual machine
Max Grobecker
1
-1
/
+1
2025-02-27
x86/cpu: Remove get_this_hybrid_cpu_*()
Pawan Gupta
1
-31
/
+0
2025-02-27
x86/cpu: Prefix hexadecimal values with 0x in cpu_debug_show()
Pawan Gupta
1
-2
/
+2
2025-02-27
Merge branch 'x86/mm' into x86/cpu, to avoid conflicts
Ingo Molnar
2
-11
/
+16
2025-02-27
x86/bugs: Remove X86_FEATURE_USE_IBPB
Yosry Ahmed
1
-1
/
+0
2025-02-27
x86/bugs: Use a static branch to guard IBPB on vCPU switch
Yosry Ahmed
1
-0
/
+5
2025-02-27
x86/bugs: Remove the X86_FEATURE_USE_IBPB check in ib_prctl_set()
Yosry Ahmed
1
-1
/
+1
2025-02-27
x86/bugs: Move the X86_FEATURE_USE_IBPB check into callers
Yosry Ahmed
1
-1
/
+1
2025-02-26
x86/bugs: KVM: Add support for SRSO_MSR_FIX
Borislav Petkov
1
-4
/
+20
2025-02-26
x86/mce/inject: Remove call to mce_notify_irq()
Nikolay Borisov
2
-23
/
+22
2025-02-25
x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems
Russell Senior
1
-2
/
+2
2025-02-25
x86/mtrr: Remove unnecessary strlen() in mtrr_write()
Thorsten Blum
1
-4
/
+2
2025-02-22
Merge tag 'x86-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2025-02-22
x86/microcode/AMD: Load only SHA256-checksummed patches
Borislav Petkov (AMD)
2
-2
/
+553
2025-02-22
hyperv: Change hv_root_partition into a function
Nuno Das Neves
1
-22
/
+2
2025-02-21
x86/cpufeatures: Make AVX-VNNI depend on AVX
Eric Biggers
1
-0
/
+1
2025-02-18
x86/percpu/64: Remove fixed_percpu_data
Brian Gerst
1
-4
/
+0
2025-02-18
x86/stackprotector/64: Convert to normal per-CPU variable
Brian Gerst
1
-4
/
+1
2025-02-17
cpufreq: Allow arch_freq_get_on_cpu to return an error
Beata Michalska
2
-3
/
+6
2025-02-17
x86/microcode/AMD: Add get_patch_level()
Borislav Petkov (AMD)
1
-22
/
+24
2025-02-17
x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration
Borislav Petkov (AMD)
1
-28
/
+26
2025-02-17
x86/microcode/AMD: Merge early_apply_microcode() into its single callsite
Borislav Petkov (AMD)
1
-34
/
+26
2025-02-17
x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations
Borislav Petkov (AMD)
2
-3
/
+1
2025-02-17
x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature
Borislav Petkov (AMD)
1
-2
/
+1
2025-02-17
Merge 6.14-rc3 into driver-core-next
Greg Kroah-Hartman
1
-7
/
+14
2025-02-15
kernfs: Use RCU to access kernfs_node::name.
Sebastian Andrzej Siewior
3
-9
/
+20
2025-02-15
kernfs: Use RCU to access kernfs_node::parent.
Sebastian Andrzej Siewior
1
-21
/
+44
2025-02-11
x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-Exit
Patrick Bellasi
1
-7
/
+14
2025-02-10
x86: move ZMM exclusion list into CPU feature flag
Eric Biggers
1
-0
/
+22
2025-02-04
x86/cpu: Fix #define name for Intel CPU model 0x5A
Tony Luck
1
-1
/
+1
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-25
Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
1
-1
/
+1
2025-01-21
Merge tag 'x86-cleanups-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+2
2025-01-21
Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-0
/
+2
2025-01-21
Merge tag 'x86_misc_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-4
/
+4
2025-01-21
Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-77
/
+52
2025-01-21
Merge tag 'x86_sev_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+7
2025-01-21
Merge tag 'x86_microcode_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-26
/
+28
2025-01-21
Merge tag 'x86_cache_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-87
/
+168
2025-01-21
Merge tag 'x86_bugs_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-0
/
+5
2025-01-10
hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h
Nuno Das Neves
1
-1
/
+1
2025-01-03
x86/mce/amd: Remove shared threshold bank plumbing
Yazen Ghannam
1
-101
/
+26
2024-12-31
x86/microcode/AMD: Remove ret local var in early_apply_microcode()
Borislav Petkov (AMD)
1
-3
/
+2
2024-12-31
x86/microcode/AMD: Have __apply_microcode_amd() return bool
Borislav Petkov (AMD)
1
-6
/
+6
2024-12-31
x86/microcode/AMD: Make __verify_patch_size() return bool
Nikolay Borisov
1
-9
/
+9
2024-12-31
x86/microcode/AMD: Remove bogus comment from parse_container()
Nikolay Borisov
1
-2
/
+2
[prev]
[next]