summaryrefslogtreecommitdiff
path: root/kernel/power/energy_model.c
AgeCommit message (Expand)Author
2024-04-08PM: EM: Add em_dev_update_chip_binning()Lukasz Luba
2024-04-08PM: EM: Refactor em_adjust_new_capacity()Lukasz Luba
2024-03-13PM: EM: Force device drivers to provide power in uWLukasz Luba
2024-02-22PM: EM: Fix nr_states warnings in static checksLukasz Luba
2024-02-08PM: EM: Add em_dev_compute_costs()Lukasz Luba
2024-02-08PM: EM: Remove old tableLukasz Luba
2024-02-08PM: EM: Change debugfs configuration to use runtime EM table dataLukasz Luba
2024-02-08PM: EM: Optimize em_cpu_energy() and remove divisionLukasz Luba
2024-02-08PM: EM: Support late CPUs booting and capacity adjustmentLukasz Luba
2024-02-08PM: EM: Add performance field to struct em_perf_state and optimizeLukasz 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: Introduce runtime modifiable tableLukasz Luba
2024-02-08PM: EM: Split the allocation and initialization of the EM tableLukasz Luba
2024-02-08PM: EM: Check if the get_cost() callback is present in em_compute_costs()Lukasz Luba
2024-02-08PM: EM: Introduce em_compute_costs()Lukasz Luba
2024-02-08PM: EM: Find first CPU active while updating OPP efficiencyLukasz Luba
2024-02-08PM: EM: Extend em_cpufreq_update_efficiencies() argument listLukasz Luba
2024-02-08PM: EM: Add missing newline for the message logLukasz Luba
2023-02-09PM: EM: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba
2022-05-11PM: EM: Decrement policy counterPierre Gondois
2022-04-13PM: EM: Remove old debugfs files and print all 'flags'Lukasz Luba
2022-04-13PM: EM: Change the order of arguments in the .active_power() callbackLukasz Luba
2022-04-13PM: EM: Use the new .get_cost() callback while registering EMLukasz Luba
2022-04-13PM: EM: Add artificial EM flagPierre Gondois
2021-10-05PM: EM: Mark inefficiencies in CPUFreqVincent Donnefort
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-10-05PM: EM: Fix inefficient states detectionVincent Donnefort
2021-08-06PM: EM: Increase energy calculation precisionLukasz Luba
2021-03-23PM: EM: postpone creating the debugfs dir till fs_initcallLukasz Luba
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: 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
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot
2019-01-23PM / EM: Expose the Energy Model in debugfsQuentin Perret
2018-12-11PM: Introduce an Energy Model management frameworkQuentin Perret