- 15fd395 elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings by Chen Jingwen · 3 years, 3 months ago
- 5e01fdf fs: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 4 months ago
- b2767d9 binfmt_elf: take the mmap lock around find_extend_vma() by Jann Horn · 4 years, 2 months ago
- a07279c binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshot by Jann Horn · 4 years, 2 months ago
- 429a22e coredump: rework elf/elf_fdpic vma_dump_size() into common helper by Jann Horn · 4 years, 2 months ago
- afc63a97b coredump: refactor page range dumping into common helper by Jann Horn · 4 years, 2 months ago
- ce81bb2 fs/binfmt_elf: use PT_LOAD p_align values for suitable start address by Chris Kennelly · 4 years, 2 months ago
- 7a89602 kill elf_fpxregs_t by Al Viro · 4 years, 7 months ago
- b4e9c95 introduction of regset ->get() wrappers, switching ELF coredumps to those by Al Viro · 4 years, 7 months ago
- 4382a79 Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- 886d7de Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 852991d fs/binfmt_elf: remove redundant elf_map ifndef by Anthony Iliopoulos · 4 years, 7 months ago
- 15a2bc4 Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 7 months ago
- 646e84d binfmt_elf: don't bother with __{put,copy_to}_user() by Al Viro · 4 years, 10 months ago
- 8b39a57 Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- 533b220 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
- 1d60541 fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info() by Alexander Potapenko · 4 years, 7 months ago
- b8a61c9 exec: Generic execfd support by Eric W. Biederman · 4 years, 8 months ago
- 2388777 exec: Rename flush_old_exec begin_new_exec by Eric W. Biederman · 4 years, 8 months ago
- 96ecee2 exec: Merge install_exec_creds into setup_new_exec by Eric W. Biederman · 4 years, 8 months ago
- d2530b4 binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dump by Christoph Hellwig · 4 years, 8 months ago
- fa4751f binfmt_elf: remove the set_fs in fill_siginfo_note by Eric W. Biederman · 4 years, 8 months ago
- 80e4e56 Merge branch 'for-next/bti-user' into for-next/bti by Will Deacon · 4 years, 8 months ago
- aa0d156 fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common path by Alexey Dobriyan · 4 years, 9 months ago
- 0693ffe fs/binfmt_elf.c: allocate less for static executable by Alexey Dobriyan · 4 years, 9 months ago
- c69bcc9 fs/binfmt_elf.c: delete "loc" variable by Alexey Dobriyan · 4 years, 9 months ago
- 0391113 mm/vma: replace all remaining open encodings with is_vm_hugetlb_page() by Anshuman Khandual · 4 years, 9 months ago
- fe0f676 elf: Allow arch to tweak initial mmap prot flags by Dave Martin · 4 years, 10 months ago
- 00e19ce ELF: Add ELF program property parsing support by Dave Martin · 4 years, 10 months ago
- 1fbede6 fs/binfmt_elf.c: coredump: allow process with empty address space to coredump by Alexey Dobriyan · 5 years ago
- 28f4665 fs/binfmt_elf.c: coredump: delete duplicated overflow check by Alexey Dobriyan · 5 years ago
- 225a3f5 fs/binfmt_elf.c: coredump: allocate core ELF header on stack by Alexey Dobriyan · 5 years ago
- 18676ff fs/binfmt_elf.c: make BAD_ADDR() unlikely by Alexey Dobriyan · 5 years ago
- 03c6d72 fs/binfmt_elf.c: better codegen around current->mm by Alexey Dobriyan · 5 years ago
- a62c5b1 fs/binfmt_elf.c: don't copy ELF header around by Alexey Dobriyan · 5 years ago
- f67ef44 fs/binfmt_elf.c: fix ->start_code calculation by Alexey Dobriyan · 5 years ago
- 1f83d80 fs/binfmt_elf.c: smaller code generation around auxv vector fill by Alexey Dobriyan · 5 years ago
- 658c033 fs/binfmt_elf.c: extract elf_read() function by Alexey Dobriyan · 5 years ago
- 81696d5 fs/binfmt_elf.c: delete unused "interp_map_addr" argument by Alexey Dobriyan · 5 years ago
- e2bb80d y2038: elfcore: Use __kernel_old_timeval for process times by Arnd Bergmann · 7 years ago
- b212921 elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings by Linus Torvalds · 5 years ago
- 7be3cb0 binfmt_elf: Do not move brk for INTERP-less ET_EXEC by Kees Cook · 5 years ago
- 649775b mm, fs: move randomize_stack_top from fs to mm by Alexandre Ghiti · 5 years ago
- aa94b1d fs/binfmt_elf.c: delete stale comment by Alexey Dobriyan · 5 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- bbdc607 binfmt_elf: move brk out of mmap when doing direct loader exec by Kees Cook · 6 years ago
- 249b08e elf: init pt_regs pointer later by Alexey Dobriyan · 6 years ago
- d8e7cb3 fs/binfmt_elf.c: extract PROT_* calculations by Alexey Dobriyan · 6 years ago
- 85264316 fs//binfmt_elf.c: move variables initialization closer to their usage by Alexey Dobriyan · 6 years ago
- be0deb5 fs/binfmt_elf.c: save 1 indent level by Alexey Dobriyan · 6 years ago
- ba0f6b8 fs/binfmt_elf.c: delete trailing "return;" in functions returning "void" by Alexey Dobriyan · 6 years ago
- cc33801 fs/binfmt_elf.c: free PT_INTERP filename ASAP by Alexey Dobriyan · 6 years ago
- 5cf4a36 fs/binfmt_elf.c: make scope of "pos" variable smaller by Alexey Dobriyan · 6 years ago
- 22f084d fs/binfmt_elf.c: remove unneeded initialization of mm->start_stack by Andrew Morton · 6 years ago
- 49ac981 fs/binfmt_elf.c: spread const a little by Alexey Dobriyan · 6 years ago
- 93f044e fs/binfmt_elf.c: use list_for_each_entry() by Alexey Dobriyan · 6 years ago
- faf1c31 fs/binfmt_elf.c: don't be afraid of overflow by Alexey Dobriyan · 6 years ago
- ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
- e5a32b5 Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
- 2f819db binfmt_elf: Respect error return from `regset->active' by Maciej W. Rozycki · 7 years ago
- 24962af fs, elf: make sure to page align bss in load_elf_library by Oscar Salvador · 6 years ago
- 86a2bb5 coredump: fix spam with zero VMA process by Alexey Dobriyan · 7 years ago
- 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- d23a61e fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST error by Tetsuo Handa · 7 years ago
- ad55eac elf: enforce MAP_FIXED on overlaying elf segments by Michal Hocko · 7 years ago
- 4ed2863 fs, elf: drop MAP_FIXED usage from elf_map by Michal Hocko · 7 years ago
- b838383 exec: introduce finalize_exec() before start_thread() by Kees Cook · 7 years ago
- 60c9d92 elf: fix NT_FILE integer overflow by Alexey Dobriyan · 7 years ago
- 441692a Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
- 27e64b4 regset: Add support for dynamically sized regsets by Dave Martin · 7 years ago
- 1bb0783 Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into devel-stable by Russell King · 7 years ago
- 581bfce Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 4755200 binfmt_elf: don't attempt to load FDPIC binaries by Nicolas Pitre · 7 years ago
- 828f425 Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
- bdd1d2d fs: fix kernel_read prototype by Christoph Hellwig · 7 years ago
- 01578e3 x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checks by Oleg Nesterov · 7 years ago
- c425e18 binfmt: Introduce secureexec flag by Kees Cook · 7 years ago
- 67c6777 binfmt_elf: safely increment argv pointers by Kees Cook · 7 years ago
- eab0953 binfmt_elf: use ELF_ET_DYN_BASE only for PIE by Kees Cook · 7 years ago
- 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
- 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
- 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
- f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
- 16e72e9 powerpc: do not make the entire heap executable by Denys Vlasenko · 8 years ago
- cd19c36 fs/binfmt: Convert obsolete cputime type to nsecs by Frederic Weisbecker · 8 years ago
- 5613fda sched/cputime: Convert task/group cputime to nsecs by Frederic Weisbecker · 8 years ago
- a1cecf2 sched/cputime: Introduce special task_cputime_t() API to return old-typed cputime by Frederic Weisbecker · 8 years ago
- 4d22c75 coredump: Ensure proper size of sparse core files by Dave Kleikamp · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 30f74aa binfmt_elf: use vmalloc() for allocation of vma_filesz by Jason Baron · 8 years ago
- 90954e7 x86/coredump: Use pr_reg size, rather that TIF_IA32 flag by Dmitry Safonov · 8 years ago
- 9f834ec binfmt_elf: switch to new creds when switching to new mm by Linus Torvalds · 8 years ago
- 0036d1f binfmt_elf: fix calculations for bss padding by Kees Cook · 8 years ago
- 1607f09 coredump: fix dumping through pipes by Mateusz Guzik · 9 years ago
- 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 9 years ago
- ecc2bc8 mm, elf: handle vm_brk error by Michal Hocko · 9 years ago
- 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- a008393 coredump: get rid of coredump_params->written by Omar Sandoval · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago