aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/energy_model.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-08PM: EM: Add em_dev_update_chip_binning()Lukasz Luba1-0/+48
2024-04-08PM: EM: Refactor em_adjust_new_capacity()Lukasz Luba1-19/+39
2024-03-13PM: EM: Force device drivers to provide power in uWLukasz Luba1-0/+11
2024-02-22PM: EM: Fix nr_states warnings in static checksLukasz Luba1-2/+1
2024-02-08PM: EM: Add em_dev_compute_costs()Lukasz Luba1-0/+18
2024-02-08PM: EM: Remove old tableLukasz Luba1-39/+7
2024-02-08PM: EM: Change debugfs configuration to use runtime EM table dataLukasz Luba1-8/+59
2024-02-08PM: EM: Optimize em_cpu_energy() and remove divisionLukasz Luba1-4/+3
2024-02-08PM: EM: Support late CPUs booting and capacity adjustmentLukasz Luba1-0/+124
2024-02-08PM: EM: Add performance field to struct em_perf_state and optimizeLukasz Luba1-0/+27
2024-02-08PM: EM: Introduce em_dev_update_perf_domain() for EM updatesLukasz Luba1-0/+44
2024-02-08PM: EM: Add functions for memory allocations for new EM tablesLukasz Luba1-5/+33
2024-02-08PM: EM: Introduce runtime modifiable tableLukasz Luba1-0/+53
2024-02-08PM: EM: Split the allocation and initialization of the EM tableLukasz Luba1-22/+33
2024-02-08PM: EM: Check if the get_cost() callback is present in em_compute_costs()Lukasz Luba1-1/+1
2024-02-08PM: EM: Introduce em_compute_costs()Lukasz Luba1-29/+43
2024-02-08PM: EM: Find first CPU active while updating OPP efficiencyLukasz Luba1-2/+9
2024-02-08PM: EM: Extend em_cpufreq_update_efficiencies() argument listLukasz Luba1-6/+4
2024-02-08PM: EM: Add missing newline for the message logLukasz Luba1-1/+1
2023-02-09PM: EM: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-4/+1
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba1-8/+16
2022-05-11PM: EM: Decrement policy counterPierre Gondois1-0/+2
2022-04-13PM: EM: Remove old debugfs files and print all 'flags'Lukasz Luba1-19/+5
2022-04-13PM: EM: Change the order of arguments in the .active_power() callbackLukasz Luba1-1/+1
2022-04-13PM: EM: Use the new .get_cost() callback while registering EMLukasz Luba1-11/+28
2022-04-13PM: EM: Add artificial EM flagPierre Gondois1-0/+2
2021-10-05PM: EM: Mark inefficiencies in CPUFreqVincent Donnefort1-0/+40
2021-10-05PM: EM: Allow skipping inefficient statesVincent Donnefort1-0/+13
2021-10-05PM: EM: Extend em_perf_domain with a flag fieldVincent Donnefort1-2/+4
2021-10-05PM: EM: Mark inefficient statesVincent Donnefort1-1/+3
2021-10-05PM: EM: Fix inefficient states detectionVincent Donnefort1-15/+8
2021-08-06PM: EM: Increase energy calculation precisionLukasz Luba1-1/+3
2021-03-23PM: EM: postpone creating the debugfs dir till fs_initcallLukasz Luba1-1/+1
2020-11-10PM: EM: update the comments related to power scaleLukasz Luba1-1/+1
2020-11-10PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba1-1/+23
2020-06-24PM / EM: remove em_register_perf_domainLukasz Luba1-25/+0
2020-06-24PM / EM: add support for other devices than CPUs in Energy ModelLukasz Luba1-77/+167
2020-06-24PM / EM: update callback structure and add device pointerLukasz Luba1-4/+5
2020-06-24PM / EM: introduce em_dev_register_perf_domain functionLukasz Luba1-6/+34
2020-06-24PM / EM: change naming convention from 'capacity' to 'performance'Lukasz Luba1-22/+22
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot1-1/+1
2019-01-23PM / EM: Expose the Energy Model in debugfsQuentin Perret1-0/+57
2018-12-11PM: Introduce an Energy Model management frameworkQuentin Perret1-0/+201