summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/elf.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: remove unnecessary ifdefs around is_compat_task()Leonardo Bras2024-02-281-5/+5
* arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0Will Deacon2021-08-201-4/+2
* Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-06-051-1/+22
|\
| * arm64/elf: Disable automatic READ_IMPLIES_EXEC for 64-bit address spacesKees Cook2020-04-201-2/+2
| * arm32/64/elf: Split READ_IMPLIES_EXEC from executable PT_GNU_STACKKees Cook2020-04-201-2/+3
| * arm32/64/elf: Add tables to document READ_IMPLIES_EXECKees Cook2020-04-201-0/+20
* | arm64: elf: Enable BTI at exec based on ELF program propertiesDave Martin2020-03-161-0/+50
|/
* arm64: vdso: Fix population of AT_SYSINFO_EHDR for compat vdsoVincenzo Frascino2019-07-221-1/+1
* arm64: elf: VDSO code page discoveryVincenzo Frascino2019-06-221-0/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64: compat: Alloc separate pages for vectors and sigpageVincenzo Frascino2019-04-231-3/+3
* arm64: mm: Allow forcing all userspace addresses to 52-bitSteve Capper2018-12-101-0/+4
* arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper2018-12-101-1/+1
* arm64: signal: Report signal frame size to userspace via auxvDave Martin2018-06-011-0/+13
* arm64: elf.h: Correct comment about READ_IMPLIES_EXEC propagationBen Hutchings2017-10-091-2/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-051-2/+0
|\
| * arm64: cleanup {COMPAT_,}SET_PERSONALITY() macroYury Norov2017-08-221-2/+0
| * arm64: introduce separated bits for mm_context_t flagsYury Norov2017-08-221-2/+2
* | mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook2017-08-181-2/+2
|/
* arm64: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook2017-07-101-6/+6
* arm64: Preventing READ_IMPLIES_EXEC propagationDong Bo2017-05-301-0/+6
* arm64: introduce mm context flag to keep 32 bit task informationPratyush Anand2016-11-071-2/+10
* arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2016-07-291-0/+1
* arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasksCatalin Marinas2016-05-311-2/+2
* arm64: compat: Check for AArch32 stateSuzuki K Poulose2016-04-201-1/+2
* arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel2016-02-241-0/+2
* arm64: make asm/elf.h available to asm filesArd Biesheuvel2016-02-241-9/+13
* mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook2015-04-141-4/+0
* arm64: standardize mmap_rnd() usageKees Cook2015-04-141-1/+0
* arm64: ASLR: Don't randomise text when randomise_va_space == 0Arun Chandran2014-10-241-2/+2
* arm64: compat: add support for big-endian (BE8) AArch32 binariesWill Deacon2013-10-251-0/+5
* arm64: ELF: add support for big-endian executablesWill Deacon2013-10-251-0/+13
* Move the EM_ARM and EM_AARCH64 definitions to uapi/linux/elf-em.hDan Aloni2013-09-021-3/+0
* arm64: elf: fix core dumping to match what glibc expectsWill Deacon2013-01-221-1/+4
* arm64: elf: fix core dumping definitions for GP and FP registersWill Deacon2012-11-081-4/+1
* arm64: ELF definitionsCatalin Marinas2012-09-171-0/+179