summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/processor.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-06Merge branch 'for-next/trivial' into for-next/coreWill Deacon1-2/+2
2022-12-06Merge branch 'for-next/sve-state' into for-next/coreWill Deacon1-0/+7
2022-11-29arm64/fpsimd: Have KVM explicitly say which FP registers to saveMark Brown1-0/+1
2022-11-29arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown1-0/+6
2022-11-18arm64: move on_thread_stack() to <asm/stacktrace.h>Mark Rutland1-2/+0
2022-11-18arm64: remove current_top_of_stack()Mark Rutland1-11/+0
2022-11-15arm64: make is_ttbrX_addr() noinstr-safeMark Rutland1-2/+2
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang1-3/+0
2022-09-09arm64: stacktrace: rework stack boundary discoveryMark Rutland1-1/+1
2022-07-01arm64: Do not forget syscall when starting a new thread.Francis Laniel1-1/+2
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+2
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+4
2022-05-16arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.hMark Brown1-1/+1
2022-05-16arm64/sme: Standardise bitfield names for SVCRMark Brown1-1/+1
2022-05-08arm64: stackleak: fix current_top_of_stack()Mark Rutland1-6/+4
2022-05-05mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy1-2/+2
2022-04-22arm64/sme: Implement streaming SVE signal handlingMark Brown1-0/+8
2022-04-22arm64/sme: Implement ZA context switchingMark Brown1-0/+1
2022-04-22arm64/sme: Implement streaming SVE context switchingMark Brown1-0/+10
2022-04-22arm64/sme: Implement SVCR context switchingMark Brown1-0/+1
2022-04-22arm64/sme: Implement support for TPIDR2Mark Brown1-0/+1
2022-04-22arm64/sme: Implement vector length configuration prctl()sMark Brown1-1/+3
2022-04-22arm64/sme: Identify supported SME vector lengths at bootMark Brown1-0/+1
2022-02-25arm64/mte: Add userspace interface for enabling asymmetric modeMark Brown1-0/+1
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+47
2021-10-21arm64/sve: Track vector lengths for tasks in an arrayMark Brown1-7/+37
2021-10-21arm64/sve: Put system wide vector length information into structsMark Brown1-0/+5
2021-10-21arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown1-0/+10
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-07-28arm64: move preemption disablement to prctl handlersPeter Collingbourne1-1/+1
2021-07-28arm64: mte: change ASYNC and SYNC TCF settings into bitfieldsPeter Collingbourne1-0/+3
2021-07-28arm64: mte: rename gcr_user_excl to mte_ctrlPeter Collingbourne1-1/+4
2021-06-24Merge branch 'for-next/ptrauth' into for-next/coreWill Deacon1-0/+2
2021-06-24Merge branch 'for-next/entry' into for-next/coreWill Deacon1-2/+0
2021-06-15arm64: Conditionally configure PTR_AUTH key of the kernel.Daniel Kiss1-0/+2
2021-06-07arm64: entry: convert IRQ+FIQ handlers to CMark Rutland1-2/+0
2021-05-26arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne1-6/+6
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+12
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne1-1/+8
2021-04-13arm64: mte: make the per-task SCTLR_EL1 field usable elsewherePeter Collingbourne1-1/+5
2021-03-25arm64/process.c: fix Wmissing-prototypes build warningsManinder Singh1-0/+2
2021-01-12arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas1-2/+1
2021-01-04arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMANicolas Saenz Julienne1-1/+2
2020-12-22arm64: mte: convert gcr_user into an exclude maskVincenzo Frascino1-1/+1
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland1-3/+1
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon1-4/+8
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon1-17/+2
2020-09-29arm64: Group start_thread() functions togetherWill Deacon1-12/+12
2020-09-29arm64: Rewrite Spectre-v2 mitigation codeWill Deacon1-0/+1