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