summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: 8241/1: Update processor_modes for hyp and monitor modeStephen Boyd2014-12-031-2/+2
* Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-101-7/+5Star
|\
| * arm/arm64: unexport restart handlersGuenter Roeck2014-09-261-1/+0Star
| * arm: support restart through restart handler call chainGuenter Roeck2014-09-261-6/+5Star
| |
| \
*-. \ Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell King2014-10-021-9/+54
|\ \ \
| | * | ARM: 8155/1: place sigpage at a random offset above stackNathan Lynch2014-09-261-1/+36
| | * | ARM: 8154/1: use _install_special_mapping for sigpageNathan Lynch2014-09-261-8/+16
| | |/
| * / ARM: 8148/1: flush TLS and thumbee register state during execNathan Lynch2014-09-161-0/+2
| |/
* / ARM: remove extraneous newline in show_regs()Russell King2014-09-181-1/+0Star
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-04-111-1/+2
|\
| *-. Merge branches 'fixes' and 'misc' into for-nextRussell King2014-04-111-1/+2
| |\ \
| | | * ARM: add missing system_misc.h include to process.cRussell King2014-04-081-0/+1
| | * | ARM: 8010/1: avoid tracers in soft_restartSebastian Capella2014-04-071-1/+1
| | |/
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-04-051-2/+7
|\| |
| * | ARM: show_regs: on v7-M there are no FIQs, different processor modes, ...Uwe Kleine-König2014-02-031-2/+7
| |/
* / sched/idle, ARM: Remove redundant cpuidle_idle_call()Nicolas Pitre2014-02-111-11/+5Star
|/
* ARM: 7912/1: check stack pointer in get_wchanKonstantin Khlebnikov2013-12-101-2/+5
* Merge branch 'security-fixes' into fixesRussell King2013-08-131-1/+1
|\
| * ARM: Fix the world famous typo with is_gate_vma()Russell King2013-08-071-1/+1
* | Merge branch 'security-fixes' into fixesRussell King2013-08-031-4/+5
|\|
| * ARM: fix a cockup in 48be69a02 (ARM: move signal handlers into a vdso-like page)Russell King2013-08-031-4/+5
* | Merge branch 'security-fixes' into fixesRussell King2013-08-011-3/+42
|\|
| * ARM: make vectors page inaccessible from userspaceRussell King2013-08-011-1/+6
| * ARM: move signal handlers into a vdso-like pageRussell King2013-08-011-3/+37
* | ARM: 7803/1: Fix deadlock scenario with smp_send_stop()Stephen Boyd2013-08-011-0/+3
|/
* reboot: move arch/x86 reboot= handling to generic kernelRobin Holt2013-07-091-10/+0Star
* reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-091-2/+3
* reboot: arm: prepare reboot_mode for moving to generic kernel codeRobin Holt2013-07-091-4/+4
*---. Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King2013-06-291-1/+3
|\ \ \
| | * | ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and forkAndré Hentschel2013-06-241-1/+3
| | |/
* | / ARM: 7759/1: decouple CPU offlining from reboot/shutdownStephen Warren2013-06-171-6/+37
|/ /
* / ARM: 7727/1: remove the .vm_mm value from gate_vmaSteven Capper2013-05-221-1/+0Star
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-05-031-6/+7
|\
| * Merge branch 'cleanup' into for-linusRussell King2013-05-021-6/+7
| |\
| | * ARM: cleanup gate_vma initializationRussell King2013-02-231-6/+7
* | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-6/+2Star
* | | arm: Use generic idle loopThomas Gleixner2013-04-081-70/+26Star
* | | arch: Cleanup enable/disable_hltThomas Gleixner2013-04-081-4/+0Star
|/ /
* / ARM idle: delete pm_idleLen Brown2013-02-181-9/+4Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-121-5/+6
|\
| * flagday: don't pass regs to copy_thread()Al Viro2012-11-291-1/+1
| * arm: switch to generic fork/vfork/cloneAl Viro2012-11-291-5/+6
* | ARM: 7574/1: kernel/process.c: include idmap.h instead of redeclaring setup_m...Nicolas Pitre2012-11-131-2/+1Star
* | ARM: 7544/1: Add BUG_ON when hlt counter is wrongly usedfwu2012-10-181-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-3/+2Star
|\
| * arm: switch to saner kernel_execve() semanticsAl Viro2012-10-121-3/+2Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-62/+13Star
|\|
| * arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]Al Viro2012-10-011-62/+13Star
* | Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Arnd Bergmann2012-08-131-3/+3
|\ \ | |/ |/|
| * ARM: use new LEDS CPU trigger stub to replace old oneBryan Wu2012-08-011-3/+3