aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck
Commit message (Expand)AuthorAgeFilesLines
* x86, mce, therm_throt: Don't report power limit and package level thermal thr...Fenghua Yu2012-12-031-22/+7
* MCE: Fix vm86 handling for 32bit mce handlerAndi Kleen2012-10-021-1/+8
* x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2012-08-152-6/+1
* x86, MCE, AMD: Make APIC LVT thresholding interrupt optionalBorislav Petkov2012-06-171-11/+44
* x86/mce: Fix check for processor context when machine check was taken.Tony Luck2012-06-011-6/+10
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-191-4/+3
|\
| * Merge branch 'x86/numa' into x86-mmTejun Heo2011-05-021-1/+1
| |\
| * | x86: Use this_cpu_has for thermal_interrupt current cpuChristoph Lameter2011-03-291-4/+3
| | |
| \ \
*-. \ \ Merge branches 'x86-efi-for-linus', 'x86-gart-for-linus', 'x86-irq-for-linus'...Linus Torvalds2011-05-192-21/+7
|\ \ \ \ | | |_|/ | |/| |
| | * | x86, mce: Drop the default decoding notifierBorislav Petkov2011-04-211-17/+7
| | * | x86, MCE: Do not taint when handling correctable errorsBorislav Petkov2011-04-192-4/+0
| |/ /
* | | x86, apic: Fix spurious error interrupts triggering on all non-boot APsYouquan Song2011-05-161-5/+7
* | | x86, mce, AMD: Fix leaving freed data in a listJulia Lawall2011-05-131-0/+1
|/ /
* | rcu: create new rcu_access_index() and use in mcePaul E. McKenney2011-04-011-1/+1
|/
* Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2011-03-251-9/+12
|\
| * x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki2011-03-231-9/+12
* | Merge branch 'linus' into releaseLen Brown2011-03-233-7/+4
|\ \ | |/
| * x86: Fix common misspellingsLucas De Marchi2011-03-182-2/+2
| * x86: Move llc_shared_map out of cpu_infoYinghai Lu2011-01-261-5/+2
* | ACPI, APEI, Add ERST record ID cacheHuang Ying2011-03-211-16/+26
|/
* x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow co...Fenghua Yu2011-01-211-0/+1
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-111-2/+3
|\
| * Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-01-092-58/+117
| |\
| * | x86, NMI: Remove DIE_NMI_IPIDon Zickus2011-01-071-1/+2
| * | x86, NMI: Add priorities to handlersDon Zickus2011-01-071-1/+1
* | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-072-11/+11
|\ \ \ | |_|/ |/| |
| * | x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo2010-12-302-8/+8
| * | x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-301-3/+3
| |/
| |
| \
*-. \ Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-...Linus Torvalds2011-01-061-0/+40
|\ \ \ | | |/ | |/|
| | * x86, hwmon: Add core threshold notification to therm_throt.cR, Durgadoss2011-01-031-0/+40
| |/
* | mce, amd: Remove goto in threshold_create_device()Robert Richter2010-10-251-2/+2
* | mce, amd: Add helper functions to setup APICRobert Richter2010-10-251-29/+38
* | mce, amd: Shorten local variables mci_misc_{hi,lo}Robert Richter2010-10-251-13/+13
* | mce, amd: Implement mce_threshold_block_init() helper functionRobert Richter2010-10-251-19/+29
|/
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-0/+2
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-152-0/+2
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-3/+24
|\ \
| * | apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsetsRobert Richter2010-10-201-3/+24
* | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-211-1/+1
|\ \ \ | |/ / |/| |
| * | therm_throt.c: Trivial printk message fix for a unsuitable abbreviation of 't...Jin Dongming2010-09-051-1/+1
* | | x86, AMD, MCE thresholding: Fix the MCi_MISCj iteration orderBorislav Petkov2010-10-111-6/+3
* | | x86, mce, therm_throt.c: Fix missing curly braces in error handling logicJin Dongming2010-10-081-1/+2
| |/ |/|
* | x86, mcheck: Avoid duplicate sysfs links/files for thresholding banksAndreas Herrmann2010-09-051-2/+2
* | x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_devSergey Senozhatsky2010-08-201-4/+5
|/
* Merge branch 'linus' into releaseLen Brown2010-08-153-66/+184
|\
| * Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-062-26/+15
| |\
| | * x86, mce: Use HW_ERR in MCE handlerHuang Ying2010-06-101-22/+10
| | * x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setupHuang Ying2010-06-101-0/+1
| | * x86, mce: Rename MSR_IA32_MCx_CTL2 valueHuang Ying2010-06-101-4/+4
| * | Merge branch 'x86-hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-39/+167
| |\ \