index
:
pub/scm/linux/kernel/git/kees/linux.git
master
Various feature branches
Kees Cook
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
thermal_sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-23
thermal: sysfs: Use sysfs_emit_at() in trans_table_show()
Thorsten Blum
1
-25
/
+24
2026-06-08
thermal: sysfs: Replace sscanf() with kstrtoul()
Ovidiu Panait
1
-5
/
+3
2026-05-22
thermal: sysfs: remove space before tab in macro
Mayur Kumar
1
-1
/
+1
2026-03-14
thermal: sysfs: Use str_enabled_disabled() helper in mode_show()
Thorsten Blum
1
-4
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-01-15
thermal: sysfs: Replace snprintf() with strscpy() in policy_store()
Thorsten Blum
1
-1
/
+1
2026-01-15
thermal: Replace sprintf() with sysfs_emit() for sysfs show functions
Sumeet Pawnikar
1
-18
/
+18
2025-07-03
thermal: sysfs: Return ENODATA instead of EAGAIN for reads
Hsin-Te Yuan
1
-3
/
+6
2024-10-24
thermal: core: Add and use cooling device guard
Rafael J. Wysocki
1
-33
/
+18
2024-10-23
thermal: core: Add and use thermal zone guard
Rafael J. Wysocki
1
-46
/
+35
2024-09-05
thermal: core: Drop thermal_zone_device_is_enabled()
Rafael J. Wysocki
1
-1
/
+1
2024-09-05
thermal: sysfs: Add sanity checks for trip temperature and hysteresis
Rafael J. Wysocki
1
-12
/
+38
2024-08-22
thermal: sysfs: Use the dev argument in instance-related show/store
Rafael J. Wysocki
1
-8
/
+7
2024-08-13
thermal: sysfs: Refine the handling of trip hysteresis changes
Rafael J. Wysocki
1
-2
/
+2
2024-08-13
thermal: sysfs: Get to trips via attribute pointers
Rafael J. Wysocki
1
-34
/
+20
2024-08-13
thermal: core: Store trip sysfs attributes in thermal_trip_desc
Rafael J. Wysocki
1
-70
/
+33
2024-07-12
thermal: trip: Pass trip pointer to .set_trip_temp() thermal zone callback
Rafael J. Wysocki
1
-1
/
+1
2024-06-11
thermal: trip: Use READ_ONCE() for lockless access to trip properties
Rafael J. Wysocki
1
-3
/
+3
2024-06-11
thermal: trip: Use common set of trip type names
Rafael J. Wysocki
1
-12
/
+1
2024-04-08
thermal: core: Move threshold out of struct thermal_trip
Rafael J. Wysocki
1
-10
/
+10
2024-03-06
thermal: core: remove unnecessary check in trip_point_hyst_store()
Dan Carpenter
1
-1
/
+1
2024-02-27
thermal: core: Drop the .set_trip_hyst() thermal zone operation
Rafael J. Wysocki
1
-7
/
+0
2024-02-27
thermal: core: Add flags to struct thermal_trip
Rafael J. Wysocki
1
-9
/
+9
2024-02-23
thermal: Get rid of CONFIG_THERMAL_WRITABLE_TRIPS
Rafael J. Wysocki
1
-2
/
+1
2024-02-23
thermal: core: Store zone ops in struct thermal_zone_device
Rafael J. Wysocki
1
-7
/
+7
2024-02-12
thermal: sysfs: Fix up white space in trip_point_temp_store()
Rafael J. Wysocki
1
-1
/
+1
2023-12-29
thermal/sysfs: Update governors when the 'weight' has changed
Lukasz Luba
1
-0
/
+5
2023-12-29
thermal/sysfs: Update instance->weight under tz lock
Lukasz Luba
1
-0
/
+4
2023-12-13
thermal: trip: Send trip change notifications on all trip updates
Rafael J. Wysocki
1
-2
/
+2
2023-12-12
thermal: Drop redundant and confusing device_is_registered() checks
Rafael J. Wysocki
1
-55
/
+5
2023-12-06
thermal: sysfs: Rework the reading of trip point attributes
Rafael J. Wysocki
1
-27
/
+25
2023-12-06
thermal: sysfs: Rework the handling of trip point updates
Rafael J. Wysocki
1
-16
/
+36
2023-09-28
thermal: core: Store trip pointer in struct thermal_instance
Rafael J. Wysocki
1
-1
/
+2
2023-09-18
thermal: sysfs: Fix trip_point_hyst_store()
Rafael J. Wysocki
1
-4
/
+5
2023-03-28
thermal: core: Drop excessive lockdep_assert_held() calls
Rafael J. Wysocki
1
-4
/
+2
2023-03-22
thermal: core: Introduce thermal_cooling_device_update()
Rafael J. Wysocki
1
-9
/
+65
2023-01-06
thermal/core: Add a generic thermal_zone_set_trip() function
Daniel Lezcano
1
-41
/
+15
2023-01-06
thermal/sysfs: Always expose hysteresis attributes
Daniel Lezcano
1
-16
/
+9
2023-01-06
thermal/core: Add a generic thermal_zone_get_trip() function
Daniel Lezcano
1
-39
/
+25
2022-11-14
thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...
Guenter Roeck
1
-14
/
+65
2022-10-25
thermal: sysfs: Reuse cdev->max_state
Viresh Kumar
1
-16
/
+10
2022-10-25
thermal: Validate new state in cur_state_store()
Viresh Kumar
1
-6
/
+5
2022-10-04
thermal/core: Add a check before calling set_trip_temp()
Lad Prabhakar
1
-3
/
+5
2022-08-17
thermal/core: Move the mutex inside the thermal_zone_device_update() function
Daniel Lezcano
1
-1
/
+5
2022-08-17
thermal/core: Move set_trip_temp ops to the sysfs code
Daniel Lezcano
1
-1
/
+4
2022-08-03
thermal: sysfs: Fix cooling_device_stats_setup() error code path
Rafael J. Wysocki
1
-3
/
+7
2022-07-28
thermal/core: Rename 'trips' to 'num_trips'
Daniel Lezcano
1
-11
/
+11
2022-04-22
Revert "thermal/core: Deprecate changing cooling device state from userspace"
Daniel Lezcano
1
-3
/
+0
2021-10-21
thermal/core: Deprecate changing cooling device state from userspace
Daniel Lezcano
1
-0
/
+3
[next]