summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/process.c
AgeCommit message (Expand)AuthorLines
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster-1/+1
2023-05-17ARM: kernel: Get rid of thread_info::used_cp[] arrayArd Biesheuvel-1/+0
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra-1/+0
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-1/+1
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+0
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-1/+1
2022-09-22ARM: 9224/1: Dump the stack traces based on the parameter 'regs' of show_regs()Zhen Lei-1/+1
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-4/+0
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman-2/+5
2021-12-06ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel-1/+6
2021-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-4/+4
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-3/+1
2021-09-27ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel-0/+4
2021-09-27gcc-plugins: arm-ssp: Prepare for THREAD_INFO_IN_TASK supportArd Biesheuvel-4/+0
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-6/+1
2021-08-20ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann-6/+1
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan-2/+0
2021-06-18sched: Introduce task_is_running()Peter Zijlstra-1/+1
2021-05-07arm: print alloc free paths for address in registersManinder Singh-0/+11
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe-1/+1
2020-12-15Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+0
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra-1/+1
2020-10-25arm: kill dump_task_regs()Al Viro-9/+0
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-15/+0
2020-07-27kill unused dump_fpu() instancesAl Viro-15/+0
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-3/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-2/+2
2020-01-07arm: Implement copy_thread_tlsAmanieu d'Antras-3/+3
2019-10-31ARM: 8920/1: share get_signal_page from signal.c to process.cBen Dooks (Codethink)-0/+2
2019-09-24arm: use generic mmap top-down layout and brk randomizationAlexandre Ghiti-5/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds-1/+1
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel-1/+5
2018-08-22mm: zero out the vma in vma_init()Andrew Morton-5/+4
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov-0/+1
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds-1/+1
2018-01-05arm: do not use print_symbol()Sergey Senozhatsky-3/+2
2017-06-21ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSODmitry Safonov-0/+8
2017-05-23ARM: 8673/1: Fix __show_regs output timestampsJoe Perches-4/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-10-11ARM: use simpler API for random address requestsJason Cooper-2/+1
2016-07-07ARM: save and reset the address limit when entering an exceptionRussell King-4/+8
2016-06-22ARM: get rid of horrible *(unsigned int *)(regs + 1)Russell King-1/+1
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko-1/+2