summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/idle.c
Commit message (Expand)AuthorAgeFilesLines
* sh: kernel: convert to SPDX identifiersKuninori Morimoto2018-12-281-4/+1
* sched/idle, SH: Remove redundant cpuidle_idle_call()Nicolas Pitre2014-02-111-3/+1
* sh: Use generic idle loopThomas Gleixner2013-04-081-90/+11
* sh idle: rename global pm_idle to static sh_idleLen Brown2013-02-171-6/+6
* sh: Remove cpu_idle_wait()Thomas Gleixner2012-05-081-20/+0
* sh: fix up fallout from system.h disintegration.Paul Mundt2012-03-301-1/+1
* Disintegrate asm/system.h for SHDavid Howells2012-03-281-1/+1
* sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1
* nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4
* nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-2/+2
* nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-2/+2
* sh: Fix up fallout from cpuidle changes.Paul Mundt2011-08-081-1/+1
* cpuidle: Consistent spelling of cpuidle_idle_call()David Brown2011-08-041-1/+1
* Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-031-2/+4
|\
| * cpuidle: stop depending on pm_idleLen Brown2011-08-031-2/+4
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
|/
* sh: CPU hotplug support.Paul Mundt2010-04-261-1/+5
* sh: convert online CPU map twiddling to cpumask.Paul Mundt2010-04-261-1/+1
* sh: Tidy up a couple of section mismatches.Paul Mundt2010-03-231-1/+1
* sh: machine_ops based reboot support.Paul Mundt2010-01-201-3/+11
* sh: Only use bl bit toggling for sleeping idle.Paul Mundt2009-12-211-2/+2
* sh: Restore bl bit toggling in idle loop.Paul Mundt2009-12-211-0/+2
* sh: Fix up IRQ re-enabling for the need_resched() case.Paul Mundt2009-10-161-1/+2
* sh: Make check_pgt_cache() more aggressive while idling.Paul Mundt2009-10-161-1/+3
* sh: Idle loop chainsawing for SMP-based light sleep.Paul Mundt2009-10-161-16/+57
* sh: Provide cpu_idle_wait() to fix up cpuidle/SMP build.Paul Mundt2009-06-231-1/+22
* sh: Wire up ARCH_HAS_DEFAULT_IDLE for cpuidle.Paul Mundt2009-04-021-1/+1
* sh: Split out the idle loop for reuse between _32/_64 variants.Paul Mundt2008-12-221-0/+81