Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8a02a1703633e2f954a6d96c12a8375b07309621
/
drivers
/
cpuidle
eab3540
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 5 years ago
e6cf623
Merge branch 'intel_idle+acpi'
by Rafael J. Wysocki
· 5 years ago
cefb940
cpuidle: fix cpuidle_find_deepest_state() kerneldoc warnings
by Benjamin Gaignard
· 5 years ago
a09da3f
cpuidle: sysfs: fix warnings when compiling with W=1
by Benjamin Gaignard
· 5 years ago
32014c8
cpuidle: coupled: fix warnings when compiling with W=1
by Benjamin Gaignard
· 5 years ago
f7d50a1
Merge back cpuidle material for v5.6.
by Rafael J. Wysocki
· 5 years ago
53eb82b09
cpuidle: arm: Enable compile testing for some of drivers
by Krzysztof Kozlowski
· 5 years ago
57388a2
cpuidle: teo: Fix intervals[] array indexing bug
by Ikjoon Jang
· 5 years ago
577a2f4
cpuidle: Drop unused cpuidle_driver_ref/unref() functions
by Rafael J. Wysocki
· 5 years ago
a65a397
cpuidle: psci: Add support for PM domains by using genpd
by Ulf Hansson
· 5 years ago
9c6ceec
cpuidle: psci: Support CPU hotplug for the hierarchical model
by Ulf Hansson
· 5 years ago
ce85aef
cpuidle: psci: Manage runtime PM in the idle path
by Ulf Hansson
· 5 years ago
a0cf319
cpuidle: psci: Prepare to use OS initiated suspend mode via PM domains
by Ulf Hansson
· 5 years ago
8554951
cpuidle: psci: Attach CPU devices to their PM domains
by Ulf Hansson
· 5 years ago
a5e0454
cpuidle: psci: Add a helper to attach a CPU to its PM domain
by Ulf Hansson
· 5 years ago
f08cfbf
cpuidle: psci: Support hierarchical CPU idle states
by Ulf Hansson
· 5 years ago
1595e4b
cpuidle: psci: Simplify OF parsing of CPU idle state nodes
by Ulf Hansson
· 5 years ago
778f173
cpuidle: dt: Support hierarchical CPU idle states
by Lina Iyer
· 5 years ago
4386aa8
cpuidle: psci: Align psci_power_state count with idle state count
by Sudeep Holla
· 5 years ago
75a8026
cpuidle: Allow idle states to be disabled by default
by Rafael J. Wysocki
· 5 years ago
85c3ebd
cpuidle: kirkwood: convert to devm_platform_ioremap_resource()
by Yangtao Li
· 5 years ago
22c48a4
cpuidle: clps711x: convert to devm_platform_ioremap_resource()
by Yangtao Li
· 5 years ago
d4d8140
cpuidle: Drop unnecessary type cast in cpuidle_poll_time()
by Rafael J. Wysocki
· 5 years ago
b0142d6
cpuidle: Fix cpuidle_driver_state_disabled()
by Rafael J. Wysocki
· 5 years ago
36fcb42
cpuidle: use first valid target residency as poll time
by Marcelo Tosatti
· 5 years ago
4d30d4a
cpuidle: minor Kconfig help text fixes
by Randy Dunlap
· 5 years ago
ba1e78a
cpuidle: Drop disabled field from struct cpuidle_state
by Rafael J. Wysocki
· 5 years ago
656b4e6
cpuidle: Fix Kconfig indentation
by Krzysztof Kozlowski
· 5 years ago
5aa9ba6
cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()
by Daniel Lezcano
· 5 years ago
c55b51a
cpuidle: Allow idle injection to apply exit latency limit
by Daniel Lezcano
· 5 years ago
cbda56d
cpuidle: Introduce cpuidle_driver_state_disabled() for driver quirks
by Rafael J. Wysocki
· 5 years ago
85f6a17
cpuidle: teo: Avoid code duplication in conditionals
by Rafael J. Wysocki
· 5 years ago
63f202e
cpuidle: teo: Avoid using "early hits" incorrectly
by Rafael J. Wysocki
· 5 years ago
b6495b7
cpuidle: teo: Exclude cpuidle overhead from computations
by Rafael J. Wysocki
· 5 years ago
c1d51f6
cpuidle: Use nanoseconds as the unit of time
by Rafael J. Wysocki
· 5 years ago
99e98d3
cpuidle: Consolidate disabled state checks
by Rafael J. Wysocki
· 5 years ago
918c1fe
cpuidle: Do not unset the driver if it is there already
by Zhenzhong Duan
· 5 years ago
2c2a83d
Merge back earlier cpuidle material for v5.5.
by Rafael J. Wysocki
· 5 years ago
31d8514
cpuidle: haltpoll: Take 'idle=' override into account
by Zhenzhong Duan
· 5 years ago
159e485
cpuidle: teo: Fix "early hits" handling for disabled idle states
by Rafael J. Wysocki
· 5 years ago
e43dcf2
cpuidle: teo: Consider hits and misses metrics of disabled states
by Rafael J. Wysocki
· 5 years ago
4f690bb
cpuidle: teo: Rename local variable in teo_select()
by Rafael J. Wysocki
· 5 years ago
069ce2e
cpuidle: teo: Ignore disabled idle states that are too deep
by Rafael J. Wysocki
· 5 years ago
77dcfe2
Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 5 years ago
1328edc
cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are available
by Wanpeng Li
· 5 years ago
472f263
cpuidle-haltpoll: do not set an owner to allow modunload
by Joao Martins
· 5 years ago
5cc59f5
cpuidle-haltpoll: return -ENODEV on modinit failure
by Joao Martins
· 5 years ago
7321440
cpuidle-haltpoll: set haltpoll as preferred governor
by Joao Martins
· 5 years ago
cb5d8c4
cpuidle: allow governor switch on cpuidle_register_driver()
by Joao Martins
· 5 years ago
97d3eb9
cpuidle-haltpoll: vcpu hotplug support
by Joao Martins
· 5 years ago
b7e7fff
cpuidle: teo: Get rid of redundant check in teo_update()
by Rafael J. Wysocki
· 5 years ago
9ffeb6d
PSCI: cpuidle: Refactor CPU suspend power_state parameter handling
by Lorenzo Pieralisi
· 5 years ago
7889614
ARM: psci: cpuidle: Enable PSCI CPUidle driver
by Lorenzo Pieralisi
· 5 years ago
81d549e
ARM: psci: cpuidle: Introduce PSCI CPUidle driver
by Lorenzo Pieralisi
· 5 years ago
6460d7b
ARM: cpuidle: Remove overzealous error logging
by Lorenzo Pieralisi
· 5 years ago
63e3ee6
ARM: cpuidle: Remove useless header include
by Lorenzo Pieralisi
· 5 years ago
cab09f3
cpuidle: teo: Allow tick to be stopped if PM QoS is used
by Rafael J. Wysocki
· 5 years ago
32b91ca
cpuidle: menu: Allow tick to be stopped if PM QoS is used
by Rafael J. Wysocki
· 5 years ago
a1c4423
cpuidle-haltpoll: disable host side polling when kvm virtualized
by Marcelo Tosatti
· 6 years ago
2cffe9f
cpuidle: add haltpoll governor
by Marcelo Tosatti
· 6 years ago
7d4daee
governors: unify last_state_idx
by Marcelo Tosatti
· 6 years ago
259231a
cpuidle: add poll_limit_ns to cpuidle_device structure
by Marcelo Tosatti
· 6 years ago
fa86ee9
add cpuidle-haltpoll driver
by Marcelo Tosatti
· 6 years ago
918e162
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 5 years ago
8262331
PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()
by Viresh Kumar
· 6 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
55716d2
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
by Thomas Gleixner
· 6 years ago
7925f8f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 215
by Thomas Gleixner
· 6 years ago
9952f69
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201
by Thomas Gleixner
· 6 years ago
c942fdd
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
by Thomas Gleixner
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
6f9b83a
cpuidle: Export the next timer expiration for CPUs
by Ulf Hansson
· 6 years ago
c324f43
cpuidle: exynos: Unify target residency for AFTR and coupled AFTR states
by Marek Szyprowski
· 6 years ago
22782b3
cpuidle: governor: Add new governors to cpuidle_governors again
by Rafael J. Wysocki
· 6 years ago
814b879
cpuidle: menu: Avoid overflows when computing variance
by Rafael J. Wysocki
· 6 years ago
db10945
cpuidle: dt: bail out if the idle-state DT node is not compatible
by Joseph Lo
· 6 years ago
8a56bde
Merge back earlier cpuidle material for v5.1.
by Rafael J. Wysocki
· 6 years ago
1617971
cpuidle: poll_state: Fix default time limit
by Doug Smythies
· 6 years ago
b26bf6a
cpuidle: New timer events oriented governor for tickless systems
by Rafael J. Wysocki
· 6 years ago
8d69733
Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
04dab58
cpuidle: Add 'above' and 'below' idle state metrics
by Rafael J. Wysocki
· 6 years ago
9456823
cpuidle: big.LITTLE: fix refcount leak
by Yangtao Li
· 6 years ago
61cb575
cpuidle: Add cpuidle.governor= command line parameter
by Rafael J. Wysocki
· 6 years ago
800fb34
cpuidle: poll_state: Disregard disable idle states
by Rafael J. Wysocki
· 6 years ago
2b038cb
powerpc/pseries/cpuidle: Fix preempt warning
by Breno Leitao
· 6 years ago
3e452e6
ARM: cpuidle: Convert to use cpuidle_register|unregister()
by Ulf Hansson
· 6 years ago
763f191
ARM: cpuidle: Don't register the driver when back-end init returns -ENXIO
by Ulf Hansson
· 6 years ago
6ef7467
Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
8508cf3
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
by Johannes Weiner
· 6 years ago
a7fe519
cpuidle: menu: Remove get_loadavg() from the performance multiplier
by Daniel Lezcano
· 6 years ago
f1c8e41
cpuidle: menu: Avoid computations when result will be discarded
by Rafael J. Wysocki
· 6 years ago
12b65ea
cpuidle: menu: Drop redundant comparison
by Rafael J. Wysocki
· 6 years ago
bde091e
cpuidle: menu: Simplify checks related to the polling state
by Rafael J. Wysocki
· 6 years ago
01bad1c
cpuidle: poll_state: Revise loop termination condition
by Rafael J. Wysocki
· 6 years ago
53812cd
cpuidle: menu: Move the latency_req == 0 special case check
by Rafael J. Wysocki
· 6 years ago
8b007eb
cpuidle: menu: Avoid computations for very close timers
by Rafael J. Wysocki
· 6 years ago
eb40a38
cpuidle: menu: Do not update last_state_idx in menu_select()
by Rafael J. Wysocki
· 6 years ago
96c3d11
cpuidle: menu: Get rid of first_idx from menu_select()
by Rafael J. Wysocki
· 6 years ago
23e8ceb
cpuidle: menu: Compute first_idx when latency_req is known
by Rafael J. Wysocki
· 6 years ago
Next »