aboutsummaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf_fdpic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-28binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat.Paul Mundt1-20/+25
2008-07-26tracehook: execRoland McGrath1-7/+0
2008-07-25coredump: elf_fdpic_core_dump: use core_state->dumper listOleg Nesterov1-17/+12
2008-07-25coredump: elf_core_dump: skip kernel threadsOleg Nesterov1-0/+3
2008-06-06nommu: fix ksize() abusePekka Enberg1-1/+1
2008-04-29fdpic: check that the size returned by kernel_read() is what we asked forDavid Howells1-4/+10
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-8/+8
2007-10-19pid namespaces: round up the APIPavel Emelianov1-4/+4
2007-10-17core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman1-3/+2
2007-10-17x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #defineMark Nelson1-4/+4
2007-10-16remove ZERO_PAGENick Piggin1-1/+1
2007-07-19coredump masking: ELF-FDPIC: enable core dump filteringKawai, Hidehiro1-17/+35
2007-07-19coredump masking: ELF-FDPIC: remove an unused argumentKawai, Hidehiro1-4/+4
2007-07-19mm: variable length argument supportOllie Wild1-4/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-02[PATCH] fix page leak during core dumpBrian Pomerantz1-1/+1
2007-03-23[PATCH] FDPIC: fix the /proc/pid/stat representation of executable boundariesDavid Howells1-4/+11
2007-02-11[PATCH] Remove final references to deprecated "MAP_ANON" page protection flagRobert P. J. Day1-1/+1
2007-01-26[PATCH] core-dumping unreadable binaries via PT_INTERPAlexey Dobriyan1-0/+8
2006-12-12fs: Convert kmalloc() + memset() to kzalloc() in fs/.Robert P. J. Day1-2/+1
2006-12-08[PATCH] add process_session() helper routineCedric Le Goater1-2/+2
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-2/+2
2006-12-07[PATCH] elf: Always define elf_addr_t in linux/elf.hMagnus Damm1-3/+0
2006-09-29[PATCH] elf_fdpic_core_dump: don't take tasklist_lockOleg Nesterov1-4/+3
2006-07-10[PATCH] FDPIC: Add coredump capability for the ELF-FDPIC binfmtDavid Howells1-2/+674
2006-07-10[PATCH] FDPIC: Adjust the ELF-FDPIC driver to conform more to the CodingStyleDavid Howells1-137/+168
2006-07-10[PATCH] FDPIC: Fix FDPIC compile errorsDavid Howells1-0/+1
2006-06-23[PATCH] frv: binfmt_elf_fdpic __user annotationsAl Viro1-13/+13
2006-03-24BUG_ON() Conversion in fs/binfmt_elf_fdpic.cEric Sesterhenn1-2/+1
2006-01-10[PATCH] fs/binfmt_elf: Remove unneeded kmalloc() return value castsJesper Juhl1-1/+1
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl1-10/+5
2005-10-29[PATCH] mm: mm_init set_mm_countersHugh Dickins1-7/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1101