index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
gov_fair_share.c
Age
Commit message (
Expand
)
Author
2024-04-24
thermal: gov_fair_share: Eliminate unnecessary integer divisions
Rafael J. Wysocki
2024-04-24
thermal: gov_fair_share: Use trip thresholds instead of trip temperatures
Rafael J. Wysocki
2024-04-24
thermal: gov_fair_share: Use .manage() callback instead of .throttle()
Rafael J. Wysocki
2024-04-08
thermal: core: Move threshold out of struct thermal_trip
Rafael J. Wysocki
2024-01-29
thermal: gov_fair_share: Fix dependency on trip points ordering
Rafael J. Wysocki
2023-10-20
thermal: core: Pass trip pointer to governor throttle callback
Rafael J. Wysocki
2023-10-20
thermal: gov_fair_share: Rearrange get_trip_level()
Rafael J. Wysocki
2023-09-28
thermal: core: Store trip pointer in struct thermal_instance
Rafael J. Wysocki
2023-04-01
thermal/core: Relocate the traces definition in thermal directory
Daniel Lezcano
2023-01-06
thermal/core/governors: Use thermal_zone_get_trip() instead of ops functions
Daniel Lezcano
2022-10-25
thermal: Validate new state in cur_state_store()
Viresh Kumar
2022-08-17
thermal/core: Move the thermal zone lock out of the governors
Daniel Lezcano
2022-08-17
thermal/governors: Group the thermal zone lock inside the throttle function
Daniel Lezcano
2022-07-28
thermal/core: Rename 'trips' to 'num_trips'
Daniel Lezcano
2021-04-22
thermal/core/fair share: Use the lockless __thermal_cdev_update() function
Lukasz Luba
2021-04-22
thermal/core/fair share: Lock the thermal zone while looping over instances
Lukasz Luba
2020-05-22
thermal/governors: Prefix all source files with gov_
Amit Kucheria