aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/idle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-01powerpc/idle: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-04-08powerpc: Use generic idle loopThomas Gleixner1-60/+29
2012-11-15powerpc: Remove no longer used ppc_md.idle_loop()Michael Ellerman1-3/+0
2012-05-08powerpc: Remove unused cpu_idle_wait()Thomas Gleixner1-19/+0
2012-05-08powerpc: Fix broken cpu_idle_wait() implementationThomas Gleixner1-9/+5
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+5
2012-03-09powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt1-1/+5
2012-03-01sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner1-1/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-4/+4
2012-01-11powerpc: Fix RCU idle and hcall tracingAnton Blanchard1-10/+2
2012-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+27
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-8/+7
2011-12-11powerpc: Tell RCU about idle after hcall tracingPaul E. McKenney1-2/+14
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-12-08powerpc/cpuidle: Add cpu_idle_wait() to allow switching of idle routinesDeepthi Dharwar1-0/+27
2010-08-24powerpc: Re-enable preemption before cpu_die()Signed-off-by: Darren Hart1-1/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-1/+1
2009-11-12sysctl powerpc: Remove dead binary sysctl supportEric W. Biederman1-2/+0
2008-11-20powerpc: ftrace, do not latency trace idleSteven Rostedt1-0/+5
2008-09-30powerpc: Fix failure to shutdown with CPU hotplugJohannes Berg1-5/+1
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner1-1/+1
2007-11-08[POWERPC] Fix sysctl table check failure on PowerMacAlexey Dobriyan1-1/+1
2007-10-03[POWERPC] Enable tickless idle and high res timers for powerpcTony Breeds1-0/+3
2007-05-07[POWERPC] powermac: Suspend to disk on G5Johannes Berg1-1/+4
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: C99 convert ctl_tables in arch/powerpc/kernel/idle.cEric W. Biederman1-3/+8
2006-10-25[POWERPC] cell: use ppc_md->power_save instead of cbe_idle_looparnd@arndb.de1-0/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-13[PATCH] powerpc: Ensure runlatch is off in the idle loopAnton Blanchard1-2/+2
2006-03-27powerpc: Unify the 32 and 64 bit idle loopsPaul Mackerras1-0/+122