summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck/mce.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+4
|\
| * x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski2015-07-071-3/+2
| * 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-08-311-121/+110
|\ \
| * | 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/+2
| * | 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/+60
| * | 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-221-3/+3
|/
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-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/+1
| | * 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/+4
| * 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-171-4/+1
|\ \ \
| * | | x86/mce: Fix regression. All error records should report via /dev/mcelogTony Luck2015-02-091-4/+1
| | |/ | |/|
* | | 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-091-10/+13
|\ \ \ | |/ / |/| |
| * | x86, mce: Fix sparse errorsBorislav Petkov2014-12-221-3/+3
| * | x86, mce: Improve timeout error messagesAndy Lutomirski2014-12-221-8/+11
| |/
* | x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony2015-01-071-84/+25
* | x86, traps: Track entry into and exit from IST contextAndy Lutomirski2015-01-021-0/+5
|/
* x86/mce: Spell "panicked" correctlyBorislav Petkov2014-12-081-6/+6
* x86, mce: Support memory error recovery for both UCNA and Deferred error in m...Chen Yucong2014-11-191-0/+46
* x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFE...Chen Yucong2014-11-191-6/+8
* x86: Replace __get_cpu_var usesChristoph Lameter2014-08-261-23/+23
* arch/x86: replace strict_strto callsDaniel Walter2014-08-081-3/+3
* x86, MCE: Robustify mcheck_init_deviceBorislav Petkov2014-06-241-4/+6
OpenPOWER on IntegriCloud