summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* 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-241-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
* | arm64: enable per-task stack canariesArd Biesheuvel2018-12-121-1/+1
|/
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-011-22/+0
|\
| * arm64: Drop unneeded stackleak_check_alloca()Alexander Popov2018-09-041-22/+0
* | arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon2018-09-141-0/+4
|/
* arm64: Add support for STACKLEAK gcc pluginLaura Abbott2018-07-261-0/+22
* arm64: use PSR_AA32 definitionsMark Rutland2018-07-051-10/+10
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-1/+1
* arm64: uaccess: Fix omissions from usercopy whitelistDave Martin2018-03-281-3/+3
* arm64: __show_regs: Only resolve kernel symbols when running at EL1Will Deacon2018-02-191-2/+9