index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
thermal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-02
ACPI: thermal fixup
Zhang Rui
1
-18
/
+24
2008-02-02
ACPI: CELSIUS_TO_KELVIN fixup
Zhang Rui
1
-3
/
+0
2008-02-02
ACPI: attach thermal zone info
Zhang Rui
1
-0
/
+11
2008-02-02
ACPI: ACPI thermal zone handle notification correctly
Zhang Rui
1
-141
/
+184
2008-02-02
ACPI: register ACPI thermal zone as generic thermal zone devices
Zhang Rui
1
-10
/
+291
2007-12-07
export thermal notification to userspace when nocrt is set
Zhang Rui
1
-7
/
+10
2007-10-20
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-10
/
+18
2007-10-10
drivers/firmware: const-ify DMI API and internals
Jeff Garzik
1
-4
/
+4
2007-09-05
ACPI: Thermal: Drop concurrent thermal checks
Alexey Starikovskiy
1
-5
/
+10
2007-09-04
ACPI: thermal: use round_jiffies when thermal zone polling is enabled
Len Brown
1
-5
/
+8
2007-08-25
Pull events into release branch
Len Brown
1
-4
/
+16
2007-08-25
ACPI: /proc/acpi/thermal_zone trip points are now read-only, mark them as such
Pavel Machek
1
-2
/
+2
2007-08-23
ACPI: Schedule /proc/acpi/event for removal
Len Brown
1
-4
/
+4
2007-08-23
ACPI: don't duplicate input events on netlink
Zhang Rui
1
-0
/
+12
2007-08-21
ACPI: thermal: set "thermal.nocrt" via DMI on Gigabyte GA-7ZX
Len Brown
1
-1
/
+16
2007-08-14
ACPI: thermal: create "thermal.crt=C" bootparam
Len Brown
1
-0
/
+18
2007-08-14
ACPI: thermal: clean up MODULE_PARM_DESC newlines
Len Brown
1
-5
/
+5
2007-08-12
ACPI: thermal: add DMI hooks to handle AOpen's broken Award BIOS
Len Brown
1
-0
/
+65
2007-08-12
ACPI: thermal: create "thermal.act=" to disable or override active trip point
Len Brown
1
-4
/
+30
2007-08-12
ACPI: thermal: create "thermal.nocrt" to disable critical actions
Len Brown
1
-6
/
+12
2007-08-12
ACPI: thermal: create "thermal.psv=" to override passive trip points
Len Brown
1
-3
/
+14
2007-08-12
ACPI: thermal: expose "thermal.tzp=" to set global polling frequency
Len Brown
1
-1
/
+1
2007-08-12
ACPI: thermal: create "thermal.off=1" to disable ACPI thermal support
Len Brown
1
-1
/
+8
2007-07-23
ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...
Thomas Renninger
1
-1
/
+7
2007-07-18
Add common orderly_poweroff()
Jeremy Fitzhardinge
1
-22
/
+2
2007-06-18
ACPI: gracefully print null trip-point device
Thomas Renninger
1
-4
/
+11
2007-05-30
ACPI: thermal: Replace pointer with name in trip_points
Thomas Renninger
1
-6
/
+7
2007-05-01
ACPI: delete un-reliable concept of cooling mode
Len Brown
1
-37
/
+2
2007-05-01
ACPI: thermal trip points are read-only
Len Brown
1
-65
/
+0
2007-04-24
acpi-thermal: fix mod_timer() interval
Andrew Morton
1
-1
/
+2
2007-02-17
Pull bugzilla-7570 into release branch
Len Brown
1
-12
/
+16
2007-02-17
Pull fluff into release branch
Len Brown
1
-4
/
+3
2007-02-17
Pull misc-for-upstream into release branch
Len Brown
1
-1
/
+1
2007-02-16
ACPI: fix fan after resume from S3
Konstantin Karasyov
1
-12
/
+16
2007-02-16
ACPI: thermal: fix units in debug output
Sanjoy Mahajan
1
-1
/
+1
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+2
2007-02-13
ACPI: delete extra #defines in /drivers/acpi/ drivers
Len Brown
1
-2
/
+1
2007-02-13
ACPI: fix acpi_driver.name usage
Len Brown
1
-1
/
+1
2007-02-13
ACPI: clean up ACPI_MODULE_NAME() use
Len Brown
1
-1
/
+1
2007-02-03
Pull sysfs into test branch
Len Brown
1
-2
/
+2
2006-12-21
ACPI: replace kmalloc+memset with kzalloc
Burman Yan
1
-5
/
+2
2006-12-16
ACPI: add ACPI bus_type for driver model
Patrick Mochel
1
-2
/
+2
2006-10-14
ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi
Jan Engelhardt
1
-15
/
+15
2006-07-11
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-5
/
+5
2006-07-11
[PATCH] ACPI: fix fan/thermal resume
Konstantin Karasyov
1
-1
/
+16
2006-07-10
ACPI: add 'const' to several ACPI file_operations
Arjan van de Ven
1
-5
/
+5
2006-06-30
ACPI: thermal: Remove unneeded acpi_handle from driver.
Patrick Mochel
1
-2
/
+0
2006-06-30
ACPI: thermal: Use acpi_device's handle instead of driver's
Patrick Mochel
1
-15
/
+15
2006-06-30
ACPI: thermal: add struct acpi_device to struct acpi_thermal.
Patrick Mochel
1
-20
/
+5
2006-06-27
ACPI: delete tracing macros from drivers/acpi/*.c
Patrick Mochel
1
-99
/
+71
[prev]
[next]