index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
binfmt_elf.c
Age
Commit message (
Expand
)
Author
2022-12-12
Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2022-11-24
[elf] get rid of get_note_info_size()
Al Viro
2022-11-24
[elf] unify regset and non-regset cases
Al Viro
2022-11-24
[elf][non-regset] use elf_core_copy_task_regs() for dumper as well
Al Viro
2022-11-24
[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...
Al Viro
2022-11-17
binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()
Bo Liu
2022-10-25
binfmt_elf: simplify error handling in load_elf_phdrs()
Rolf Eike Beer
2022-10-25
binfmt_elf: fix documented return value for load_elf_phdrs()
Rolf Eike Beer
2022-10-25
binfmt: Fix whitespace issues
Kees Cook
2022-10-25
fs/binfmt_elf: Fix memory leak in load_elf_binary()
Li Zetao
2022-10-23
[elf][regset] simplify thread list handling in fill_note_info()
Al Viro
2022-10-23
[elf][regset] clean fill_note_info() a bit
Al Viro
2022-10-23
kill coredump_params->regs
Al Viro
2022-04-15
revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"
Andrew Morton
2022-04-15
revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"
Andrew Morton
2022-03-21
Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-03-18
binfmt_elf: Don't write past end of notes for regset gap
Rick Edgecombe
2022-03-08
coredump: Use the vma snapshot in fill_files_note
Eric W. Biederman
2022-03-08
coredump/elf: Pass coredump_params into fill_note_info
Eric W. Biederman
2022-03-08
coredump: Snapshot the vmas in do_coredump
Eric W. Biederman
2022-03-03
binfmt_elf: Introduce KUnit test
Kees Cook
2022-03-01
fs/binfmt_elf: Refactor load_elf_binary function
Akira Kawata
2022-03-01
fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
Akira Kawata
2022-03-01
binfmt: move more stuff undef CONFIG_COREDUMP
Alexey Dobriyan
2022-03-01
ELF: fix overflow in total mapping size calculation
Alexey Dobriyan
2022-03-01
Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-03-01
binfmt_elf: Avoid total_mapping_size for ET_EXEC
Kees Cook
2022-02-11
fs/binfmt_elf: fix PT_LOAD p_align values for loaders
Mike Rapoport
2022-01-20
fs/binfmt_elf: use PT_LOAD p_align values for static PIE
H.J. Lu
2022-01-20
fs/binfmt_elf: replace open-coded string copy with get_task_comm
Yafang Shao
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-09
ELF: simplify STACK_ALLOC macro
Alexey Dobriyan
2021-11-09
binfmt_elf: reintroduce using MAP_FIXED_NOREPLACE
Kees Cook
2021-11-03
Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...
Linus Torvalds
2021-10-08
coredump: Limit coredumps to a single thread group
Eric W. Biederman
2021-10-03
elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings
Chen Jingwen
2021-09-03
binfmt: remove in-tree usage of MAP_DENYWRITE
David Hildenbrand
2021-09-03
binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()
David Hildenbrand
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-06-29
binfmt: remove in-tree usage of MAP_EXECUTABLE
David Hildenbrand
2021-06-18
sched: Change task_struct::state
Peter Zijlstra
2021-03-08
coredump: don't bother with do_truncate()
Al Viro
2021-02-21
Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-02-15
binfmt_misc: pass binfmt_misc flags to the interpreter
Laurent Vivier
2021-01-06
elf_prstatus: collect the common part (everything before pr_reg) into a struct
Al Viro
2021-01-04
binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALID
Al Viro
2020-12-15
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-14
Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-12-10
coredump: Document coredump code exclusively used by cell spufs
Eric W. Biederman
2020-10-29
fs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
[next]