summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf.c
Commit message (Expand)AuthorAgeFilesLines
* fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST errorTetsuo Handa2018-04-201-4/+4
* elf: enforce MAP_FIXED on overlaying elf segmentsMichal Hocko2018-04-111-3/+10
* fs, elf: drop MAP_FIXED usage from elf_mapMichal Hocko2018-04-111-4/+9
* exec: introduce finalize_exec() before start_thread()Kees Cook2018-04-111-0/+1
* elf: fix NT_FILE integer overflowAlexey Dobriyan2018-02-061-0/+2
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-161-2/+13
|\
| * Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Russell King2017-10-021-2/+13
| |\
| | * binfmt_elf: don't attempt to load FDPIC binariesNicolas Pitre2017-09-101-2/+13
* | | regset: Add support for dynamically sized regsetsDave Martin2017-11-031-5/+5
|/ /
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-10/+13
|\ \
| * | fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-10/+13
| |/
* | Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-071-1/+1
|\ \ | |/ |/|
| * binfmt: Introduce secureexec flagKees Cook2017-08-011-1/+1
* | x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksOleg Nesterov2017-08-161-2/+1
|/
* binfmt_elf: safely increment argv pointersKees Cook2017-07-101-11/+9
* binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook2017-07-101-8/+51
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* powerpc: do not make the entire heap executableDenys Vlasenko2017-02-221-8/+22
* fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-011-16/+10
* sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-011-2/+9
* sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-011-3/+3
* coredump: Ensure proper size of sparse core filesDave Kleikamp2017-01-141-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* binfmt_elf: use vmalloc() for allocation of vma_fileszJason Baron2016-12-121-2/+4
* x86/coredump: Use pr_reg size, rather that TIF_IA32 flagDmitry Safonov2016-09-141-15/+8
* binfmt_elf: switch to new creds when switching to new mmLinus Torvalds2016-08-311-1/+1
* binfmt_elf: fix calculations for bss paddingKees Cook2016-08-021-16/+18
* coredump: fix dumping through pipesMateusz Guzik2016-06-071-1/+1
* mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-271-6/+5
* mm, elf: handle vm_brk errorMichal Hocko2016-05-231-2/+5
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-1/+1
|\
| * coredump: get rid of coredump_params->writtenOmar Sandoval2016-05-121-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
|/
* mm: ASLR: use get_random_long()Daniel Cashman2016-02-271-1/+1
* ELF: Also pass any interpreter's file header to `arch_check_elf'Maciej W. Rozycki2016-01-201-1/+5
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-111-6/+6
|\
| * binfmt_elf: Correct `arch_check_elf's descriptionMaciej W. Rozycki2015-11-111-1/+1
| * binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki2015-11-111-5/+5
* | coredump: add DAX filtering for ELF coredumpsRoss Zwisler2015-11-091-0/+10
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-2/+2
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-231-2/+2
* | fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton2015-05-281-1/+1
|/
* mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook2015-04-141-3/+1
* mm: split ET_DYN ASLR from mmap ASLRKees Cook2015-04-141-14/+4
* fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson2015-04-141-1/+8
* x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert2015-02-191-2/+3
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-12-111-62/+176
|\