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
2024-12-31
x86/microcode/AMD: Return bool from find_blobs_in_containers()
Nikolay Borisov
1
-6
/
+9
2024-12-31
x86/mce: Remove the redundant mce_hygon_feature_init()
Qiuxu Zhuo
1
-6
/
+2
2024-12-31
x86/mce: Convert family/model mixed checks to VFM-based checks
Qiuxu Zhuo
1
-5
/
+8
2024-12-31
x86/mce: Break up __mcheck_cpu_apply_quirks()
Tony Luck
1
-76
/
+92
2024-12-30
x86/mce: Make four functions return bool
Qiuxu Zhuo
3
-23
/
+22
2024-12-30
x86/mce/threshold: Remove the redundant this_cpu_dec_return()
Qiuxu Zhuo
1
-1
/
+1
2024-12-30
x86/mce: Make several functions return bool
Qiuxu Zhuo
3
-20
/
+21
2024-12-30
x86/bugs: Add SRSO_USER_KERNEL_NO support
Borislav Petkov (AMD)
2
-0
/
+5
2024-12-18
Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
1
-0
/
+58
2024-12-18
x86/cpu: Make all all CPUID leaf names consistent
Dave Hansen
1
-3
/
+3
2024-12-18
x86/fpu: Move CPUID leaf definitions to common code
Dave Hansen
1
-1
/
+1
2024-12-18
x86/cpu: Refresh DCA leaf reading code
Dave Hansen
1
-1
/
+1
2024-12-18
x86/cpu: Use MWAIT leaf definition
Dave Hansen
1
-1
/
+2
2024-12-18
x86/cpu: Remove 'x86_cpu_desc' infrastructure
Dave Hansen
1
-31
/
+0
2024-12-18
x86/cpu: Move AMD erratum 1386 table over to 'x86_cpu_id'
Dave Hansen
1
-5
/
+4
2024-12-17
x86/cpu: Expose only stepping min/max interface
Dave Hansen
1
-39
/
+39
2024-12-17
x86/cpu: Introduce new microcode matching helper
Dave Hansen
1
-0
/
+11
2024-12-14
x86/sev: Require the RMPREAD instruction after Zen4
Tom Lendacky
1
-2
/
+7
2024-12-13
x86: make get_cpu_vendor() accessible from Xen code
Juergen Gross
1
-15
/
+21
2024-12-12
x86/resctrl: Add write option to "mba_MBps_event" file
Tony Luck
3
-1
/
+44
2024-12-12
x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directories
Tony Luck
3
-0
/
+42
2024-12-10
x86/cpu: Fix typo in x86_match_cpu()'s doc
Raag Jadav
1
-1
/
+1
2024-12-10
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
4
-27
/
+28
2024-12-10
x86/apic: Remove "disablelapic" cmdline option
Borislav Petkov (AMD)
1
-1
/
+1
2024-12-10
x86/resctrl: Make mba_sc use total bandwidth if local is not supported
Tony Luck
2
-2
/
+4
2024-12-10
x86/resctrl: Compute memory bandwidth for all supported events
Tony Luck
1
-39
/
+33
2024-12-10
x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group event
Tony Luck
1
-7
/
+9
2024-12-10
x86/resctrl: Prepare for per-CTRL_MON group mba_MBps control
Tony Luck
3
-1
/
+19
2024-12-09
x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags
Babu Moger
4
-18
/
+10
2024-12-09
x86/resctrl: Use kthread_run_on_cpu()
Frederic Weisbecker
1
-20
/
+8
2024-12-09
x86/hyperv: Fix hv tsc page based sched_clock for hibernation
Naman Jain
1
-0
/
+58
2024-12-06
x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR fails
Sean Christopherson
1
-1
/
+1
2024-12-06
x86/cacheinfo: Delete global num_cache_leaves
Ricardo Neri
1
-22
/
+21
2024-12-06
x86/paravirt: Remove the WBINVD callback
Juergen Gross
1
-1
/
+1
2024-12-06
x86/cpufeatures: Free up unused feature bits
Sohil Mehta
1
-5
/
+0
2024-12-05
x86/cpu/topology: Remove limit of CPUs due to disabled IO/APIC
Fernando Fernandez Mancera
1
-3
/
+3
2024-12-04
x86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR implementation
Len Brown
1
-1
/
+3
2024-12-04
x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()
Kirill A. Shutemov
2
-4
/
+4
2024-12-02
x86/topology: Introduce topology_logical_core_id()
K Prateek Nayak
2
-0
/
+2
2024-12-01
Merge tag 'x86_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-6
/
+22
2024-11-26
x86/CPU/AMD: Terminate the erratum_1386_microcode array
Sebastian Andrzej Siewior
1
-0
/
+1
2024-11-25
x86: fix off-by-one in access_ok()
David Laight
1
-2
/
+2
2024-11-25
x86/microcode/AMD: Flush patch buffer mapping after application
Borislav Petkov (AMD)
1
-5
/
+20
2024-11-25
x86/cpu: Fix PPIN initialization
Tony Luck
1
-1
/
+1
2024-11-22
Merge tag 'x86_misc_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-21
/
+18
2024-11-22
Merge tag 'x86_sgx_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2024-11-19
Merge tag 'x86-cleanups-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+5
2024-11-19
Merge tag 'x86-splitlock-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-407
/
+410
2024-11-19
Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+15
2024-11-19
Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-29
/
+67
[prev]
[next]