index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
thermal
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-02
thermal: soctherm: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-10-02
thermal: stm: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-10-02
thermal: sprd: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-10-02
thermal: spear: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-10-02
thermal: exynos_tmu: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-10-02
thermal: rzg2l: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-10-02
thermal: rockchip: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: rcar: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: rcar_gen3: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: tsens: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: lvts: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: kirkwood: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: k3_j72xx_bandgap: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: k3_bandgap: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: int3406: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-09-29
thermal: int3403: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: int3402: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: int3401: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: int3400: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-09-29
thermal: imx: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: imx8mm: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: hisi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: dove: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: da9062: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-09-29
thermal: ns: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: bcm2835: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
thermal: armada: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-28
thermal: core: Allow trip pointers to be used for cooling device binding
Rafael J. Wysocki
1
-20
/
+34
2023-09-28
thermal: core: Store trip pointer in struct thermal_instance
Rafael J. Wysocki
9
-37
/
+60
2023-09-26
thermal: trip: Drop redundant trips check from for_each_thermal_trip()
Rafael J. Wysocki
1
-3
/
+0
2023-09-25
thermal: core: Drop trips_disabled bitmask
Rafael J. Wysocki
1
-13
/
+0
2023-09-21
thermal: int340x: processor_thermal: Ack all PCI interrupts
Srinivas Pandruvada
1
-1
/
+2
2023-09-18
thermal: int340x: Add ArrowLake-S PCI ID
Srinivas Pandruvada
2
-0
/
+3
2023-09-18
thermal: sysfs: Fix trip_point_hyst_store()
Rafael J. Wysocki
1
-4
/
+5
2023-09-14
thermal: int340x: Handle workload hint interrupts
Srinivas Pandruvada
1
-7
/
+32
2023-09-14
thermal: int340x: processor_thermal: Add workload type hint interface
Srinivas Pandruvada
5
-1
/
+277
2023-09-14
thermal: int340x: Remove PROC_THERMAL_FEATURE_WLT_REQ for Meteor Lake
Srinivas Pandruvada
1
-2
/
+1
2023-09-14
thermal: int340x: processor_thermal: Use non MSI interrupts by default
Srinivas Pandruvada
1
-9
/
+21
2023-09-14
thermal: int340x: processor_thermal: Add interrupt configuration function
Srinivas Pandruvada
2
-19
/
+68
2023-09-14
thermal: int340x: processor_thermal: Move mailbox code to common module
Srinivas Pandruvada
7
-141
/
+159
2023-09-14
thermal: core: Fix disabled trip point check in handle_thermal_trip()
Rafael J. Wysocki
1
-2
/
+4
2023-09-11
thermal: Constify the trip argument of the .get_trend() zone callback
Rafael J. Wysocki
1
-1
/
+2
2023-09-11
thermal/of: add missing of_node_put()
Julia Lawall
1
-2
/
+6
2023-09-05
thermal: core: Drop thermal_zone_device_register()
Rafael J. Wysocki
1
-11
/
+0
2023-09-05
thermal: Use thermal_tripless_zone_device_register()
Rafael J. Wysocki
5
-11
/
+12
2023-09-05
thermal: core: Add function for registering tripless thermal zones
Rafael J. Wysocki
1
-0
/
+11
2023-08-29
thermal: core: Rework .get_trend() thermal zone callback
Rafael J. Wysocki
3
-3
/
+5
2023-08-29
thermal: core: Drop unused .get_trip_*() callbacks
Rafael J. Wysocki
2
-22
/
+4
2023-08-29
Merge tag 'thermal-v6.6-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux
Rafael J. Wysocki
19
-73
/
+374
2023-08-28
Merge tag 'thermal-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
29
-205
/
+123
[prev]
[next]