summaryrefslogtreecommitdiff
path: root/fs/binfmt_elf.c
AgeCommit message (Expand)Author
2020-04-07fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common pathAlexey Dobriyan
2020-04-07fs/binfmt_elf.c: allocate less for static executableAlexey Dobriyan
2020-04-07fs/binfmt_elf.c: delete "loc" variableAlexey Dobriyan
2020-04-07mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual
2020-01-31fs/binfmt_elf.c: coredump: allow process with empty address space to coredumpAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: coredump: delete duplicated overflow checkAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: coredump: allocate core ELF header on stackAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: make BAD_ADDR() unlikelyAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: better codegen around current->mmAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: don't copy ELF header aroundAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: fix ->start_code calculationAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: smaller code generation around auxv vector fillAlexey Dobriyan
2019-12-04fs/binfmt_elf.c: extract elf_read() functionAlexey Dobriyan
2019-12-04fs/binfmt_elf.c: delete unused "interp_map_addr" argumentAlexey Dobriyan
2019-11-15y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann
2019-10-06elf: don't use MAP_FIXED_NOREPLACE for elf executable mappingsLinus Torvalds
2019-09-26binfmt_elf: Do not move brk for INTERP-less ET_EXECKees Cook
2019-09-24mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti
2019-07-16fs/binfmt_elf.c: delete stale commentAlexey Dobriyan
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-14binfmt_elf: move brk out of mmap when doing direct loader execKees Cook
2019-05-14elf: init pt_regs pointer laterAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: extract PROT_* calculationsAlexey Dobriyan
2019-05-14fs//binfmt_elf.c: move variables initialization closer to their usageAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: save 1 indent levelAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"Alexey Dobriyan
2019-05-14fs/binfmt_elf.c: free PT_INTERP filename ASAPAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: make scope of "pos" variable smallerAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: remove unneeded initialization of mm->start_stackAndrew Morton
2019-03-07fs/binfmt_elf.c: spread const a littleAlexey Dobriyan
2019-03-07fs/binfmt_elf.c: use list_for_each_entry()Alexey Dobriyan
2019-03-07fs/binfmt_elf.c: don't be afraid of overflowAlexey Dobriyan
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2018-07-19binfmt_elf: Respect error return from `regset->active'Maciej W. Rozycki
2018-07-14fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador
2018-06-15coredump: fix spam with zero VMA processAlexey Dobriyan
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-20fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST errorTetsuo Handa
2018-04-11elf: enforce MAP_FIXED on overlaying elf segmentsMichal Hocko
2018-04-11fs, elf: drop MAP_FIXED usage from elf_mapMichal Hocko
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook
2018-02-06elf: fix NT_FILE integer overflowAlexey Dobriyan
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2017-11-03regset: Add support for dynamically sized regsetsDave Martin
2017-10-02Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Russell King
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-10binfmt_elf: don't attempt to load FDPIC binariesNicolas Pitre
2017-09-07Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds