summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/processor.h
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-04arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasksCatalin Marinas1-4/+4
2020-09-04arm64: mte: Allow user control of the generated random tags via prctl()Catalin Marinas1-0/+1
2020-09-04arm64: mte: Allow user control of the tag check mode via prctl()Catalin Marinas1-0/+3
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+2
2020-03-21arm64: Introduce asm/vdso/processor.hVincenzo Frascino1-5/+2
2020-03-18arm64: initialize and switch ptrauth kernel keysKristina Martsenko1-0/+1
2020-03-18arm64: rename ptrauth key structures to be user-specificKristina Martsenko1-1/+1
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas1-1/+1
2019-11-06arm64: mm: Remove MAX_USER_VA_BITS definitionBhupesh Sharma1-1/+1
2019-10-28arm64: entry-common: don't touch daif before bp-hardeningJames Morse1-0/+14
2019-09-25arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti1-2/+0
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon1-2/+10
2019-08-09arm64: mm: Remove vabits_userSteve Capper1-1/+1
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper1-1/+1
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas1-0/+8
2019-08-05arm64: remove pointless __KERNEL__ guardsMark Rutland1-3/+0
2019-07-22arm64: Force SSBS on context switchMarc Zyngier1-2/+12
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-30arm64: compat: Reduce address limit for 64K pagesVincenzo Frascino1-1/+1
2019-04-10arm64: compat: Reduce address limitVincenzo Frascino1-0/+8
2019-02-06arm64: Make PMR part of task contextJulien Thierry1-0/+3
2018-12-13arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon1-0/+3
2018-12-13arm64: add prctl control for resetting ptrauth keysKristina Martsenko1-0/+4
2018-12-13arm64: expose user PAC bit positions via ptraceMark Rutland1-2/+0
2018-12-12arm64: mm: Introduce MAX_USER_VA_BITS definitionWill Deacon1-5/+1
2018-12-10arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon1-2/+2
2018-12-10arm64: mm: Allow forcing all userspace addresses to 52-bitSteve Capper1-1/+8
2018-12-10arm64: mm: introduce 52-bit userspace supportSteve Capper1-4/+9
2018-12-10arm64: mm: Define arch_get_mmap_end, arch_get_mmap_baseSteve Capper1-0/+7
2018-12-10arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper1-2/+8
2018-11-08arm64: mm: define NET_IP_ALIGN to 0Ard Biesheuvel1-0/+8
2018-10-31treewide: remove current_text_addrNick Desaulniers1-7/+0
2018-09-14arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon1-4/+0
2018-09-14arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon1-0/+7
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott1-0/+15
2018-07-05arm64: use PSR_AA32 definitionsMark Rutland1-3/+3
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+14
2018-06-01arm64: signal: Report signal frame size to userspace via auxvDave Martin1-0/+5
2018-05-25arm64/sve: Move sve_pffr() to fpsimd.h and make inlineDave Martin1-1/+11
2018-05-25arm64/sve: Move read_zcr_features() out of cpufeature.hDave Martin1-0/+1
2018-05-25arm64: fpsimd: Eliminate task->mm checksDave Martin1-1/+3
2018-03-28arm64: uaccess: Fix omissions from usercopy whitelistDave Martin1-13/+25