aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck
AgeCommit message (Expand)AuthorFilesLines
2011-01-21x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow coretemp to handler intrFenghua Yu1-0/+1
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+3
2011-01-09Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgentIngo Molnar2-58/+117
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-11/+11
2011-01-07x86, NMI: Remove DIE_NMI_IPIDon Zickus1-1/+2
2011-01-07x86, NMI: Add priorities to handlersDon Zickus1-1/+1
2011-01-06Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-for-linus', 'x86-paravirt-for-linus', 'core-locking-for-linus' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+40
2011-01-03x86, hwmon: Add core threshold notification to therm_throt.cR, Durgadoss1-0/+40
2010-12-30x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo2-8/+8
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo1-3/+3
2010-10-25mce, amd: Remove goto in threshold_create_device()Robert Richter1-2/+2
2010-10-25mce, amd: Add helper functions to setup APICRobert Richter1-29/+38
2010-10-25mce, amd: Shorten local variables mci_misc_{hi,lo}Robert Richter1-13/+13
2010-10-25mce, amd: Implement mce_threshold_block_init() helper functionRobert Richter1-19/+29
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+2
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+24
2010-10-21Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-10-20apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsetsRobert Richter1-3/+24
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+2
2010-10-11x86, AMD, MCE thresholding: Fix the MCi_MISCj iteration orderBorislav Petkov1-6/+3
2010-10-08x86, mce, therm_throt.c: Fix missing curly braces in error handling logicJin Dongming1-1/+2
2010-09-05therm_throt.c: Trivial printk message fix for a unsuitable abbreviation of 'thermal'Jin Dongming1-1/+1
2010-09-05x86, mcheck: Avoid duplicate sysfs links/files for thresholding banksAndreas Herrmann1-2/+2
2010-08-20x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_devSergey Senozhatsky1-4/+5
2010-08-15Merge branch 'linus' into releaseLen Brown3-66/+184
2010-08-08ACPI, APEI, Rename CPER and GHES severity constantsHuang Ying1-2/+2
2010-08-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-26/+15
2010-08-06Merge branch 'x86-hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-39/+167
2010-08-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-08-03x86, hwmon: Package Level Thermal/Power: power limitFenghua Yu1-54/+129
2010-08-03x86, hwmon: Package Level Thermal/Power: thermal throttling handlerFenghua Yu1-18/+71
2010-08-03x86, mce: Notify about corrected events tooBorislav Petkov1-0/+1
2010-06-14mce: convert to rcu_dereference_index_check()Paul E. McKenney1-1/+1
2010-06-10x86, mce: Use HW_ERR in MCE handlerHuang Ying1-22/+10
2010-06-10x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setupHuang Ying1-0/+1
2010-06-10x86, mce: Rename MSR_IA32_MCx_CTL2 valueHuang Ying1-4/+4
2010-06-04Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/i7coreLinus Torvalds1-0/+10
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds4-11/+231
2010-05-27x86: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2010-05-19ACPI, APEI, Use ERST for persistent storage of MCEHuang Ying3-11/+177
2010-05-19ACPI, APEI, Generic Hardware Error Source memory error supportHuang Ying2-0/+54
2010-05-10edac_mce: Add an interface driver to report mce errors via edacMauro Carvalho Chehab1-0/+10
2010-04-28x86, asm: Introduce and use percpu_inc()Jan Beulich1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-03-14x86/mce: Fix build bug with CONFIG_PROVE_LOCKING=y && CONFIG_X86_MCE_INTEL=yIngo Molnar1-2/+2
2010-03-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+8
2010-03-11x86: Reduce per cpu MCA boot up messagesMike Travis1-2/+2
2010-03-11x86/mce: Fix RCU lockdep splatsPaul E. McKenney1-3/+8
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman1-0/+1