summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf.c
Commit message (Expand)AuthorAgeFilesLines
* fs/binfmt_elf.c: delete stale commentAlexey Dobriyan2019-07-171-1/+0Star
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* binfmt_elf: move brk out of mmap when doing direct loader execKees Cook2019-05-151-0/+11
* elf: init pt_regs pointer laterAlexey Dobriyan2019-05-151-1/+2
* fs/binfmt_elf.c: extract PROT_* calculationsAlexey Dobriyan2019-05-151-14/+16
* fs//binfmt_elf.c: move variables initialization closer to their usageAlexey Dobriyan2019-05-151-8/+8
* fs/binfmt_elf.c: save 1 indent levelAlexey Dobriyan2019-05-151-57/+54Star
* fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"Alexey Dobriyan2019-05-151-4/+0Star
* fs/binfmt_elf.c: free PT_INTERP filename ASAPAlexey Dobriyan2019-05-151-9/+11
* fs/binfmt_elf.c: make scope of "pos" variable smallerAlexey Dobriyan2019-05-151-1/+2
* fs/binfmt_elf.c: remove unneeded initialization of mm->start_stackAndrew Morton2019-05-151-2/+0Star
* fs/binfmt_elf.c: spread const a littleAlexey Dobriyan2019-03-081-5/+3Star
* fs/binfmt_elf.c: use list_for_each_entry()Alexey Dobriyan2019-03-081-10/+5Star
* fs/binfmt_elf.c: don't be afraid of overflowAlexey Dobriyan2019-03-081-6/+3Star
* signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-3/+3
* Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-08-141-1/+1
|\
| * binfmt_elf: Respect error return from `regset->active'Maciej W. Rozycki2018-07-191-1/+1
* | fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador2018-07-141-3/+2Star
|/
* coredump: fix spam with zero VMA processAlexey Dobriyan2018-06-151-8/+9
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST errorTetsuo Handa2018-04-211-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-071-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-031-2/+13
| |\
| | * binfmt_elf: don't attempt to load FDPIC binariesNicolas Pitre2017-09-111-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-151-10/+13
|\ \
| * | fs: fix kernel_read prototypeChristoph Hellwig2017-09-051-10/+13
| |/
* | Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-081-1/+1
|\ \ | |/ |/|
| * binfmt: Introduce secureexec flagKees Cook2017-08-011-1/+1
* | x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksOleg Nesterov2017-08-161-2/+1Star
|/
* binfmt_elf: safely increment argv pointersKees Cook2017-07-111-11/+9Star
* binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook2017-07-111-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-231-8/+22
* fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-011-16/+10Star
* 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-151-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-131-2/+4
* x86/coredump: Use pr_reg size, rather that TIF_IA32 flagDmitry Safonov2016-09-141-15/+8Star
* binfmt_elf: switch to new creds when switching to new mmLinus Torvalds2016-08-311-1/+1