summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | x86, hwmon: Package Level Thermal/Power: power limitFenghua Yu2010-08-031-54/+129
| | * | x86, hwmon: Package Level Thermal/Power: thermal throttling handlerFenghua Yu2010-08-031-18/+71
| | |/
| * | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-061-1/+1
| |\ \
| | * | mce: convert to rcu_dereference_index_check()Paul E. McKenney2010-06-141-1/+1
| | |/
| * | x86, mce: Notify about corrected events tooBorislav Petkov2010-08-031-0/+1
| |/
* | ACPI, APEI, Rename CPER and GHES severity constantsHuang Ying2010-08-081-2/+2
|/
* Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2010-06-041-0/+10
|\
| * edac_mce: Add an interface driver to report mce errors via edacMauro Carvalho Chehab2010-05-101-0/+10
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-05-284-11/+231
|\ \
| * | ACPI, APEI, Use ERST for persistent storage of MCEHuang Ying2010-05-193-11/+177
| * | ACPI, APEI, Generic Hardware Error Source memory error supportHuang Ying2010-05-192-0/+54
| |/
OpenPOWER on IntegriCloud