summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/process.c
AgeCommit message (Expand)Author
2022-03-09arm64/mte: Remove asymmetric mode from the prctl() interfaceMark Brown
2022-02-25arm64/mte: Add userspace interface for enabling asymmetric modeMark Brown
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas
2021-12-22arm64: errata: Fix exec handling in erratum 1418040 workaroundD Scott Phillips
2021-12-10arm64: Make __get_wchan() use arch_stack_walk()Madhavan T. Venkataraman
2021-12-10arm64: Mark __switch_to() as __schedMark Rutland
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-09-16arm64: Mark __stack_chk_guard as __ro_after_initDan Li
2021-09-16arm64/kernel: remove duplicate include in process.cLv Ruyi
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas
2021-08-26Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...Catalin Marinas
2021-08-20arm64: Remove logic to kill 32-bit tasks on 64-bit-only coresWill Deacon
2021-08-20arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0Will Deacon
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-07-30arm64: SSBS/DIT: print SSBS and DIT bit when printing PSTATELingyan Huang
2021-07-28arm64: move preemption disablement to prctl handlersPeter Collingbourne
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-06-24Merge branch 'for-next/entry' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/cpuidle' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-17arm64: Convert cpu_do_idle() to using cpuidle context helpersMarc Zyngier
2021-06-13ARM: 9095/1: ARM64: Remove arm_pm_restart()Guenter Roeck
2021-06-11arm64: Kill 32-bit applications scheduled on 64-bit-only CPUsWill Deacon
2021-06-07arm64: idle: don't instrument idle code with KCOVMark Rutland
2021-06-07arm64: entry: move arm64_preempt_schedule_irq to entry-common.cMark Rutland
2021-05-25arm64: Implement stack trace termination recordMadhavan T. Venkataraman
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-04-23arm64: Show three registers per lineMatthew Wilcox (Oracle)
2021-04-15Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas
2021-04-13arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne
2021-04-13arm64: mte: make the per-task SCTLR_EL1 field usable elsewherePeter Collingbourne
2021-03-25arm64/process.c: fix Wmissing-prototypes build warningsManinder Singh
2021-03-24arm64: Always keep DAIF.[IF] in syncHector Martin
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2021-02-04arm64: improve whitespaceZhiyuan Dai
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas
2020-12-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland
2020-12-02arm64: ensure ERET from kthread is illegalMark Rutland
2020-11-30arm64: mark idle code as noinstrMark Rutland
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-11-10arm64: errata: Fix handling of 1418040 with late CPU onliningWill Deacon
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon