summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-04-151-2/+2
|\
| * x86/mce: Avoid using object after free in genpoolTony Luck2016-04-131-2/+2
* | Merge branch 'acpi-processor'Rafael J. Wysocki2016-04-021-0/+3
|\ \ | |/ |/|
| * ACPI / processor: Request native thermal interrupt handling via _OSCSrinivas Pandruvada2016-03-261-0/+3
* | 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
| |/
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-153-98/+227
|\ \
| * | x86/mce/AMD: Document some functionalityAravind Gopalakrishnan2016-03-081-5/+2Star
| * | x86/mce/AMD: Fix logic to obtain block addressAravind Gopalakrishnan2016-03-081-29/+55
| * | x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errorsAravind Gopalakrishnan2016-03-081-0/+29
| * | x86/mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entriesTony Luck2016-02-182-36/+56
| * | x86/mce/AMD: Set MCAX Enable bitAravind Gopalakrishnan2016-02-011-0/+14
| * | x86/mce/AMD: Carve out threshold block preparationBorislav Petkov2016-02-011-38/+49
| * | x86/mce/AMD: Fix LVT offset configuration for thresholdingAravind Gopalakrishnan2016-02-011-1/+26
| * | x86/mce/AMD: Reduce number of blocks scanned per bankAravind Gopalakrishnan2016-02-011-1/+1
| * | x86/mce/AMD: Do not perform shared bank check for future processorsAravind Gopalakrishnan2016-02-011-0/+7
| * | x86/mce: Fix order of AMD MCE init function callAravind Gopalakrishnan2016-02-011-1/+1
| |/
* / x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong2016-02-035-32/+25Star
|/
* 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: Fix thermal throttling reporting after kexecAndi Kleen2015-10-211-8/+0Star
* 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-013-10/+8Star
|\
| * x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski2015-07-073-8/+6Star
| * 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-016-143/+265
|\ \
| * | x86/mce: Add a wrapper around mce_log() for injectionBorislav Petkov2015-08-132-0/+10
| * | x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()Borislav Petkov2015-08-131-4/+4
| * | x86/mce: Reenable CMCI banks when swiching back to interrupt modeXie XiuQi2015-08-131-18/+23
| * | x86/mce: Clear Local MCE opt-in before kexecAshok Raj2015-08-132-1/+48
| * | 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-133-4/+2Star
| * | 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-134-2/+119
| |/
* / 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-233-32/+203
|\
| * Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-073-32/+203
| |\
| | * x86/mce: Handle Local MCE eventsAshok Raj2015-06-072-6/+27
| | * x86/mce: Add infrastructure to support Local MCEAshok Raj2015-06-072-0/+46
| | * x86/mce: Fix monarch timeout setting through the mce= cmdline optionXie XiuQi2015-05-271-4/+1Star
| | * x86/mce/amd: Zap changelogBorislav Petkov2015-05-071-10/+2Star
| | * x86/mce/amd: Rename setup_APIC_mceAravind Gopalakrishnan2015-05-071-2/+2