summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-12-151-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
* arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti2019-09-251-8/+0
* arm64: Change the tagged_addr sysctl control semantics to only prevent the op...Catalin Marinas2019-08-201-7/+10
* arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas2019-08-061-0/+73
* arm64: Force SSBS on context switchMarc Zyngier2019-07-221-1/+28
* arm64: stacktrace: Factor out backtrace initialisationDave Martin2019-07-221-5/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-1/+1
|\
| * arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry2019-06-211-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/
* arm64: Unmask PMR before going idleJulien Thierry2019-02-061-0/+45
* arm64: Make PMR part of task contextJulien Thierry2019-02-061-0/+6
* Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-12-311-1/+1
|\
| * arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)2018-12-221-1/+1
* | arm64: add basic pointer authentication supportMark Rutland2018-12-131-0/+4