summaryrefslogtreecommitdiff
path: root/fs/binfmt_elf.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-29fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton1-1/+1
2015-04-15mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook1-3/+1
2015-04-15mm: split ET_DYN ASLR from mmap ASLRKees Cook1-14/+4
2015-04-15fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson1-1/+8
2015-02-19x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert1-2/+3
2014-12-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-62/+176
2014-12-11fs/binfmt_elf.c: fix internal inconsistency relating to vma dump sizeJungseung Lee1-18/+22
2014-11-24binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headersPaul Burton1-2/+103
2014-11-24binfmt_elf: load interpreter program headers earlierPaul Burton1-18/+18
2014-11-24binfmt_elf: Hoist ELF program header loading to a functionPaul Burton1-43/+56
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro1-20/+5
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds1-0/+8
2014-06-05fs/binfmt_elf.c: fix bool assignementsFabian Frederick1-2/+2
2014-05-20mm, fs: Add vm_ops->name as an alternative to arch_vma_nameAndy Lutomirski1-0/+8
2014-04-08exec: kill the unnecessary mm->def_flags setting in load_elf_binary()Alex Thorlton1-4/+0
2014-04-04fs, kernel: permit disabling the uselib syscallJosh Triplett1-1/+8
2014-01-24fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELFTodor Minchev1-3/+0
2013-11-09elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo)Al Viro1-18/+15
2013-11-09constify do_coredump() argumentAl Viro1-2/+2
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-11-09new helper: dump_align()Al Viro1-8/+2
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro1-2/+2
2013-11-09binfmt_elf: count notes towards coredump limitAl Viro1-3/+0
2013-11-09switch elf_coredump_extra_notes_write() to dump_emit()Al Viro1-4/+3
2013-11-09binfmt_elf: convert writing actual dump pages to dump_emit()Al Viro1-11/+3
2013-11-09switch elf_core_write_extra_data() to dump_emit()Al Viro1-1/+3
2013-11-09switch elf_core_write_extra_phdrs() to dump_emit()Al Viro1-2/+2
2013-11-09new helper: dump_emit()Al Viro1-37/+23
2013-10-25file->f_op is never NULL...Al Viro1-3/+3
2013-10-01fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from OopsingDan Aloni1-12/+18
2013-07-11mm: remove free_area_cacheMichel Lespinasse1-2/+0
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+3
2013-05-01coredump: factor out the setting of PF_DUMPCOREOleg Nesterov1-2/+1
2013-05-01binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurateJiri Kosina1-1/+2
2013-04-26powerpc: Add HWCAP2 aux entryMichael Neuling1-0/+3
2013-04-18fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size()Naoya Horiguchi1-0/+1
2013-03-04Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2013-03-03Revert some of "binfmt_elf: cleanups"James Hogan1-0/+4
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-23new helper: file_inode(file)Al Viro1-1/+1
2013-02-22binfmt_elf: remove unused argument in fill_elf_headerZhang Yanfei1-3/+3
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-2/+6
2012-12-18binfmt_elf: fix corner case kfree of uninitialized dataAlan Cox1-1/+3
2012-11-29get rid of pt_regs argument of ->load_binary()Al Viro1-2/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov1-1/+1
2012-10-05coredump: extend core dump note section to contain file names of mapped filesDenys Vlasenko1-4/+106
2012-10-05coredump: add a new elf note with siginfo of the signalDenys Vlasenko1-2/+25
2012-10-05coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko1-7/+7