summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf.c
Commit message (Expand)AuthorAgeFilesLines
* fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common pathAlexey Dobriyan2020-04-071-1/+1
* fs/binfmt_elf.c: allocate less for static executableAlexey Dobriyan2020-04-071-9/+10
* fs/binfmt_elf.c: delete "loc" variableAlexey Dobriyan2020-04-071-17/+15
* mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual2020-04-071-1/+2
* fs/binfmt_elf.c: coredump: allow process with empty address space to coredumpAlexey Dobriyan2020-01-311-1/+9
* fs/binfmt_elf.c: coredump: delete duplicated overflow checkAlexey Dobriyan2020-01-311-2/+0
* fs/binfmt_elf.c: coredump: allocate core ELF header on stackAlexey Dobriyan2020-01-311-11/+5
* fs/binfmt_elf.c: make BAD_ADDR() unlikelyAlexey Dobriyan2020-01-311-1/+1
* fs/binfmt_elf.c: better codegen around current->mmAlexey Dobriyan2020-01-311-24/+28
* fs/binfmt_elf.c: don't copy ELF header aroundAlexey Dobriyan2020-01-311-28/+27
* fs/binfmt_elf.c: fix ->start_code calculationAlexey Dobriyan2020-01-311-1/+1
* fs/binfmt_elf.c: smaller code generation around auxv vector fillAlexey Dobriyan2020-01-311-7/+8
* fs/binfmt_elf.c: extract elf_read() functionAlexey Dobriyan2019-12-041-25/+24
* fs/binfmt_elf.c: delete unused "interp_map_addr" argumentAlexey Dobriyan2019-12-041-6/+1
* y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann2019-11-151-6/+6
* elf: don't use MAP_FIXED_NOREPLACE for elf executable mappingsLinus Torvalds2019-10-061-10/+3
* binfmt_elf: Do not move brk for INTERP-less ET_EXECKees Cook2019-09-261-1/+2
* mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti2019-09-241-20/+0
* fs/binfmt_elf.c: delete stale commentAlexey Dobriyan2019-07-161-1/+0
* 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-141-0/+11
* elf: init pt_regs pointer laterAlexey Dobriyan2019-05-141-1/+2
* fs/binfmt_elf.c: extract PROT_* calculationsAlexey Dobriyan2019-05-141-14/+16
* fs//binfmt_elf.c: move variables initialization closer to their usageAlexey Dobriyan2019-05-141-8/+8
* fs/binfmt_elf.c: save 1 indent levelAlexey Dobriyan2019-05-141-57/+54
* fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"Alexey Dobriyan2019-05-141-4/+0
* fs/binfmt_elf.c: free PT_INTERP filename ASAPAlexey Dobriyan2019-05-141-9/+11
* fs/binfmt_elf.c: make scope of "pos" variable smallerAlexey Dobriyan2019-05-141-1/+2
* fs/binfmt_elf.c: remove unneeded initialization of mm->start_stackAndrew Morton2019-05-141-2/+0
* fs/binfmt_elf.c: spread const a littleAlexey Dobriyan2019-03-071-5/+3
* fs/binfmt_elf.c: use list_for_each_entry()Alexey Dobriyan2019-03-071-10/+5
* fs/binfmt_elf.c: don't be afraid of overflowAlexey Dobriyan2019-03-071-6/+3
* 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-131-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/+2
|/
* coredump: fix spam with zero VMA processAlexey Dobriyan2018-06-151-8/+9
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* 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
| |/