Age | Commit message (Expand) | Author | Files | Lines |
2012-08-10 | ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEP | Rafael J. Wysocki | 1 | -0/+4 |
2012-07-26 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -6/+4 |
2012-07-24 | Thermal: Documentation update | Zhang Rui | 1 | -4/+2 |
2012-07-24 | Thermal: Make Thermal trip points writeable | Durgadoss R | 1 | -2/+2 |
2012-07-01 | ACPI: Use struct dev_pm_ops for power management in the thermal driver | Rafael J. Wysocki | 1 | -7/+10 |
2012-03-30 | ACPI: Evaluate thermal trip points before reading temperature | Matthew Garrett | 1 | -4/+4 |
2011-07-16 | ACPI: constify ops structs | Vasiliy Kulikov | 1 | -1/+1 |
2011-01-12 | ACPI / Fan: Rework the handling of power resources | Rafael J. Wysocki | 1 | -2/+3 |
2010-10-15 | ACPI thermal: remove deprecated procfs I/F | Zhang Rui | 1 | -435/+1 |
2010-08-15 | ACPI thermal: make procfs I/F depend on CONFIG_ACPI_PROCFS | Zhang Rui | 1 | -33/+53 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-14 | Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill... | Len Brown | 1 | -9/+27 |
2010-02-23 | ACPI thermal: Don't invalidate thermal zone if critical trip point is bad | Thomas Renninger | 1 | -8/+10 |
2010-02-19 | ACPI thermal: Check for thermal zone requirement | Thomas Renninger | 1 | -1/+17 |
2009-11-05 | acpi: thermal: display forced passive trip points in proc | Frans Pop | 1 | -0/+7 |
2009-08-28 | ACPI: Move definition of PREFIX from acpi_bus.h to internal..h | Len Brown | 1 | -0/+2 |
2009-04-18 | thermal: Fix polling frequency for systems without passive cooling | Matthew Garrett | 1 | -1/+1 |
2009-04-07 | Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' an... | Len Brown | 1 | -30/+38 |
2009-04-07 | ACPI: thermal: use .notify method instead of installing handler directly | Bjorn Helgaas | 1 | -23/+4 |
2009-04-07 | ACPI: Adjust Kelvin offset to match local implementation | Jean Delvare | 1 | -7/+34 |
2009-04-05 | Merge branch 'linus' into release | Len Brown | 1 | -3/+1 |
2009-04-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-03-31 | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 1 | -2/+0 |
2009-03-30 | trivial: Fix misspelling of "Celsius". | Adam Buchbinder | 1 | -1/+1 |
2009-03-27 | ACPI: update thermal for bus_id removal | Stephen Rothwell | 1 | -1/+2 |
2009-02-20 | ACPI: move thermal trip handling to generic thermal layer | Matthew Garrett | 1 | -410/+48 |
2009-02-20 | thermal: use integers rather than strings for thermal values | Matthew Garrett | 1 | -30/+50 |
2009-01-16 | thermal fixup for broken BIOS which has invalid trip points. | Zhang Rui | 1 | -4/+12 |
2008-11-11 | Merge branch 'sysfs' into release | Len Brown | 1 | -4/+4 |
2008-11-07 | ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h | Bjorn Helgaas | 1 | -1/+0 |
2008-11-06 | ACPI: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -4/+4 |
2008-10-22 | Merge branch 'ull' into test | Len Brown | 1 | -16/+27 |
2008-10-22 | Merge branch 'misc' into test | Len Brown | 1 | -4/+6 |
2008-10-22 | ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printk | Lin Ming | 1 | -2/+2 |
2008-10-17 | ACPI: Allow overriding to higher critical trip point. | Zhang Rui | 1 | -3/+5 |
2008-10-11 | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels | Matthew Wilcox | 1 | -16/+27 |
2008-10-10 | ACPI: catch calls of acpi_driver_data on pointer of wrong type | Pavel Machek | 1 | -1/+1 |
2008-07-24 | Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+43 |
2008-07-21 | driver core: fix a lot of printk usages of bus_id | Greg Kroah-Hartman | 1 | -2/+2 |
2008-07-18 | ACPI : Set FAN device to correct state in boot phase | Zhao Yakui | 1 | -0/+43 |
2008-06-11 | ACPI: Reject below-freezing temperatures as invalid critical temperatures | Arjan van de Ven | 1 | -2/+9 |
2008-04-30 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -1/+19 |
2008-04-29 | acpi: use non-racy method for proc entries creation | Denis V. Lunev | 1 | -39/+28 |
2008-04-29 | ACPI: update thermal temperature | Zhang, Rui | 1 | -0/+5 |
2008-04-29 | thermal: update the documentation | Zhang Rui | 1 | -1/+1 |
2008-04-29 | thermal: add new get_crit_temp callback | Zhang, Rui | 1 | -0/+13 |
2008-04-28 | drivers/acpi/thermal.c: fix build with CONFIG_DMI=n | Andrew Morton | 1 | -2/+0 |
2008-04-08 | acpi thermal: fix result check | Krzysztof Helt | 1 | -1/+1 |
2008-03-13 | ACPI: thermal: show temperature in millidegree Celsius | Zhang, Rui | 1 | -5/+7 |
2008-02-07 | Merge branches 'release' and 'menlo' into release | Len Brown | 1 | -154/+492 |