summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09arm64: add loglvl to dump_backtrace()Dmitry Safonov1-1/+1
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon1-2/+39
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+3
2020-03-25arm64: Use reboot_cpu instead of hardconding it to 0Qais Yousef1-1/+1
2020-03-25arm64: Don't use disable_nonboot_cpus()Qais Yousef1-2/+2
2020-03-25arm64: bti: Document behaviour for dynamically linked binariesMark Brown1-0/+5
2020-03-18arm64: __show_regs: strip PAC from lr in printkAmit Daniel Kachhap1-1/+1
2020-03-18arm64: initialize and switch ptrauth kernel keysKristina Martsenko1-0/+2
2020-03-18arm64: install user ptrauth keys at kernel exit timeKristina Martsenko1-1/+0
2020-03-16arm64: BTI: Decode BYTPE bits when printing PSTATEDave Martin1-2/+15
2020-03-16arm64: elf: Enable BTI at exec based on ELF program propertiesDave Martin1-0/+19
2020-02-10arm64: ssbs: Fix context-switch when SSBS is present on all CPUsWill Deacon1-0/+7
2020-02-10arm64: use shared sysctl constantsMatteo Croce1-4/+2
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2020-01-14arm64: Introduce system_capabilities_finalized() markerSuzuki K Poulose1-1/+1
2020-01-07arm64: Implement copy_thread_tlsAmanieu d'Antras1-5/+5
2019-10-16arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry1-0/+18
2019-10-01arm64/sve: Fix wrong free for task->thread.sve_stateMasayoshi Mizuma1-17/+15
2019-09-24arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti1-8/+0
2019-08-20arm64: Change the tagged_addr sysctl control semantics to only prevent the op...Catalin Marinas1-7/+10
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas1-0/+73
2019-07-22arm64: Force SSBS on context switchMarc Zyngier1-1/+28
2019-07-22arm64: stacktrace: Factor out backtrace initialisationDave Martin1-5/+2
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2019-06-21arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-02-06arm64: Unmask PMR before going idleJulien Thierry1-0/+45
2019-02-06arm64: Make PMR part of task contextJulien Thierry1-0/+6
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2018-12-22arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)1-1/+1
2018-12-13arm64: add basic pointer authentication supportMark Rutland1-0/+4
2018-12-12arm64: enable per-task stack canariesArd Biesheuvel1-1/+1
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-22/+0
2018-09-14arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon1-0/+4
2018-09-04arm64: Drop unneeded stackleak_check_alloca()Alexander Popov1-22/+0
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott1-0/+22
2018-07-05arm64: use PSR_AA32 definitionsMark Rutland1-10/+10
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds1-1/+1
2018-03-28arm64: uaccess: Fix omissions from usercopy whitelistDave Martin1-3/+3
2018-02-19arm64: __show_regs: Only resolve kernel symbols when running at EL1Will Deacon1-2/+9
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-3/+2
2018-01-05arm64: do not use print_symbol()Sergey Senozhatsky1-3/+2
2017-12-11arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasksWill Deacon1-7/+5
2017-12-06arm64: fpsimd: Prevent registers leaking from dead tasksDave Martin1-0/+9
2017-11-03arm64/sve: Core task context handlingDave Martin1-0/+24
2017-10-27arm64: traps: Pretty-print pstate in register dumpsWill Deacon1-1/+35
2017-10-27arm64: traps: Don't print stack or raw PC/LR values in backtracesWill Deacon1-5/+3
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-4/+9
2017-08-22arm64: cleanup {COMPAT_,}SET_PERSONALITY() macroYury Norov1-0/+8
2017-08-17membarrier: Provide expedited private commandMathieu Desnoyers1-0/+2