1. 7e7ec6a elf_fdpic_transfer_args_to_stack(): make it generic by Nicolas Pitre · 8 years ago
  2. 1607f09 coredump: fix dumping through pipes by Mateusz Guzik · 8 years ago
  3. 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. a008393 coredump: get rid of coredump_params->written by Omar Sandoval · 8 years ago
  5. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  6. 264015f Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  7. bd4f203 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  8. 1bde925 fs/binfmt_elf_fdpic.c: provide NOMMU loader for regular ELF binaries by Rich Felker · 8 years ago
  9. ab27a8d coredump: add DAX filtering for FDPIC ELF coredumps by Ross Zwisler · 9 years ago
  10. 4ac3131 fs/binfmt_elf_fdpic.c: fix brk area overlap with stack on NOMMU by Rich Felker · 9 years ago
  11. 19d860a handle suicide on late failure exits in execve() in search_binary_handler() by Al Viro · 10 years ago
  12. afabada elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo) by Al Viro · 11 years ago
  13. 22a8cb8 new helper: dump_align() by Al Viro · 11 years ago
  14. 9b56d54 dump_skip(): dump_seek() replacement taking coredump_params by Al Viro · 11 years ago
  15. e6c1baa convert the rest of binfmt_elf_fdpic to dump_emit() by Al Viro · 11 years ago
  16. aa3e7ea switch elf_core_write_extra_data() to dump_emit() by Al Viro · 11 years ago
  17. 506f21c switch elf_core_write_extra_phdrs() to dump_emit() by Al Viro · 11 years ago
  18. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  19. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  20. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  21. 079148b coredump: factor out the setting of PF_DUMPCORE by Oleg Nesterov · 11 years ago
  22. 3dc20cb new helper: read_code() by Al Viro · 11 years ago
  23. 2171364 powerpc: Add HWCAP2 aux entry by Michael Neuling · 11 years ago
  24. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  25. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  26. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 11 years ago
  27. 71613c3 get rid of pt_regs argument of ->load_binary() by Al Viro · 12 years ago
  28. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  29. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  30. 5ab1c30 coredump: pass siginfo_t* to do_coredump() and below, not merely signr by Denys Vlasenko · 12 years ago
  31. 826eba4 the only place that needs to include asm/exec.h is linux/binfmts.h by Al Viro · 12 years ago
  32. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  33. ebc887b userns: Convert binary formats to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  34. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 12 years ago
  35. 96f951e Add #includes needed to permit the removal of asm/system.h by David Howells · 12 years ago
  36. 19e5109 take removal of PF_FORKNOEXEC to flush_old_exec() by Al Viro · 12 years ago
  37. 8fc3dc5 __register_binfmt() made void by Al Viro · 12 years ago
  38. 1b5d783 consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling by Al Viro · 13 years ago
  39. bcb65a7 FDPIC: Fix memory leak by Davidlohr Bueso · 13 years ago
  40. e30c7c3 binfmt_elf_fdpic: Fix clear_user() error handling by Takuya Yoshikawa · 14 years ago
  41. 16a5b3c Remove redundant check for CONFIG_MMU by Christoph Egger · 14 years ago
  42. 47568d4 FDPIC: For-loop in elf_core_vma_data_size() is incorrect by David Howells · 14 years ago
  43. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  44. 30736a4 coredump: pass mm->flags as a coredump parameter for consistency by Masami Hiramatsu · 14 years ago
  45. 8d9032b elf coredump: add extended numbering support by Daisuke HATAYAMA · 14 years ago
  46. 93eb211 elf coredump: make offset calculation process and writing process explicit by Daisuke HATAYAMA · 14 years ago
  47. 1fcccba elf coredump: replace ELF_CORE_EXTRA_* macros by functions by Daisuke HATAYAMA · 14 years ago
  48. 088e7af coredump: move dump_write() and dump_seek() into a header file by Daisuke HATAYAMA · 14 years ago
  49. 05f47fd coredump: unify dump_seek() implementations for each binfmt_*.c by Daisuke HATAYAMA · 14 years ago
  50. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  51. 221af7f Split 'flush_old_exec' into two functions by Linus Torvalds · 14 years ago
  52. 04e4f2b FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stack by Mike Frysinger · 14 years ago
  53. 2f48912 binfmt_elf_fdpic: Fix build breakage introduced by coredump changes. by Daisuke HATAYAMA · 14 years ago
  54. f6151df mm: introduce coredump parameter structure by Masami Hiramatsu · 14 years ago
  55. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 14 years ago
  56. ea63763 nommu: fix malloc performance by adding uninitialized flag by Jie Zhang · 14 years ago
  57. 8e8b63a fdpic: ignore the loader's PT_GNU_STACK when calculating the stack size by David Howells · 15 years ago
  58. f3e8fcc mm: add get_dump_page by Hugh Dickins · 15 years ago
  59. 3b34fc5 elf_core_dump: use rcu_read_lock() to access ->real_parent by Oleg Nesterov · 15 years ago
  60. 0ae05fb2 ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.c by Oleg Nesterov · 15 years ago
  61. ab4ad55 bin_elf_fdpic: check the return value of clear_user by Mike Frysinger · 15 years ago
  62. f4bbf51 FDPIC: Don't attempt to expand the userspace stack to fill the space allocated by David Howells · 15 years ago
  63. 8feae13 NOMMU: Make VMAs per MM as for MMU-mode linux by David Howells · 15 years ago
  64. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 15 years ago
  65. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 15 years ago
  66. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 15 years ago
  67. b6dff3e CRED: Separate task security context from task_struct by David Howells · 15 years ago
  68. da9592e CRED: Wrap task credential accesses in the filesystem subsystem by David Howells · 15 years ago
  69. 2515ddc binfmt_elf_fdpic: Update for cputime changes. by Paul Mundt · 16 years ago
  70. 5edc2a5 binfmt_elf_fdpic: wire up AT_EXECFD, AT_EXECFN, AT_SECURE by Paul Mundt · 16 years ago
  71. c763794 binfmt_elf_fdpic: convert initial stack alignment to arch_align_stack() by Paul Mundt · 16 years ago
  72. ec23847 binfmt_elf_fdpic: support auxvec base platform string by Paul Mundt · 16 years ago
  73. 9b14ec3 binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat. by Paul Mundt · 16 years ago
  74. 6341c39 tracehook: exec by Roland McGrath · 16 years ago
  75. 182c515 coredump: elf_fdpic_core_dump: use core_state->dumper list by Oleg Nesterov · 16 years ago
  76. 24d5288 coredump: elf_core_dump: skip kernel threads by Oleg Nesterov · 16 years ago
  77. d100d14 nommu: fix ksize() abuse by Pekka Enberg · 16 years ago
  78. e1d2c8b fdpic: check that the size returned by kernel_read() is what we asked for by David Howells · 16 years ago
  79. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  80. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  81. 7dc0b22 core_pattern: ignore RLIMIT_CORE if core_pattern is a pipe by Neil Horman · 17 years ago
  82. 5b20cd8 x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #define by Mark Nelson · 17 years ago
  83. 557ed1f remove ZERO_PAGE by Nick Piggin · 17 years ago
  84. ee78b0a coredump masking: ELF-FDPIC: enable core dump filtering by Kawai, Hidehiro · 17 years ago
  85. e2e0090 coredump masking: ELF-FDPIC: remove an unused argument by Kawai, Hidehiro · 17 years ago
  86. b6a2fea mm: variable length argument support by Ollie Wild · 17 years ago
  87. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  88. 0322170 [PATCH] fix page leak during core dump by Brian Pomerantz · 17 years ago
  89. aa289b4 [PATCH] FDPIC: fix the /proc/pid/stat representation of executable boundaries by David Howells · 17 years ago
  90. e10a443 [PATCH] Remove final references to deprecated "MAP_ANON" page protection flag by Robert P. J. Day · 17 years ago
  91. 1fb8449 [PATCH] core-dumping unreadable binaries via PT_INTERP by Alexey Dobriyan · 17 years ago
  92. b87576d fs: Convert kmalloc() + memset() to kzalloc() in fs/. by Robert P. J. Day · 17 years ago
  93. 937949d [PATCH] add process_session() helper routine by Cedric Le Goater · 17 years ago
  94. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 17 years ago
  95. 386d9a7 [PATCH] elf: Always define elf_addr_t in linux/elf.h by Magnus Damm · 17 years ago
  96. bce9a23 [PATCH] elf_fdpic_core_dump: don't take tasklist_lock by Oleg Nesterov · 18 years ago
  97. 6d8c4e3 [PATCH] FDPIC: Add coredump capability for the ELF-FDPIC binfmt by David Howells · 18 years ago
  98. 8a2ab7f [PATCH] FDPIC: Adjust the ELF-FDPIC driver to conform more to the CodingStyle by David Howells · 18 years ago
  99. 1aeb21d [PATCH] FDPIC: Fix FDPIC compile errors by David Howells · 18 years ago
  100. 530018b [PATCH] frv: binfmt_elf_fdpic __user annotations by Al Viro · 18 years ago