aboutsummaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf.c
Commit message (Expand)AuthorAge
* elf: don't use MAP_FIXED_NOREPLACE for elf executable mappingsLinus Torvalds2019-10-06
* binfmt_elf: Do not move brk for INTERP-less ET_EXECKees Cook2019-09-26
* mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti2019-09-24
* fs/binfmt_elf.c: delete stale commentAlexey Dobriyan2019-07-16
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-21
* binfmt_elf: move brk out of mmap when doing direct loader execKees Cook2019-05-14
* elf: init pt_regs pointer laterAlexey Dobriyan2019-05-14
* fs/binfmt_elf.c: extract PROT_* calculationsAlexey Dobriyan2019-05-14
* fs//binfmt_elf.c: move variables initialization closer to their usageAlexey Dobriyan2019-05-14
* fs/binfmt_elf.c: save 1 indent levelAlexey Dobriyan2019-05-14
* fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"Alexey Dobriyan2019-05-14
* fs/binfmt_elf.c: free PT_INTERP filename ASAPAlexey Dobriyan2019-05-14
* fs/binfmt_elf.c: make scope of "pos" variable smallerAlexey Dobriyan2019-05-14
* fs/binfmt_elf.c: remove unneeded initialization of mm->start_stackAndrew Morton2019-05-14
* fs/binfmt_elf.c: spread const a littleAlexey Dobriyan2019-03-07
* fs/binfmt_elf.c: use list_for_each_entry()Alexey Dobriyan2019-03-07
* fs/binfmt_elf.c: don't be afraid of overflowAlexey Dobriyan2019-03-07
* signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-03
* Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-08-13
|\
| * binfmt_elf: Respect error return from `regset->active'Maciej W. Rozycki2018-07-19
* | fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador2018-07-14
|/
* coredump: fix spam with zero VMA processAlexey Dobriyan2018-06-14
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-12
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* 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