aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-11Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+2
2014-04-11Merge branches 'fixes' and 'misc' into for-nextRussell King1-1/+2
2014-04-08ARM: add missing system_misc.h include to process.cRussell King1-0/+1
2014-04-07ARM: 8010/1: avoid tracers in soft_restartSebastian Capella1-1/+1
2014-04-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-2/+7
2014-02-11sched/idle, ARM: Remove redundant cpuidle_idle_call()Nicolas Pitre1-11/+5
2014-02-03ARM: show_regs: on v7-M there are no FIQs, different processor modes, ...Uwe Kleine-König1-2/+7
2013-12-09ARM: 7912/1: check stack pointer in get_wchanKonstantin Khlebnikov1-2/+5
2013-08-13Merge branch 'security-fixes' into fixesRussell King1-1/+1
2013-08-07ARM: Fix the world famous typo with is_gate_vma()Russell King1-1/+1
2013-08-03Merge branch 'security-fixes' into fixesRussell King1-4/+5
2013-08-03ARM: fix a cockup in 48be69a02 (ARM: move signal handlers into a vdso-like page)Russell King1-4/+5
2013-08-01Merge branch 'security-fixes' into fixesRussell King1-3/+42
2013-08-01ARM: 7803/1: Fix deadlock scenario with smp_send_stop()Stephen Boyd1-0/+3
2013-08-01ARM: make vectors page inaccessible from userspaceRussell King1-1/+6
2013-08-01ARM: move signal handlers into a vdso-like pageRussell King1-3/+37
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelRobin Holt1-10/+0
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt1-2/+3
2013-07-09reboot: arm: prepare reboot_mode for moving to generic kernel codeRobin Holt1-4/+4
2013-06-29Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King1-1/+3
2013-06-24ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and forkAndré Hentschel1-1/+3
2013-06-17ARM: 7759/1: decouple CPU offlining from reboot/shutdownStephen Warren1-6/+37
2013-05-22ARM: 7727/1: remove the .vm_mm value from gate_vmaSteven Capper1-1/+0
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-6/+7
2013-05-02Merge branch 'cleanup' into for-linusRussell King1-6/+7
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-6/+2
2013-04-08arm: Use generic idle loopThomas Gleixner1-70/+26
2013-04-08arch: Cleanup enable/disable_hltThomas Gleixner1-4/+0
2013-02-23ARM: cleanup gate_vma initializationRussell King1-6/+7
2013-02-17ARM idle: delete pm_idleLen Brown1-9/+4
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