index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpuidle
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2020-02-08
5
-29
/
+466
|
\
|
*
cpuidle: psci: Add support for PM domains by using genpd
Ulf Hansson
2020-01-02
3
-2
/
+284
|
*
cpuidle: psci: Support CPU hotplug for the hierarchical model
Ulf Hansson
2020-01-02
1
-1
/
+44
|
*
cpuidle: psci: Manage runtime PM in the idle path
Ulf Hansson
2020-01-02
1
-1
/
+9
|
*
cpuidle: psci: Prepare to use OS initiated suspend mode via PM domains
Ulf Hansson
2020-01-02
1
-6
/
+50
|
*
cpuidle: psci: Attach CPU devices to their PM domains
Ulf Hansson
2020-01-02
1
-4
/
+20
|
*
cpuidle: psci: Add a helper to attach a CPU to its PM domain
Ulf Hansson
2020-01-02
3
-1
/
+46
|
*
cpuidle: psci: Support hierarchical CPU idle states
Ulf Hansson
2020-01-02
1
-2
/
+1
|
*
cpuidle: psci: Simplify OF parsing of CPU idle state nodes
Ulf Hansson
2020-01-02
1
-18
/
+17
|
*
cpuidle: dt: Support hierarchical CPU idle states
Lina Iyer
2020-01-02
1
-3
/
+2
|
*
cpuidle: psci: Align psci_power_state count with idle state count
Sudeep Holla
2020-01-02
1
-3
/
+5
*
|
Merge branch 'intel_idle+acpi'
Rafael J. Wysocki
2020-01-23
2
-1
/
+15
|
\
\
|
*
|
cpuidle: Allow idle states to be disabled by default
Rafael J. Wysocki
2019-12-27
2
-1
/
+15
|
|
/
*
|
cpuidle: fix cpuidle_find_deepest_state() kerneldoc warnings
Benjamin Gaignard
2020-01-23
1
-0
/
+3
*
|
cpuidle: sysfs: fix warnings when compiling with W=1
Benjamin Gaignard
2020-01-23
1
-2
/
+4
*
|
cpuidle: coupled: fix warnings when compiling with W=1
Benjamin Gaignard
2020-01-23
1
-4
/
+5
*
|
Merge back cpuidle material for v5.6.
Rafael J. Wysocki
2020-01-17
4
-60
/
+8
|
\
\
|
*
|
cpuidle: arm: Enable compile testing for some of drivers
Krzysztof Kozlowski
2020-01-14
1
-6
/
+6
|
*
|
cpuidle: Drop unused cpuidle_driver_ref/unref() functions
Rafael J. Wysocki
2020-01-09
1
-46
/
+0
|
*
|
cpuidle: kirkwood: convert to devm_platform_ioremap_resource()
Yangtao Li
2019-12-20
1
-4
/
+1
|
*
|
cpuidle: clps711x: convert to devm_platform_ioremap_resource()
Yangtao Li
2019-12-20
1
-4
/
+1
|
|
/
*
/
cpuidle: teo: Fix intervals[] array indexing bug
Ikjoon Jang
2020-01-13
1
-1
/
+1
|
/
*
cpuidle: Drop unnecessary type cast in cpuidle_poll_time()
Rafael J. Wysocki
2019-12-12
1
-1
/
+1
*
cpuidle: Fix cpuidle_driver_state_disabled()
Rafael J. Wysocki
2019-12-10
1
-0
/
+10
*
cpuidle: use first valid target residency as poll time
Marcelo Tosatti
2019-12-09
1
-0
/
+1
*
cpuidle: minor Kconfig help text fixes
Randy Dunlap
2019-11-29
1
-3
/
+3
*
cpuidle: Drop disabled field from struct cpuidle_state
Rafael J. Wysocki
2019-11-29
2
-2
/
+1
*
cpuidle: Fix Kconfig indentation
Krzysztof Kozlowski
2019-11-29
2
-16
/
+16
*
cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()
Daniel Lezcano
2019-11-20
1
-2
/
+3
*
cpuidle: Allow idle injection to apply exit latency limit
Daniel Lezcano
2019-11-20
1
-6
/
+7
*
cpuidle: Introduce cpuidle_driver_state_disabled() for driver quirks
Rafael J. Wysocki
2019-11-19
1
-0
/
+28
*
cpuidle: teo: Avoid code duplication in conditionals
Rafael J. Wysocki
2019-11-15
1
-5
/
+8
*
cpuidle: teo: Avoid using "early hits" incorrectly
Rafael J. Wysocki
2019-11-13
1
-4
/
+17
*
cpuidle: teo: Exclude cpuidle overhead from computations
Rafael J. Wysocki
2019-11-13
1
-1
/
+8
*
cpuidle: Use nanoseconds as the unit of time
Rafael J. Wysocki
2019-11-11
9
-157
/
+168
*
cpuidle: Consolidate disabled state checks
Rafael J. Wysocki
2019-11-06
6
-48
/
+51
*
cpuidle: Do not unset the driver if it is there already
Zhenzhong Duan
2019-10-24
1
-8
/
+7
*
Merge back earlier cpuidle material for v5.5.
Rafael J. Wysocki
2019-10-24
1
-19
/
+59
|
\
|
*
cpuidle: teo: Fix "early hits" handling for disabled idle states
Rafael J. Wysocki
2019-10-14
1
-9
/
+26
|
*
cpuidle: teo: Consider hits and misses metrics of disabled states
Rafael J. Wysocki
2019-10-14
1
-4
/
+21
|
*
cpuidle: teo: Rename local variable in teo_select()
Rafael J. Wysocki
2019-10-14
1
-10
/
+9
|
*
cpuidle: teo: Ignore disabled idle states that are too deep
Rafael J. Wysocki
2019-10-14
1
-0
/
+7
*
|
cpuidle: haltpoll: Take 'idle=' override into account
Zhenzhong Duan
2019-10-22
1
-0
/
+4
|
/
*
Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-09-17
14
-71
/
+419
|
\
|
*
cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are a...
Wanpeng Li
2019-09-11
1
-1
/
+2
|
*
cpuidle-haltpoll: do not set an owner to allow modunload
Joao Martins
2019-09-11
1
-1
/
+0
|
*
cpuidle-haltpoll: return -ENODEV on modinit failure
Joao Martins
2019-09-11
1
-1
/
+1
|
*
cpuidle-haltpoll: set haltpoll as preferred governor
Joao Martins
2019-09-11
2
-1
/
+2
|
*
cpuidle: allow governor switch on cpuidle_register_driver()
Joao Martins
2019-09-11
3
-3
/
+31
|
*
cpuidle-haltpoll: vcpu hotplug support
Joao Martins
2019-09-03
1
-5
/
+63
[next]