aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck/therm_throt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-32/+31
2012-01-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-22/+7
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-32/+31
2011-12-14x86, mce, therm_throt: Don't report power limit and package level thermal throttle events in mcelogFenghua Yu1-22/+7
2011-12-11x86: Call idle notifier after irq_enter()Frederic Weisbecker1-1/+1
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-05-19Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+3
2011-05-19Merge branches 'x86-efi-for-linus', 'x86-gart-for-linus', 'x86-irq-for-linus' and 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+0
2011-05-16x86, apic: Fix spurious error interrupts triggering on all non-boot APsYouquan Song1-5/+7
2011-04-19x86, MCE: Do not taint when handling correctable errorsBorislav Petkov1-3/+0
2011-03-29x86: Use this_cpu_has for thermal_interrupt current cpuChristoph Lameter1-4/+3
2011-01-21x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow coretemp to handler intrFenghua Yu1-0/+1
2011-01-03x86, hwmon: Add core threshold notification to therm_throt.cR, Durgadoss1-0/+40
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-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-08-20x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_devSergey Senozhatsky1-4/+5
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-05-27x86: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2009-12-14x86, mce: Clean up thermal init by introducing intel_thermal_supported()Hidetoshi Seto1-5/+12
2009-12-14x86, mce: Thermal monitoring depends on APIC being enabledCyrill Gorcunov1-2/+3
2009-12-11x86: Limit the number of processor bootup messagesMike Travis1-2/+2
2009-11-12x86, mce: Fix __init annotationsHidetoshi Seto1-1/+1
2009-11-11x86: Mark the thermal init functions __initYong Wang1-2/+2
2009-11-10x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP valueYong Wang1-1/+28
2009-09-22x86: mce: Fix thermal throttling message stormIngo Molnar1-2/+4
2009-09-22x86: mce: Clean up thermal throttling state tracking codeIngo Molnar1-24/+39
2009-09-17Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+10
2009-08-16x86, mce: therm_throt: Don't log redundant normalityHugh Dickins1-2/+5
2009-08-11x86, mce: therm_throt - change when we print messagesDmitry Torokhov1-7/+11
2009-07-29x86, mce: fix reporting of Thermal Monitoring mechanism enabledBartlomiej Zolnierkiewicz1-3/+10
2009-06-16x86, mce: remove therm_throt.hHidetoshi Seto1-3/+2
2009-06-16x86, mce: remove intel_set_thermal_handler()Hidetoshi Seto1-7/+2
2009-06-16x86, mce: squash mce_intel.c into therm_throt.cHidetoshi Seto1-0/+66
2009-06-16x86, mce: unify smp_thermal_interruptHidetoshi Seto1-1/+39
2009-05-28x86, mce: trivial clean up for therm_throt.cHidetoshi Seto1-1/+0
2009-05-28x86, mce: clean up therm_throt.cIngo Molnar1-35/+39
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-0/+1
2008-04-19x86: remove pointless commentsWANG Cong1-1/+0
2008-02-09x86: sparse warning in therm_throt.cHarvey Harrison1-1/+1
2007-10-18cpu hotplug: thermal_throttle: fix cpu hotplug error handlingAkinobu Mita1-4/+6
2007-10-17i386: Fix section mismatchSatyam Sharma1-1/+1
2007-10-11i386: move kernel/cpu/mcheckThomas Gleixner1-0/+186