summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf.c
AgeCommit message (Expand)AuthorLines
2019-05-14elf: init pt_regs pointer laterAlexey Dobriyan-1/+2
2019-05-14fs/binfmt_elf.c: extract PROT_* calculationsAlexey Dobriyan-14/+16
2019-05-14fs//binfmt_elf.c: move variables initialization closer to their usageAlexey Dobriyan-8/+8
2019-05-14fs/binfmt_elf.c: save 1 indent levelAlexey Dobriyan-57/+54
2019-05-14fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"Alexey Dobriyan-4/+0
2019-05-14fs/binfmt_elf.c: free PT_INTERP filename ASAPAlexey Dobriyan-9/+11
2019-05-14fs/binfmt_elf.c: make scope of "pos" variable smallerAlexey Dobriyan-1/+2
2019-05-14fs/binfmt_elf.c: remove unneeded initialization of mm->start_stackAndrew Morton-2/+0
2019-03-07fs/binfmt_elf.c: spread const a littleAlexey Dobriyan-5/+3
2019-03-07fs/binfmt_elf.c: use list_for_each_entry()Alexey Dobriyan-10/+5
2019-03-07fs/binfmt_elf.c: don't be afraid of overflowAlexey Dobriyan-6/+3
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman-3/+3
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-1/+1
2018-07-19binfmt_elf: Respect error return from `regset->active'Maciej W. Rozycki-1/+1
2018-07-14fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador-3/+2
2018-06-15coredump: fix spam with zero VMA processAlexey Dobriyan-8/+9
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-04-20fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST errorTetsuo Handa-4/+4
2018-04-11elf: enforce MAP_FIXED on overlaying elf segmentsMichal Hocko-3/+10
2018-04-11fs, elf: drop MAP_FIXED usage from elf_mapMichal Hocko-4/+9
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook-0/+1
2018-02-06elf: fix NT_FILE integer overflowAlexey Dobriyan-0/+2
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-2/+13
2017-11-03regset: Add support for dynamically sized regsetsDave Martin-5/+5
2017-10-02Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Russell King-2/+13
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-10/+13
2017-09-10binfmt_elf: don't attempt to load FDPIC binariesNicolas Pitre-2/+13
2017-09-07Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig-10/+13
2017-08-16x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksOleg Nesterov-2/+1
2017-08-01binfmt: Introduce secureexec flagKees Cook-1/+1
2017-07-10binfmt_elf: safely increment argv pointersKees Cook-11/+9
2017-07-10binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook-8/+51
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-22powerpc: do not make the entire heap executableDenys Vlasenko-8/+22
2017-02-01fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker-16/+10
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker-2/+9
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker-3/+3
2017-01-14coredump: Ensure proper size of sparse core filesDave Kleikamp-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-12binfmt_elf: use vmalloc() for allocation of vma_fileszJason Baron-2/+4
2016-09-14x86/coredump: Use pr_reg size, rather that TIF_IA32 flagDmitry Safonov-15/+8
2016-08-31binfmt_elf: switch to new creds when switching to new mmLinus Torvalds-1/+1
2016-08-02binfmt_elf: fix calculations for bss paddingKees Cook-16/+18
2016-06-07coredump: fix dumping through pipesMateusz Guzik-1/+1
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds-6/+5