aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel/process.c
AgeCommit message (Expand)Author
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2021-12-06ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel
2021-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-09-27ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel
2021-09-27gcc-plugins: arm-ssp: Prepare for THREAD_INFO_IN_TASK supportArd Biesheuvel
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-08-20ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-05-07arm: print alloc free paths for address in registersManinder Singh
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2020-12-15Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-10-25arm: kill dump_task_regs()Al Viro
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-07-27kill unused dump_fpu() instancesAl Viro
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-01-07arm: Implement copy_thread_tlsAmanieu d'Antras
2019-10-31ARM: 8920/1: share get_signal_page from signal.c to process.cBen Dooks (Codethink)
2019-09-24arm: use generic mmap top-down layout and brk randomizationAlexandre Ghiti
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel
2018-08-22mm: zero out the vma in vma_init()Andrew Morton
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds
2018-01-05arm: do not use print_symbol()Sergey Senozhatsky
2017-06-21ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSODmitry Safonov
2017-05-23ARM: 8673/1: Fix __show_regs output timestampsJoe Perches
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-10-11ARM: use simpler API for random address requestsJason Cooper
2016-07-07ARM: save and reset the address limit when entering an exceptionRussell King
2016-06-22ARM: get rid of horrible *(unsigned int *)(regs + 1)Russell King
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby
2015-12-04ARM: report proper DACR value in oops dumpsRussell King
2015-09-14Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-09-09ARM: uaccess: fix undefined instruction on ARMv7M/noMMURussell King
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King
2015-08-26ARM: software-based priviledged-no-access supportRussell King
2015-08-25ARM: 8421/1: smp: Collapse arch_cpu_idle_dead() into cpu_die()Stephen Boyd
2015-08-21ARM: domains: switch to keeping domain value in registerRussell King
2015-04-14Merge branches 'misc', 'vdso' and 'fixes' into for-nextRussell King
2015-04-02ARM: move reboot code to arch/arm/kernel/reboot.cRussell King
2015-04-02ARM: fix broken hibernationRussell King