Commit Graph

82 Commits (127e5f5ae51eff44c9bff673f24e8587caa4e29f)

Author SHA1 Message Date
Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
Frederic Weisbecker 6fac4829ce cputime: Use accessors to read task cputime stats 12 years ago
Al Viro 71613c3b87 get rid of pt_regs argument of ->load_binary() 12 years ago
Konstantin Khlebnikov 314e51b985 mm: kill vma flag VM_RESERVED and mm->reserved_vm counter 12 years ago
Denys Vlasenko 5ab1c309b3 coredump: pass siginfo_t* to do_coredump() and below, not merely signr 13 years ago
Al Viro 826eba4db0 the only place that needs to include asm/exec.h is linux/binfmts.h 13 years ago
Eric W. Biederman ebc887b278 userns: Convert binary formats to use kuid/kgid where appropriate 13 years ago
Linus Torvalds 6be5ceb02e VM: add "vm_mmap()" helper function 13 years ago
David Howells 96f951edb1 Add #includes needed to permit the removal of asm/system.h 13 years ago
Al Viro 19e5109fef take removal of PF_FORKNOEXEC to flush_old_exec() 13 years ago
Al Viro 8fc3dc5a3a __register_binfmt() made void 13 years ago
Al Viro 1b5d783c94 consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling 14 years ago
Davidlohr Bueso bcb65a797e FDPIC: Fix memory leak 14 years ago
Takuya Yoshikawa e30c7c3b30 binfmt_elf_fdpic: Fix clear_user() error handling 15 years ago
Christoph Egger 16a5b3c414 Remove redundant check for CONFIG_MMU 15 years ago
David Howells 47568d4c56 FDPIC: For-loop in elf_core_vma_data_size() is incorrect 15 years ago
Masami Hiramatsu 30736a4d43 coredump: pass mm->flags as a coredump parameter for consistency 15 years ago
Daisuke HATAYAMA 8d9032bbe4 elf coredump: add extended numbering support 15 years ago
Daisuke HATAYAMA 93eb211e6c elf coredump: make offset calculation process and writing process explicit 15 years ago
Daisuke HATAYAMA 1fcccbac89 elf coredump: replace ELF_CORE_EXTRA_* macros by functions 15 years ago
Daisuke HATAYAMA 088e7af73a coredump: move dump_write() and dump_seek() into a header file 15 years ago
Daisuke HATAYAMA 05f47fda9f coredump: unify dump_seek() implementations for each binfmt_*.c 15 years ago
Daniel Mack 3ad2f3fbb9 tree-wide: Assorted spelling fixes 15 years ago
Linus Torvalds 221af7f87b Split 'flush_old_exec' into two functions 15 years ago
Mike Frysinger 04e4f2b18c FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stack 15 years ago
Daisuke HATAYAMA 2f48912d14 binfmt_elf_fdpic: Fix build breakage introduced by coredump changes. 15 years ago
Masami Hiramatsu f6151dfea2 mm: introduce coredump parameter structure 15 years ago
Christoph Hellwig 698ba7b5a3 elf: kill USE_ELF_CORE_DUMP 15 years ago
Jie Zhang ea63763959 nommu: fix malloc performance by adding uninitialized flag 15 years ago
David Howells 8e8b63a68c fdpic: ignore the loader's PT_GNU_STACK when calculating the stack size 16 years ago
Hugh Dickins f3e8fccd06 mm: add get_dump_page 16 years ago
Oleg Nesterov 3b34fc5880 elf_core_dump: use rcu_read_lock() to access ->real_parent 16 years ago
Oleg Nesterov 0ae05fb254 ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.c 16 years ago
Mike Frysinger ab4ad55512 bin_elf_fdpic: check the return value of clear_user 16 years ago
David Howells f4bbf51050 FDPIC: Don't attempt to expand the userspace stack to fill the space allocated 16 years ago
David Howells 8feae13110 NOMMU: Make VMAs per MM as for MMU-mode linux 16 years ago
David Howells a6f76f23d2 CRED: Make execve() take advantage of copy-on-write credentials 16 years ago
David Howells c69e8d9c01 CRED: Use RCU to access another task's creds and to release a task's own creds 16 years ago
David Howells 86a264abe5 CRED: Wrap current->cred and a few other accessors 16 years ago
David Howells b6dff3ec5e CRED: Separate task security context from task_struct 16 years ago
David Howells da9592edeb CRED: Wrap task credential accesses in the filesystem subsystem 16 years ago
Paul Mundt 2515ddc6db binfmt_elf_fdpic: Update for cputime changes. 17 years ago
Paul Mundt 5edc2a5123 binfmt_elf_fdpic: wire up AT_EXECFD, AT_EXECFN, AT_SECURE 17 years ago
Paul Mundt c7637941d1 binfmt_elf_fdpic: convert initial stack alignment to arch_align_stack() 17 years ago
Paul Mundt ec23847d6c binfmt_elf_fdpic: support auxvec base platform string 17 years ago
Paul Mundt 9b14ec35f0 binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat. 17 years ago
Roland McGrath 6341c393fc tracehook: exec 17 years ago
Oleg Nesterov 182c515fd2 coredump: elf_fdpic_core_dump: use core_state->dumper list 17 years ago
Oleg Nesterov 24d5288f06 coredump: elf_core_dump: skip kernel threads 17 years ago
Pekka Enberg d100d148aa nommu: fix ksize() abuse 17 years ago