aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-01-07arm: Implement copy_thread_tlsAmanieu d'Antras1-3/+3
2019-10-31ARM: 8920/1: share get_signal_page from signal.c to process.cBen Dooks (Codethink)1-0/+2
2019-09-24arm: use generic mmap top-down layout and brk randomizationAlexandre Ghiti1-5/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+1
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel1-1/+5
2018-08-22mm: zero out the vma in vma_init()Andrew Morton1-5/+4
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov1-0/+1
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds1-1/+1
2018-01-05arm: do not use print_symbol()Sergey Senozhatsky1-3/+2
2017-06-21ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSODmitry Safonov1-0/+8
2017-05-23ARM: 8673/1: Fix __show_regs output timestampsJoe Perches1-4/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2016-10-11ARM: use simpler API for random address requestsJason Cooper1-2/+1
2016-07-07ARM: save and reset the address limit when entering an exceptionRussell King1-4/+8
2016-06-22ARM: get rid of horrible *(unsigned int *)(regs + 1)Russell King1-1/+1
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko1-1/+2
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby1-2/+2
2015-12-04ARM: report proper DACR value in oops dumpsRussell King1-15/+18
2015-09-14Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+2
2015-09-09ARM: uaccess: fix undefined instruction on ARMv7M/noMMURussell King1-0/+2
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linusRussell King1-16/+40
2015-08-26ARM: software-based priviledged-no-access supportRussell King1-6/+30
2015-08-25ARM: 8421/1: smp: Collapse arch_cpu_idle_dead() into cpu_die()Stephen Boyd1-7/+0
2015-08-21ARM: domains: switch to keeping domain value in registerRussell King1-3/+10
2015-04-14Merge branches 'misc', 'vdso' and 'fixes' into for-nextRussell King1-3/+13
2015-04-02ARM: move reboot code to arch/arm/kernel/reboot.cRussell King1-148/+1
2015-04-02ARM: fix broken hibernationRussell King1-2/+8
2015-03-27ARM: 8331/1: VDSO initialization, mapping, and synchronizationNathan Lynch1-3/+14
2014-12-03ARM: 8241/1: Update processor_modes for hyp and monitor modeStephen Boyd1-2/+2
2014-10-10Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-7/+5
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King1-9/+54
2014-09-26ARM: 8155/1: place sigpage at a random offset above stackNathan Lynch1-1/+36
2014-09-26ARM: 8154/1: use _install_special_mapping for sigpageNathan Lynch1-8/+16
2014-09-26arm/arm64: unexport restart handlersGuenter Roeck1-1/+0
2014-09-26arm: support restart through restart handler call chainGuenter Roeck1-6/+5
2014-09-18ARM: remove extraneous newline in show_regs()Russell King1-1/+0
2014-09-16ARM: 8148/1: flush TLS and thumbee register state during execNathan Lynch1-0/+2
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