summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-1/+0
|/
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-4/+0
|\ \ | |/ |/|
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-4/+0
* | ARM: 9224/1: Dump the stack traces based on the parameter 'regs' of show_regs()Zhen Lei2022-09-221-1/+1
|/
* fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
* fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
* ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel2021-12-061-1/+6
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-11-021-4/+4
|\
| * ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel2021-09-271-0/+4
| * gcc-plugins: arm-ssp: Prepare for THREAD_INFO_IN_TASK supportArd Biesheuvel2021-09-271-4/+0
* | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-3/+1
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-09-091-6/+1
|\
| * ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann2021-08-201-6/+1
* | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-2/+0
|/
* sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
* arm: print alloc free paths for address in registersManinder Singh2021-05-071-0/+11
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-151-9/+0
|\
| * arm: kill dump_task_regs()Al Viro2020-10-251-9/+0
* | sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
|/
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-15/+0
|\
| * kill unused dump_fpu() instancesAl Viro2020-07-271-15/+0
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-3/+2
|/
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* arm: Implement copy_thread_tlsAmanieu d'Antras2020-01-071-3/+3
* ARM: 8920/1: share get_signal_page from signal.c to process.cBen Dooks (Codethink)2019-10-311-0/+2
* arm: use generic mmap top-down layout and brk randomizationAlexandre Ghiti2019-09-241-5/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+1
* ARM: smp: add support for per-task stack canariesArd Biesheuvel2018-12-121-1/+5
* mm: zero out the vma in vma_init()Andrew Morton2018-08-221-5/+4
* mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-261-0/+1
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-1/+1
* arm: do not use print_symbol()Sergey Senozhatsky2018-01-051-3/+2
* ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSODmitry Safonov2017-06-211-0/+8
* ARM: 8673/1: Fix __show_regs output timestampsJoe Perches2017-05-231-4/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* ARM: use simpler API for random address requestsJason Cooper2016-10-111-2/+1
* ARM: save and reset the address limit when entering an exceptionRussell King2016-07-071-4/+8
* ARM: get rid of horrible *(unsigned int *)(regs + 1)Russell King2016-06-221-1/+1
* vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2016-05-231-1/+2
* exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-2/+2
* ARM: report proper DACR value in oops dumpsRussell King2015-12-041-15/+18