aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/elf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+22
2020-04-20arm64/elf: Disable automatic READ_IMPLIES_EXEC for 64-bit address spacesKees Cook1-2/+2
2020-04-20arm32/64/elf: Split READ_IMPLIES_EXEC from executable PT_GNU_STACKKees Cook1-2/+3
2020-04-20arm32/64/elf: Add tables to document READ_IMPLIES_EXECKees Cook1-0/+20
2020-03-16arm64: elf: Enable BTI at exec based on ELF program propertiesDave Martin1-0/+50
2019-07-22arm64: vdso: Fix population of AT_SYSINFO_EHDR for compat vdsoVincenzo Frascino1-1/+1
2019-06-22arm64: elf: VDSO code page discoveryVincenzo Frascino1-0/+14
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-23arm64: compat: Alloc separate pages for vectors and sigpageVincenzo Frascino1-3/+3
2018-12-10arm64: mm: Allow forcing all userspace addresses to 52-bitSteve Capper1-0/+4
2018-12-10arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper1-1/+1
2018-06-01arm64: signal: Report signal frame size to userspace via auxvDave Martin1-0/+13
2017-10-09arm64: elf.h: Correct comment about READ_IMPLIES_EXEC propagationBen Hutchings1-2/+2
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+0
2017-08-22arm64: cleanup {COMPAT_,}SET_PERSONALITY() macroYury Norov1-2/+0
2017-08-22arm64: introduce separated bits for mm_context_t flagsYury Norov1-2/+2
2017-08-18mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook1-2/+2
2017-07-10arm64: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook1-6/+6
2017-05-30arm64: Preventing READ_IMPLIES_EXEC propagationDong Bo1-0/+6
2016-11-07arm64: introduce mm context flag to keep 32 bit task informationPratyush Anand1-2/+10
2016-07-29arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan1-0/+1
2016-05-31arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasksCatalin Marinas1-2/+2
2016-04-20arm64: compat: Check for AArch32 stateSuzuki K Poulose1-1/+2
2016-02-24arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel1-0/+2
2016-02-24arm64: make asm/elf.h available to asm filesArd Biesheuvel1-9/+13
2015-04-14mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook1-4/+0
2015-04-14arm64: standardize mmap_rnd() usageKees Cook1-1/+0
2014-10-24arm64: ASLR: Don't randomise text when randomise_va_space == 0Arun Chandran1-2/+2
2013-10-25arm64: compat: add support for big-endian (BE8) AArch32 binariesWill Deacon1-0/+5
2013-10-25arm64: ELF: add support for big-endian executablesWill Deacon1-0/+13
2013-09-02Move the EM_ARM and EM_AARCH64 definitions to uapi/linux/elf-em.hDan Aloni1-3/+0
2013-01-22arm64: elf: fix core dumping to match what glibc expectsWill Deacon1-1/+4
2012-11-08arm64: elf: fix core dumping definitions for GP and FP registersWill Deacon1-4/+1
2012-09-17arm64: ELF definitionsCatalin Marinas1-0/+179