summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mce
AgeCommit message (Expand)AuthorLines
2025-03-17x86/mce: use is_copy_from_user() to determine copy-from-user contextShuai Xue-6/+5
2025-02-26x86/mce/inject: Remove call to mce_notify_irq()Nikolay Borisov-23/+22
2025-01-03x86/mce/amd: Remove shared threshold bank plumbingYazen Ghannam-101/+26
2024-12-31x86/mce: Remove the redundant mce_hygon_feature_init()Qiuxu Zhuo-6/+2
2024-12-31x86/mce: Convert family/model mixed checks to VFM-based checksQiuxu Zhuo-5/+8
2024-12-31x86/mce: Break up __mcheck_cpu_apply_quirks()Tony Luck-76/+92
2024-12-30x86/mce: Make four functions return boolQiuxu Zhuo-23/+22
2024-12-30x86/mce/threshold: Remove the redundant this_cpu_dec_return()Qiuxu Zhuo-1/+1
2024-12-30x86/mce: Make several functions return boolQiuxu Zhuo-20/+21
2024-10-31x86/mce/apei: Handle variable SMCA BERT record sizeYazen Ghannam-14/+58
2024-10-31x86/MCE/AMD: Add support for new MCA_SYND{1,2} registersAvadhut Naik-2/+12
2024-10-30x86/mce: Add wrapper for struct mce to export vendor specific infoAvadhut Naik-138/+169
2024-10-28x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xffQiuxu Zhuo-1/+1
2024-10-28x86/mce/mcelog: Use xchg() to get and clear the flagsQiuxu Zhuo-9/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen-1/+1
2024-08-01x86/mce: Use mce_prep_record() helpers for apei_smca_report_x86_error()Yazen Ghannam-8/+8
2024-08-01x86/mce: Define mce_prep_record() helpers for common and per-CPU fieldsYazen Ghannam-11/+25
2024-08-01x86/mce: Rename mce_setup() to mce_prep_record()Yazen Ghannam-6/+6
2024-07-15Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2024-06-02x86/mce/inject: Add missing MODULE_DESCRIPTION() lineJeff Johnson-0/+1
2024-05-27x86/mce: Remove unused variable and return value in machine_check_poll()Yazen Ghannam-6/+1
2024-05-27x86/mce/inject: Only write MCA_MISC when a value has been suppliedYazen Ghannam-2/+6
2024-05-14Merge tag 'ras_core_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-15/+25
2024-05-13Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-21/+50
2024-05-13Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+0
2024-04-29x86/mce: Switch to new Intel CPU model definesTony Luck-19/+18
2024-04-09x86/mce: Implement recovery for errors in TDX/SEAM non-root modeTony Luck-2/+32
2024-04-04x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)-1/+3
2024-04-04x86/extable: Remove unused fixup type EX_TYPE_COPYTong Tiangen-1/+0
2024-03-26x86/mce: Dynamically size space for machine check recordsTony Luck-15/+25
2024-03-11Merge tag 'ras_core_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+26
2024-02-16x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner-2/+1
2024-02-15x86/cpu/topology: Rename smp_num_siblingsThomas Gleixner-1/+1
2024-02-15x86/cpu: Use common topology code for AMDThomas Gleixner-2/+1
2024-02-15x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner-4/+4
2024-02-05x86/mce: Make mce_subsys constRicardo B. Marliere-1/+1
2024-01-31x86/fred: Add a machine check entry stub for FREDXin Li-0/+26
2024-01-18Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+16
2023-12-15x86/mce: Handle Intel threshold interrupt stormsTony Luck-50/+160
2023-12-15x86/mce: Add per-bank CMCI storm mitigationTony Luck-9/+194
2023-12-15x86/mce: Remove old CMCI storm mitigation codeTony Luck-170/+1
2023-12-12x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang-0/+15
2023-11-28x86/MCE/AMD: Add new MA_LLC, USR_DP, and USR_CP bank typesMuralidhara M K-0/+6
2023-11-27x86/mce/amd, EDAC/mce_amd: Move long names to decoder moduleYazen Ghannam-44/+30
2023-11-22x86/mce/inject: Clear test status valueYazen Ghannam-0/+1
2023-11-15x86/mce: Remove redundant check from mce_device_create()Nikolay Borisov-3/+0
2023-11-13x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernelZhiquan Li-0/+16