LinuxLists
Users
About
Lukasz Luba (
[email protected]
)
Number of posts: 1632 (0.59 per day)
First post: 2016-11-02 13:28:44
Last post: 2024-06-12 09:21:11
Previous Page
/
Next Page
Date
List
Subject
2023-05-12 10:07:51
linux-kernel
[PATCH v2 00/17] Introduce runtime modifiable Energy Model
2023-05-12 10:07:29
linux-kernel
[PATCH v2 11/17] PM: EM: Use runtime modified EM for CPUs energy estimation in EAS
2023-05-12 10:06:16
linux-kernel
[PATCH v2 01/17] PM: EM: Refactor em_cpufreq_update_efficiencies() arguments
2023-05-12 10:06:05
linux-kernel
[PATCH v2 04/17] PM: EM: Create a new function em_compute_costs()
2023-05-12 10:02:09
linux-kernel
[PATCH v2 17/17] Documentation: EM: Describe the API of runtime modifications
2023-05-12 10:02:01
linux-kernel
[PATCH v2 14/17] Documentation: EM: Add a new section about the design
2023-05-12 10:01:58
linux-kernel
[PATCH v2 16/17] Documentation: EM: Add example with driver modifying the EM
2023-05-12 10:00:36
linux-kernel
[PATCH v2 09/17] PM: EM: Add RCU mechanism which safely cleans the old data
2023-05-12 10:00:36
linux-kernel
[PATCH v2 05/17] trace: energy_model: Add trace event for EM runtime modifications
2023-05-12 10:00:35
linux-kernel
[PATCH v2 03/17] PM: EM: Refactor em_pd_get_efficient_state() to be more flexible
2023-05-12 10:00:23
linux-kernel
[PATCH v2 07/17] PM: EM: Check if the get_cost() callback is present in em_compute_costs()
2023-05-12 10:00:01
linux-kernel
[PATCH v2 02/17] PM: EM: Find first CPU online while updating OPP efficiency
2023-05-10 07:17:59
linux-kernel
Re: [PATCH 02/17] PM: EM: Find first CPU online while updating OPP efficiency
2023-05-10 07:15:06
linux-kernel
Re: [PATCH 01/17] PM: EM: Refactor em_cpufreq_update_efficiencies() arguments
2023-05-10 07:11:37
linux-kernel
Re: [PATCH 05/17] trace: energy_model: Add trace event for EM runtime modifications
2023-05-10 07:02:57
linux-kernel
Re: [PATCH 10/17] PM: EM: Add runtime update interface to modify EM power
2023-05-09 12:42:20
linux-kernel
[PATCH v2 0/3] Add basic tracing for uclamp and schedutil
2023-05-09 12:40:05
linux-kernel
[PATCH v2 3/3] schedutil: trace: Add tracing to capture filter out requests
2023-05-09 12:34:26
linux-kernel
[PATCH v2 2/3] cpufreq: schedutil: Refactor sugov_update_shared() internals
2023-05-09 12:29:00
linux-kernel
[PATCH v2 1/3] sched/tp: Add new tracepoint to track uclamp set from user-space
2023-04-18 22:43:11
linux-kernel
Re: [PATCH 01/17] PM: EM: Refactor em_cpufreq_update_efficiencies() arguments
2023-04-14 15:27:05
linux-kernel
Re: [PATCH V3] thermal/core/power_allocator: avoid thermal cdev can not be reset
2023-04-14 14:26:31
linux-kernel
Re: [PATCH V3] thermal/core/power_allocator: avoid thermal cdev can not be reset
2023-04-11 07:21:51
linux-kernel
Re: [PATCH V3] thermal/core/power_allocator: avoid thermal cdev can not be reset
2023-04-05 10:56:05
linux-kernel
Re: [PATCH 1/3] sched/tp: Add new tracepoint to track uclamp set from user-space
2023-04-03 17:19:17
linux-kernel
Re: [PATCH 3/3] schedutil: trace: Add tracing to capture filter out requests
2023-04-03 17:18:59
linux-kernel
Re: [PATCH 1/3] sched/tp: Add new tracepoint to track uclamp set from user-space
2023-03-28 09:26:47
linux-kernel
Re: [PATCH] MAINTAINERS: adjust entry in THERMAL/POWER_ALLOCATOR after header movement
2023-03-24 11:12:53
linux-kernel
Re: [PATCH] cpufreq: schedutil: Combine two loops into one in sugov_start()
2023-03-22 15:40:21
linux-kernel
[PATCH 3/3] schedutil: trace: Add tracing to capture filter out requests
2023-03-22 15:39:37
linux-kernel
[PATCH 2/3] cpufreq: schedutil: Refactor sugov_update_shared() internals
2023-03-22 15:39:33
linux-kernel
[PATCH 1/3] sched/tp: Add new tracepoint to track uclamp set from user-space
2023-03-22 15:39:28
linux-kernel
[PATCH 0/3] Add basic tracing for uclamp and schedutil
2023-03-21 11:30:44
linux-kernel
Re: [PATCH 13/17] PM: EM: Refactor struct em_perf_domain and add default_table
2023-03-20 12:24:18
linux-kernel
Re: [PATCH V3] thermal/core/power_allocator: avoid thermal cdev can not be reset
2023-03-14 10:43:06
linux-kernel
[PATCH 16/17] Documentation: EM: Add example with driver modifying the EM
2023-03-14 10:37:15
linux-kernel
[PATCH 17/17] Documentation: EM: Describe the API of runtime modifications
2023-03-14 10:37:12
linux-kernel
[PATCH 15/17] Documentation: EM: Add a runtime modifiable EM design description
2023-03-14 10:36:53
linux-kernel
[PATCH 13/17] PM: EM: Refactor struct em_perf_domain and add default_table
2023-03-14 10:36:46
linux-kernel
[PATCH 12/17] PM: EM: Add argument to get_cost() for runtime modification
2023-03-14 10:36:40
linux-kernel
[PATCH 14/17] Documentation: EM: Add a new section about the design
2023-03-14 10:36:37
linux-kernel
[PATCH 11/17] PM: EM: Use runtime modified EM for CPUs energy estimation in EAS
2023-03-14 10:36:34
linux-kernel
[PATCH 10/17] PM: EM: Add runtime update interface to modify EM power
2023-03-14 10:36:30
linux-kernel
[PATCH 09/17] PM: EM: Add RCU mechanism which safely cleans the old data
2023-03-14 10:36:27
linux-kernel
[PATCH 08/17] PM: EM: Introduce runtime modifiable table
2023-03-14 10:36:25
linux-kernel
[PATCH 07/17] PM: EM: Check if the get_cost() callback is present in em_compute_costs()
2023-03-14 10:36:22
linux-kernel
[PATCH 06/17] PM: EM: Add update_power() callback for runtime modifications
2023-03-14 10:36:20
linux-kernel
[PATCH 05/17] trace: energy_model: Add trace event for EM runtime modifications
2023-03-14 10:35:53
linux-kernel
[PATCH 00/17] Introduce runtime modifiable Energy Model
2023-03-14 10:35:50
linux-kernel
[PATCH 04/17] PM: EM: Create a new function em_compute_costs()
2023-03-14 10:35:37
linux-kernel
[PATCH 02/17] PM: EM: Find first CPU online while updating OPP efficiency