summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-07arm64: entry: move arm64_preempt_schedule_irq to entry-common.cMark Rutland1-17/+0
2021-05-25arm64: Implement stack trace termination recordMadhavan T. Venkataraman1-0/+5
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-6/+3
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+32
2021-04-23arm64: Show three registers per lineMatthew Wilcox (Oracle)1-6/+3
2021-04-15Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas1-2/+31
2021-04-13arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne1-0/+1
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne1-3/+7
2021-04-13arm64: mte: make the per-task SCTLR_EL1 field usable elsewherePeter Collingbourne1-0/+24
2021-03-25arm64/process.c: fix Wmissing-prototypes build warningsManinder Singh1-0/+2
2021-03-24arm64: Always keep DAIF.[IF] in syncHector Martin1-1/+1
2021-02-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-04arm64: improve whitespaceZhiyuan Dai1-2/+2
2020-12-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-21/+8
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas1-7/+6
2020-12-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-4/+4
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland1-12/+0
2020-12-02arm64: ensure ERET from kthread is illegalMark Rutland1-9/+8
2020-11-30arm64: mark idle code as noinstrMark Rutland1-4/+4
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-11-10arm64: errata: Fix handling of 1418040 with late CPU onliningWill Deacon1-3/+2
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon1-10/+38
2020-09-29arm64: Add support for PR_SPEC_DISABLE_NOEXEC prctl() optionWill Deacon1-0/+6
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon1-14/+3
2020-09-04arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasksCatalin Marinas1-8/+10
2020-09-04arm64: mte: Allow user control of the generated random tags via prctl()Catalin Marinas1-1/+1
2020-09-04arm64: mte: Allow user control of the tag check mode via prctl()Catalin Marinas1-3/+23
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino1-1/+7
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra1-2/+0
2020-08-21arm64: Move handling of erratum 1418040 into C codeMarc Zyngier1-0/+34
2020-07-05arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-1/+1
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