index
:
linux
master
btrfs-t implementation, since changes won't upstream, periodic tags will reflect recent updates to the kernel
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
mce
/
core.c
Age
Commit message (
Expand
)
Author
2024-08-01
x86/mce: Define mce_prep_record() helpers for common and per-CPU fields
Yazen Ghannam
2024-08-01
x86/mce: Rename mce_setup() to mce_prep_record()
Yazen Ghannam
2024-05-27
x86/mce: Remove unused variable and return value in machine_check_poll()
Yazen Ghannam
2024-04-29
x86/mce: Switch to new Intel CPU model defines
Tony Luck
2024-04-09
x86/mce: Implement recovery for errors in TDX/SEAM non-root mode
Tony Luck
2024-04-04
x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()
Borislav Petkov (AMD)
2024-03-11
Merge tag 'ras_core_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-02-05
x86/mce: Make mce_subsys const
Ricardo B. Marliere
2024-01-31
x86/fred: Add a machine check entry stub for FRED
Xin Li
2024-01-18
Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-12-15
x86/mce: Add per-bank CMCI storm mitigation
Tony Luck
2023-12-15
x86/mce: Remove old CMCI storm mitigation code
Tony Luck
2023-12-12
x86/mce: Differentiate real hardware #MCs from TDX erratum ones
Kai Huang
2023-11-15
x86/mce: Remove redundant check from mce_device_create()
Nikolay Borisov
2023-11-13
x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel
Zhiquan Li
2023-10-30
Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-10-16
x86/mce: Cleanup mce_usable_address()
Yazen Ghannam
2023-10-16
x86/mce: Define amd_mce_usable_address()
Yazen Ghannam
2023-10-10
x86/cpu: Move phys_proc_id into topology info
Thomas Gleixner
2023-10-10
x86/cpu: Encapsulate topology information in cpuinfo_x86
Thomas Gleixner
2023-08-18
x86/MCE: Always save CS register on AMD Zen IF Poison errors
Yazen Ghannam
2023-07-21
x86/mce: Prevent duplicate error records
Borislav Petkov (AMD)
2023-06-27
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-06-05
locking/atomic: treewide: use raw_atomic*_<op>()
Mark Rutland
2023-05-16
x86/MCE: Check a hw error's address to determine proper recovery action
Yazen Ghannam
2023-03-12
x86/mce: Make sure logged MCEs are processed after sysfs update
Yazen Ghannam
2023-01-10
x86/mce: Mask out non-address bits from machine check bank
Tony Luck
2022-12-28
x86/mce: Add support for Extended Physical Address MCA changes
Smita Koralahalli
2022-12-28
x86/mce: Define a function to extract ErrorAddr from MCA_ADDR
Smita Koralahalli
2022-05-27
Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-05-16
mce: fix set_mce_nospec to always unmap the whole page
Jane Chu
2022-04-05
x86/mce: Avoid unnecessary padding in struct mce_bank
Smita Koralahalli
2022-03-25
Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-22
mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler
luofei
2022-02-23
x86/mce: Remove the tolerance level control
Borislav Petkov
2022-02-19
x86/mce: Work around an erratum on fast string copy instructions
Jue Wang
2022-02-13
x86/mce: Use arch atomic and bit helpers
Borislav Petkov
2022-02-01
x86/cpu: Read/save PPIN MSR during initialization
Tony Luck
2021-12-13
x86/mce: Mark mce_start() noinstr
Borislav Petkov
2021-12-13
x86/mce: Mark mce_timed_out() noinstr
Borislav Petkov
2021-12-13
x86/mce: Move the tainting outside of the noinstr region
Borislav Petkov
2021-12-13
x86/mce: Mark mce_read_aux() noinstr
Borislav Petkov
2021-12-13
x86/mce: Mark mce_end() noinstr
Borislav Petkov
2021-12-13
x86/mce: Mark mce_panic() noinstr
Borislav Petkov
2021-12-13
x86/mce: Allow instrumentation during task work queueing
Borislav Petkov
2021-12-13
x86/mce: Remove noinstr annotation from mce_setup()
Borislav Petkov
2021-12-13
x86/mce: Use mce_rdmsrl() in severity checking code
Borislav Petkov
2021-12-13
x86/mce: Remove function-local cpus variables
Borislav Petkov
2021-12-13
x86/mce: Do not use memset to clear the banks bitmaps
Borislav Petkov
[next]