aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck
AgeCommit message (Expand)Author
2022-01-27x86/mce: Mark mce_read_aux() noinstrBorislav Petkov
2022-01-27x86/mce: Mark mce_end() noinstrBorislav Petkov
2022-01-27x86/mce: Mark mce_panic() noinstrBorislav Petkov
2022-01-27x86/mce/inject: Avoid out-of-bounds write when setting flagsZhang Zixun
2020-08-19x86/mce/inject: Fix a wrong assignment of i_mce.statusZhenzhong Duan
2020-06-22x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck
2020-03-18x86/mce: Fix logic and comments around MSR_PPIN_CTLTony Luck
2020-02-28x86/mce/amd: Fix kobject lifetimeThomas Gleixner
2020-02-28x86/mce/amd: Publish the bank pointer only after setup has succeededBorislav Petkov
2020-01-04x86/mce: Fix possibly incorrect severity calculation on AMDJan H. Schönherr
2019-12-31x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[]Yazen Ghannam
2019-12-31x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()Konstantin Khlebnikov
2019-12-31x86/mce: Lower throttling MCE messages' priority to warningBenjamin Berg
2019-12-17x86/MCE/AMD: Carve out the MC4_MISC thresholding quirkShirish S
2019-12-17x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 modelsShirish S
2019-11-20x86/mce-inject: Reset injection struct after injectionBorislav Petkov
2019-05-31x86/mce: Handle varying MCA bank countsYazen Ghannam
2019-05-31x86/mce: Fix machine_check_poll() tests for error typesTony Luck
2019-05-08x86/mce: Improve error message when kernel cannot recover, p2Tony Luck
2019-02-12x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()Tony Luck
2019-01-26x86/mce: Fix -Wmissing-prototypes warningsBorislav Petkov
2018-12-05x86/MCE/AMD: Fix the thresholding machinery initialization orderBorislav Petkov
2018-11-21acpi/nfit, x86/mce: Validate a MCE's address before using itVishal Verma
2018-11-21acpi/nfit, x86/mce: Handle only uncorrectable machine checksVishal Verma
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds
2018-08-20x86/memory_failure: Introduce {set, clear}_mce_nospec()Dan Williams
2018-08-13Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-07-17x86/MCE: Remove min interval polling limitationDewet Thibaut
2018-06-24Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-22x86/mce: Cleanup __mc_scan_banks()Borislav Petkov
2018-06-22x86/mce: Carve out bank scanning codeBorislav Petkov
2018-06-22x86/mce: Remove !banks checkBorislav Petkov
2018-06-22x86/mce: Carve out the crashing_cpu checkBorislav Petkov
2018-06-22x86/mce: Always use 64-bit timestampsArnd Bergmann
2018-06-22x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck
2018-06-22x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Borislav Petkov
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-07x86/mce: Improve error message when kernel cannot recoverTony Luck
2018-05-19x86/MCE/AMD: Read MCx_MISC block addresses on any CPUBorislav Petkov
2018-05-19Merge branch 'ras/urgent' into ras/coreThomas Gleixner
2018-05-19x86/MCE/AMD: Cache SMCA MISC block addressesBorislav Petkov
2018-05-06x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()Luck, Tony
2018-05-06x86/MCE: Enable MCE broadcasting on new Centaur CPUsDavid Wang
2018-04-02Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-03-28Revert "x86/mce/AMD: Collect error info even if valid bits are not set"Yazen Ghannam
2018-03-23x86/tsc: Get rid of rdtscll()Thomas Gleixner
2018-03-14Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner
2018-03-08Merge branch 'ras/urgent' into ras/coreThomas Gleixner
2018-03-08x86/MCE: Serialize sysfs changesSeunghun Han