index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
thermal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-04-03
1
-1
/
+1
|
\
|
*
trivial: Fix misspelling of "Celsius".
Adam Buchbinder
2009-03-30
1
-1
/
+1
*
|
proc 2/2: remove struct proc_dir_entry::owner
Alexey Dobriyan
2009-03-31
1
-2
/
+0
|
/
*
thermal fixup for broken BIOS which has invalid trip points.
Zhang Rui
2009-01-16
1
-4
/
+12
*
Merge branch 'sysfs' into release
Len Brown
2008-11-11
1
-4
/
+4
|
\
|
*
ACPI: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2008-11-06
1
-4
/
+4
*
|
ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h
Bjorn Helgaas
2008-11-07
1
-1
/
+0
|
/
*
Merge branch 'ull' into test
Len Brown
2008-10-22
1
-16
/
+27
|
\
|
*
ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels
Matthew Wilcox
2008-10-11
1
-16
/
+27
*
|
Merge branch 'misc' into test
Len Brown
2008-10-22
1
-4
/
+6
|
\
\
|
*
|
ACPI: Allow overriding to higher critical trip point.
Zhang Rui
2008-10-17
1
-3
/
+5
|
*
|
ACPI: catch calls of acpi_driver_data on pointer of wrong type
Pavel Machek
2008-10-10
1
-1
/
+1
|
|
/
*
/
ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printk
Lin Ming
2008-10-22
1
-2
/
+2
|
/
*
Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2008-07-24
1
-0
/
+43
|
\
|
*
ACPI : Set FAN device to correct state in boot phase
Zhao Yakui
2008-07-18
1
-0
/
+43
*
|
driver core: fix a lot of printk usages of bus_id
Greg Kroah-Hartman
2008-07-21
1
-2
/
+2
|
/
*
ACPI: Reject below-freezing temperatures as invalid critical temperatures
Arjan van de Ven
2008-06-11
1
-2
/
+9
*
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
2008-04-30
1
-1
/
+19
|
\
|
*
ACPI: update thermal temperature
Zhang, Rui
2008-04-29
1
-0
/
+5
|
*
thermal: update the documentation
Zhang Rui
2008-04-29
1
-1
/
+1
|
*
thermal: add new get_crit_temp callback
Zhang, Rui
2008-04-29
1
-0
/
+13
*
|
acpi: use non-racy method for proc entries creation
Denis V. Lunev
2008-04-29
1
-39
/
+28
|
/
*
drivers/acpi/thermal.c: fix build with CONFIG_DMI=n
Andrew Morton
2008-04-28
1
-2
/
+0
*
acpi thermal: fix result check
Krzysztof Helt
2008-04-08
1
-1
/
+1
*
ACPI: thermal: show temperature in millidegree Celsius
Zhang, Rui
2008-03-13
1
-5
/
+7
*
Merge branches 'release' and 'menlo' into release
Len Brown
2008-02-07
1
-154
/
+492
|
\
|
*
ACPI: thermal fixup
Zhang Rui
2008-02-01
1
-18
/
+24
|
*
ACPI: CELSIUS_TO_KELVIN fixup
Zhang Rui
2008-02-01
1
-3
/
+0
|
*
ACPI: attach thermal zone info
Zhang Rui
2008-02-01
1
-0
/
+11
|
*
ACPI: ACPI thermal zone handle notification correctly
Zhang Rui
2008-02-01
1
-141
/
+184
|
*
ACPI: register ACPI thermal zone as generic thermal zone devices
Zhang Rui
2008-02-01
1
-10
/
+291
*
|
export thermal notification to userspace when nocrt is set
Zhang Rui
2007-12-06
1
-7
/
+10
|
/
*
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
2007-10-19
1
-10
/
+18
|
\
|
*
ACPI: Thermal: Drop concurrent thermal checks
Alexey Starikovskiy
2007-09-05
1
-5
/
+10
|
*
ACPI: thermal: use round_jiffies when thermal zone polling is enabled
Len Brown
2007-09-04
1
-5
/
+8
*
|
drivers/firmware: const-ify DMI API and internals
Jeff Garzik
2007-10-09
1
-4
/
+4
|
/
*
Pull events into release branch
Len Brown
2007-08-25
1
-4
/
+16
|
\
|
*
ACPI: Schedule /proc/acpi/event for removal
Len Brown
2007-08-23
1
-4
/
+4
|
*
ACPI: don't duplicate input events on netlink
Zhang Rui
2007-08-23
1
-0
/
+12
*
|
ACPI: /proc/acpi/thermal_zone trip points are now read-only, mark them as such
Pavel Machek
2007-08-24
1
-2
/
+2
*
|
ACPI: thermal: set "thermal.nocrt" via DMI on Gigabyte GA-7ZX
Len Brown
2007-08-20
1
-1
/
+16
*
|
ACPI: thermal: create "thermal.crt=C" bootparam
Len Brown
2007-08-14
1
-0
/
+18
*
|
ACPI: thermal: clean up MODULE_PARM_DESC newlines
Len Brown
2007-08-14
1
-5
/
+5
|
/
*
ACPI: thermal: add DMI hooks to handle AOpen's broken Award BIOS
Len Brown
2007-08-12
1
-0
/
+65
*
ACPI: thermal: create "thermal.act=" to disable or override active trip point
Len Brown
2007-08-12
1
-4
/
+30
*
ACPI: thermal: create "thermal.nocrt" to disable critical actions
Len Brown
2007-08-12
1
-6
/
+12
*
ACPI: thermal: create "thermal.psv=" to override passive trip points
Len Brown
2007-08-12
1
-3
/
+14
*
ACPI: thermal: expose "thermal.tzp=" to set global polling frequency
Len Brown
2007-08-12
1
-1
/
+1
*
ACPI: thermal: create "thermal.off=1" to disable ACPI thermal support
Len Brown
2007-08-12
1
-1
/
+8
*
ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...
Thomas Renninger
2007-07-23
1
-1
/
+7
[next]