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
Age
Commit message (
Expand
)
Author
Lines
6 days
sched: idle: Make skipping governor callbacks more consistent
Rafael J. Wysocki
-10
/
+0
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-7
/
+7
2026-02-18
Merge tag 'pm-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
-10
/
+12
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-02-17
cpuidle: Skip governor when only one idle state is available
Aboorva Devarajan
-0
/
+10
2026-02-11
Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-0
/
+1
2026-02-10
Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+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-12
cpuidle: zynq: Switch Michal Simek's email to new one
Michal Simek
-1
/
+1
2026-01-09
cpuidle: menu: Remove incorrect unlikely() annotation
Breno Leitao
-1
/
+1
2025-12-26
cpuidle: tegra: Export tegra_cpuidle_pcie_irqs_in_use()
Aaron Kling
-0
/
+1
2025-12-05
Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-4
/
+8
2025-12-04
Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-10
/
+1
2025-12-04
Merge tag 'pmdomain-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/u...
Linus Torvalds
-2
/
+2
2025-11-28
Merge branches 'pm-qos' and 'pm-tools'
Rafael J. Wysocki
-5
/
+11
2025-11-28
Merge branches 'pm-cpuidle' and 'pm-powercap'
Rafael J. Wysocki
-91
/
+91
2025-11-26
cpuidle: big_little: Simplify with of_machine_device_match()
Krzysztof Kozlowski
-10
/
+1
2025-11-25
cpuidle: Warn instead of bailing out if target residency check fails
Rafael J. Wysocki
-10
/
+8
2025-11-25
cpuidle: Update header inclusion
Andy Shevchenko
-0
/
+4
2025-11-25
cpuidle: Respect the CPU system wakeup QoS limit for cpuidle
Ulf Hansson
-0
/
+4
2025-11-25
sched: idle: Respect the CPU system wakeup QoS limit for s2idle
Ulf Hansson
-5
/
+7
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-19
cpuidle: psci: Replace deprecated strcpy in psci_idle_init_cpu
Thorsten Blum
-2
/
+2
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-14
syscore: Pass context data to callbacks
Thierry Reding
-4
/
+8
2025-11-12
cpuidle: teo: Use this_cpu_ptr() where possible
Christian Loehle
-3
/
+3
2025-11-12
cpuidle: Add sanity check for exit latency and target residency
Rafael J. Wysocki
-2
/
+14
2025-11-06
Merge tag 'riscv-for-linus-6.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+3
2025-10-27
cpuidle: riscv-sbi: Replace deprecated strcpy in sbi_cpuidle_init_cpu
Thorsten Blum
-2
/
+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-09-20
cpuidle: Fail cpuidle device registration if there is one already
Rafael J. Wysocki
-1
/
+7
2025-09-20
cpuidle: sysfs: Use sysfs_emit()/sysfs_emit_at() instead of sprintf()/scnprin...
Vivek Yadav
-17
/
+17
2025-09-10
cpuidle: qcom-spm: drop unnecessary initialisations
Johan Hovold
-2
/
+2
2025-09-10
cpuidle: qcom-spm: fix device and OF node leaks at probe
Johan Hovold
-2
/
+5
[next]