summaryrefslogtreecommitdiff
path: root/kernel/power/energy_model.c
AgeCommit message (Expand)Author
11 daysPM: EM: Fix memory leak in em_create_pd() error pathMalaya Kumar Rout
2025-10-29PM: EM: Add to em_pd_list only when no failurePeng Fan
2025-10-22PM: EM: Notify an event when the performance domain changesChangwoo Min
2025-10-22PM: EM: Add an iterator and accessor for the performance domainChangwoo Min
2025-10-22PM: EM: Expose the ID of a performance domain via debugfsChangwoo Min
2025-10-22PM: EM: Assign a unique ID when creating a performance domainChangwoo Min
2025-09-15PM: EM: Fix late boot with holes in CPU topologyChristian Loehle
2025-09-10PM: EM: Add function for registering a PD without capacity updateRafael J. Wysocki
2025-05-13PM: EM: Introduce em_adjust_cpu_capacity()Rafael J. Wysocki
2025-05-13PM: EM: Move CPU capacity check to em_adjust_new_capacity()Rafael J. Wysocki
2025-04-28PM: EM: Fix potential division-by-zero error in em_compute_costs()Yaxiong Tian
2025-03-07PM: EM: Address RCU-related sparse warningsRafael J. Wysocki
2025-03-06PM: EM: Consify two parameters of em_dev_register_perf_domain()Rafael J. Wysocki
2025-02-20PM: EM: use kfree_rcu() to simplify the codeLi RongQing
2025-02-18PM: EM: Slightly reduce em_check_capacity_update() overheadRafael J. Wysocki
2025-02-18PM: EM: Drop unused parameter from em_adjust_new_capacity()Rafael J. Wysocki
2024-12-18PM: EM: Move sched domains rebuild function from schedutil to EMRafael J. Wysocki
2024-11-04PM: EM: Add min/max available performance state limitsLukasz Luba
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