summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mce
Commit message (Expand)AuthorAgeFilesLines
* x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)2024-04-041-1/+3
* Merge tag 'ras_core_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-111-1/+1
|\
| * x86/mce: Make mce_subsys constRicardo B. Marliere2024-02-051-1/+1
* | Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-0/+26
|\ \
| * | x86/fred: Add a machine check entry stub for FREDXin Li2024-01-311-0/+26
| |/
* | x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner2024-02-161-2/+1
* | x86/cpu/topology: Rename smp_num_siblingsThomas Gleixner2024-02-151-1/+1
* | x86/cpu: Use common topology code for AMDThomas Gleixner2024-02-151-2/+1
* | x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner2024-02-152-4/+4
|/
* Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-181-1/+16
|\
| * x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang2023-12-121-0/+15
* | x86/mce: Handle Intel threshold interrupt stormsTony Luck2023-12-153-50/+160
* | x86/mce: Add per-bank CMCI storm mitigationTony Luck2023-12-153-9/+194
* | x86/mce: Remove old CMCI storm mitigation codeTony Luck2023-12-153-170/+1
* | x86/MCE/AMD: Add new MA_LLC, USR_DP, and USR_CP bank typesMuralidhara M K2023-11-281-0/+6
* | x86/mce/amd, EDAC/mce_amd: Move long names to decoder moduleYazen Ghannam2023-11-271-44/+30
* | x86/mce/inject: Clear test status valueYazen Ghannam2023-11-221-0/+1
* | x86/mce: Remove redundant check from mce_device_create()Nikolay Borisov2023-11-151-3/+0
* | x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernelZhiquan Li2023-11-131-0/+16
|/
* Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-302-4/+4
|\
| * x86/cpu: Move phys_proc_id into topology infoThomas Gleixner2023-10-102-2/+2
| * x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner2023-10-102-2/+2
* | x86/mce: Cleanup mce_usable_address()Yazen Ghannam2023-10-163-23/+32
* | x86/mce: Define amd_mce_usable_address()Yazen Ghannam2023-10-163-0/+43
* | x86/MCE/AMD: Split amd_mce_is_memory_error()Yazen Ghannam2023-10-161-6/+26
|/
* Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-303-4/+3
|\
| * x86/apic: Wrap IPI calls into helper functionsDave Hansen2023-08-091-2/+1
| * x86/apic: Nuke ack_APIC_irq()Dave Hansen2023-08-092-2/+2
* | Merge tag 'ras_core_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-283-3/+57
|\ \ | |/ |/|
| * x86/MCE: Always save CS register on AMD Zen IF Poison errorsYazen Ghannam2023-08-182-1/+30
| * x86/mce: Prevent duplicate error recordsBorislav Petkov (AMD)2023-07-213-2/+27
* | x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam2023-07-221-2/+2
|/
* Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-8/+8
|\
| * locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland2023-06-051-8/+8
* | x86/MCE/AMD, EDAC/mce_amd: Decode UMC_V2 ECC errorsYazen Ghannam2023-06-051-2/+4
* | x86/MCE: Check a hw error's address to determine proper recovery actionYazen Ghannam2023-05-161-1/+1
|/
* Merge tag 'ras_core_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-252-13/+13
|\
| * x86/MCE/AMD: Use an u64 for bank_mapMuralidhara M K2023-03-191-7/+7
| * x86/mce: Always inline old MCA stubsBorislav Petkov (AMD)2023-03-081-5/+5
| * x86/MCE/AMD: Make kobj_type structure constantThomas Weißschuh2023-03-061-1/+1
* | x86/mce: Make sure logged MCEs are processed after sysfs updateYazen Ghannam2023-03-121-0/+1
|/
* Merge tag 'ras_core_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-213-30/+58
|\
| * x86/mce: Mask out non-address bits from machine check bankTony Luck2023-01-101-5/+9
| * x86/mce: Add support for Extended Physical Address MCA changesSmita Koralahalli2022-12-283-8/+33
| * x86/mce: Define a function to extract ErrorAddr from MCA_ADDRSmita Koralahalli2022-12-283-18/+17
* | x86/mce/dev-mcelog: use strscpy() to instead of strncpy()Xu Panda2023-01-071-2/+1
|/
* x86/mce: Use severity table to handle uncorrected errors in kernelTony Luck2022-10-311-3/+5
* x86/MCE/AMD: Clear DFR errors found in THR handlerYazen Ghannam2022-10-271-13/+20
* x86/mce: Retrieve poison range from hardwareJane Chu2022-08-291-1/+12
* x86/mce: Check whether writes to MCA_STATUS are getting ignoredSmita Koralahalli2022-06-282-1/+48