| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-03-25 | 3 | -90/+139 |
|\ |
|
| * | x86/mce: Remove the tolerance level control | Borislav Petkov | 2022-02-23 | 3 | -47/+30 |
| * | x86/mce: Work around an erratum on fast string copy instructions | Jue Wang | 2022-02-19 | 2 | -1/+68 |
| * | x86/mce: Use arch atomic and bit helpers | Borislav Petkov | 2022-02-13 | 3 | -42/+41 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-03-23 | 1 | -3/+5 |
|\ \ |
|
| * | | mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler | luofei | 2022-03-22 | 1 | -3/+5 |
| |/ |
|
* | | x86/cpu: Read/save PPIN MSR during initialization | Tony Luck | 2022-02-01 | 1 | -6/+1 |
* | | x86/cpu: Merge Intel and AMD ppin_init() functions | Tony Luck | 2022-02-01 | 1 | -42/+0 |
* | | x86/CPU/AMD: Use default_groups in kobj_type | Greg Kroah-Hartman | 2022-02-01 | 1 | -3/+4 |
|/ |
|
* | x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN | Tony Luck | 2022-01-25 | 1 | -0/+1 |
* | x86/MCE/AMD: Allow thresholding interface updates after init | Yazen Ghannam | 2022-01-23 | 1 | -1/+1 |
* | x86/mce/inject: Avoid out-of-bounds write when setting flags | Zhang Zixun | 2021-12-28 | 1 | -1/+1 |
* | x86/MCE/AMD, EDAC/mce_amd: Support non-uniform MCA bank type enumeration | Yazen Ghannam | 2021-12-22 | 1 | -24/+35 |
* | x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank types | Yazen Ghannam | 2021-12-22 | 1 | -5/+16 |
* | x86/mce: Check regs before accessing it | Borislav Petkov | 2021-12-20 | 1 | -1/+4 |
* | x86/mce: Mark mce_start() noinstr | Borislav Petkov | 2021-12-13 | 1 | -6/+14 |
* | x86/mce: Mark mce_timed_out() noinstr | Borislav Petkov | 2021-12-13 | 1 | -3/+13 |
* | x86/mce: Move the tainting outside of the noinstr region | Borislav Petkov | 2021-12-13 | 1 | -15/+26 |
* | x86/mce: Mark mce_read_aux() noinstr | Borislav Petkov | 2021-12-13 | 1 | -1/+1 |
* | x86/mce: Mark mce_end() noinstr | Borislav Petkov | 2021-12-13 | 1 | -3/+11 |
* | x86/mce: Mark mce_panic() noinstr | Borislav Petkov | 2021-12-13 | 1 | -3/+12 |
* | x86/mce: Prevent severity computation from being instrumented | Borislav Petkov | 2021-12-13 | 1 | -9/+21 |
* | x86/mce: Allow instrumentation during task work queueing | Borislav Petkov | 2021-12-13 | 1 | -0/+11 |
* | x86/mce: Remove noinstr annotation from mce_setup() | Borislav Petkov | 2021-12-13 | 1 | -6/+20 |
* | x86/mce: Use mce_rdmsrl() in severity checking code | Borislav Petkov | 2021-12-13 | 3 | -6/+6 |
* | x86/mce: Remove function-local cpus variables | Borislav Petkov | 2021-12-13 | 1 | -6/+2 |
* | x86/mce: Do not use memset to clear the banks bitmaps | Borislav Petkov | 2021-12-13 | 1 | -3/+2 |
* | x86/mce/inject: Set the valid bit in MCA_STATUS before error injection | Smita Koralahalli | 2021-12-08 | 1 | -0/+2 |
* | x86/mce/inject: Check if a bank is populated before injecting | Smita Koralahalli | 2021-12-08 | 1 | -1/+41 |
* | x86/mce: Get rid of cpu_missing | Zhaolong Zhang | 2021-11-17 | 1 | -5/+0 |
* | x86/MCE/AMD, EDAC/amd64: Move address translation to AMD64 EDAC | Yazen Ghannam | 2021-11-15 | 1 | -200/+0 |
* | Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-11-14 | 1 | -2/+3 |
|\ |
|
| * | x86/mce: Add errata workaround for Skylake SKX37 | Dave Jones | 2021-11-12 | 1 | -2/+3 |
* | | Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2021-11-03 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | x86/MCE/AMD: Export smca_get_bank_type symbol | Mukul Joshi | 2021-10-06 | 1 | -1/+2 |
* | | Merge tag 'ras_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-11-01 | 6 | -183/+161 |
|\ \ |
|
| * | | x86/mce: Sort mca_config members to get rid of unnecessary padding | Borislav Petkov | 2021-09-23 | 1 | -6/+6 |
| * | | x86/mce: Get rid of the ->quirk_no_way_out() indirect call | Borislav Petkov | 2021-09-23 | 2 | -34/+35 |
| * | | x86/mce: Get rid of msr_ops | Borislav Petkov | 2021-09-23 | 3 | -75/+42 |
| * | | x86/mce: Get rid of machine_check_vector | Borislav Petkov | 2021-09-23 | 4 | -45/+53 |
| * | | x86/mce: Get rid of the mce_severity function pointer | Borislav Petkov | 2021-09-23 | 3 | -9/+6 |
| * | | x86/mce: Change to not send SIGBUS error during copy from user | Tony Luck | 2021-09-20 | 1 | -15/+20 |
| |/ |
|
* | | Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict | Ingo Molnar | 2021-10-16 | 1 | -11/+32 |
|\| |
|
| * | x86/mce: Avoid infinite loop for copy from user recovery | Tony Luck | 2021-09-14 | 1 | -11/+32 |
* | | x86/extable: Remove EX_TYPE_FAULT from MCE safe fixups | Thomas Gleixner | 2021-09-13 | 1 | -1/+0 |
* | | x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE | Thomas Gleixner | 2021-09-13 | 1 | -0/+2 |
* | | x86/extable: Rework the exception table mechanics | Thomas Gleixner | 2021-09-13 | 3 | -42/+13 |
* | | x86/mce: Get rid of stray semicolons | Thomas Gleixner | 2021-09-13 | 1 | -2/+2 |
* | | x86/mce: Deduplicate exception handling | Thomas Gleixner | 2021-09-13 | 1 | -17/+17 |
|/ |
|
* | Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-08-30 | 1 | -4/+4 |
|\ |
|