summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mce
AgeCommit message (Expand)Author
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
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei
2022-02-23x86/mce: Remove the tolerance level controlBorislav Petkov
2022-02-19x86/mce: Work around an erratum on fast string copy instructionsJue Wang
2022-02-13x86/mce: Use arch atomic and bit helpersBorislav Petkov
2022-02-01x86/cpu: Read/save PPIN MSR during initializationTony Luck
2022-02-01x86/cpu: Merge Intel and AMD ppin_init() functionsTony Luck
2022-02-01x86/CPU/AMD: Use default_groups in kobj_typeGreg Kroah-Hartman
2022-01-25x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPINTony Luck
2022-01-23x86/MCE/AMD: Allow thresholding interface updates after initYazen Ghannam
2021-12-28x86/mce/inject: Avoid out-of-bounds write when setting flagsZhang Zixun
2021-12-22x86/MCE/AMD, EDAC/mce_amd: Support non-uniform MCA bank type enumerationYazen Ghannam
2021-12-22x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank typesYazen Ghannam
2021-12-20x86/mce: Check regs before accessing itBorislav Petkov
2021-12-13x86/mce: Mark mce_start() noinstrBorislav Petkov
2021-12-13x86/mce: Mark mce_timed_out() noinstrBorislav Petkov
2021-12-13x86/mce: Move the tainting outside of the noinstr regionBorislav Petkov
2021-12-13x86/mce: Mark mce_read_aux() noinstrBorislav Petkov
2021-12-13x86/mce: Mark mce_end() noinstrBorislav Petkov
2021-12-13x86/mce: Mark mce_panic() noinstrBorislav Petkov
2021-12-13x86/mce: Prevent severity computation from being instrumentedBorislav Petkov
2021-12-13x86/mce: Allow instrumentation during task work queueingBorislav Petkov
2021-12-13x86/mce: Remove noinstr annotation from mce_setup()Borislav Petkov
2021-12-13x86/mce: Use mce_rdmsrl() in severity checking codeBorislav Petkov
2021-12-13x86/mce: Remove function-local cpus variablesBorislav Petkov
2021-12-13x86/mce: Do not use memset to clear the banks bitmapsBorislav Petkov
2021-12-08x86/mce/inject: Set the valid bit in MCA_STATUS before error injectionSmita Koralahalli