aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/process.c
AgeCommit message (Expand)Author
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
2020-03-18arm64: install user ptrauth keys at kernel exit timeKristina Martsenko
2020-03-16arm64: BTI: Decode BYTPE bits when printing PSTATEDave Martin
2020-03-16arm64: elf: Enable BTI at exec based on ELF program propertiesDave Martin
2020-02-10arm64: ssbs: Fix context-switch when SSBS is present on all CPUsWill Deacon
2020-02-10arm64: use shared sysctl constantsMatteo Croce
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-01-14arm64: Introduce system_capabilities_finalized() markerSuzuki K Poulose
2020-01-07arm64: Implement copy_thread_tlsAmanieu d'Antras
2019-10-16arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry
2019-10-01arm64/sve: Fix wrong free for task->thread.sve_stateMasayoshi Mizuma
2019-09-24arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti
2019-08-20arm64: Change the tagged_addr sysctl control semantics to only prevent the op...Catalin Marinas
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas
2019-07-22arm64: Force SSBS on context switchMarc Zyngier
2019-07-22arm64: stacktrace: Factor out backtrace initialisationDave Martin
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-06-21arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-02-06arm64: Unmask PMR before going idleJulien Thierry
2019-02-06arm64: Make PMR part of task contextJulien Thierry
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds