summaryrefslogtreecommitdiff
path: root/kernel/power/energy_model.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-18PM: 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-24PM / EM: Expose the Energy Model in debugfsQuentin Perret1-0/+57
2018-12-11PM: Introduce an Energy Model management frameworkQuentin Perret1-0/+201