summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mce
AgeCommit message (Expand)Author
2024-01-18Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-15x86/mce: Handle Intel threshold interrupt stormsTony Luck
2023-12-15x86/mce: Add per-bank CMCI storm mitigationTony Luck
2023-12-15x86/mce: Remove old CMCI storm mitigation codeTony Luck
2023-12-12x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang
2023-11-28x86/MCE/AMD: Add new MA_LLC, USR_DP, and USR_CP bank typesMuralidhara M K
2023-11-27x86/mce/amd, EDAC/mce_amd: Move long names to decoder moduleYazen Ghannam
2023-11-22x86/mce/inject: Clear test status valueYazen Ghannam
2023-11-15x86/mce: Remove redundant check from mce_device_create()Nikolay Borisov
2023-11-13x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernelZhiquan Li
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-16x86/mce: Cleanup mce_usable_address()Yazen Ghannam
2023-10-16x86/mce: Define amd_mce_usable_address()Yazen Ghannam
2023-10-16x86/MCE/AMD: Split amd_mce_is_memory_error()Yazen Ghannam
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-28Merge tag 'ras_core_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-18x86/MCE: Always save CS register on AMD Zen IF Poison errorsYazen Ghannam
2023-08-09x86/apic: Wrap IPI calls into helper functionsDave Hansen
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen
2023-07-22x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam
2023-07-21x86/mce: Prevent duplicate error recordsBorislav Petkov (AMD)
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-05x86/MCE/AMD, EDAC/mce_amd: Decode UMC_V2 ECC errorsYazen Ghannam
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland
2023-05-16x86/MCE: Check a hw error's address to determine proper recovery actionYazen Ghannam
2023-04-25Merge tag 'ras_core_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-19x86/MCE/AMD: Use an u64 for bank_mapMuralidhara M K
2023-03-12x86/mce: Make sure logged MCEs are processed after sysfs updateYazen Ghannam
2023-03-08x86/mce: Always inline old MCA stubsBorislav Petkov (AMD)
2023-03-06x86/MCE/AMD: Make kobj_type structure constantThomas Weißschuh
2023-02-21Merge tag 'ras_core_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-01-10x86/mce: Mask out non-address bits from machine check bankTony Luck
2023-01-07x86/mce/dev-mcelog: use strscpy() to instead of strncpy()Xu Panda
2022-12-28x86/mce: Add support for Extended Physical Address MCA changesSmita Koralahalli
2022-12-28x86/mce: Define a function to extract ErrorAddr from MCA_ADDRSmita Koralahalli
2022-10-31x86/mce: Use severity table to handle uncorrected errors in kernelTony Luck
2022-10-27x86/MCE/AMD: Clear DFR errors found in THR handlerYazen Ghannam
2022-08-29x86/mce: Retrieve poison range from hardwareJane Chu
2022-06-28x86/mce: Check whether writes to MCA_STATUS are getting ignoredSmita Koralahalli
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-24Merge tag 'acpi-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-05-16mce: fix set_mce_nospec to always unmap the whole pageJane Chu
2022-04-25x86/mce: Add messages for panic errors in AMD's MCE gradingCarlos Bilbao
2022-04-25x86/mce: Simplify AMD severity grading logicCarlos Bilbao
2022-04-13ACPI: APEI: Fix missing ERST record idLiu Xinpeng
2022-04-05x86/MCE/AMD: Fix memory leak when threshold_create_bank() failsAmmar Faizi
2022-04-05x86/mce: Avoid unnecessary padding in struct mce_bankSmita Koralahalli
2022-03-25Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds