index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
power
/
energy_model.c
Age
Commit message (
Expand
)
Author
11 days
PM: EM: Fix memory leak in em_create_pd() error path
Malaya Kumar Rout
2025-10-29
PM: EM: Add to em_pd_list only when no failure
Peng Fan
2025-10-22
PM: EM: Notify an event when the performance domain changes
Changwoo Min
2025-10-22
PM: EM: Add an iterator and accessor for the performance domain
Changwoo Min
2025-10-22
PM: EM: Expose the ID of a performance domain via debugfs
Changwoo Min
2025-10-22
PM: EM: Assign a unique ID when creating a performance domain
Changwoo Min
2025-09-15
PM: EM: Fix late boot with holes in CPU topology
Christian Loehle
2025-09-10
PM: EM: Add function for registering a PD without capacity update
Rafael J. Wysocki
2025-05-13
PM: EM: Introduce em_adjust_cpu_capacity()
Rafael J. Wysocki
2025-05-13
PM: EM: Move CPU capacity check to em_adjust_new_capacity()
Rafael J. Wysocki
2025-04-28
PM: EM: Fix potential division-by-zero error in em_compute_costs()
Yaxiong Tian
2025-03-07
PM: EM: Address RCU-related sparse warnings
Rafael J. Wysocki
2025-03-06
PM: EM: Consify two parameters of em_dev_register_perf_domain()
Rafael J. Wysocki
2025-02-20
PM: EM: use kfree_rcu() to simplify the code
Li RongQing
2025-02-18
PM: EM: Slightly reduce em_check_capacity_update() overhead
Rafael J. Wysocki
2025-02-18
PM: EM: Drop unused parameter from em_adjust_new_capacity()
Rafael J. Wysocki
2024-12-18
PM: EM: Move sched domains rebuild function from schedutil to EM
Rafael J. Wysocki
2024-11-04
PM: EM: Add min/max available performance state limits
Lukasz Luba
2024-04-08
PM: EM: Add em_dev_update_chip_binning()
Lukasz Luba
2024-04-08
PM: EM: Refactor em_adjust_new_capacity()
Lukasz Luba
2024-03-13
PM: EM: Force device drivers to provide power in uW
Lukasz Luba
2024-02-22
PM: EM: Fix nr_states warnings in static checks
Lukasz Luba
2024-02-08
PM: EM: Add em_dev_compute_costs()
Lukasz Luba
2024-02-08
PM: EM: Remove old table
Lukasz Luba
2024-02-08
PM: EM: Change debugfs configuration to use runtime EM table data
Lukasz Luba
2024-02-08
PM: EM: Optimize em_cpu_energy() and remove division
Lukasz Luba
2024-02-08
PM: EM: Support late CPUs booting and capacity adjustment
Lukasz Luba
2024-02-08
PM: EM: Add performance field to struct em_perf_state and optimize
Lukasz Luba
2024-02-08
PM: EM: Introduce em_dev_update_perf_domain() for EM updates
Lukasz Luba
2024-02-08
PM: EM: Add functions for memory allocations for new EM tables
Lukasz Luba
2024-02-08
PM: EM: Introduce runtime modifiable table
Lukasz Luba
2024-02-08
PM: EM: Split the allocation and initialization of the EM table
Lukasz Luba
2024-02-08
PM: EM: Check if the get_cost() callback is present in em_compute_costs()
Lukasz Luba
2024-02-08
PM: EM: Introduce em_compute_costs()
Lukasz Luba
2024-02-08
PM: EM: Find first CPU active while updating OPP efficiency
Lukasz Luba
2024-02-08
PM: EM: Extend em_cpufreq_update_efficiencies() argument list
Lukasz Luba
2024-02-08
PM: EM: Add missing newline for the message log
Lukasz Luba
2023-02-09
PM: EM: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2022-07-15
PM: EM: convert power field to micro-Watts precision and align drivers
Lukasz Luba
2022-05-11
PM: EM: Decrement policy counter
Pierre Gondois
2022-04-13
PM: EM: Remove old debugfs files and print all 'flags'
Lukasz Luba
2022-04-13
PM: EM: Change the order of arguments in the .active_power() callback
Lukasz Luba
2022-04-13
PM: EM: Use the new .get_cost() callback while registering EM
Lukasz Luba
2022-04-13
PM: EM: Add artificial EM flag
Pierre Gondois
2021-10-05
PM: EM: Mark inefficiencies in CPUFreq
Vincent Donnefort
2021-10-05
PM: EM: Allow skipping inefficient states
Vincent Donnefort
2021-10-05
PM: EM: Extend em_perf_domain with a flag field
Vincent Donnefort
2021-10-05
PM: EM: Mark inefficient states
Vincent Donnefort
2021-10-05
PM: EM: Fix inefficient states detection
Vincent Donnefort
2021-08-06
PM: EM: Increase energy calculation precision
Lukasz Luba
[next]