summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf_fdpic.c
AgeCommit message (Expand)AuthorLines
2008-04-29fdpic: check that the size returned by kernel_read() is what we asked forDavid Howells-4/+10
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov-8/+8
2007-10-19pid namespaces: round up the APIPavel Emelianov-4/+4
2007-10-17core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman-3/+2
2007-10-17x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #defineMark Nelson-4/+4
2007-10-16remove ZERO_PAGENick Piggin-1/+1
2007-07-19coredump masking: ELF-FDPIC: enable core dump filteringKawai, Hidehiro-17/+35
2007-07-19coredump masking: ELF-FDPIC: remove an unused argumentKawai, Hidehiro-4/+4
2007-07-19mm: variable length argument supportOllie Wild-4/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-04-02[PATCH] fix page leak during core dumpBrian Pomerantz-1/+1
2007-03-23[PATCH] FDPIC: fix the /proc/pid/stat representation of executable boundariesDavid Howells-4/+11
2007-02-11[PATCH] Remove final references to deprecated "MAP_ANON" page protection flagRobert P. J. Day-1/+1
2007-01-26[PATCH] core-dumping unreadable binaries via PT_INTERPAlexey Dobriyan-0/+8
2006-12-12fs: Convert kmalloc() + memset() to kzalloc() in fs/.Robert P. J. Day-2/+1
2006-12-08[PATCH] add process_session() helper routineCedric Le Goater-2/+2
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek-2/+2
2006-12-07[PATCH] elf: Always define elf_addr_t in linux/elf.hMagnus Damm-3/+0
2006-09-29[PATCH] elf_fdpic_core_dump: don't take tasklist_lockOleg Nesterov-4/+3
2006-07-10[PATCH] FDPIC: Add coredump capability for the ELF-FDPIC binfmtDavid Howells-2/+674
2006-07-10[PATCH] FDPIC: Adjust the ELF-FDPIC driver to conform more to the CodingStyleDavid Howells-137/+168
2006-07-10[PATCH] FDPIC: Fix FDPIC compile errorsDavid Howells-0/+1
2006-06-23[PATCH] frv: binfmt_elf_fdpic __user annotationsAl Viro-13/+13
2006-03-24BUG_ON() Conversion in fs/binfmt_elf_fdpic.cEric Sesterhenn-2/+1
2006-01-10[PATCH] fs/binfmt_elf: Remove unneeded kmalloc() return value castsJesper Juhl-1/+1
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl-10/+5
2005-10-29[PATCH] mm: mm_init set_mm_countersHugh Dickins-7/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+1101