summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-11-29arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown1-0/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang1-4/+0
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki1-2/+1
2022-05-19arm64: Use do_kernel_power_off()Dmitry Osipenko1-2/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-04-29arm64/sme: Fix NULL check after kzallocWan Jiabing1-1/+1
2022-04-22arm64/sme: Implement traps and syscall handling for SMEMark Brown1-3/+27
2022-04-22arm64/sme: Implement SVCR context switchingMark Brown1-0/+2
2022-04-22arm64/sme: Implement support for TPIDR2Mark Brown1-2/+12
2022-03-09arm64/mte: Remove asymmetric mode from the prctl() interfaceMark Brown1-2/+0
2022-02-25arm64/mte: Add userspace interface for enabling asymmetric modeMark Brown1-1/+4
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas1-41/+43
2021-12-22arm64: errata: Fix exec handling in erratum 1418040 workaroundD Scott Phillips1-23/+16
2021-12-10arm64: Make __get_wchan() use arch_stack_walk()Madhavan T. Venkataraman1-17/+25
2021-12-10arm64: Mark __switch_to() as __schedMark Rutland1-1/+2
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-3/+1
2021-09-16arm64: Mark __stack_chk_guard as __ro_after_initDan Li1-1/+1
2021-09-16arm64/kernel: remove duplicate include in process.cLv Ruyi1-1/+0
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-3/+0
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas1-11/+36
2021-08-26Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...Catalin Marinas1-17/+14
2021-08-20arm64: Remove logic to kill 32-bit tasks on 64-bit-only coresWill Deacon1-13/+1
2021-08-20arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0Will Deacon1-1/+38
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-3/+0
2021-07-30arm64: SSBS/DIT: print SSBS and DIT bit when printing PSTATELingyan Huang1-3/+7
2021-07-28arm64: move preemption disablement to prctl handlersPeter Collingbourne1-14/+7
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-6/+1
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-76/+23
2021-06-24Merge branch 'for-next/entry' into for-next/coreWill Deacon1-52/+0
2021-06-24Merge branch 'for-next/cpuidle' into for-next/coreWill Deacon1-32/+9
2021-06-24Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon1-1/+18
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-17arm64: Convert cpu_do_idle() to using cpuidle context helpersMarc Zyngier1-32/+9
2021-06-13ARM: 9095/1: ARM64: Remove arm_pm_restart()Guenter Roeck1-6/+1
2021-06-11arm64: Kill 32-bit applications scheduled on 64-bit-only CPUsWill Deacon1-1/+18
2021-06-07arm64: idle: don't instrument idle code with KCOVMark Rutland1-57/+0
2021-06-07arm64: entry: move arm64_preempt_schedule_irq to entry-common.cMark Rutland1-17/+0
2021-05-25arm64: Implement stack trace termination recordMadhavan T. Venkataraman1-0/+5
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-6/+3
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+32
2021-04-23arm64: Show three registers per lineMatthew Wilcox (Oracle)1-6/+3
2021-04-15Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas1-2/+31
2021-04-13arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne1-0/+1
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne1-3/+7