summaryrefslogtreecommitdiff
path: root/fs/compat_binfmt_elf.c
AgeCommit message (Expand)Author
2022-03-03binfmt_elf: Introduce KUnit testKees Cook
2021-01-06get rid of COMPAT_ELF_EXEC_PAGESIZEAl Viro
2021-01-06compat_binfmt_elf: don't bother with undef of ELF_ARCHAl Viro
2021-01-06[amd64] clean PRSTATUS_SIZE/SET_PR_FPVALID up properlyAl Viro
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro
2021-01-04binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALIDAl Viro
2020-10-26elf: Expose ELF header on arch_setup_additional_pages()Gabriel Krisman Bertazi
2020-10-26elf: Expose ELF header in compat_start_thread()Gabriel Krisman Bertazi
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-05binfmt_elf: remove the set_fs in fill_siginfo_noteEric W. Biederman
2020-04-20arm64/elf: Disable automatic READ_IMPLIES_EXEC for 64-bit address spacesKees Cook
2020-03-16ELF: Add ELF program property parsing supportDave Martin
2019-11-15y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2017-02-01fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker
2014-03-04binfmt_elf: add ELF_HWCAP2 to compat auxv entriesArd Biesheuvel
2012-10-06coredump: extend core dump note section to contain file names of mapped filesDenys Vlasenko
2012-10-06coredump: add a new elf note with siginfo of the signalDenys Vlasenko
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA
2008-01-30x86: compat_binfmt_elfRoland McGrath