summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mcheck
AgeCommit message (Expand)AuthorFilesLines
2012-01-27x86/mce: Replace hard coded hex constants with symbolic definesTony Luck1-4/+10
2012-01-04x86/mce: Recognise machine check bank signature for data path errorTony Luck1-1/+15
2012-01-04x86/mce: Handle "action required" errorsTony Luck1-42/+53
2012-01-04x86/mce: Add mechanism to safely save information in MCE handlerTony Luck1-0/+43
2012-01-04x86/mce: Create helper function to save addr/misc when neededTony Luck1-8/+23
2012-01-04HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck1-4/+8
2011-11-08x86/mce: Make mce_chrdev_ops 'static const'Luck, Tony2-4/+23
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-0/+3
2011-11-03Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-12/+6
2011-11-01i7core_edac: Drop the edac_mce facilityBorislav Petkov1-1/+0
2011-11-01x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker3-0/+3
2011-10-31x86, MCE: Use notifier chain only for MCE decodingBorislav Petkov1-11/+6
2011-10-28Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+7
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-22/+21
2011-10-19x86, microcode: Correct microcode revision formatBorislav Petkov1-1/+1
2011-10-14x86, intel: Output microcode revision in /proc/cpuinfoAndi Kleen1-2/+7
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus2-16/+7
2011-09-14x86, mce: Do not call del_timer_sync() in IRQ contextHidetoshi Seto1-6/+14
2011-09-13locking, x86: mce: Annotate cmci_discover_lock as rawThomas Gleixner1-5/+5
2011-06-16x86, mce: Use mce_sysdev_ prefix to group functionsHidetoshi Seto2-34/+38
2011-06-16x86, mce: Use mce_chrdev_ prefix to group functionsHidetoshi Seto1-36/+41
2011-06-16x86, mce: Cleanup mce_read()Hidetoshi Seto1-12/+11
2011-06-16x86, mce: Cleanup mce_create()/remove_device()Hidetoshi Seto1-13/+14
2011-06-16x86, mce: Check the result of ancient_init()Hidetoshi Seto1-3/+9
2011-06-16x86, mce: Introduce mce_gather_info()Hidetoshi Seto1-23/+27
2011-06-16x86, mce: Replace MCM_ with MCI_MISC_Hidetoshi Seto1-2/+2
2011-06-16x86, mce: Replace MCE_SELF_VECTOR by irq_workHidetoshi Seto1-41/+6
2011-06-16x86, mce, severity: Clean up trivial coding style problemsHidetoshi Seto1-20/+19
2011-06-16x86, mce, severity: Cleanup severity tableHidetoshi Seto1-69/+58
2011-06-16x86, mce, severity: Make formatting a bit more readableHidetoshi Seto1-30/+88
2011-06-16x86, mce, severity: Fix two severities table signaturesTony Luck1-3/+1
2011-05-20Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+3
2011-05-20Merge branches 'x86-efi-for-linus', 'x86-gart-for-linus', 'x86-irq-for-linus'...Linus Torvalds2-21/+7
2011-05-16x86, apic: Fix spurious error interrupts triggering on all non-boot APsYouquan Song1-5/+7
2011-05-13x86, mce, AMD: Fix leaving freed data in a listJulia Lawall1-0/+1
2011-05-02Merge branch 'x86/numa' into x86-mmTejun Heo1-1/+1
2011-04-21x86, mce: Drop the default decoding notifierBorislav Petkov1-17/+7
2011-04-19x86, MCE: Do not taint when handling correctable errorsBorislav Petkov2-4/+0
2011-04-01rcu: create new rcu_access_index() and use in mcePaul E. McKenney1-1/+1
2011-03-29x86: Use this_cpu_has for thermal_interrupt current cpuChristoph Lameter1-4/+3
2011-03-26Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-9/+12
2011-03-24x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki1-9/+12
2011-03-23Merge branch 'linus' into releaseLen Brown3-7/+4
2011-03-22ACPI, APEI, Add ERST record ID cacheHuang Ying1-16/+26
2011-03-18x86: Fix common misspellingsLucas De Marchi2-2/+2
2011-01-26x86: Move llc_shared_map out of cpu_infoYinghai Lu1-5/+2
2011-01-21x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow co...Fenghua Yu1-0/+1
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2011-01-09Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2-58/+117
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2-11/+11