summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7912/1: check stack pointer in get_wchanKonstantin Khlebnikov2013-12-091-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/+0
* 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/+0
|/
* 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-04-301-6/+2
* | | arm: Use generic idle loopThomas Gleixner2013-04-081-70/+26
* | | arch: Cleanup enable/disable_hltThomas Gleixner2013-04-081-4/+0
|/ /
* | ARM idle: delete pm_idleLen Brown2013-02-171-9/+4
|/
* 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-281-1/+1
| * arm: switch to generic fork/vfork/cloneAl Viro2012-11-281-5/+6
* | ARM: 7574/1: kernel/process.c: include idmap.h instead of redeclaring setup_m...Nicolas Pitre2012-11-131-2/+1
* | 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/+2
|\
| * arm: switch to saner kernel_execve() semanticsAl Viro2012-10-121-3/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-62/+13
|\ \ | |/
| * arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]Al Viro2012-09-301-62/+13
* | 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
* | ARM: 7466/1: disable interrupt before spinning endlesslyShawn Guo2012-07-311-0/+2
|/
* arm: Remove unused cpu_idle_wait()Thomas Gleixner2012-05-081-20/+0
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-9/+27
|\
| * Merge branch 'devel-stable' into for-linusRussell King2012-03-271-11/+16
| |\
| * | ARM: 7294/1: vectors: use gate_vma for vectors user mappingWill Deacon2012-03-241-10/+28
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\ \ \
| * | | Disintegrate asm/system.h for ARMDavid Howells2012-03-281-1/+0
* | | | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-231-11/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | ARM: substitute arch_idle()Nicolas Pitre2012-01-201-3/+1
| * | | ARM: clean up idle handlersNicolas Pitre2012-01-201-8/+15
| | |/ | |/|
* | | coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-231-2/+1
| |/ |/|
* | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds2012-01-061-23/+54
|\
| * Merge branch 'restart' into for-linusRussell King2012-01-051-8/+2
| |\
| | * ARM: restart: remove the now empty arch_reset()Russell King2012-01-051-8/+2
| | * Merge branch 'restart-cleanup' into restartRussell King2012-01-051-0/+3
| | |\
OpenPOWER on IntegriCloud