aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/elf.h
AgeCommit message (Expand)Author
2014-12-29ARM64: Add loading of ILP32 binariesAndrew Pinski
2014-12-29ARM64:ILP32: Support core dump for ILP32Andrew Pinski
2014-12-29ARM64: Introduce is_a32_task/is_a32_thread and TIF_AARCH32 and use them in th...Andrew Pinski
2014-12-29ARM64: Change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 insteadAndrew Pinski
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