index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sh
/
kernel
/
idle.c
Age
Commit message (
Expand
)
Author
2023-06-16
sh/cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
2023-03-08
sched/idle: Mark arch_cpu_idle_dead() __noreturn
Josh Poimboeuf
2023-03-08
sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition
Josh Poimboeuf
2023-01-13
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2018-12-28
sh: kernel: convert to SPDX identifiers
Kuninori Morimoto
2014-02-11
sched/idle, SH: Remove redundant cpuidle_idle_call()
Nicolas Pitre
2013-04-08
sh: Use generic idle loop
Thomas Gleixner
2013-02-17
sh idle: rename global pm_idle to static sh_idle
Len Brown
2012-05-08
sh: Remove cpu_idle_wait()
Thomas Gleixner
2012-03-30
sh: fix up fallout from system.h disintegration.
Paul Mundt
2012-03-28
Disintegrate asm/system.h for SH
David Howells
2012-03-01
sched/rt: Use schedule_preempt_disabled()
Thomas Gleixner
2011-12-11
nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()
Frederic Weisbecker
2011-12-11
nohz: Allow rcu extended quiescent state handling seperately from tick stop
Frederic Weisbecker
2011-12-11
nohz: Separate out irq exit and idle loop dyntick logic
Frederic Weisbecker
2011-08-08
sh: Fix up fallout from cpuidle changes.
Paul Mundt
2011-08-04
cpuidle: Consistent spelling of cpuidle_idle_call()
David Brown
2011-08-03
Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2011-08-03
cpuidle: stop depending on pm_idle
Len Brown
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
2010-04-26
sh: CPU hotplug support.
Paul Mundt
2010-04-26
sh: convert online CPU map twiddling to cpumask.
Paul Mundt
2010-03-23
sh: Tidy up a couple of section mismatches.
Paul Mundt
2010-01-20
sh: machine_ops based reboot support.
Paul Mundt
2009-12-21
sh: Only use bl bit toggling for sleeping idle.
Paul Mundt
2009-12-21
sh: Restore bl bit toggling in idle loop.
Paul Mundt
2009-10-16
sh: Fix up IRQ re-enabling for the need_resched() case.
Paul Mundt
2009-10-16
sh: Make check_pgt_cache() more aggressive while idling.
Paul Mundt
2009-10-16
sh: Idle loop chainsawing for SMP-based light sleep.
Paul Mundt
2009-06-23
sh: Provide cpu_idle_wait() to fix up cpuidle/SMP build.
Paul Mundt
2009-04-02
sh: Wire up ARCH_HAS_DEFAULT_IDLE for cpuidle.
Paul Mundt
2008-12-22
sh: Split out the idle loop for reuse between _32/_64 variants.
Paul Mundt