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_power_allocator.c
Age
Commit message (
Expand
)
Author
2024-07-04
thermal: gov_power_allocator: Return early in manage if trip_max is NULL
NĂcolas F. R. A. Prado
2024-04-30
thermal: core: Move passive polling management to the core
Rafael J. Wysocki
2024-04-23
thermal: gov_power_allocator: Eliminate a redundant variable
Rafael J. Wysocki
2024-04-23
thermal: gov_power_allocator: 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-04-03
thermal: gov_power_allocator: Allow binding without trip points
Nikita Travkin
2024-04-03
thermal: gov_power_allocator: Allow binding without cooling devices
Nikita Travkin
2024-02-12
thermal: gov_power_allocator: Avoid overwriting PID coefficients from setup time
Di Shen
2024-01-12
thermal: gov_power_allocator: avoid inability to reset a cdev
Di Shen
2023-12-29
thermal: gov_power_allocator: Support new update callback of weights
Lukasz Luba
2023-12-29
thermal: gov_power_allocator: Simplify checks for valid power actor
Lukasz Luba
2023-12-29
thermal: gov_power_allocator: Move memory allocation out of throttle()
Lukasz Luba
2023-12-29
thermal: gov_power_allocator: Change trace functions
Lukasz Luba
2023-12-29
thermal: gov_power_allocator: Refactor checks in divvy_up_power()
Lukasz Luba
2023-12-29
thermal: gov_power_allocator: Refactor check_power_actors()
Lukasz Luba
2023-11-28
thermal: gov_power_allocator: Rearrange initialization of local variables
Lukasz Luba
2023-11-28
thermal: gov_power_allocator: Remove excessive local variables
Lukasz Luba
2023-11-28
thermal: gov_power_allocator: Use shorter paths to access data when possible
Lukasz Luba
2023-11-28
thermal: gov_power_allocator: Rearrange local variables
Lukasz Luba
2023-11-28
thermal: gov_power_allocator: Check the cooling devices only for trip_max
Lukasz Luba
2023-11-28
thermal: gov_power_allocator: Set up trip points earlier
Lukasz Luba
2023-11-28
thermal: gov_power_allocator: Rename trip_max_desired_temperature
Lukasz Luba
2023-10-20
thermal: core: Pass trip pointer to governor throttle callback
Rafael J. Wysocki
2023-10-20
thermal: gov_power_allocator: Use trip pointers instead of trip indices
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-12-14
thermal/core/power allocator: Remove a useless include
Christophe JAILLET
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/power allocator: Use the lockless __thermal_cdev_update() function
Lukasz Luba
2021-04-22
thermal/core/power_allocator: Update once cooling devices when temp is low
Lukasz Luba
2021-04-22
thermal/core/power_allocator: Maintain the device statistics from going stale
Lukasz Luba
2021-03-16
thermal/core/power_allocator: Using round the division when re-divvying up power
jeson.gao
2021-01-19
thermal: power allocator: fail binding for non-power actor devices
Lukasz Luba
2021-01-19
thermal/core: Remove ms based delay fields
Daniel Lezcano
2020-11-26
thermal: power allocator: change the 'k_*' always in estimate_pid_constants()
Lukasz Luba
2020-11-26
thermal: power allocator: refactor sustainable power estimation
Lukasz Luba
2020-11-26
thermal: power allocator: change the 'k_i' coefficient estimation
Lukasz Luba
2020-10-27
thermal: core: Move power_actor_set_power into IPA
Lukasz Luba
2020-10-27
thermal: power_allocator: Respect upper and lower bounds for cooling device
Lukasz Luba
2020-10-12
thermal: cooling: Remove unused variable *tz
zhuguangqing
2020-07-30
thermal: Update power allocator and devfreq cooling to SPDX licensing
Lukasz Luba
2020-05-22
thermal/governors: Prefix all source files with gov_
Amit Kucheria