#!/bin/bash perf record -m 16384 -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched:sched_migrate_task $@ itle='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/fs/binfmt_elf.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/fs/binfmt_elf.c
AgeCommit message (Expand)Author
2015-05-28fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton
2015-04-14mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook
2015-04-14mm: split ET_DYN ASLR from mmap ASLRKees Cook
2015-04-14fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson
2015-02-19x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-12-10fs/binfmt_elf.c: fix internal inconsistency relating to vma dump sizeJungseung Lee
2014-11-24binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headersPaul Burton
2014-11-24binfmt_elf: load interpreter program headers earlierPaul Burton
2014-11-24binfmt_elf: Hoist ELF program header loading to a functionPaul Burton
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds
2014-06-04fs/binfmt_elf.c: fix bool assignementsFabian Frederick