summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/cpuidle.c
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: Fix idle time trackingPeter Zijlstra2017-05-151-0/+1
* cpuidle: check dev before usage in cpuidle_use_deepest_state()Li, Fei2017-05-011-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* cpuidle: Add a kerneldoc comment to cpuidle_use_deepest_state()Rafael J. Wysocki2016-12-061-1/+7
* cpuidle: Allow enforcing deepest idle state selectionJacob Pan2016-11-291-1/+12
* cpuidle: Fix last_residency divisionShreyas B. Prabhu2016-07-041-8/+4
* cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter()Daniel Lezcano2016-05-181-1/+1
* cpuidle: Replace ktime_get() with local_clock()Daniel Lezcano2016-04-261-4/+8
* cpuidle: Indicate when a device has been unregisteredDave Gerlach2016-04-091-0/+2
* cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freezeSudeep Holla2016-01-221-1/+1
* sched / idle: Drop default_idle_call() fallback from call_cpuidle()Rafael J. Wysocki2016-01-191-3/+3
* Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-011-2/+2
|\
| * cpuidle/coupled: Remove redundant 'dev' argument of cpuidle_state_is_coupled()Xunlei Pang2015-08-281-2/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-311-0/+4
|\ \ | |/ |/|
| * sched/idle: Move latency tracing stop/start calls deeper inside the idle loopLucas Stach2015-07-211-0/+4
* | suspend-to-idle: Prevent RCU from complaining about tick_freeze()Rafael J. Wysocki2015-07-091-2/+7
|/
*-. Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki2015-06-191-0/+2
|\ \
| * | PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDRafael J. Wysocki2015-05-191-0/+2
| |/
* | cpuidle: Do not use CPUIDLE_DRIVER_STATE_START in cpuidle.cRafael J. Wysocki2015-05-301-3/+3
* | cpuidle: Select a different state on tick_broadcast_enter() failuresRafael J. Wysocki2015-05-141-5/+15
* | sched / idle: Call default_idle_call() from cpuidle_enter_state()Rafael J. Wysocki2015-05-141-1/+3
* | sched / idle: Call idle_set_state() from cpuidle_enter_state()Rafael J. Wysocki2015-05-141-0/+6
* | cpuidle: Fix the kerneldoc comment for cpuidle_enter_state()Rafael J. Wysocki2015-05-091-1/+1
* | cpuidle: Check the sign of index in cpuidle_reflect()Rafael J. Wysocki2015-05-041-1/+1
|/
* cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki2015-04-291-0/+16
* cpuidle: remove state_count field from struct cpuidle_deviceBartlomiej Zolnierkiewicz2015-04-031-3/+0
* cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki2015-03-051-40/+22
* cpuidle / sleep: Do sanity checks in cpuidle_enter_freeze() tooRafael J. Wysocki2015-02-281-7/+16
* idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki2015-02-281-3/+3
* PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki2015-02-151-5/+44
* PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki2015-02-131-23/+26
* sched: Let the scheduler see CPU idle statesDaniel Lezcano2014-09-241-0/+6
* cpuidle: Use wake_up_all_idle_cpus() to wake up all idle cpusChuansheng Liu2014-09-191-7/+2
* cpuidle: move idle traces to cpuidle_enter_state()Sandeep Tripathy2014-07-091-0/+2
* PM / suspend: Always use deepest C-state in the "freeze" sleep stateRafael J. Wysocki2014-05-071-1/+44
* cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki2014-05-011-20/+6
* Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-021-51/+56
|\
| * cpuidle/idle: Move the cpuidle_idle_call function to idle.cDaniel Lezcano2014-03-111-49/+0
| * idle/cpuidle: Split cpuidle_idle_call main function into smaller functionsDaniel Lezcano2014-03-111-21/+75
* | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-011-1/+2
|\ \ | |/ |/|
| * cpuidle: delay enabling interrupts until all coupled CPUs leave idlePaul Burton2014-03-121-1/+2
* | cpuidle: Handle clockevents_notify(BROADCAST_ENTER) failurePreeti U Murthy2014-02-071-6/+8
|/
* cpuidle: Check for dev before deregistering it.Konrad Rzeszutek Wilk2013-12-031-1/+1
* cpuidle: don't call poll_idle_init() for every cpuViresh Kumar2013-10-301-41/+0
* cpuidle: replace multiline statements with single line in cpuidle_idle_call()Viresh Kumar2013-10-301-4/+2
* cpuidle: reduce code duplication inside cpuidle_idle_call()Viresh Kumar2013-10-301-2/+5
* cpuidle: merge two if() statements for checking error casesViresh Kumar2013-10-301-4/+1
* cpuidle: rearrange __cpuidle_register_device() to keep minimal exit pointsViresh Kumar2013-10-301-5/+4
* cpuidle: make __cpuidle_device_init() return voidViresh Kumar2013-10-301-6/+2
* cpuidle: Fix comments in cpuidle coreViresh Kumar2013-10-301-1/+1
OpenPOWER on IntegriCloud