aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-5/+6
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28arm: switch to generic fork/vfork/cloneAl Viro1-5/+6
2012-11-13ARM: 7574/1: kernel/process.c: include idmap.h instead of redeclaring setup_mm_for_reboot()Nicolas Pitre1-2/+1
2012-10-18ARM: 7544/1: Add BUG_ON when hlt counter is wrongly usedfwu1-0/+1
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-3/+2
2012-10-12arm: switch to saner kernel_execve() semanticsAl Viro1-3/+2
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-62/+13
2012-09-30arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]Al Viro1-62/+13
2012-08-13Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/driversArnd Bergmann1-3/+3
2012-08-01ARM: use new LEDS CPU trigger stub to replace old oneBryan Wu1-3/+3
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