summaryrefslogtreecommitdiff
path: root/include/linux/energy_model.h
AgeCommit message (Expand)Author
2024-02-08PM: EM: Add em_dev_compute_costs()Lukasz Luba
2024-02-08PM: EM: Remove old tableLukasz Luba
2024-02-08PM: EM: Optimize em_cpu_energy() and remove divisionLukasz Luba
2024-02-08PM: EM: Add performance field to struct em_perf_state and optimizeLukasz Luba
2024-02-08PM: EM: Add em_perf_state_from_pd() to get performance states tableLukasz Luba
2024-02-08PM: EM: Introduce em_dev_update_perf_domain() for EM updatesLukasz Luba
2024-02-08PM: EM: Add functions for memory allocations for new EM tablesLukasz Luba
2024-02-08PM: EM: Use runtime modified EM for CPUs energy estimation in EASLukasz Luba
2024-02-08PM: EM: Introduce runtime modifiable tableLukasz Luba
2024-02-08PM: EM: Refactor em_pd_get_efficient_state() to be more flexibleLukasz Luba
2023-12-23energy_model: Use a fixed reference frequencyVincent Guittot
2023-11-23sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba
2022-04-13PM: EM: Change the order of arguments in the .active_power() callbackLukasz Luba
2022-04-13PM: EM: Add artificial EM flagPierre Gondois
2022-04-13PM: EM: Add .get_cost() callbackLukasz Luba
2022-03-03PM: EM: add macro to set .active_power() callback conditionallyLukasz Luba
2021-10-05PM: EM: Allow skipping inefficient statesVincent Donnefort
2021-10-05PM: EM: Extend em_perf_domain with a flag fieldVincent Donnefort
2021-10-05PM: EM: Mark inefficient statesVincent Donnefort
2021-09-07PM: EM: fix kernel-doc commentsLukasz Luba
2021-08-06PM: EM: Increase energy calculation precisionLukasz Luba
2021-06-17sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba
2020-12-08PM / EM: Micro optimization in em_cpu_energyPavankumar Kondeti
2020-11-10PM: EM: update the comments related to power scaleLukasz Luba
2020-11-10PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba
2020-06-24PM / EM: change name of em_pd_energy to em_cpu_energyLukasz Luba
2020-06-24PM / EM: remove em_register_perf_domainLukasz Luba
2020-06-24PM / EM: add support for other devices than CPUs in Energy ModelLukasz Luba
2020-06-24PM / EM: update callback structure and add device pointerLukasz Luba
2020-06-24PM / EM: introduce em_dev_register_perf_domain functionLukasz Luba
2020-06-24PM / EM: change naming convention from 'capacity' to 'performance'Lukasz Luba
2020-04-18energy_model.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-11-07PM / EM: Declare EM data types unconditionallyQuentin Perret
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot
2018-12-11PM: Introduce an Energy Model management frameworkQuentin Perret