aboutsummaryrefslogtreecommitdiff
path: root/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2013-09-25sched: Add NEED_RESCHED to the preempt_countGravatar Peter Zijlstra 1-0/+7
2013-09-25sched, idle: Fix the idle polling state logicGravatar Peter Zijlstra 1-5/+4
2013-06-14idle: Enable interrupts in the weak arch_cpu_idle() implementationGravatar James Bottomley 1-0/+1
2013-06-11idle: Add the stack canary init to cpu_startup_entry()Gravatar Thomas Gleixner 1-0/+16
2013-05-14rcu/idle: Wrap cpu-idle poll mode within rcu_idle_enter/exitGravatar Srivatsa S. Bhat 1-0/+2
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+10
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchGravatar Thomas Gleixner 1-8/+0
2013-04-08idle: Implement generic idle functionGravatar Thomas Gleixner 1-0/+105
2013-04-08idle: Provide a generic entry point for the idle codeGravatar Thomas Gleixner 2-0/+11