aboutsummaryrefslogtreecommitdiffstats
path: root/fs/compat_binfmt_elf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-06get rid of COMPAT_ELF_EXEC_PAGESIZEAl Viro1-5/+0
2021-01-06compat_binfmt_elf: don't bother with undef of ELF_ARCHAl Viro1-1/+0
2021-01-06[amd64] clean PRSTATUS_SIZE/SET_PR_FPVALID up properlyAl Viro1-8/+0
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro1-0/+1
2021-01-04binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALIDAl Viro1-0/+8
2020-10-26elf: Expose ELF header on arch_setup_additional_pages()Gabriel Krisman Bertazi1-3/+8
2020-10-26elf: Expose ELF header in compat_start_thread()Gabriel Krisman Bertazi1-2/+7
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-05-05binfmt_elf: remove the set_fs in fill_siginfo_noteEric W. Biederman1-1/+1
2020-04-20arm64/elf: Disable automatic READ_IMPLIES_EXEC for 64-bit address spacesKees Cook1-0/+5
2020-03-16ELF: Add ELF program property parsing supportDave Martin1-0/+4
2019-11-15y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner1-4/+1
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann1-1/+1
2017-02-01fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker1-16/+2
2014-03-04binfmt_elf: add ELF_HWCAP2 to compat auxv entriesArd Biesheuvel1-0/+5
2012-10-06coredump: extend core dump note section to contain file names of mapped filesDenys Vlasenko1-0/+1
2012-10-06coredump: add a new elf note with siginfo of the signalDenys Vlasenko1-0/+6
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA1-0/+2
2008-01-30x86: compat_binfmt_elfRoland McGrath1-0/+131