summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck/mce.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-0/+13
|\
| * x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck2016-02-181-0/+13
* | x86/mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entriesTony Luck2016-02-181-34/+36
* | x86/mce: Fix order of AMD MCE init function callAravind Gopalakrishnan2016-02-011-1/+1
|/
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-121-40/+42
|\
| * x86/mce: Make usable address checks Intel-onlyBorislav Petkov2015-11-241-18/+22
| * x86/mce: Add the missing memory error check on AMDBorislav Petkov2015-11-241-4/+4
| * x86/RAS: Remove mce.usable_addrBorislav Petkov2015-11-241-8/+4Star
| * x86/mce: Do not enter deferred errors into the generic pool twiceTony Luck2015-11-241-11/+13
* | x86/mce: Ensure offline CPUs don't participate in rendezvous processAshok Raj2015-12-191-0/+11
|/
* x86/mce: Add a default case to the switch in __mcheck_cpu_ancient_init()Borislav Petkov2015-11-011-0/+2
* x86/mce: Add a Scalable MCA vendor flags bitAravind Gopalakrishnan2015-11-011-0/+2
* x86/mce: Don't clear shared banks on Intel when offlining CPUsAshok Raj2015-09-281-10/+20
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-5/+4Star
|\
| * x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski2015-07-071-3/+2Star
| * x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-2/+2
| * x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-061-2/+2
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-121/+110Star
|\ \
| * | x86/mce: Add a wrapper around mce_log() for injectionBorislav Petkov2015-08-131-0/+8
| * | x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()Borislav Petkov2015-08-131-4/+4
| * | x86/mce: Clear Local MCE opt-in before kexecAshok Raj2015-08-131-0/+30
| * | x86/mce: Kill drain_mcelog_buffer()Borislav Petkov2015-08-131-42/+2Star
| * | x86/mce: Avoid potential deadlock due to printk() in MCE contextChen, Gong2015-08-131-2/+2
| * | x86/mce: Remove the MCE ring for Action Optional errorsChen, Gong2015-08-131-75/+60Star
| * | x86/mce: Don't use percpu workqueuesChen, Gong2015-08-131-7/+7
| * | x86/mce: Provide a lockless memory pool to save error recordsChen, Gong2015-08-131-1/+7
| |/
* / rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-231-3/+3
|/
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-231-12/+38
|\
| * Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-071-12/+38
| |\
| | * x86/mce: Handle Local MCE eventsAshok Raj2015-06-071-6/+26
| | * x86/mce: Add infrastructure to support Local MCEAshok Raj2015-06-071-0/+3
| | * x86/mce: Fix monarch timeout setting through the mce= cmdline optionXie XiuQi2015-05-271-4/+1Star
| | * x86/mce: Add support for deferred errors on AMDAravind Gopalakrishnan2015-05-061-2/+8
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-06-021-6/+9
|\ \ \ | |/ / |/| |
| * | mce: mce_chrdev_write() can be staticPaul E. McKenney2015-05-271-2/+2
| * | mce: Stop using array-index-based RCU primitivesPaul E. McKenney2015-05-271-4/+7
| |/
* / x86/mce: Fix MCE severity messagesBorislav Petkov2015-05-181-2/+5
|/
* Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-131-73/+81
|\
| * x86/mce: Define mce_severity function pointerAravind Gopalakrishnan2015-03-241-0/+1
| * x86/mce: Add an AMD severities-grading functionAravind Gopalakrishnan2015-03-241-0/+9
| * x86/mce: Reindent __mcheck_cpu_apply_quirks() properlyBorislav Petkov2015-03-231-24/+24
| * x86/mce: Use safe MSR accesses for AMD quirkJesse Larrew2015-03-231-10/+4Star
| * Merge tag 'ras_for_3.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ras...Ingo Molnar2015-02-191-43/+47
| |\
| | * x86/MCE: Make mce_panic() fatal machine check msg in the same patternDerek Che2015-02-191-2/+2
| | * x86/MCE/intel: Cleanup CMCI storm logicBorislav Petkov2015-02-191-41/+45
* | | Merge tag 'please-pull-fixmcelog' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-4/+1Star
|\ \ \
| * | | x86/mce: Fix regression. All error records should report via /dev/mcelogTony Luck2015-02-091-4/+1Star
| | |/ | |/|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-161-1/+2
|\ \ \ | |_|/ |/| |
| * | x86: Clean up cr4 manipulationAndy Lutomirski2015-02-041-1/+2
* | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-101-10/+13
|\ \ \ | |/ / |/| |