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
2024-10-31
x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM()
Tony Luck
1
-1
/
+1
2024-10-24
thermal: gov_power_allocator: Granted power set to max when nobody request power
ZhengShaobo
1
-5
/
+13
2024-10-24
thermal: core: Relocate thermal zone initialization routine
Rafael J. Wysocki
1
-41
/
+41
2024-10-24
thermal: core: Use trip lists for trip crossing detection
Rafael J. Wysocki
2
-82
/
+137
2024-10-24
thermal: core: Eliminate thermal_zone_trip_down()
Rafael J. Wysocki
2
-9
/
+1
2024-10-24
thermal: core: Relocate functions that update trip points
Rafael J. Wysocki
2
-35
/
+35
2024-10-24
thermal: core: Move some trip processing to thermal_trip_crossed()
Rafael J. Wysocki
2
-22
/
+16
2024-10-24
thermal: core: Pass trip descriptor to thermal_trip_crossed()
Rafael J. Wysocki
3
-7
/
+9
2024-10-24
thermal: core: Rearrange __thermal_zone_device_update()
Rafael J. Wysocki
1
-4
/
+4
2024-10-24
thermal: core: Prepare for moving trips between sorted lists
Rafael J. Wysocki
1
-7
/
+18
2024-10-24
thermal: core: Rename trip list node in struct thermal_trip_desc
Rafael J. Wysocki
2
-6
/
+6
2024-10-24
thermal: core: Build sorted lists instead of sorting them later
Rafael J. Wysocki
1
-15
/
+18
2024-10-24
thermal: thresholds: Fix thermal lock annotation issue
Daniel Lezcano
1
-4
/
+9
2024-10-24
thermal: netlink: Add the commands and the events for the thresholds
Daniel Lezcano
4
-21
/
+281
2024-10-24
thermal: core: Manage thermal_governor_lock using a mutex guard
Rafael J. Wysocki
1
-27
/
+13
2024-10-24
thermal: core: Separate thermal zone governor initialization
Rafael J. Wysocki
1
-15
/
+21
2024-10-24
thermal: core: Add and use cooling device guard
Rafael J. Wysocki
6
-83
/
+56
2024-10-23
thermal: core: Introduce thermal_cdev_update_nocheck()
Rafael J. Wysocki
5
-9
/
+18
2024-10-23
thermal: core: Introduce thermal_instance_delete()
Rafael J. Wysocki
1
-5
/
+12
2024-10-23
thermal: core: Introduce thermal_instance_add()
Rafael J. Wysocki
1
-16
/
+30
2024-10-23
thermal: core: Call thermal_governor_update_tz() outside of cdev lock
Rafael J. Wysocki
1
-6
/
+5
2024-10-23
thermal: core: Manage thermal_list_lock using a mutex guard
Rafael J. Wysocki
1
-80
/
+68
2024-10-23
thermal: core: Separate code running under thermal_list_lock
Rafael J. Wysocki
1
-28
/
+36
2024-10-23
thermal: core: Add and use a reverse thermal zone guard
Rafael J. Wysocki
2
-5
/
+6
2024-10-23
thermal: core: Add and use thermal zone guard
Rafael J. Wysocki
8
-136
/
+86
2024-10-22
thermal: core: Pass trip descriptors to trip bind/unbind functions
Rafael J. Wysocki
1
-15
/
+12
2024-10-22
thermal: core: Move lists of thermal instances to trip descriptors
Rafael J. Wysocki
7
-64
/
+62
2024-10-22
thermal: core: Drop need_update field from struct thermal_zone_device
Rafael J. Wysocki
2
-6
/
+0
2024-10-22
thermal: core: Update thermal zones after cooling device binding
Rafael J. Wysocki
1
-10
/
+13
2024-10-22
thermal: core: Consolidate thermal zone locking in the exit path
Rafael J. Wysocki
1
-27
/
+39
2024-10-22
thermal: core: Mark thermal zones as exiting before unregistration
Rafael J. Wysocki
2
-0
/
+4
2024-10-22
thermal: core: Consolidate thermal zone locking during initialization
Rafael J. Wysocki
1
-17
/
+22
2024-10-22
thermal: core: Fix race between zone registration and system suspend
Rafael J. Wysocki
1
-2
/
+16
2024-10-22
thermal: core: Mark thermal zones as initializing to start with
Rafael J. Wysocki
2
-3
/
+14
2024-10-22
thermal: core: Represent suspend-related thermal zone flags as bits
Rafael J. Wysocki
2
-10
/
+12
2024-10-22
thermal: core: Rearrange PM notification code
Rafael J. Wysocki
1
-42
/
+46
2024-10-22
thermal: core: Initialize thermal zones before registering them
Rafael J. Wysocki
1
-1
/
+1
2024-10-11
Merge tag 'pm-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-48
/
+24
2024-10-11
Merge tag 'thermal-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
3
-9
/
+8
2024-10-10
thermal: core: Connect the threshold with the core
Daniel Lezcano
1
-0
/
+9
2024-10-10
thermal: core: Add user thresholds support
Daniel Lezcano
4
-0
/
+251
2024-10-08
thermal: intel: int340x: processor: Add MMIO RAPL PL4 support
Zhang Rui
1
-2
/
+2
2024-10-08
thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug support
Zhang Rui
1
-44
/
+22
2024-10-07
thermal: intel: int340x: processor: Fix warning during module unload
Zhang Rui
1
-2
/
+0
2024-10-04
thermal/ti-soc-thermal: Fix typos
Andrew Kreimer
3
-8
/
+8
2024-10-04
thermal: core: Free tzp copy along with the thermal zone
Rafael J. Wysocki
1
-3
/
+1
2024-10-04
thermal: core: Reference count the zone in thermal_zone_get_by_id()
Rafael J. Wysocki
3
-6
/
+7
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-10
Merge tag 'thermal-v6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux into
Rafael J. Wysocki
11
-67
/
+41
[prev]
[next]