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
/
mce
/
core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-02
x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Xin Li (Intel)
1
-2
/
+2
2025-05-02
x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
Xin Li (Intel)
1
-1
/
+1
2025-05-02
x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGS
Ingo Molnar
1
-1
/
+1
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
1
-16
/
+16
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
1
-4
/
+4
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
1
-3
/
+3
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-3
/
+3
2025-02-26
x86/mce/inject: Remove call to mce_notify_irq()
Nikolay Borisov
1
-22
/
+22
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
1
-6
/
+6
2024-12-30
x86/mce: Make several functions return bool
Qiuxu Zhuo
1
-11
/
+11
2024-10-31
x86/MCE/AMD: Add support for new MCA_SYND{1,2} registers
Avadhut Naik
1
-1
/
+8
2024-10-30
x86/mce: Add wrapper for struct mce to export vendor specific info
Avadhut Naik
1
-92
/
+115
2024-08-01
x86/mce: Define mce_prep_record() helpers for common and per-CPU fields
Yazen Ghannam
1
-11
/
+23
2024-08-01
x86/mce: Rename mce_setup() to mce_prep_record()
Yazen Ghannam
1
-3
/
+3
2024-05-27
x86/mce: Remove unused variable and return value in machine_check_poll()
Yazen Ghannam
1
-6
/
+1
2024-04-29
x86/mce: Switch to new Intel CPU model defines
Tony Luck
1
-3
/
+3
2024-04-09
x86/mce: Implement recovery for errors in TDX/SEAM non-root mode
Tony Luck
1
-0
/
+18
2024-04-04
x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()
Borislav Petkov (AMD)
1
-1
/
+3
2024-03-11
Merge tag 'ras_core_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2024-02-05
x86/mce: Make mce_subsys const
Ricardo B. Marliere
1
-1
/
+1
2024-01-31
x86/fred: Add a machine check entry stub for FRED
Xin Li
1
-0
/
+26
2024-01-18
Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+16
2023-12-15
x86/mce: Add per-bank CMCI storm mitigation
Tony Luck
1
-8
/
+25
2023-12-15
x86/mce: Remove old CMCI storm mitigation code
Tony Luck
1
-19
/
+1
2023-12-12
x86/mce: Differentiate real hardware #MCs from TDX erratum ones
Kai Huang
1
-0
/
+15
2023-11-15
x86/mce: Remove redundant check from mce_device_create()
Nikolay Borisov
1
-3
/
+0
2023-11-13
x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel
Zhiquan Li
1
-0
/
+16
2023-10-30
Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2023-10-16
x86/mce: Cleanup mce_usable_address()
Yazen Ghannam
1
-23
/
+10
2023-10-16
x86/mce: Define amd_mce_usable_address()
Yazen Ghannam
1
-0
/
+3
2023-10-10
x86/cpu: Move phys_proc_id into topology info
Thomas Gleixner
1
-1
/
+1
2023-10-10
x86/cpu: Encapsulate topology information in cpuinfo_x86
Thomas Gleixner
1
-1
/
+1
2023-08-18
x86/MCE: Always save CS register on AMD Zen IF Poison errors
Yazen Ghannam
1
-0
/
+26
2023-07-21
x86/mce: Prevent duplicate error records
Borislav Petkov (AMD)
1
-1
/
+8
2023-06-27
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-8
/
+8
2023-06-05
locking/atomic: treewide: use raw_atomic*_<op>()
Mark Rutland
1
-8
/
+8
2023-05-16
x86/MCE: Check a hw error's address to determine proper recovery action
Yazen Ghannam
1
-1
/
+1
2023-03-12
x86/mce: Make sure logged MCEs are processed after sysfs update
Yazen Ghannam
1
-0
/
+1
2023-01-10
x86/mce: Mask out non-address bits from machine check bank
Tony Luck
1
-5
/
+9
2022-12-28
x86/mce: Add support for Extended Physical Address MCA changes
Smita Koralahalli
1
-7
/
+1
2022-12-28
x86/mce: Define a function to extract ErrorAddr from MCA_ADDR
Smita Koralahalli
1
-9
/
+1
2022-05-27
Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
1
-3
/
+3
2022-05-16
mce: fix set_mce_nospec to always unmap the whole page
Jane Chu
1
-3
/
+3
2022-04-05
x86/mce: Avoid unnecessary padding in struct mce_bank
Smita Koralahalli
1
-1
/
+3
2022-03-25
Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-72
/
+103
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+5
[next]