summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/processor.h
AgeCommit message (Expand)AuthorLines
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+47
2021-10-21arm64/sve: Track vector lengths for tasks in an arrayMark Brown-7/+37
2021-10-21arm64/sve: Put system wide vector length information into structsMark Brown-0/+5
2021-10-21arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown-0/+10
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-1/+1
2021-07-28arm64: move preemption disablement to prctl handlersPeter Collingbourne-1/+1
2021-07-28arm64: mte: change ASYNC and SYNC TCF settings into bitfieldsPeter Collingbourne-0/+3
2021-07-28arm64: mte: rename gcr_user_excl to mte_ctrlPeter Collingbourne-1/+4
2021-06-24Merge branch 'for-next/ptrauth' into for-next/coreWill Deacon-0/+2
2021-06-24Merge branch 'for-next/entry' into for-next/coreWill Deacon-2/+0
2021-06-15arm64: Conditionally configure PTR_AUTH key of the kernel.Daniel Kiss-0/+2
2021-06-07arm64: entry: convert IRQ+FIQ handlers to CMark Rutland-2/+0
2021-05-26arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne-6/+6
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+12
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne-1/+8
2021-04-13arm64: mte: make the per-task SCTLR_EL1 field usable elsewherePeter Collingbourne-1/+5
2021-03-25arm64/process.c: fix Wmissing-prototypes build warningsManinder Singh-0/+2
2021-01-12arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas-2/+1
2021-01-04arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMANicolas Saenz Julienne-1/+2
2020-12-22arm64: mte: convert gcr_user into an exclude maskVincenzo Frascino-1/+1
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland-3/+1
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon-4/+8
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon-17/+2
2020-09-29arm64: Group start_thread() functions togetherWill Deacon-12/+12
2020-09-29arm64: Rewrite Spectre-v2 mitigation codeWill Deacon-0/+1
2020-09-04arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasksCatalin Marinas-4/+4
2020-09-04arm64: mte: Allow user control of the generated random tags via prctl()Catalin Marinas-0/+1
2020-09-04arm64: mte: Allow user control of the tag check mode via prctl()Catalin Marinas-0/+3
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+2
2020-03-21arm64: Introduce asm/vdso/processor.hVincenzo Frascino-5/+2
2020-03-18arm64: initialize and switch ptrauth kernel keysKristina Martsenko-0/+1
2020-03-18arm64: rename ptrauth key structures to be user-specificKristina Martsenko-1/+1
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas-1/+1
2019-11-06arm64: mm: Remove MAX_USER_VA_BITS definitionBhupesh Sharma-1/+1
2019-10-28arm64: entry-common: don't touch daif before bp-hardeningJames Morse-0/+14
2019-09-24arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti-2/+0
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon-2/+10
2019-08-09arm64: mm: Remove vabits_userSteve Capper-1/+1
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper-1/+1
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas-0/+8
2019-08-05arm64: remove pointless __KERNEL__ guardsMark Rutland-3/+0
2019-07-22arm64: Force SSBS on context switchMarc Zyngier-2/+12
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2019-04-30arm64: compat: Reduce address limit for 64K pagesVincenzo Frascino-1/+1
2019-04-10arm64: compat: Reduce address limitVincenzo Frascino-0/+8
2019-02-06arm64: Make PMR part of task contextJulien Thierry-0/+3
2018-12-13arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon-0/+3
2018-12-13arm64: add prctl control for resetting ptrauth keysKristina Martsenko-0/+4
2018-12-13arm64: expose user PAC bit positions via ptraceMark Rutland-2/+0
2018-12-12arm64: mm: Introduce MAX_USER_VA_BITS definitionWill Deacon-5/+1