summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | arm64: Implement stack trace termination recordMadhavan T. Venkataraman2021-05-251-0/+5
| |/
* / sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-05-071-6/+3
|\
| * arm64: Show three registers per lineMatthew Wilcox (Oracle)2021-04-231-6/+3
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-04-261-3/+32
|\|
| * Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas2021-04-151-2/+31
| |\
| | * arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne2021-04-131-0/+1
| | * arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne2021-04-131-3/+7
| | * arm64: mte: make the per-task SCTLR_EL1 field usable elsewherePeter Collingbourne2021-04-131-0/+24
| * | arm64: Always keep DAIF.[IF] in syncHector Martin2021-03-241-1/+1
| |/
* / arm64/process.c: fix Wmissing-prototypes build warningsManinder Singh2021-03-251-0/+2
|/
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* arm64: improve whitespaceZhiyuan Dai2021-02-041-2/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-12-141-21/+8
|\
| * Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2020-12-091-7/+6
| |\
| * | arm64: uaccess: remove set_fs()Mark Rutland2020-12-021-12/+0
| * | arm64: ensure ERET from kthread is illegalMark Rutland2020-12-021-9/+8
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-12-021-4/+4
|\ \ \ | | |/ | |/|
| * | arm64: mark idle code as noinstrMark Rutland2020-11-301-4/+4
* | | Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-1/+1
|\ \ \ | |/ / |/| |
| * | sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
| |/
* / arm64: errata: Fix handling of 1418040 with late CPU onliningWill Deacon2020-11-101-3/+2
|/
* Merge branch 'for-next/mte' into for-next/coreWill Deacon2020-10-021-10/+38
|\
| * arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasksCatalin Marinas2020-09-041-8/+10
| * arm64: mte: Allow user control of the generated random tags via prctl()Catalin Marinas2020-09-041-1/+1
| * arm64: mte: Allow user control of the tag check mode via prctl()Catalin Marinas2020-09-041-3/+23
| * arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino2020-09-041-1/+7
* | arm64: Add support for PR_SPEC_DISABLE_NOEXEC prctl() optionWill Deacon2020-09-291-0/+6
* | arm64: Rewrite Spectre-v4 mitigation codeWill Deacon2020-09-291-14/+3
|/
* cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra2020-08-261-2/+0
* arm64: Move handling of erratum 1418040 into C codeMarc Zyngier2020-08-211-0/+34
* arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-1/+1
* arm64: add loglvl to dump_backtrace()Dmitry Safonov2020-06-091-1/+1
* Merge branch 'for-next/bti-user' into for-next/btiWill Deacon2020-05-051-2/+39
|\
| * arm64: bti: Document behaviour for dynamically linked binariesMark Brown2020-03-251-0/+5
| * arm64: BTI: Decode BYTPE bits when printing PSTATEDave Martin2020-03-161-2/+15
| * arm64: elf: Enable BTI at exec based on ELF program propertiesDave Martin2020-03-161-0/+19
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-311-2/+3
|\ \
| * | arm64: __show_regs: strip PAC from lr in printkAmit Daniel Kachhap2020-03-181-1/+1
| * | arm64: initialize and switch ptrauth kernel keysKristina Martsenko2020-03-181-0/+2
| * | arm64: install user ptrauth keys at kernel exit timeKristina Martsenko2020-03-181-1/+0
| |/
* | arm64: Use reboot_cpu instead of hardconding it to 0Qais Yousef2020-03-251-1/+1
* | arm64: Don't use disable_nonboot_cpus()Qais Yousef2020-03-251-2/+2
|/
* arm64: ssbs: Fix context-switch when SSBS is present on all CPUsWill Deacon2020-02-101-0/+7
* arm64: use shared sysctl constantsMatteo Croce2020-02-101-4/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-01-271-1/+1
|\
| * arm64: Introduce system_capabilities_finalized() markerSuzuki K Poulose2020-01-141-1/+1
* | arm64: Implement copy_thread_tlsAmanieu d'Antras2020-01-071-5/+5
|/
* arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry2019-10-161-0/+18
* arm64/sve: Fix wrong free for task->thread.sve_stateMasayoshi Mizuma2019-10-011-17/+15