aboutsummaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf.c
AgeCommit message (Expand)Author
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2017-11-03regset: Add support for dynamically sized regsetsDave Martin
2017-10-02Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Russell King
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-10binfmt_elf: don't attempt to load FDPIC binariesNicolas Pitre
2017-09-07Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig
2017-08-16x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksOleg Nesterov
2017-08-01binfmt: Introduce secureexec flagKees Cook
2017-07-10binfmt_elf: safely increment argv pointersKees Cook
2017-07-10binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-22powerpc: do not make the entire heap executableDenys Vlasenko
2017-02-01fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker
2017-01-14coredump: Ensure proper size of sparse core filesDave Kleikamp
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-12binfmt_elf: use vmalloc() for allocation of vma_fileszJason Baron
2016-09-14x86/coredump: Use pr_reg size, rather that TIF_IA32 flagDmitry Safonov
2016-08-31binfmt_elf: switch to new creds when switching to new mmLinus Torvalds
2016-08-02binfmt_elf: fix calculations for bss paddingKees Cook
2016-06-07coredump: fix dumping through pipesMateusz Guzik
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds
2016-05-23mm, elf: handle vm_brk errorMichal Hocko
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-12coredump: get rid of coredump_params->writtenOmar Sandoval
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman
2016-01-20ELF: Also pass any interpreter's file header to `arch_check_elf'Maciej W. Rozycki
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-11-11binfmt_elf: Correct `arch_check_elf's descriptionMaciej W. Rozycki
2015-11-11binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki
2015-11-09coredump: add DAX filtering for ELF coredumpsRoss Zwisler
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-05-28fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton
2015-04-14mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook
2015-04-14mm: split ET_DYN ASLR from mmap ASLRKees Cook
2015-04-14fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson
2015-02-19x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-12-10fs/binfmt_elf.c: fix internal inconsistency relating to vma dump sizeJungseung Lee
2014-11-24binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headersPaul Burton
2014-11-24binfmt_elf: load interpreter program headers earlierPaul Burton
2014-11-24binfmt_elf: Hoist ELF program header loading to a functionPaul Burton
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro