summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck
Commit message (Expand)AuthorAgeFilesLines
* x86, mce: Fix mce_start_timer semanticsBorislav Petkov2014-01-121-4/+4
* ACPI, APEI, GHES: Do not report only correctable errors with SCIChen, Gong2013-12-211-4/+10
* x86, mce: Call put_device on device_register failureLevente Kurusa2013-11-301-1/+3
* ACPI, APEI, CPER: Add UEFI 2.4 support for memory errorChen, Gong2013-10-231-2/+1
* Merge tag 'please-pull-mce-f-bit' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-08-121-2/+2
|\
| * x86/mce: Fix mce regression from recent cleanupTony Luck2013-07-291-2/+2
* | Merge branch 'x86/mce' into x86/rasIngo Molnar2013-08-123-10/+63
|\ \ | |/ |/|
| * mce: acpi/apei: Honour Firmware First for MCA banks listed in APEI HEST CMCNaveen N. Rao2013-07-083-10/+63
* | x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-143-25/+21
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2013-07-111-4/+59
|\ \
| * | x86, mcheck, therm_throt: Process package thresholdsSrinivas Pandruvada2013-06-131-4/+59
| |/
* | Merge tag 'please-pull-mce-therm' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-031-17/+26
|\ \
| * | x86 thermal: Disable power limit notification interrupt by defaultFenghua Yu2013-06-141-8/+26
| * | x86 thermal: Delete power-limit-notification console messagesFenghua Yu2013-06-141-9/+0
| |/
* | Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-022-12/+36
|\ \
| * | x86, trace: Add irq vector tracepointsSeiji Aguchi2013-06-202-0/+20
| * | x86, trace: Introduce entering/exiting_irq()Seiji Aguchi2013-06-202-12/+16
| |/
* | Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-06-281-10/+5
|\ \
| * | x86/mce: Update MCE severity condition checkChen Gong2013-06-271-10/+5
| |/
* | Merge tag 'please-pull-mce-bitmap-comment' of git://git.kernel.org/pub/scm/li...Ingo Molnar2013-06-262-1/+16
|\ \
| * | mce: acpi/apei: Add comments to clarify usage of the various bitfields in the...Naveen N. Rao2013-06-252-1/+16
| |/
* | x86, mce: Fix "braodcast" typoMathias Krause2013-06-051-2/+2
|/
* Merge tag 'please-pull-cmci_rediscover' of git://git.kernel.org/pub/scm/linux...Ingo Molnar2013-04-082-21/+6
|\
| * x86/mce: Rework cmci_rediscover() to play well with CPU hotplugSrivatsa S. Bhat2013-04-022-21/+6
* | x86, MCE, AMD: Use MCG_CAP MSR to find out number of banks on AMDBoris Ostrovsky2013-03-221-7/+15
* | x86, MCE, AMD: Replace shared_bank array with is_shared_bank() helperBoris Ostrovsky2013-03-221-8/+9
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-253-3/+3
|\
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-213-3/+3
* | x86/mce: don't use [delayed_]work_pending()Tejun Heo2012-12-281-11/+3
|/
* Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-144-110/+113
|\
| * x86, MCA: Finish mca_config conversionBorislav Petkov2012-10-264-27/+21
| * x86, MCA: Convert the next three variables batchBorislav Petkov2012-10-262-20/+17
| * x86, MCA: Convert rip_msr, mce_bootlog, monarch_timeoutBorislav Petkov2012-10-261-24/+27
| * x86, MCA: Convert dont_log_ce, banks and tolerantBorislav Petkov2012-10-261-44/+53
* | Merge tag 'please-pull-tangchen' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-11-131-13/+18
|\ \
| * | x86/mce: Do not change worker's running cpu in cmci_rediscover().Tang Chen2012-10-301-13/+18
| |/
* | x86, AMD: Change Boris' email addressBorislav Petkov2012-10-301-1/+1
|/
* Merge commit '5bc66170dc486556a1e36fd384463536573f4b82' into x86/urgentH. Peter Anvin2012-10-194-48/+228
|\
| * x86, MCE: Remove bios_cmci_threshold sysfs attributeBorislav Petkov2012-10-191-6/+0
| * x86/mce: Provide boot argument to honour bios-set CMCI thresholdNaveen N. Rao2012-09-272-3/+42
| * Merge tag 'v3.6-rc6' into x86/mceIngo Molnar2012-09-192-10/+40
| |\
| * | x86/mce: Add CMCI poll modeChen Gong2012-08-093-7/+160
| * | x86/mce: Make cmci_discover() quietTony Luck2012-08-091-19/+6
| * | x86: mce: Remove the frozen cases in the hotplug codeThomas Gleixner2012-08-031-7/+5
| * | x86: mce: Split timer initThomas Gleixner2012-08-031-12/+13
| * | x86: mce: Serialize mce injectionThomas Gleixner2012-08-031-0/+4
| * | x86: mce: Disable preemption when calling raise_local()Thomas Gleixner2012-08-031-0/+4
* | | x86, amd, mce: Avoid NULL pointer reference on CPU northbridge lookupDaniel J Blueman2012-10-171-5/+5
| |/ |/|
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-08-032-10/+40
|\ \ | |/ |/|
| * x86/mce: Add quirk for instruction recovery on Sandy Bridge processorsTony Luck2012-07-261-3/+40
OpenPOWER on IntegriCloud