summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mce
AgeCommit message (Expand)AuthorLines
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+4
2023-10-16x86/mce: Cleanup mce_usable_address()Yazen Ghannam-23/+32
2023-10-16x86/mce: Define amd_mce_usable_address()Yazen Ghannam-0/+43
2023-10-16x86/MCE/AMD: Split amd_mce_is_memory_error()Yazen Ghannam-6/+26
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner-2/+2
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner-2/+2
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+3
2023-08-28Merge tag 'ras_core_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+57
2023-08-18x86/MCE: Always save CS register on AMD Zen IF Poison errorsYazen Ghannam-1/+30
2023-08-09x86/apic: Wrap IPI calls into helper functionsDave Hansen-2/+1
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen-2/+2
2023-07-22x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam-2/+2
2023-07-21x86/mce: Prevent duplicate error recordsBorislav Petkov (AMD)-2/+27
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+8
2023-06-05x86/MCE/AMD, EDAC/mce_amd: Decode UMC_V2 ECC errorsYazen Ghannam-2/+4
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland-8/+8
2023-05-16x86/MCE: Check a hw error's address to determine proper recovery actionYazen Ghannam-1/+1
2023-04-25Merge tag 'ras_core_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-13/+13
2023-03-19x86/MCE/AMD: Use an u64 for bank_mapMuralidhara M K-7/+7
2023-03-12x86/mce: Make sure logged MCEs are processed after sysfs updateYazen Ghannam-0/+1
2023-03-08x86/mce: Always inline old MCA stubsBorislav Petkov (AMD)-5/+5
2023-03-06x86/MCE/AMD: Make kobj_type structure constantThomas Weißschuh-1/+1
2023-02-21Merge tag 'ras_core_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-30/+58
2023-01-10x86/mce: Mask out non-address bits from machine check bankTony Luck-5/+9
2023-01-07x86/mce/dev-mcelog: use strscpy() to instead of strncpy()Xu Panda-2/+1
2022-12-28x86/mce: Add support for Extended Physical Address MCA changesSmita Koralahalli-8/+33
2022-12-28x86/mce: Define a function to extract ErrorAddr from MCA_ADDRSmita Koralahalli-18/+17
2022-10-31x86/mce: Use severity table to handle uncorrected errors in kernelTony Luck-3/+5
2022-10-27x86/MCE/AMD: Clear DFR errors found in THR handlerYazen Ghannam-13/+20
2022-08-29x86/mce: Retrieve poison range from hardwareJane Chu-1/+12
2022-06-28x86/mce: Check whether writes to MCA_STATUS are getting ignoredSmita Koralahalli-1/+48
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+3
2022-05-24Merge tag 'acpi-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-5/+3
2022-05-16mce: fix set_mce_nospec to always unmap the whole pageJane Chu-3/+3
2022-04-25x86/mce: Add messages for panic errors in AMD's MCE gradingCarlos Bilbao-1/+10
2022-04-25x86/mce: Simplify AMD severity grading logicCarlos Bilbao-65/+36
2022-04-13ACPI: APEI: Fix missing ERST record idLiu Xinpeng-5/+3
2022-04-05x86/MCE/AMD: Fix memory leak when threshold_create_bank() failsAmmar Faizi-13/+19
2022-04-05x86/mce: Avoid unnecessary padding in struct mce_bankSmita Koralahalli-1/+3
2022-03-25Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-90/+139
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+5
2022-03-22mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei-3/+5
2022-02-23x86/mce: Remove the tolerance level controlBorislav Petkov-47/+30
2022-02-19x86/mce: Work around an erratum on fast string copy instructionsJue Wang-1/+68
2022-02-13x86/mce: Use arch atomic and bit helpersBorislav Petkov-42/+41
2022-02-01x86/cpu: Read/save PPIN MSR during initializationTony Luck-6/+1
2022-02-01x86/cpu: Merge Intel and AMD ppin_init() functionsTony Luck-42/+0
2022-02-01x86/CPU/AMD: Use default_groups in kobj_typeGreg Kroah-Hartman-3/+4
2022-01-25x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPINTony Luck-0/+1
2022-01-23x86/MCE/AMD: Allow thresholding interface updates after initYazen Ghannam-1/+1