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
/
thermal
/
thermal_sys.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-05
Thermal: Fix oops and unlocking in thermal_sys.c
Hugh Dickins
1
-4
/
+5
2012-11-05
Thermal: Add a notification API
Durgadoss R
1
-0
/
+18
2012-11-05
Thermal: Remove throttling logic out of thermal_sys.c
Durgadoss R
1
-198
/
+109
2012-11-05
Thermal: Make thermal_cdev_update as a global function
Durgadoss R
1
-2
/
+3
2012-11-05
Thermal: Update binding logic based on platform data
Durgadoss R
1
-26
/
+157
2012-11-05
Thermal: Add a policy sysfs attribute
Durgadoss R
1
-3
/
+39
2012-11-05
Thermal: Add thermal governor registration APIs
Durgadoss R
1
-0
/
+90
2012-11-05
Thermal: Pass zone parameters as argument to tzd_register
Durgadoss R
1
-0
/
+3
2012-11-05
Thermal: Add get trend, get instance API's to thermal_sys
Durgadoss R
1
-0
/
+40
2012-11-05
Thermal: Move thermal_instance to thermal_core.h
Durgadoss R
1
-21
/
+2
2012-10-09
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...
Len Brown
1
-121
/
+200
2012-10-05
idr: rename MAX_LEVEL to MAX_IDR_LEVEL
Fengguang Wu
1
-1
/
+1
2012-09-24
thermal: Fix potential NULL pointer accesses
Guenter Roeck
1
-4
/
+4
2012-09-24
thermal: fix potential out-of-bounds memory access
Guenter Roeck
1
-2
/
+3
2012-09-24
Thermal: Introduce locking for cdev.thermal_instances list.
Zhang Rui
1
-0
/
+8
2012-09-24
Thermal: Unify the code for both active and passive cooling
Zhang Rui
1
-85
/
+25
2012-09-24
Thermal: Introduce simple arbitrator for setting device cooling state
Zhang Rui
1
-3
/
+41
2012-09-24
Thermal: List thermal_instance in thermal_cooling_device.
Zhang Rui
1
-1
/
+6
2012-09-24
Thermal: Rename thermal_instance.node to thermal_instance.tz_node.
Zhang Rui
1
-10
/
+10
2012-09-24
Thermal: Rename thermal_zone_device.cooling_devices
Zhang Rui
1
-9
/
+9
2012-09-24
Thermal: rename structure thermal_cooling_device_instance to thermal_instance
Zhang Rui
1
-9
/
+9
2012-09-24
Thermal: Introduce thermal_zone_trip_update()
Zhang Rui
1
-26
/
+76
2012-09-24
Thermal: Remove tc1/tc2 in generic thermal layer.
Zhang Rui
1
-18
/
+6
2012-09-24
Thermal: Introduce .get_trend() callback.
Zhang Rui
1
-2
/
+17
2012-09-24
Thermal: set upper and lower limits
Zhang Rui
1
-7
/
+16
2012-09-24
Thermal: Introduce cooling states range support
Zhang Rui
1
-4
/
+21
2012-09-24
Thermal: Introduce multiple cooling states support
Zhang Rui
1
-2
/
+10
2012-08-14
workqueue: use mod_delayed_work() instead of cancel + queue
Tejun Heo
1
-9
/
+6
2012-08-01
Merge tag 'for-v3.6' of git://git.infradead.org/battery-2.6
Linus Torvalds
1
-1
/
+1
2012-07-31
thermal: Constify 'type' argument for the registration routine
Anton Vorontsov
1
-1
/
+1
2012-07-25
Thermal: Add Hysteresis attributes
Durgadoss R
1
-5
/
+83
2012-07-25
Thermal: Make Thermal trip points writeable
Durgadoss R
1
-44
/
+101
2012-03-22
thermal: Fix for setting the thermal zone mode to enable/disable
Amit Daniel Kachhap
1
-2
/
+2
2012-03-22
thermal_sys: convert printks to pr_<level>
Joe Perches
1
-8
/
+6
2012-03-22
thermal_sys: kernel style cleanups
Joe Perches
1
-17
/
+13
2012-03-22
thermal_sys: remove obfuscating used-once macros
Joe Perches
1
-20
/
+12
2012-03-22
thermal_sys: remove unnecessary line continuations
Joe Perches
1
-6
/
+5
2012-03-22
drivers/thermal/thermal_sys.c: fix build warning
Fabio Estevam
1
-2
/
+1
2012-01-23
thermal: Rename generate_netlink_event
Jean Delvare
1
-2
/
+2
2011-11-07
thermal: Prevent polling from happening during system suspend
Rafael J. Wysocki
1
-2
/
+2
2011-08-02
thermal: make THERMAL_HWMON implementation fully internal
Jean Delvare
1
-25
/
+92
2011-08-02
thermal: split hwmon lookup to a separate function
Jean Delvare
1
-6
/
+19
2011-03-23
ACPI:Fix goto flows in thermal-sys
Durgadoss R
1
-6
/
+7
2011-03-01
ACPI: Fix build for CONFIG_NET unset
Rafael J. Wysocki
1
-19
/
+21
2011-01-12
Merge branch 'misc' into release
Len Brown
1
-12
/
+5
2011-01-12
thermal: Add event notification to thermal framework
R.Durgadoss
1
-1
/
+102
2010-12-01
thermal: make ops constant
Alan Cox
1
-12
/
+5
2010-04-07
drivers/thermal/thermal_sys.c: fix 'key f70f4b50 not in .data' in thermal_sys
Sergey Senozhatsky
1
-0
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-16
Merge branch 'misc-2.6.33' into release
Len Brown
1
-1
/
+1
[next]