summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/elf.h
AgeCommit message (Expand)Author
2024-02-28arm64: remove unnecessary ifdefs around is_compat_task()Leonardo Bras
2021-08-20arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0Will Deacon
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-04-20arm64/elf: Disable automatic READ_IMPLIES_EXEC for 64-bit address spacesKees Cook
2020-04-20arm32/64/elf: Split READ_IMPLIES_EXEC from executable PT_GNU_STACKKees Cook
2020-04-20arm32/64/elf: Add tables to document READ_IMPLIES_EXECKees Cook
2020-03-16arm64: elf: Enable BTI at exec based on ELF program propertiesDave Martin
2019-07-22arm64: vdso: Fix population of AT_SYSINFO_EHDR for compat vdsoVincenzo Frascino
2019-06-22arm64: elf: VDSO code page discoveryVincenzo Frascino
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-23arm64: compat: Alloc separate pages for vectors and sigpageVincenzo Frascino
2018-12-10arm64: mm: Allow forcing all userspace addresses to 52-bitSteve Capper
2018-12-10arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper
2018-06-01arm64: signal: Report signal frame size to userspace via auxvDave Martin
2017-10-09arm64: elf.h: Correct comment about READ_IMPLIES_EXEC propagationBen Hutchings
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-08-22arm64: cleanup {COMPAT_,}SET_PERSONALITY() macroYury Norov
2017-08-22arm64: introduce separated bits for mm_context_t flagsYury Norov
2017-08-18mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook
2017-07-10arm64: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook
2017-05-30arm64: Preventing READ_IMPLIES_EXEC propagationDong Bo
2016-11-07arm64: introduce mm context flag to keep 32 bit task informationPratyush Anand
2016-07-29arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan
2016-05-31arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasksCatalin Marinas
2016-04-20arm64: compat: Check for AArch32 stateSuzuki K Poulose
2016-02-24arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel
2016-02-24arm64: make asm/elf.h available to asm filesArd Biesheuvel
2015-04-14mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook
2015-04-14arm64: standardize mmap_rnd() usageKees Cook
2014-10-24arm64: ASLR: Don't randomise text when randomise_va_space == 0Arun Chandran
2013-10-25arm64: compat: add support for big-endian (BE8) AArch32 binariesWill Deacon
2013-10-25arm64: ELF: add support for big-endian executablesWill Deacon
2013-09-02Move the EM_ARM and EM_AARCH64 definitions to uapi/linux/elf-em.hDan Aloni
2013-01-22arm64: elf: fix core dumping to match what glibc expectsWill Deacon
2012-11-08arm64: elf: fix core dumping definitions for GP and FP registersWill Deacon
2012-09-17arm64: ELF definitionsCatalin Marinas