aboutsummaryrefslogtreecommitdiff
path: root/kernel/cpu/idle.c
Commit message (Expand)AuthorAgeFilesLines
* idle: Implement a per-cpu idle-polling modeVikram Mulukutla2014-11-121-2/+25
* idle: exit the cpu_idle_poll loop if cpu_idle_force_poll is clearedVikram Mulukutla2014-11-121-1/+1
* idle: Add a memory barrier after setting cpu_idle_force_pollVikram Mulukutla2014-11-121-0/+3
* Revert "idle: Move arch_cpu_idle_enter/exit outside tick_nohz_idle_enter/exit"Junjie Wu2014-10-071-2/+2
* idle: Move arch_cpu_idle_enter/exit outside tick_nohz_idle_enter/exitJunjie Wu2014-08-131-2/+2
* Merge upstream linux-stable v3.10.28 into msm-3.10Ian Maund2014-03-241-5/+4
|\
| * sched, idle: Fix the idle polling state logicPeter Zijlstra2013-11-291-5/+4
* | msm: arm: make nohlt readableNeil Leeder2013-09-041-1/+1
* | ARM: Fix negative idle stats for offline cpuTaniya Das2013-07-081-3/+3
|/
* idle: Enable interrupts in the weak arch_cpu_idle() implementationJames Bottomley2013-06-141-0/+1
* idle: Add the stack canary init to cpu_startup_entry()Thomas Gleixner2013-06-111-0/+16
* rcu/idle: Wrap cpu-idle poll mode within rcu_idle_enter/exitSrivatsa S. Bhat2013-05-141-0/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-1/+10
* idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-8/+0
* idle: Implement generic idle functionThomas Gleixner2013-04-081-0/+105
* idle: Provide a generic entry point for the idle codeThomas Gleixner2013-04-081-0/+10