index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
cpuidle
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-06
Merge tag 'riscv-for-linus-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-2
/
+3
2025-10-27
cpuidle: riscv-sbi: Replace deprecated strcpy in sbi_cpuidle_init_cpu
Thorsten Blum
1
-2
/
+3
2025-10-27
cpuidle: governors: menu: Select polling state in some more cases
Rafael J. Wysocki
1
-2
/
+5
2025-10-20
Revert "cpuidle: menu: Avoid discarding useful information"
Rafael J. Wysocki
1
-12
/
+9
2025-09-20
cpuidle: Fail cpuidle device registration if there is one already
Rafael J. Wysocki
1
-1
/
+7
2025-09-20
cpuidle: sysfs: Use sysfs_emit()/sysfs_emit_at() instead of sprintf()/scnprintf()
Vivek Yadav
1
-17
/
+17
2025-09-10
cpuidle: qcom-spm: drop unnecessary initialisations
Johan Hovold
1
-2
/
+2
2025-09-10
cpuidle: qcom-spm: fix device and OF node leaks at probe
Johan Hovold
1
-2
/
+5
2025-08-21
cpuidle: governors: menu: Rearrange main loop in menu_select()
Rafael J. Wysocki
1
-34
/
+36
2025-08-18
cpuidle: governors: menu: Avoid selecting states with too much latency
Rafael J. Wysocki
1
-17
/
+12
2025-08-11
cpuidle: governors: menu: Avoid using invalid recent intervals data
Rafael J. Wysocki
1
-4
/
+17
2025-07-29
Merge tag 'pmdomain-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm
Linus Torvalds
2
-28
/
+0
2025-07-28
Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-9
/
+5
2025-07-14
pmdomain: Merge branch fixes into next
Ulf Hansson
1
-11
/
+12
2025-07-14
cpuidle: psci: Fix cpuhotplug routine with PREEMPT_RT=y
Daniel Lezcano
1
-11
/
+12
2025-07-10
cpuidle: dt: fix opencoded for_each_cpu() in idle_state_valid()
Yury Norov [NVIDIA]
1
-9
/
+5
2025-07-09
cpuidle: riscv-sbi: Drop redundant sync_state support
Ulf Hansson
1
-21
/
+1
2025-07-09
cpuidle: psci: Drop redundant sync_state support
Ulf Hansson
1
-21
/
+1
2025-07-09
cpuidle: riscv-sbi: Opt-out from genpd's common ->sync_state() support
Ulf Hansson
1
-1
/
+7
2025-07-09
cpuidle: psci: Opt-out from genpd's common ->sync_state() support
Ulf Hansson
1
-1
/
+7
2025-05-30
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
1
-5
/
+4
2025-05-27
Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
3
-19
/
+30
2025-05-27
cpuidle: psci: Fix uninitialized variable in dt_idle_state_present()
Dan Carpenter
1
-5
/
+4
2025-05-07
cpuidle: psci: Avoid initializing faux device if no DT idle states are present
Sudeep Holla
1
-0
/
+19
2025-04-23
cpuidle: psci: Correct the domain-idlestate statistics in debugfs
Ulf Hansson
3
-12
/
+21
2025-04-23
cpuidle: psci: Move the per CPU variable domain_state to a struct
Ulf Hansson
1
-6
/
+15
2025-04-14
cpuidle: psci: Transition to the faux device interface
Sudeep Holla
1
-17
/
+9
2025-04-09
cpuidle: menu: Optimize bucket assignment when next_timer_ns equals KTIME_MAX
Zhongqiu Han
1
-1
/
+1
2025-04-09
cpuidle: teo: Fix typos in two comments
Atul Kumar Pant
1
-2
/
+2
2025-03-25
Merge tag 'pmdomain-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm
Linus Torvalds
1
-0
/
+3
2025-03-25
Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
6
-72
/
+77
2025-03-22
tracing: Disable branch profiling in noinstr code
Josh Poimboeuf
1
-0
/
+3
2025-03-12
cpuidle: Init cpuidle only for present CPUs
Jacky Bai
5
-10
/
+10
2025-02-25
Merge branch 'cpuidle-menu'
Rafael J. Wysocki
1
-62
/
+67
2025-02-25
cpuidle: menu: Update documentation after get_typical_interval() changes
Rafael J. Wysocki
1
-19
/
+10
2025-02-25
cpuidle: menu: Avoid discarding useful information
Rafael J. Wysocki
1
-1
/
+12
2025-02-25
cpuidle: menu: Eliminate outliers on both ends of the sample set
Rafael J. Wysocki
1
-10
/
+22
2025-02-25
cpuidle: menu: Tweak threshold use in get_typical_interval()
Rafael J. Wysocki
1
-4
/
+4
2025-02-25
cpuidle: menu: Use one loop for average and variance computations
Rafael J. Wysocki
1
-33
/
+28
2025-02-25
cpuidle: menu: Drop a redundant local variable
Rafael J. Wysocki
1
-5
/
+1
2025-02-17
cpuidle: psci: Add trace for PSCI domain idle
Keita Morisaki
1
-0
/
+3
2025-01-30
Merge tag 'pm-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-101
/
+96
2025-01-24
Merge tag 'pmdomain-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm
Linus Torvalds
1
-0
/
+1
2025-01-20
cpuidle: teo: Skip sleep length computation for low latency constraints
Rafael J. Wysocki
1
-1
/
+12
2025-01-20
cpuidle: teo: Replace time_span_ns with a flag
Rafael J. Wysocki
1
-18
/
+9
2025-01-20
cpuidle: teo: Simplify handling of total events count
Rafael J. Wysocki
1
-4
/
+1
2025-01-20
cpuidle: teo: Skip getting the sleep length if wakeups are very frequent
Rafael J. Wysocki
1
-22
/
+36
2025-01-20
cpuidle: teo: Simplify counting events used for tick management
Rafael J. Wysocki
1
-35
/
+14
2025-01-20
cpuidle: teo: Clarify two code comments
Rafael J. Wysocki
1
-5
/
+11
2025-01-20
cpuidle: teo: Drop local variable prev_intercept_idx
Rafael J. Wysocki
1
-10
/
+5
[next]