All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH V3 0/5] Package Level Thermal Control and Power
@ 2010-07-30  0:13 ` Fenghua Yu
  0 siblings, 0 replies; 24+ messages in thread
From: Fenghua Yu @ 2010-07-30  0:13 UTC (permalink / raw)
  To: Ingo Molnar, Thomas Gleixner, H Peter Anvin, Len Brown,
	Guenter Roeck, Chen Gong, Jean Delvare, Huaxu Wan
  Cc: linux-kernel, lm-sensors, Fenghua Yu

From: Fenghua Yu <fenghua.yu@intel.com>

The new MSRs PACKAGE_THERM_STATUS and PACKAGE_THERM_INTERRUPT and power limit
notification are published in Intel 64 and IA32 SDM and first implemented on
Intel Sandy Bridge platform. The following patch set supports the new features
in Linux kernel. 

Fenghua Yu (5):
  Package Level Thermal Control and Power Limit Notification: enable
    features
  Package Level Thermal Control and Power Limit Notification: pkgtemp
    hwmon driver
  Package Level Thermal Control and Power Limit Notification: thermal
    throttling handler
  Package Level Thermal Control and Power Limit Notification: power
    limit
  Package Level Thermal Control and Power Limit Notification: pkgtemp
    doc

 Documentation/hwmon/pkgtemp                |   36 +++
 arch/x86/configs/i386_defconfig            |    1 +
 arch/x86/configs/x86_64_defconfig          |    1 +
 arch/x86/include/asm/cpufeature.h          |    2 +
 arch/x86/include/asm/msr-index.h           |   17 +-
 arch/x86/kernel/cpu/addon_cpuid_features.c |    2 +
 arch/x86/kernel/cpu/mcheck/therm_throt.c   |  206 ++++++++++---
 drivers/hwmon/Kconfig                      |    7 +
 drivers/hwmon/Makefile                     |    1 +
 drivers/hwmon/pkgtemp.c                    |  456 ++++++++++++++++++++++++++++
 10 files changed, 688 insertions(+), 41 deletions(-)
 create mode 100644 Documentation/hwmon/pkgtemp
 create mode 100644 drivers/hwmon/pkgtemp.c


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2010-08-04  0:02 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-30  0:13 [lm-sensors] [PATCH V3 0/5] Package Level Thermal Control and Power Fenghua Yu
2010-07-30  0:13 ` [PATCH V3 0/5] Package Level Thermal Control and Power Limit Notification Fenghua Yu
2010-07-30  0:13 ` [lm-sensors] [PATCH V3 1/5] Package Level Thermal Control and Power Fenghua Yu
2010-07-30  0:13   ` [PATCH V3 1/5] Package Level Thermal Control and Power Limit Notification: enable features Fenghua Yu
2010-07-30 23:33   ` [tip:x86/cpu] x86, cpu: Package Level Thermal Control, Power Limit Notification definitions tip-bot for Fenghua Yu
2010-07-30  0:13 ` [lm-sensors] [PATCH V3 2/5] Package Level Thermal Control and Power Fenghua Yu
2010-07-30  0:13   ` [PATCH V3 2/5] Package Level Thermal Control and Power Limit Notification: pkgtemp hwmon driver Fenghua Yu
2010-07-31  0:57   ` [lm-sensors] [PATCH V3 2/5] Package Level Thermal Control and H. Peter Anvin
2010-07-31  0:57     ` [PATCH V3 2/5] Package Level Thermal Control and Power Limit Notification: pkgtemp hwmon driver H. Peter Anvin
2010-07-31  1:13     ` [lm-sensors] [PATCH V3 2/5] Package Level Thermal Control and Guenter Roeck
2010-07-31  1:13       ` [PATCH V3 2/5] Package Level Thermal Control and Power Limit Notification: pkgtemp hwmon driver Guenter Roeck
2010-07-31  3:04       ` [lm-sensors] [PATCH V3 2/5] Package Level Thermal Control and H. Peter Anvin
2010-07-31  3:04         ` [PATCH V3 2/5] Package Level Thermal Control and Power Limit Notification: pkgtemp hwmon driver H. Peter Anvin
2010-07-31  2:22     ` [lm-sensors] [PATCH V3 2/5] Package Level Thermal Control and Fenghua Yu
2010-07-31  2:22       ` [PATCH V3 2/5] Package Level Thermal Control and Power Limit Notification: pkgtemp hwmon driver Fenghua Yu
2010-07-30  0:13 ` [lm-sensors] [PATCH V3 3/5] Package Level Thermal Control and Power Fenghua Yu
2010-07-30  0:13   ` [PATCH V3 3/5] Package Level Thermal Control and Power Limit Notification: thermal throttling handler Fenghua Yu
2010-08-04  0:01   ` [tip:x86/hwmon] x86, hwmon: Package Level Thermal/Power: " tip-bot for Fenghua Yu
2010-07-30  0:13 ` [lm-sensors] [PATCH V3 4/5] Package Level Thermal Control and Power Fenghua Yu
2010-07-30  0:13   ` [PATCH V3 4/5] Package Level Thermal Control and Power Limit Notification: power limit Fenghua Yu
2010-08-04  0:01   ` [tip:x86/hwmon] x86, hwmon: Package Level Thermal/Power: " tip-bot for Fenghua Yu
2010-07-30  0:13 ` [lm-sensors] [PATCH V3 5/5] Package Level Thermal Control and Power Fenghua Yu
2010-07-30  0:13   ` [PATCH V3 5/5] Package Level Thermal Control and Power Limit Notification: pkgtemp doc Fenghua Yu
2010-08-04  0:01   ` [tip:x86/hwmon] x86, hwmon: Package Level Thermal/Power: pkgtemp documentation tip-bot for Fenghua Yu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.