index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpuidle
/
governors
Age
Commit message (
Expand
)
Author
Lines
2026-02-17
cpuidle: menu: Remove single state handling
Christian Loehle
-1
/
+1
2026-02-17
cpuidle: teo: Remove single state handling
Christian Loehle
-6
/
+0
2026-02-17
cpuidle: haltpoll: Remove single state handling
Aboorva Devarajan
-3
/
+1
2026-01-30
cpuidle: governors: teo: Refine intercepts-based idle state lookup
Rafael J. Wysocki
-7
/
+43
2026-01-30
cpuidle: governors: teo: Adjust the classification of wakeup events
Rafael J. Wysocki
-11
/
+14
2026-01-23
cpuidle: governors: teo: Refine tick_intercepts vs total events check
Rafael J. Wysocki
-1
/
+1
2026-01-23
cpuidle: governors: teo: Avoid fake intercepts produced by tick
Rafael J. Wysocki
-0
/
+11
2026-01-23
cpuidle: governors: teo: Avoid selecting states with zero-size bins
Rafael J. Wysocki
-0
/
+10
2026-01-23
cpuidle: governors: menu: Always check timers with tick stopped
Rafael J. Wysocki
-11
/
+11
2026-01-09
cpuidle: menu: Remove incorrect unlikely() annotation
Breno Leitao
-1
/
+1
2025-11-24
cpuidle: governors: teo: Add missing space to the description
Rafael J. Wysocki
-1
/
+1
2025-11-20
cpuidle: governors: teo: Simplify intercepts-based state lookup
Rafael J. Wysocki
-46
/
+16
2025-11-20
cpuidle: governors: teo: Fix tick_intercepts handling in teo_update()
Rafael J. Wysocki
-1
/
+1
2025-11-20
cpuidle: governors: teo: Rework the handling of tick wakeups
Rafael J. Wysocki
-15
/
+24
2025-11-14
cpuidle: governors: teo: Decay metrics below DECAY_SHIFT threshold
Rafael J. Wysocki
-7
/
+19
2025-11-14
cpuidle: governors: teo: Use s64 consistently in teo_update()
Rafael J. Wysocki
-4
/
+3
2025-11-14
cpuidle: governors: teo: Drop redundant function parameter
Rafael J. Wysocki
-6
/
+4
2025-11-14
cpuidle: governors: teo: Drop misguided target residency check
Rafael J. Wysocki
-5
/
+2
2025-11-12
cpuidle: teo: Use this_cpu_ptr() where possible
Christian Loehle
-3
/
+3
2025-10-27
cpuidle: menu: Use residency threshold in polling state override decisions
Aboorva Devarajan
-4
/
+5
2025-10-27
cpuidle: governors: menu: Select polling state in some more cases
Rafael J. Wysocki
-2
/
+5
2025-10-20
Revert "cpuidle: menu: Avoid discarding useful information"
Rafael J. Wysocki
-12
/
+9
2025-08-21
cpuidle: governors: menu: Rearrange main loop in menu_select()
Rafael J. Wysocki
-34
/
+36
2025-08-18
cpuidle: governors: menu: Avoid selecting states with too much latency
Rafael J. Wysocki
-17
/
+12
2025-08-11
cpuidle: governors: menu: Avoid using invalid recent intervals data
Rafael J. Wysocki
-4
/
+17
2025-04-09
cpuidle: menu: Optimize bucket assignment when next_timer_ns equals KTIME_MAX
Zhongqiu Han
-1
/
+1
2025-04-09
cpuidle: teo: Fix typos in two comments
Atul Kumar Pant
-2
/
+2
2025-02-25
cpuidle: menu: Update documentation after get_typical_interval() changes
Rafael J. Wysocki
-19
/
+10
2025-02-25
cpuidle: menu: Avoid discarding useful information
Rafael J. Wysocki
-1
/
+12
2025-02-25
cpuidle: menu: Eliminate outliers on both ends of the sample set
Rafael J. Wysocki
-10
/
+22
2025-02-25
cpuidle: menu: Tweak threshold use in get_typical_interval()
Rafael J. Wysocki
-4
/
+4
2025-02-25
cpuidle: menu: Use one loop for average and variance computations
Rafael J. Wysocki
-33
/
+28
2025-02-25
cpuidle: menu: Drop a redundant local variable
Rafael J. Wysocki
-5
/
+1
2025-01-20
cpuidle: teo: Skip sleep length computation for low latency constraints
Rafael J. Wysocki
-1
/
+12
2025-01-20
cpuidle: teo: Replace time_span_ns with a flag
Rafael J. Wysocki
-18
/
+9
2025-01-20
cpuidle: teo: Simplify handling of total events count
Rafael J. Wysocki
-4
/
+1
2025-01-20
cpuidle: teo: Skip getting the sleep length if wakeups are very frequent
Rafael J. Wysocki
-22
/
+36
2025-01-20
cpuidle: teo: Simplify counting events used for tick management
Rafael J. Wysocki
-35
/
+14
2025-01-20
cpuidle: teo: Clarify two code comments
Rafael J. Wysocki
-5
/
+11
2025-01-20
cpuidle: teo: Drop local variable prev_intercept_idx
Rafael J. Wysocki
-10
/
+5
2025-01-20
cpuidle: teo: Combine candidate state index checks against 0
Rafael J. Wysocki
-14
/
+9
2025-01-20
cpuidle: teo: Reorder candidate state index checks
Rafael J. Wysocki
-7
/
+8
2025-01-20
cpuidle: teo: Rearrange idle state lookup code
Rafael J. Wysocki
-14
/
+20
2025-01-13
cpuidle: teo: Update documentation after previous changes
Rafael J. Wysocki
-43
/
+48
2024-09-30
cpuidle: menu: Remove iowait influence
Christian Loehle
-67
/
+9
2024-07-01
cpuidle: teo: Don't count non-existent intercepts
Christian Loehle
-0
/
+11
2024-06-28
cpuidle: teo: Remove recent intercepts metric
Christian Loehle
-63
/
+13
2024-06-28
Revert: "cpuidle: teo: Introduce util-awareness"
Christian Loehle
-105
/
+0
2024-06-21
cpuidle: governors: teo: Fix a typo in a comment
Atul Kumar Pant
-1
/
+1
2024-06-07
cpuidle: menu: Cleanup after loadavg removal
Christian Loehle
-12
/
+5
[next]