Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[linux-flexiantxendom0-3.2.10.git] / arch / sh / kernel / idle.c
2012-03-30 Paul Mundtsh: fix up fallout from system.h disintegration.
2012-03-28 David HowellsDisintegrate asm/system.h for SH
2012-03-01 Thomas Gleixnersched/rt: Use schedule_preempt_disabled()
2011-12-11 Frederic Weisbeckernohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_i...
2011-12-11 Frederic Weisbeckernohz: Allow rcu extended quiescent state handling seper...
2011-12-11 Frederic Weisbeckernohz: Separate out irq exit and idle loop dyntick logic
2011-08-08 Paul Mundtsh: Fix up fallout from cpuidle changes.
2011-08-05 David Browncpuidle: Consistent spelling of cpuidle_idle_call()
2011-08-04 Linus TorvaldsMerge branch 'idle-release' of git://git./linux/kernel...
2011-08-03 Len Browncpuidle: stop depending on pm_idle
2011-07-26 Arun Sharmaatomic: use <linux/atomic.h>
2010-04-26 Paul Mundtsh: CPU hotplug support.
2010-04-26 Paul Mundtsh: convert online CPU map twiddling to cpumask.
2010-03-23 Paul Mundtsh: Tidy up a couple of section mismatches.
2010-01-20 Paul Mundtsh: machine_ops based reboot support.
2009-12-21 Paul Mundtsh: Only use bl bit toggling for sleeping idle.
2009-12-21 Paul Mundtsh: Restore bl bit toggling in idle loop.
2009-10-16 Paul Mundtsh: Fix up IRQ re-enabling for the need_resched() case.
2009-10-16 Paul Mundtsh: Make check_pgt_cache() more aggressive while idling.
2009-10-16 Paul Mundtsh: Idle loop chainsawing for SMP-based light sleep.
2009-06-23 Paul Mundtsh: Provide cpu_idle_wait() to fix up cpuidle/SMP build.
2009-04-02 Paul Mundtsh: Wire up ARCH_HAS_DEFAULT_IDLE for cpuidle.
2008-12-22 Paul Mundtsh: Split out the idle loop for reuse between _32/_64...