summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mce (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-312-2/+13
|\
| * x86/entry/32: Force MCE through do_mce()Thomas Gleixner2020-02-271-0/+3
| * x86/mce: Disable tracing and kprobes on do_machine_check()Andy Lutomirski2020-02-271-2/+10
* | Merge tag 'ras_updates_for_5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-304-20/+50
|\ \
| * | x86/mce/amd: Add PPIN support for AMD MCEWei Huang2020-03-221-0/+2
| * | x86/mce/dev-mcelog: Dynamically allocate space for machine check recordsTony Luck2020-03-101-20/+27
| * | x86/mce: Do not log spurious corrected mce errorsPrarit Bhargava2020-02-193-0/+21
* | | x86/mce: Fix logic and comments around MSR_PPIN_CTLTony Luck2020-02-271-4/+5
* | | x86/mce/therm_throt: Undo thermal polling properly on CPU offlineThomas Gleixner2020-02-251-2/+7
| |/ |/|
* | x86/mce/amd: Fix kobject lifetimeThomas Gleixner2020-02-141-6/+11
* | x86/mce/amd: Publish the bank pointer only after setup has succeededBorislav Petkov2020-02-131-17/+16
|/
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-281-7/+8
|\
| * x86/mce: WARN once if IA32_FEAT_CTL MSR is left unlockedSean Christopherson2020-01-131-5/+6
| * x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSRSean Christopherson2020-01-131-5/+5
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-275-45/+33
|\ \
| * | x86/MCE/AMD, EDAC/mce_amd: Add new Load Store unit McaTypeYazen Ghannam2020-01-161-0/+2
| * | x86/mce: Fix use of uninitialized MCE message stringJan H. Schönherr2020-01-131-2/+2
| * | x86/mce: Fix mce=nobootlogJan H. Schönherr2020-01-131-13/+9
| * | x86/mce: Take action on UCNA/Deferred errors againJan H. Schönherr2020-01-131-15/+16
| * | x86/mce: Remove mce_inject_log() in favor of mce_log()Jan H. Schönherr2019-12-173-13/+2
| * | x86/mce: Pass MCE message to mce_panic() on failed kernel recoveryJan H. Schönherr2019-12-171-1/+1
| * | x86/mce/therm_throt: Mark throttle_active_work() as __maybe_unusedArnd Bergmann2019-12-171-1/+1
| |/
* | x86/mce/therm_throt: Do not access uninitialized therm_workChuansheng Liu2020-01-151-4/+5
* | x86/mce: Fix possibly incorrect severity calculation on AMDJan H. Schönherr2019-12-171-1/+1
* | x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[]Yazen Ghannam2019-12-171-1/+1
* | x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()Konstantin Khlebnikov2019-12-171-1/+1
|/
* x86/mce/therm_throt: Mask out read-only and reserved MSR bitsSrinivas Pandruvada2019-11-291-5/+12
* x86/mce/therm_throt: Optimize notifications of thermal throttleSrinivas Pandruvada2019-11-121-24/+227
* x86/mce: Add Xeon Icelake to list of CPUs that support PPINTony Luck2019-11-011-0/+1
* x86/mce: Lower throttling MCE messages' priority to warningBenjamin Berg2019-10-171-1/+1
* x86/mce: Add Zhaoxin LMCE supportTony W Wang-oc2019-10-013-4/+26
* x86/mce: Add Zhaoxin CMCI supportTony W Wang-oc2019-10-013-2/+33
* x86/mce: Add Zhaoxin MCE supportTony W Wang-oc2019-10-011-13/+31
* x86/mce/amd: Make disable_err_thresholding() staticBorislav Petkov2019-10-011-1/+1
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-171-1/+1
|\
| * x86/intel: Aggregate microserver namingPeter Zijlstra2019-08-281-1/+1
* | x86/mce: Don't check for the overflow bit on action optional machine checksTony Luck2019-08-051-2/+2
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-1/+1
|\
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-095-154/+178
|\ \
| * | x86/mce: Do not check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-143-54/+13
| * | x86/MCE: Determine MCA banks' init state properlyYazen Ghannam2019-06-111-0/+39
| * | x86/MCE: Make the number of MCA banks a per-CPU variableYazen Ghannam2019-06-113-30/+36
| * | x86/MCE/AMD: Don't cache block addresses on SMCA systemsYazen Ghannam2019-06-111-36/+37
| * | x86/MCE: Make mce_banks a per-CPU arrayYazen Ghannam2019-06-111-28/+48
| * | x86/MCE: Make struct mce_banks[] staticYazen Ghannam2019-06-112-11/+10
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 437Thomas Gleixner2019-06-051-2/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 347Thomas Gleixner2019-06-051-3/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1
|/ /