aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31ARM: 7466/1: disable interrupt before spinning endlesslyShawn Guo1-0/+2
2012-05-08arm: Remove unused cpu_idle_wait()Thomas Gleixner1-20/+0
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-9/+27
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+0
2012-03-27Merge branch 'devel-stable' into for-linusRussell King1-11/+16
2012-03-24ARM: 7294/1: vectors: use gate_vma for vectors user mappingWill Deacon1-10/+28
2012-03-23Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-11/+16
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-2/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2012-01-20ARM: substitute arch_idle()Nicolas Pitre1-3/+1
2012-01-20ARM: clean up idle handlersNicolas Pitre1-8/+15
2012-01-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-23/+54
2012-01-05Merge branch 'restart' into for-linusRussell King1-8/+2
2012-01-05ARM: restart: remove the now empty arch_reset()Russell King1-8/+2
2012-01-05Merge branch 'restart-cleanup' into restartRussell King1-0/+3
2011-12-12ARM: reset: implement soft_restart for jumping to a physical addressWill Deacon1-10/+40
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-12-05Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stableRussell King1-0/+3
2011-11-21ARM: 7161/1: errata: no automatic store buffer drainWill Deacon1-0/+3
2011-11-21ARM: restart: only perform setup for restart when soft-restartingRussell King1-2/+11
2011-11-10ARM: restart: remove argument to setup_mm_for_reboot()Russell King1-2/+2
2011-11-10ARM: restart: move reboot failure handing into machine_restart()Russell King1-11/+9
2011-10-31arm: convert core files from module.h to export.hPaul Gortmaker1-1/+1
2011-10-17ARM: 7068/1: process: change from __backtrace to dump_stack in show_regsLaura Abbott1-1/+1
2011-08-04cpuidle: Consistent spelling of cpuidle_idle_call()David Brown1-1/+1
2011-08-03cpuidle: stop depending on pm_idleLen Brown1-1/+3
2011-04-10ARM: 6867/1: Introduce THREAD_NOTIFY_COPY for copy_thread() hooksCatalin Marinas1-0/+2
2011-01-11ARM: 6619/1: nommu: avoid mapping vectors page when !CONFIG_MMUWill Deacon1-0/+2
2010-10-19Merge branch 'devel-stable' into develRussell King1-0/+21
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into develRussell King1-0/+24
2010-10-08ARM: 6428/1: add cpu_idle_wait() to support CPUidle on SMP systems.Kevin Hilman1-0/+19
2010-10-01ARM: add a vma entry for the user accessible vector pageNicolas Pitre1-0/+21
2010-09-08ARM: 6357/1: hw-breakpoint: add new ptrace requests for hw-breakpoint interactionWill Deacon1-0/+5
2010-07-31Merge branch 'devel-stable' into develRussell King1-0/+13
2010-07-27ARM: call machine_shutdown() from machine_halt(), etcRussell King1-1/+11
2010-07-27ARM: Factor out common code from cpu_proc_fin()Russell King1-4/+13
2010-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion into devel-stableRussell King1-9/+14
2010-07-10ARM: lockdep: fix unannotated irqs-onRussell King1-9/+14
2010-06-14ARM: initial stack protector (-fstack-protector) supportNicolas Pitre1-0/+6
2010-06-14[ARM] implement arch_randomize_brk()Nicolas Pitre1-0/+7
2010-04-21ARM: fix build error in arch/arm/kernel/process.cRussell King1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-01-08ARM: 5868/1: ARM: fix "BUG: using smp_processor_id() in preemptible code"Rabin Vincent1-1/+2
2009-12-18ARM: Convert VFP/Crunch/XscaleCP thread_release() to exit_thread()Russell King1-7/+5
2009-10-14ARM: 5759/1: Add register information of threads to coredumpArtem Bityutskiy1-0/+9
2009-07-24Thumb-2: Implementation of the unified start-up and exceptions codeCatalin Marinas1-1/+1
2009-06-22[ARM] idle: clean up pm_idle calling, obey hlt_counterRussell King1-26/+32