aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle/cpuidle.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-04cpuidle: Fix last_residency divisionGravatar Shreyas B. Prabhu 1-8/+4
2016-05-18cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter()Gravatar Daniel Lezcano 1-1/+1
2016-04-26cpuidle: Replace ktime_get() with local_clock()Gravatar Daniel Lezcano 1-4/+8
2016-04-09cpuidle: Indicate when a device has been unregisteredGravatar Dave Gerlach 1-0/+2
2016-01-22cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freezeGravatar Sudeep Holla 1-1/+1
2016-01-19sched / idle: Drop default_idle_call() fallback from call_cpuidle()Gravatar Rafael J. Wysocki 1-3/+3
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+4
2015-08-28cpuidle/coupled: Remove redundant 'dev' argument of cpuidle_state_is_coupled()Gravatar Xunlei Pang 1-2/+2
2015-07-21sched/idle: Move latency tracing stop/start calls deeper inside the idle loopGravatar Lucas Stach 1-0/+4
2015-07-09suspend-to-idle: Prevent RCU from complaining about tick_freeze()Gravatar Rafael J. Wysocki 1-2/+7
2015-06-19Merge branches 'pm-sleep' and 'pm-runtime'Gravatar Rafael J. Wysocki 1-0/+2
2015-05-30cpuidle: Do not use CPUIDLE_DRIVER_STATE_START in cpuidle.cGravatar Rafael J. Wysocki 1-3/+3
2015-05-19PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDGravatar Rafael J. Wysocki 1-0/+2
2015-05-14cpuidle: Select a different state on tick_broadcast_enter() failuresGravatar Rafael J. Wysocki 1-5/+15
2015-05-14sched / idle: Call default_idle_call() from cpuidle_enter_state()Gravatar Rafael J. Wysocki 1-1/+3
2015-05-14sched / idle: Call idle_set_state() from cpuidle_enter_state()Gravatar Rafael J. Wysocki 1-0/+6
2015-05-09cpuidle: Fix the kerneldoc comment for cpuidle_enter_state()Gravatar Rafael J. Wysocki 1-1/+1
2015-05-04cpuidle: Check the sign of index in cpuidle_reflect()Gravatar Rafael J. Wysocki 1-1/+1
2015-04-29cpuidle: Run tick_broadcast_exit() with disabled interruptsGravatar Rafael J. Wysocki 1-0/+16
2015-04-03cpuidle: remove state_count field from struct cpuidle_deviceGravatar Bartlomiej Zolnierkiewicz 1-3/+0
2015-03-05cpuidle / sleep: Use broadcast timer for states that stop local timerGravatar Rafael J. Wysocki 1-40/+22
2015-02-28cpuidle / sleep: Do sanity checks in cpuidle_enter_freeze() tooGravatar Rafael J. Wysocki 1-7/+16
2015-02-28idle / sleep: Avoid excessive disabling and enabling interruptsGravatar Rafael J. Wysocki 1-3/+3
2015-02-15PM / sleep: Make it possible to quiesce timers during suspend-to-idleGravatar Rafael J. Wysocki 1-5/+44
2015-02-13PM / sleep: Re-implement suspend-to-idle handlingGravatar Rafael J. Wysocki 1-23/+26
2014-09-24sched: Let the scheduler see CPU idle statesGravatar Daniel Lezcano 1-0/+6
2014-09-19cpuidle: Use wake_up_all_idle_cpus() to wake up all idle cpusGravatar Chuansheng Liu 1-7/+2
2014-07-09cpuidle: move idle traces to cpuidle_enter_state()Gravatar Sandeep Tripathy 1-0/+2
2014-05-07PM / suspend: Always use deepest C-state in the "freeze" sleep stateGravatar Rafael J. Wysocki 1-1/+44
2014-05-01cpuidle: Combine cpuidle_enabled() with cpuidle_select()Gravatar Rafael J. Wysocki 1-20/+6
2014-04-02Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-51/+56
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2014-03-12cpuidle: delay enabling interrupts until all coupled CPUs leave idleGravatar Paul Burton 1-1/+2
2014-03-11cpuidle/idle: Move the cpuidle_idle_call function to idle.cGravatar Daniel Lezcano 1-49/+0
2014-03-11idle/cpuidle: Split cpuidle_idle_call main function into smaller functionsGravatar Daniel Lezcano 1-21/+75
2014-02-07cpuidle: Handle clockevents_notify(BROADCAST_ENTER) failureGravatar Preeti U Murthy 1-6/+8
2013-12-03cpuidle: Check for dev before deregistering it.Gravatar Konrad Rzeszutek Wilk 1-1/+1
2013-10-30cpuidle: don't call poll_idle_init() for every cpuGravatar Viresh Kumar 1-41/+0
2013-10-30cpuidle: replace multiline statements with single line in cpuidle_idle_call()Gravatar Viresh Kumar 1-4/+2
2013-10-30cpuidle: reduce code duplication inside cpuidle_idle_call()Gravatar Viresh Kumar 1-2/+5
2013-10-30cpuidle: merge two if() statements for checking error casesGravatar Viresh Kumar 1-4/+1
2013-10-30cpuidle: rearrange __cpuidle_register_device() to keep minimal exit pointsGravatar Viresh Kumar 1-5/+4
2013-10-30cpuidle: make __cpuidle_device_init() return voidGravatar Viresh Kumar 1-6/+2
2013-10-30cpuidle: Fix comments in cpuidle coreGravatar Viresh Kumar 1-1/+1
2013-07-15cpuidle: Check if device is already registeredGravatar Daniel Lezcano 1-1/+4
2013-07-15cpuidle: Introduce __cpuidle_device_init()Gravatar Daniel Lezcano 1-7/+13
2013-07-15cpuidle: Introduce __cpuidle_unregister_device()Gravatar Daniel Lezcano 1-30/+32
2013-07-15cpuidle: Check cpuidle_enable_device() return valueGravatar Daniel Lezcano 1-8/+9
2013-06-11cpuidle: simplify multiple driver supportGravatar Daniel Lezcano 1-2/+2