index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
power
/
energy_model.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PM: EM: Add em_dev_update_chip_binning()
Lukasz Luba
2024-04-08
1
-0
/
+48
*
PM: EM: Refactor em_adjust_new_capacity()
Lukasz Luba
2024-04-08
1
-19
/
+39
*
PM: EM: Force device drivers to provide power in uW
Lukasz Luba
2024-03-13
1
-0
/
+11
*
PM: EM: Fix nr_states warnings in static checks
Lukasz Luba
2024-02-22
1
-2
/
+1
*
PM: EM: Add em_dev_compute_costs()
Lukasz Luba
2024-02-08
1
-0
/
+18
*
PM: EM: Remove old table
Lukasz Luba
2024-02-08
1
-39
/
+7
*
PM: EM: Change debugfs configuration to use runtime EM table data
Lukasz Luba
2024-02-08
1
-8
/
+59
*
PM: EM: Optimize em_cpu_energy() and remove division
Lukasz Luba
2024-02-08
1
-4
/
+3
*
PM: EM: Support late CPUs booting and capacity adjustment
Lukasz Luba
2024-02-08
1
-0
/
+124
*
PM: EM: Add performance field to struct em_perf_state and optimize
Lukasz Luba
2024-02-08
1
-0
/
+27
*
PM: EM: Introduce em_dev_update_perf_domain() for EM updates
Lukasz Luba
2024-02-08
1
-0
/
+44
*
PM: EM: Add functions for memory allocations for new EM tables
Lukasz Luba
2024-02-08
1
-5
/
+33
*
PM: EM: Introduce runtime modifiable table
Lukasz Luba
2024-02-08
1
-0
/
+53
*
PM: EM: Split the allocation and initialization of the EM table
Lukasz Luba
2024-02-08
1
-22
/
+33
*
PM: EM: Check if the get_cost() callback is present in em_compute_costs()
Lukasz Luba
2024-02-08
1
-1
/
+1
*
PM: EM: Introduce em_compute_costs()
Lukasz Luba
2024-02-08
1
-29
/
+43
*
PM: EM: Find first CPU active while updating OPP efficiency
Lukasz Luba
2024-02-08
1
-2
/
+9
*
PM: EM: Extend em_cpufreq_update_efficiencies() argument list
Lukasz Luba
2024-02-08
1
-6
/
+4
*
PM: EM: Add missing newline for the message log
Lukasz Luba
2024-02-08
1
-1
/
+1
*
PM: EM: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-02-09
1
-4
/
+1
*
PM: EM: convert power field to micro-Watts precision and align drivers
Lukasz Luba
2022-07-15
1
-8
/
+16
*
PM: EM: Decrement policy counter
Pierre Gondois
2022-05-11
1
-0
/
+2
*
PM: EM: Remove old debugfs files and print all 'flags'
Lukasz Luba
2022-04-13
1
-19
/
+5
*
PM: EM: Change the order of arguments in the .active_power() callback
Lukasz Luba
2022-04-13
1
-1
/
+1
*
PM: EM: Use the new .get_cost() callback while registering EM
Lukasz Luba
2022-04-13
1
-11
/
+28
*
PM: EM: Add artificial EM flag
Pierre Gondois
2022-04-13
1
-0
/
+2
*
PM: EM: Mark inefficiencies in CPUFreq
Vincent Donnefort
2021-10-05
1
-0
/
+40
*
PM: EM: Allow skipping inefficient states
Vincent Donnefort
2021-10-05
1
-0
/
+13
*
PM: EM: Extend em_perf_domain with a flag field
Vincent Donnefort
2021-10-05
1
-2
/
+4
*
PM: EM: Mark inefficient states
Vincent Donnefort
2021-10-05
1
-1
/
+3
*
PM: EM: Fix inefficient states detection
Vincent Donnefort
2021-10-05
1
-15
/
+8
*
PM: EM: Increase energy calculation precision
Lukasz Luba
2021-08-06
1
-1
/
+3
*
PM: EM: postpone creating the debugfs dir till fs_initcall
Lukasz Luba
2021-03-23
1
-1
/
+1
*
PM: EM: update the comments related to power scale
Lukasz Luba
2020-11-10
1
-1
/
+1
*
PM: EM: Add a flag indicating units of power values in Energy Model
Lukasz Luba
2020-11-10
1
-1
/
+23
*
PM / EM: remove em_register_perf_domain
Lukasz Luba
2020-06-24
1
-25
/
+0
*
PM / EM: add support for other devices than CPUs in Energy Model
Lukasz Luba
2020-06-24
1
-77
/
+167
*
PM / EM: update callback structure and add device pointer
Lukasz Luba
2020-06-24
1
-4
/
+5
*
PM / EM: introduce em_dev_register_perf_domain function
Lukasz Luba
2020-06-24
1
-6
/
+34
*
PM / EM: change naming convention from 'capacity' to 'performance'
Lukasz Luba
2020-06-24
1
-22
/
+22
*
sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()
Vincent Guittot
2019-06-24
1
-1
/
+1
*
PM / EM: Expose the Energy Model in debugfs
Quentin Perret
2019-01-23
1
-0
/
+57
*
PM: Introduce an Energy Model management framework
Quentin Perret
2018-12-11
1
-0
/
+201