Age | Commit message (Expand) | Author | Files | Lines |
2014-09-19 | x86/mce: Avoid showing repetitive message from intel_init_thermal() |  Rakib Mullick | 1 | -2/+2 |
2014-05-05 | asmlinkage, x86: Add explicit __visible to arch/x86/* |  Andi Kleen | 1 | -2/+2 |
2014-03-20 | x86, therm_throt.c: Remove unused therm_cpu_lock |  Srivatsa S. Bhat | 1 | -13/+0 |
2014-03-20 | x86, therm_throt.c: Fix CPU hotplug callback registration |  Srivatsa S. Bhat | 1 | -1/+4 |
2013-07-14 | x86: delete __cpuinit usage from all x86 files |  Paul Gortmaker | 1 | -5/+4 |
2013-07-11 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux |  Linus Torvalds | 1 | -4/+59 |
2013-07-03 | Merge tag 'please-pull-mce-therm' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux |  Linus Torvalds | 1 | -17/+26 |
2013-06-20 | x86, trace: Add irq vector tracepoints |  Seiji Aguchi | 1 | -0/+10 |
2013-06-20 | x86, trace: Introduce entering/exiting_irq() |  Seiji Aguchi | 1 | -6/+8 |
2013-06-14 | x86 thermal: Disable power limit notification interrupt by default |  Fenghua Yu | 1 | -8/+26 |
2013-06-14 | x86 thermal: Delete power-limit-notification console messages |  Fenghua Yu | 1 | -9/+0 |
2013-06-13 | x86, mcheck, therm_throt: Process package thresholds |  Srinivas Pandruvada | 1 | -4/+59 |
2012-03-28 | Disintegrate asm/system.h for X86 |  David Howells | 1 | -1/+0 |
2012-01-07 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core |  Linus Torvalds | 1 | -32/+31 |
2012-01-06 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -22/+7 |
2011-12-21 | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem |  Kay Sievers | 1 | -32/+31 |
2011-12-14 | x86, mce, therm_throt: Don't report power limit and package level thermal throttle events in mcelog |  Fenghua Yu | 1 | -22/+7 |
2011-12-11 | x86: Call idle notifier after irq_enter() |  Frederic Weisbecker | 1 | -1/+1 |
2011-10-31 | x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE |  Paul Gortmaker | 1 | -0/+1 |
2011-05-19 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -4/+3 |
2011-05-19 | Merge 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-tip |  Linus Torvalds | 1 | -3/+0 |
2011-05-16 | x86, apic: Fix spurious error interrupts triggering on all non-boot APs |  Youquan Song | 1 | -5/+7 |
2011-04-19 | x86, MCE: Do not taint when handling correctable errors |  Borislav Petkov | 1 | -3/+0 |
2011-03-29 | x86: Use this_cpu_has for thermal_interrupt current cpu |  Christoph Lameter | 1 | -4/+3 |
2011-01-21 | x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow coretemp to handler intr |  Fenghua Yu | 1 | -0/+1 |
2011-01-03 | x86, hwmon: Add core threshold notification to therm_throt.c |  R, Durgadoss | 1 | -0/+40 |
2010-10-21 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -1/+1 |
2010-10-08 | x86, mce, therm_throt.c: Fix missing curly braces in error handling logic |  Jin Dongming | 1 | -1/+2 |
2010-09-05 | therm_throt.c: Trivial printk message fix for a unsuitable abbreviation of 'thermal' |  Jin Dongming | 1 | -1/+1 |
2010-08-20 | x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev |  Sergey Senozhatsky | 1 | -4/+5 |
2010-08-03 | x86, hwmon: Package Level Thermal/Power: power limit |  Fenghua Yu | 1 | -54/+129 |
2010-08-03 | x86, hwmon: Package Level Thermal/Power: thermal throttling handler |  Fenghua Yu | 1 | -18/+71 |
2010-05-27 | x86: convert cpu notifier to return encapsulate errno value |  Akinobu Mita | 1 | -1/+1 |
2009-12-14 | x86, mce: Clean up thermal init by introducing intel_thermal_supported() |  Hidetoshi Seto | 1 | -5/+12 |
2009-12-14 | x86, mce: Thermal monitoring depends on APIC being enabled |  Cyrill Gorcunov | 1 | -2/+3 |
2009-12-11 | x86: Limit the number of processor bootup messages |  Mike Travis | 1 | -2/+2 |
2009-11-12 | x86, mce: Fix __init annotations |  Hidetoshi Seto | 1 | -1/+1 |
2009-11-11 | x86: Mark the thermal init functions __init |  Yong Wang | 1 | -2/+2 |
2009-11-10 | x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value |  Yong Wang | 1 | -1/+28 |
2009-09-22 | x86: mce: Fix thermal throttling message storm |  Ingo Molnar | 1 | -2/+4 |
2009-09-22 | x86: mce: Clean up thermal throttling state tracking code |  Ingo Molnar | 1 | -24/+39 |
2009-09-17 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -3/+10 |
2009-08-16 | x86, mce: therm_throt: Don't log redundant normality |  Hugh Dickins | 1 | -2/+5 |
2009-08-11 | x86, mce: therm_throt - change when we print messages |  Dmitry Torokhov | 1 | -7/+11 |
2009-07-29 | x86, mce: fix reporting of Thermal Monitoring mechanism enabled |  Bartlomiej Zolnierkiewicz | 1 | -3/+10 |
2009-06-16 | x86, mce: remove therm_throt.h |  Hidetoshi Seto | 1 | -3/+2 |
2009-06-16 | x86, mce: remove intel_set_thermal_handler() |  Hidetoshi Seto | 1 | -7/+2 |
2009-06-16 | x86, mce: squash mce_intel.c into therm_throt.c |  Hidetoshi Seto | 1 | -0/+66 |
2009-06-16 | x86, mce: unify smp_thermal_interrupt |  Hidetoshi Seto | 1 | -1/+39 |
2009-05-28 | x86, mce: trivial clean up for therm_throt.c |  Hidetoshi Seto | 1 | -1/+0 |