index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpuidle
/
cpuidle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-23
Merge branch 'intel_idle+acpi'
Rafael J. Wysocki
1
-1
/
+5
2020-01-23
cpuidle: fix cpuidle_find_deepest_state() kerneldoc warnings
Benjamin Gaignard
1
-0
/
+3
2019-12-27
cpuidle: Allow idle states to be disabled by default
Rafael J. Wysocki
1
-1
/
+5
2019-12-12
cpuidle: Drop unnecessary type cast in cpuidle_poll_time()
Rafael J. Wysocki
1
-1
/
+1
2019-12-09
cpuidle: use first valid target residency as poll time
Marcelo Tosatti
1
-0
/
+1
2019-11-29
cpuidle: Drop disabled field from struct cpuidle_state
Rafael J. Wysocki
1
-1
/
+1
2019-11-20
cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()
Daniel Lezcano
1
-2
/
+3
2019-11-20
cpuidle: Allow idle injection to apply exit latency limit
Daniel Lezcano
1
-6
/
+7
2019-11-11
cpuidle: Use nanoseconds as the unit of time
Rafael J. Wysocki
1
-19
/
+17
2019-11-06
cpuidle: Consolidate disabled state checks
Rafael J. Wysocki
1
-11
/
+13
2019-07-30
cpuidle: add poll_limit_ns to cpuidle_device structure
Marcelo Tosatti
1
-0
/
+30
2019-04-10
cpuidle: Export the next timer expiration for CPUs
Ulf Hansson
1
-2
/
+17
2018-12-12
cpuidle: Add 'above' and 'below' idle state metrics
Rafael J. Wysocki
1
-1
/
+30
2018-12-11
cpuidle: Add cpuidle.governor= command line parameter
Rafael J. Wysocki
1
-0
/
+1
2018-09-18
cpuidle: enter_state: Don't needlessly calculate diff time
Fieah Lim
1
-8
/
+8
2018-04-06
cpuidle: Return nohz hint from cpuidle_select()
Rafael J. Wysocki
1
-2
/
+8
2018-03-29
PM: cpuidle/suspend: Add s2idle usage and time state attributes
Rafael J. Wysocki
1
-0
/
+9
2017-11-08
cpuidle: Avoid assignment in if () argument
Gaurav Jindal
1
-3
/
+5
2017-11-08
cpuidle: Clean up cpuidle_enable_device() error handling a bit
Gaurav Jindal
1
-1
/
+4
2017-09-28
cpuidle: fix broadcast control when broadcast can not be entered
Nicholas Piggin
1
-0
/
+1
2017-08-11
PM / s2idle: Rename ->enter_freeze to ->enter_s2idle
Rafael J. Wysocki
1
-9
/
+9
2017-05-15
cpuidle: Fix idle time tracking
Peter Zijlstra
1
-0
/
+1
2017-05-01
cpuidle: check dev before usage in cpuidle_use_deepest_state()
Li, Fei
1
-1
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-12-06
cpuidle: Add a kerneldoc comment to cpuidle_use_deepest_state()
Rafael J. Wysocki
1
-1
/
+7
2016-11-29
cpuidle: Allow enforcing deepest idle state selection
Jacob Pan
1
-1
/
+12
2016-07-04
cpuidle: Fix last_residency division
Shreyas B. Prabhu
1
-8
/
+4
2016-05-18
cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter()
Daniel Lezcano
1
-1
/
+1
2016-04-26
cpuidle: Replace ktime_get() with local_clock()
Daniel Lezcano
1
-4
/
+8
2016-04-09
cpuidle: Indicate when a device has been unregistered
Dave Gerlach
1
-0
/
+2
2016-01-22
cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freeze
Sudeep Holla
1
-1
/
+1
2016-01-19
sched / idle: Drop default_idle_call() fallback from call_cpuidle()
Rafael J. Wysocki
1
-3
/
+3
2015-09-01
Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2015-08-31
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+4
2015-08-28
cpuidle/coupled: Remove redundant 'dev' argument of cpuidle_state_is_coupled()
Xunlei Pang
1
-2
/
+2
2015-07-21
sched/idle: Move latency tracing stop/start calls deeper inside the idle loop
Lucas Stach
1
-0
/
+4
2015-07-09
suspend-to-idle: Prevent RCU from complaining about tick_freeze()
Rafael J. Wysocki
1
-2
/
+7
2015-06-19
Merge branches 'pm-sleep' and 'pm-runtime'
Rafael J. Wysocki
1
-0
/
+2
2015-05-30
cpuidle: Do not use CPUIDLE_DRIVER_STATE_START in cpuidle.c
Rafael J. Wysocki
1
-3
/
+3
2015-05-19
PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPEND
Rafael J. Wysocki
1
-0
/
+2
2015-05-14
cpuidle: Select a different state on tick_broadcast_enter() failures
Rafael J. Wysocki
1
-5
/
+15
2015-05-14
sched / idle: Call default_idle_call() from cpuidle_enter_state()
Rafael J. Wysocki
1
-1
/
+3
2015-05-14
sched / idle: Call idle_set_state() from cpuidle_enter_state()
Rafael J. Wysocki
1
-0
/
+6
2015-05-09
cpuidle: Fix the kerneldoc comment for cpuidle_enter_state()
Rafael J. Wysocki
1
-1
/
+1
2015-05-04
cpuidle: Check the sign of index in cpuidle_reflect()
Rafael J. Wysocki
1
-1
/
+1
2015-04-29
cpuidle: Run tick_broadcast_exit() with disabled interrupts
Rafael J. Wysocki
1
-0
/
+16
2015-04-03
cpuidle: remove state_count field from struct cpuidle_device
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2015-03-05
cpuidle / sleep: Use broadcast timer for states that stop local timer
Rafael J. Wysocki
1
-40
/
+22
2015-02-28
cpuidle / sleep: Do sanity checks in cpuidle_enter_freeze() too
Rafael J. Wysocki
1
-7
/
+16
2015-02-28
idle / sleep: Avoid excessive disabling and enabling interrupts
Rafael J. Wysocki
1
-3
/
+3
[next]