summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/processor.h
Commit message (Expand)AuthorAgeFilesLines
* arm64/sme: Rename za_state to sme_stateMark Brown2023-01-201-1/+1
* Merge branch 'for-next/trivial' into for-next/coreWill Deacon2022-12-061-2/+2
|\
| * arm64: make is_ttbrX_addr() noinstr-safeMark Rutland2022-11-151-2/+2
* | Merge branch 'for-next/sve-state' into for-next/coreWill Deacon2022-12-061-0/+7
|\ \
| * | arm64/fpsimd: Have KVM explicitly say which FP registers to saveMark Brown2022-11-291-0/+1
| * | arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown2022-11-291-0/+6
| |/
* | arm64: move on_thread_stack() to <asm/stacktrace.h>Mark Rutland2022-11-181-2/+0
* | arm64: remove current_top_of_stack()Mark Rutland2022-11-181-11/+0
|/
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-3/+0
|\
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-3/+0
* | arm64: stacktrace: rework stack boundary discoveryMark Rutland2022-09-091-1/+1
|/
* arm64: Do not forget syscall when starting a new thread.Francis Laniel2022-07-011-1/+2
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-281-2/+2
|\
| * mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy2022-05-051-2/+2
* | Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-241-6/+4
|\ \
| * | arm64: stackleak: fix current_top_of_stack()Mark Rutland2022-05-081-6/+4
| |/
* | arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.hMark Brown2022-05-161-1/+1
* | arm64/sme: Standardise bitfield names for SVCRMark Brown2022-05-161-1/+1
* | arm64/sme: Implement streaming SVE signal handlingMark Brown2022-04-221-0/+8
* | arm64/sme: Implement ZA context switchingMark Brown2022-04-221-0/+1
* | arm64/sme: Implement streaming SVE context switchingMark Brown2022-04-221-0/+10
* | arm64/sme: Implement SVCR context switchingMark Brown2022-04-221-0/+1
* | arm64/sme: Implement support for TPIDR2Mark Brown2022-04-221-0/+1
* | arm64/sme: Implement vector length configuration prctl()sMark Brown2022-04-221-1/+3
* | arm64/sme: Identify supported SME vector lengths at bootMark Brown2022-04-221-0/+1
|/
* arm64/mte: Add userspace interface for enabling asymmetric modeMark Brown2022-02-251-0/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-11-011-2/+47
|\
| * arm64/sve: Track vector lengths for tasks in an arrayMark Brown2021-10-211-7/+37
| * arm64/sve: Put system wide vector length information into structsMark Brown2021-10-211-0/+5
| * arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown2021-10-211-0/+10
* | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
|/
* arm64: move preemption disablement to prctl handlersPeter Collingbourne2021-07-281-1/+1
* arm64: mte: change ASYNC and SYNC TCF settings into bitfieldsPeter Collingbourne2021-07-281-0/+3
* arm64: mte: rename gcr_user_excl to mte_ctrlPeter Collingbourne2021-07-281-1/+4
* Merge branch 'for-next/ptrauth' into for-next/coreWill Deacon2021-06-241-0/+2
|\
| * arm64: Conditionally configure PTR_AUTH key of the kernel.Daniel Kiss2021-06-151-0/+2
* | Merge branch 'for-next/entry' into for-next/coreWill Deacon2021-06-241-2/+0
|\ \
| * | arm64: entry: convert IRQ+FIQ handlers to CMark Rutland2021-06-071-2/+0
| |/
* / arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne2021-05-261-6/+6
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-04-261-1/+12
|\
| * arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne2021-04-131-1/+8
| * arm64: mte: make the per-task SCTLR_EL1 field usable elsewherePeter Collingbourne2021-04-131-1/+5
* | arm64/process.c: fix Wmissing-prototypes build warningsManinder Singh2021-03-251-0/+2
|/
* arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas2021-01-121-2/+1
* arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMANicolas Saenz Julienne2021-01-041-1/+2
* arm64: mte: convert gcr_user into an exclude maskVincenzo Frascino2020-12-221-1/+1
* arm64: uaccess: remove set_fs()Mark Rutland2020-12-021-3/+1
* Merge branch 'for-next/mte' into for-next/coreWill Deacon2020-10-021-4/+8
|\
| * arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasksCatalin Marinas2020-09-041-4/+4
| * arm64: mte: Allow user control of the generated random tags via prctl()Catalin Marinas2020-09-041-0/+1