summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-07-25elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre3-36/+37
2016-06-08coredump: fix dumping through pipesMateusz Guzik5-4/+7
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-112/+69
2016-05-12coredump: get rid of coredump_params->writtenOmar Sandoval5-10/+8
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-134/+494
2015-11-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds61-221/+104
2015-11-09fs/binfmt_elf_fdpic.c: provide NOMMU loader for regular ELF binariesRich Felker1-8/+38
2015-11-09coredump: add DAX filtering for FDPIC ELF coredumpsRoss Zwisler1-0/+15
2015-10-25fs/binfmt_elf_fdpic.c: fix brk area overlap with stack on NOMMURich Felker1-6/+1
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro5-77/+35
2013-11-09elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo)Al Viro2-37/+31
2013-11-09new helper: dump_align()Al Viro5-17/+15
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro6-43/+22
2013-11-09convert the rest of binfmt_elf_fdpic to dump_emit()Al Viro1-79/+31
2013-11-09switch elf_core_write_extra_data() to dump_emit()Al Viro5-13/+11
2013-11-09switch elf_core_write_extra_phdrs() to dump_emit()Al Viro6-21/+15
2013-10-25file->f_op is never NULL...Al Viro29-97/+74
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds197-1464/+6298
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds385-14539/+7395
2013-05-01coredump: factor out the setting of PF_DUMPCOREOleg Nesterov5-6/+2
2013-04-29new helper: read_code()Al Viro6-67/+42
2013-04-26powerpc: Add HWCAP2 aux entryMichael Neuling5-4/+10
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds383-1423/+1276
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker16-49/+144
2012-11-29get rid of pt_regs argument of ->load_binary()Al Viro12-20/+25
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds96-899/+390
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov70-105/+77
2012-10-05coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko8-21/+21
2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro5-4/+1
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds85-605/+1787
2012-05-15userns: Convert binary formats to use kuid/kgid where appropriateEric W. Biederman3-14/+12
2012-04-21VM: add "vm_mmap()" helper functionLinus Torvalds15-97/+87
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells10-3/+11
2012-03-21take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro7-10/+1
2012-03-21__register_binfmt() made voidAl Viro12-23/+27
2011-07-20consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro5-9/+15
2011-07-06FDPIC: Fix memory leakDavidlohr Bueso1-0/+1
2010-06-01binfmt_elf_fdpic: Fix clear_user() error handlingTakuya Yoshikawa1-15/+11
2010-04-27Remove redundant check for CONFIG_MMUChristoph Egger1-7/+0
2010-03-24FDPIC: For-loop in elf_core_vma_data_size() is incorrectDavid Howells1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina246-3454/+396
2010-03-06coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu4-26/+23
2010-03-06elf coredump: add extended numbering supportDaisuke HATAYAMA7-6/+187
2010-03-06elf coredump: make offset calculation process and writing process explicitDaisuke HATAYAMA2-24/+32
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA13-109/+191
2010-03-06coredump: move dump_write() and dump_seek() into a header fileDaisuke HATAYAMA4-117/+79
2010-03-06coredump: unify dump_seek() implementations for each binfmt_*.cDaisuke HATAYAMA2-28/+62
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack141-192/+192
[next]