aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/idle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2018-12-28sh: kernel: convert to SPDX identifiersKuninori Morimoto1-4/+1
2014-02-11sched/idle, SH: Remove redundant cpuidle_idle_call()Nicolas Pitre1-3/+1
2013-04-08sh: Use generic idle loopThomas Gleixner1-90/+11
2013-02-17sh idle: rename global pm_idle to static sh_idleLen Brown1-6/+6
2012-05-08sh: Remove cpu_idle_wait()Thomas Gleixner1-20/+0
2012-03-30sh: fix up fallout from system.h disintegration.Paul Mundt1-1/+1
2012-03-28Disintegrate asm/system.h for SHDavid Howells1-1/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
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-08-08sh: Fix up fallout from cpuidle changes.Paul Mundt1-1/+1
2011-08-04cpuidle: Consistent spelling of cpuidle_idle_call()David Brown1-1/+1
2011-08-03Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6Linus Torvalds1-2/+4
2011-08-03cpuidle: stop depending on pm_idleLen Brown1-2/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-04-26sh: CPU hotplug support.Paul Mundt1-1/+5
2010-04-26sh: convert online CPU map twiddling to cpumask.Paul Mundt1-1/+1
2010-03-23sh: Tidy up a couple of section mismatches.Paul Mundt1-1/+1
2010-01-20sh: machine_ops based reboot support.Paul Mundt1-3/+11
2009-12-21sh: Only use bl bit toggling for sleeping idle.Paul Mundt1-2/+2
2009-12-21sh: Restore bl bit toggling in idle loop.Paul Mundt1-0/+2
2009-10-16sh: Fix up IRQ re-enabling for the need_resched() case.Paul Mundt1-1/+2
2009-10-16sh: Make check_pgt_cache() more aggressive while idling.Paul Mundt1-1/+3
2009-10-16sh: Idle loop chainsawing for SMP-based light sleep.Paul Mundt1-16/+57
2009-06-23sh: Provide cpu_idle_wait() to fix up cpuidle/SMP build.Paul Mundt1-1/+22
2009-04-02sh: Wire up ARCH_HAS_DEFAULT_IDLE for cpuidle.Paul Mundt1-1/+1
2008-12-22sh: Split out the idle loop for reuse between _32/_64 variants.Paul Mundt1-0/+81