aboutsummaryrefslogtreecommitdiff
path: root/fs/compat_binfmt_elf.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-03binfmt_elf: Introduce KUnit testGravatar Kees Cook 1-0/+2
2021-01-06get rid of COMPAT_ELF_EXEC_PAGESIZEGravatar Al Viro 1-5/+0
2021-01-06compat_binfmt_elf: don't bother with undef of ELF_ARCHGravatar Al Viro 1-1/+0
2021-01-06[amd64] clean PRSTATUS_SIZE/SET_PR_FPVALID up properlyGravatar Al Viro 1-8/+0
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structGravatar Al Viro 1-0/+1
2021-01-04binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALIDGravatar Al Viro 1-0/+8
2020-10-26elf: Expose ELF header on arch_setup_additional_pages()Gravatar Gabriel Krisman Bertazi 1-3/+8
2020-10-26elf: Expose ELF header in compat_start_thread()Gravatar Gabriel Krisman Bertazi 1-2/+7
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+5
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2020-05-05binfmt_elf: remove the set_fs in fill_siginfo_noteGravatar Eric W. Biederman 1-1/+1
2020-04-20arm64/elf: Disable automatic READ_IMPLIES_EXEC for 64-bit address spacesGravatar Kees Cook 1-0/+5
2020-03-16ELF: Add ELF program property parsing supportGravatar Dave Martin 1-0/+4
2019-11-15y2038: elfcore: Use __kernel_old_timeval for process timesGravatar Arnd Bergmann 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Gravatar Thomas Gleixner 1-4/+1
2018-08-27y2038: globally rename compat_time to old_time32Gravatar Arnd Bergmann 1-1/+1
2017-02-01fs/binfmt: Convert obsolete cputime type to nsecsGravatar Frederic Weisbecker 1-16/+2
2014-03-04binfmt_elf: add ELF_HWCAP2 to compat auxv entriesGravatar Ard Biesheuvel 1-0/+5
2012-10-06coredump: extend core dump note section to contain file names of mapped filesGravatar Denys Vlasenko 1-0/+1
2012-10-06coredump: add a new elf note with siginfo of the signalGravatar Denys Vlasenko 1-0/+6
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsGravatar Daisuke HATAYAMA 1-0/+2
2008-01-30x86: compat_binfmt_elfGravatar Roland McGrath 1-0/+131