summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/process.c
AgeCommit message (Expand)Author
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
2020-09-29arm64: Add support for PR_SPEC_DISABLE_NOEXEC prctl() optionWill Deacon
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon
2020-09-04arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasksCatalin Marinas
2020-09-04arm64: mte: Allow user control of the generated random tags via prctl()Catalin Marinas
2020-09-04arm64: mte: Allow user control of the tag check mode via prctl()Catalin Marinas
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra
2020-08-21arm64: Move handling of erratum 1418040 into C codeMarc Zyngier
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-06-09arm64: add loglvl to dump_backtrace()Dmitry Safonov
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-03-25arm64: Use reboot_cpu instead of hardconding it to 0Qais Yousef
2020-03-25arm64: Don't use disable_nonboot_cpus()Qais Yousef
2020-03-25arm64: bti: Document behaviour for dynamically linked binariesMark Brown
2020-03-18arm64: __show_regs: strip PAC from lr in printkAmit Daniel Kachhap
2020-03-18arm64: initialize and switch ptrauth kernel keysKristina Martsenko