aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck/mce.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-01x86/mce: Fix order of AMD MCE init function callAravind Gopalakrishnan1-1/+1
2016-01-11Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-40/+42
2015-12-19x86/mce: Ensure offline CPUs don't participate in rendezvous processAshok Raj1-0/+11
2015-11-24x86/mce: Make usable address checks Intel-onlyBorislav Petkov1-18/+22
2015-11-24x86/mce: Add the missing memory error check on AMDBorislav Petkov1-4/+4
2015-11-24x86/RAS: Remove mce.usable_addrBorislav Petkov1-8/+4
2015-11-24x86/mce: Do not enter deferred errors into the generic pool twiceTony Luck1-11/+13
2015-11-01x86/mce: Add a default case to the switch in __mcheck_cpu_ancient_init()Borislav Petkov1-0/+2
2015-11-01x86/mce: Add a Scalable MCA vendor flags bitAravind Gopalakrishnan1-0/+2
2015-09-28x86/mce: Don't clear shared banks on Intel when offlining CPUsAshok Raj1-10/+20
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+4
2015-08-31Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-121/+110
2015-08-13x86/mce: Add a wrapper around mce_log() for injectionBorislav Petkov1-0/+8
2015-08-13x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()Borislav Petkov1-4/+4
2015-08-13x86/mce: Clear Local MCE opt-in before kexecAshok Raj1-0/+30
2015-08-13x86/mce: Kill drain_mcelog_buffer()Borislav Petkov1-42/+2
2015-08-13x86/mce: Avoid potential deadlock due to printk() in MCE contextChen, Gong1-2/+2
2015-08-13x86/mce: Remove the MCE ring for Action Optional errorsChen, Gong1-75/+60
2015-08-13x86/mce: Don't use percpu workqueuesChen, Gong1-7/+7
2015-08-13x86/mce: Provide a lockless memory pool to save error recordsChen, Gong1-1/+7
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney1-3/+3
2015-07-07x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski1-3/+2
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski1-2/+2
2015-07-06x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski1-2/+2
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+38
2015-06-07Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar1-12/+38
2015-06-07x86/mce: Handle Local MCE eventsAshok Raj1-6/+26
2015-06-07x86/mce: Add infrastructure to support Local MCEAshok Raj1-0/+3
2015-06-02Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-6/+9
2015-05-27mce: mce_chrdev_write() can be staticPaul E. McKenney1-2/+2
2015-05-27mce: Stop using array-index-based RCU primitivesPaul E. McKenney1-4/+7
2015-05-27x86/mce: Fix monarch timeout setting through the mce= cmdline optionXie XiuQi1-4/+1
2015-05-18x86/mce: Fix MCE severity messagesBorislav Petkov1-2/+5
2015-05-06x86/mce: Add support for deferred errors on AMDAravind Gopalakrishnan1-2/+8
2015-04-13Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-73/+81
2015-03-24x86/mce: Define mce_severity function pointerAravind Gopalakrishnan1-0/+1
2015-03-24x86/mce: Add an AMD severities-grading functionAravind Gopalakrishnan1-0/+9
2015-03-23x86/mce: Reindent __mcheck_cpu_apply_quirks() properlyBorislav Petkov1-24/+24
2015-03-23x86/mce: Use safe MSR accesses for AMD quirkJesse Larrew1-10/+4
2015-02-19Merge tag 'ras_for_3.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/rasIngo Molnar1-43/+47
2015-02-19x86/MCE: Make mce_panic() fatal machine check msg in the same patternDerek Che1-2/+2
2015-02-19x86/MCE/intel: Cleanup CMCI storm logicBorislav Petkov1-41/+45
2015-02-17Merge tag 'please-pull-fixmcelog' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/rasLinus Torvalds1-4/+1
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2015-02-09Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+13
2015-02-09x86/mce: Fix regression. All error records should report via /dev/mcelogTony Luck1-4/+1
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski1-1/+2
2015-01-07x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony1-84/+25
2015-01-02x86, traps: Track entry into and exit from IST contextAndy Lutomirski1-0/+5
2014-12-22x86, mce: Fix sparse errorsBorislav Petkov1-3/+3