index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpuidle
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-08
cpuidle: governors: teo: Drop misguided target residency check
Rafael J. Wysocki
1
-5
/
+2
2026-01-08
cpuidle: menu: Use residency threshold in polling state override decisions
Aboorva Devarajan
1
-4
/
+5
2025-11-13
cpuidle: Fail cpuidle device registration if there is one already
Rafael J. Wysocki
1
-1
/
+7
2025-11-13
cpuidle: governors: menu: Select polling state in some more cases
Rafael J. Wysocki
1
-2
/
+5
2025-11-13
cpuidle: governors: menu: Rearrange main loop in menu_select()
Rafael J. Wysocki
1
-34
/
+36
2025-10-29
Revert "cpuidle: menu: Avoid discarding useful information"
Rafael J. Wysocki
1
-12
/
+9
2025-10-15
cpuidle: qcom-spm: fix device and OF node leaks at probe
Johan Hovold
1
-2
/
+5
2025-08-28
cpuidle: governors: menu: Avoid selecting states with too much latency
Rafael J. Wysocki
1
-17
/
+12
2025-08-28
cpuidle: menu: Remove iowait influence
Christian Loehle
1
-67
/
+9
2025-08-20
cpuidle: governors: menu: Avoid using invalid recent intervals data
Rafael J. Wysocki
1
-4
/
+17
2025-07-24
cpuidle: psci: Fix cpuhotplug routine with PREEMPT_RT=y
Daniel Lezcano
1
-11
/
+12
2025-05-29
cpuidle: menu: Avoid discarding useful information
Rafael J. Wysocki
1
-1
/
+12
2025-01-23
cpuidle: teo: Update documentation after previous changes
Rafael J. Wysocki
1
-43
/
+48
2025-01-17
cpuidle: riscv-sbi: fix device node release in early exit of for_each_possibl...
Javier Carrasco
1
-2
/
+2
2024-09-18
Merge tag 'pmdomain-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/u...
Linus Torvalds
3
-27
/
+30
2024-08-22
cpuidle: remove dead code from cpuidle_enter_state()
Dhruva Gole
1
-4
/
+1
2024-08-20
cpuidle: riscv-sbi: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+2
2024-08-20
cpuidle: riscv-sbi: Use scoped device node handling to fix missing of_node_put
Krzysztof Kozlowski
1
-14
/
+7
2024-08-20
cpuidle: dt_idle_genpd: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-10
/
+4
2024-08-20
cpuidle: psci: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+2
2024-08-05
cpuidle: psci: Enable the hierarchical topology for s2idle on PREEMPT_RT
Ulf Hansson
1
-7
/
+6
2024-08-05
cpuidle: psci: Enable the hierarchical topology for s2ram on PREEMPT_RT
Ulf Hansson
1
-5
/
+15
2024-08-05
cpuidle: psci: Drop redundant assignment of CPUIDLE_FLAG_RCU_IDLE
Ulf Hansson
1
-1
/
+0
2024-08-05
cpuidle: psci-domain: Enable system-wide suspend on PREEMPT_RT
Ulf Hansson
1
-3
/
+7
2024-07-01
cpuidle: teo: Don't count non-existent intercepts
Christian Loehle
1
-0
/
+11
2024-06-28
cpuidle: teo: Remove recent intercepts metric
Christian Loehle
1
-63
/
+13
2024-06-28
Revert: "cpuidle: teo: Introduce util-awareness"
Christian Loehle
1
-105
/
+0
2024-06-21
cpuidle: governors: teo: Fix a typo in a comment
Atul Kumar Pant
1
-1
/
+1
2024-06-14
cpuidle: haltpoll: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-07
cpuidle: menu: Cleanup after loadavg removal
Christian Loehle
1
-12
/
+5
2024-05-16
Merge tag 'pmdomain-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/u...
Linus Torvalds
3
-23
/
+5
2024-05-14
Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-3
/
+3
2024-05-07
cpuidle: ladder: fix ladder_do_selection() kernel-doc
Jeff Johnson
1
-0
/
+1
2024-04-24
cpuidle: Avoid explicit cpumask allocation on stack
Dawei Li
1
-10
/
+3
2024-04-23
cpuidle: kirkwood: Convert to platform remove callback returning void
Yangtao Li
1
-3
/
+2
2024-04-04
cpuidle: psci: Update init level to core_initcall()
Maulik Shah
1
-1
/
+1
2024-04-04
cpuidle: psci: Drop superfluous wrappers psci_dt_attach|detach_cpu()
Ulf Hansson
3
-22
/
+4
2024-03-22
Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-44
/
+5
2024-03-19
cpuidle: RISC-V: Move few functions to arch/riscv
Sunil V L
1
-44
/
+5
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-02-22
x86/mm: delete unused cpu argument to leave_mm()
Yosry Ahmed
1
-1
/
+1
2024-02-12
cpuidle: Avoid potential overflow in integer multiplication
C Cheng
1
-1
/
+2
2024-02-12
cpuidle: haltpoll: do not shrink guest poll_limit_ns below grow_start
Parshuram Sangle
1
-2
/
+7
2023-12-29
cpuidle: haltpoll: Do not enable interrupts when entering idle
Borislav Petkov (AMD)
1
-5
/
+4
2023-09-29
cpuidle: dt: Replace deprecated strncpy() with strscpy()
Justin Stitt
1
-2
/
+2
2023-08-31
Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-7
/
+1
2023-08-25
Merge branches 'pm-cpuidle' and 'pm-cpufreq'
Rafael J. Wysocki
3
-111
/
+203
2023-08-24
powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT
Russell Currey
1
-7
/
+1
2023-08-23
cpuidle: teo: Avoid unnecessary variable assignments
Rafael J. Wysocki
1
-3
/
+2
2023-08-17
cpuidle: menu: Skip tick_nohz_get_sleep_length() call in some cases
Rafael J. Wysocki
3
-34
/
+54
[next]