1. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  2. b838383 exec: introduce finalize_exec() before start_thread() by Kees Cook · 6 years ago
  3. ca5b857 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  4. 11e3e8d elf_fdpic: fix unused variable warning by Arnd Bergmann · 7 years ago
  5. 1bb0783 Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into devel-stable by Russell King · 7 years ago
  6. 581bfce Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  7. cdf3888 binfmt_elf_fdpic: fix crash on MMU system with dynamic binaries by Nicolas Pitre · 7 years ago
  8. 382e67a ARM: enable elf_fdpic on systems with an MMU by Nicolas Pitre · 7 years ago
  9. bdd1d2d fs: fix kernel_read prototype by Christoph Hellwig · 7 years ago
  10. c425e18 binfmt: Introduce secureexec flag by Kees Cook · 7 years ago
  11. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  12. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  13. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  14. cd19c36 fs/binfmt: Convert obsolete cputime type to nsecs by Frederic Weisbecker · 8 years ago
  15. 5613fda sched/cputime: Convert task/group cputime to nsecs by Frederic Weisbecker · 8 years ago
  16. a1cecf2 sched/cputime: Introduce special task_cputime_t() API to return old-typed cputime by Frederic Weisbecker · 8 years ago
  17. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  18. 7e7ec6a elf_fdpic_transfer_args_to_stack(): make it generic by Nicolas Pitre · 8 years ago
  19. 1607f09 coredump: fix dumping through pipes by Mateusz Guzik · 8 years ago
  20. 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  21. a008393 coredump: get rid of coredump_params->written by Omar Sandoval · 8 years ago
  22. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  23. 264015f Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  24. bd4f203 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  25. 1bde925 fs/binfmt_elf_fdpic.c: provide NOMMU loader for regular ELF binaries by Rich Felker · 9 years ago
  26. ab27a8d coredump: add DAX filtering for FDPIC ELF coredumps by Ross Zwisler · 9 years ago
  27. 4ac3131 fs/binfmt_elf_fdpic.c: fix brk area overlap with stack on NOMMU by Rich Felker · 9 years ago
  28. 19d860a handle suicide on late failure exits in execve() in search_binary_handler() by Al Viro · 10 years ago
  29. afabada elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo) by Al Viro · 11 years ago
  30. 22a8cb8 new helper: dump_align() by Al Viro · 11 years ago
  31. 9b56d54 dump_skip(): dump_seek() replacement taking coredump_params by Al Viro · 11 years ago
  32. e6c1baa convert the rest of binfmt_elf_fdpic to dump_emit() by Al Viro · 11 years ago
  33. aa3e7ea switch elf_core_write_extra_data() to dump_emit() by Al Viro · 11 years ago
  34. 506f21c switch elf_core_write_extra_phdrs() to dump_emit() by Al Viro · 11 years ago
  35. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  36. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  37. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  38. 079148b coredump: factor out the setting of PF_DUMPCORE by Oleg Nesterov · 11 years ago
  39. 3dc20cb new helper: read_code() by Al Viro · 11 years ago
  40. 2171364 powerpc: Add HWCAP2 aux entry by Michael Neuling · 11 years ago
  41. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  42. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  43. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  44. 71613c3 get rid of pt_regs argument of ->load_binary() by Al Viro · 12 years ago
  45. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  46. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  47. 5ab1c30 coredump: pass siginfo_t* to do_coredump() and below, not merely signr by Denys Vlasenko · 12 years ago
  48. 826eba4 the only place that needs to include asm/exec.h is linux/binfmts.h by Al Viro · 12 years ago
  49. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  50. ebc887b userns: Convert binary formats to use kuid/kgid where appropriate by Eric W. Biederman · 13 years ago
  51. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 12 years ago
  52. 96f951e Add #includes needed to permit the removal of asm/system.h by David Howells · 12 years ago
  53. 19e5109 take removal of PF_FORKNOEXEC to flush_old_exec() by Al Viro · 13 years ago
  54. 8fc3dc5 __register_binfmt() made void by Al Viro · 13 years ago
  55. 1b5d783 consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling by Al Viro · 13 years ago
  56. bcb65a7 FDPIC: Fix memory leak by Davidlohr Bueso · 13 years ago
  57. e30c7c3 binfmt_elf_fdpic: Fix clear_user() error handling by Takuya Yoshikawa · 14 years ago
  58. 16a5b3c Remove redundant check for CONFIG_MMU by Christoph Egger · 14 years ago
  59. 47568d4 FDPIC: For-loop in elf_core_vma_data_size() is incorrect by David Howells · 14 years ago
  60. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  61. 30736a4 coredump: pass mm->flags as a coredump parameter for consistency by Masami Hiramatsu · 15 years ago
  62. 8d9032b elf coredump: add extended numbering support by Daisuke HATAYAMA · 15 years ago
  63. 93eb211 elf coredump: make offset calculation process and writing process explicit by Daisuke HATAYAMA · 15 years ago
  64. 1fcccba elf coredump: replace ELF_CORE_EXTRA_* macros by functions by Daisuke HATAYAMA · 15 years ago
  65. 088e7af coredump: move dump_write() and dump_seek() into a header file by Daisuke HATAYAMA · 15 years ago
  66. 05f47fd coredump: unify dump_seek() implementations for each binfmt_*.c by Daisuke HATAYAMA · 15 years ago
  67. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  68. 221af7f Split 'flush_old_exec' into two functions by Linus Torvalds · 15 years ago
  69. 04e4f2b FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stack by Mike Frysinger · 15 years ago
  70. 2f48912 binfmt_elf_fdpic: Fix build breakage introduced by coredump changes. by Daisuke HATAYAMA · 15 years ago
  71. f6151df mm: introduce coredump parameter structure by Masami Hiramatsu · 15 years ago
  72. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  73. ea63763 nommu: fix malloc performance by adding uninitialized flag by Jie Zhang · 15 years ago
  74. 8e8b63a fdpic: ignore the loader's PT_GNU_STACK when calculating the stack size by David Howells · 15 years ago
  75. f3e8fcc mm: add get_dump_page by Hugh Dickins · 15 years ago
  76. 3b34fc5 elf_core_dump: use rcu_read_lock() to access ->real_parent by Oleg Nesterov · 15 years ago
  77. 0ae05fb2 ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.c by Oleg Nesterov · 15 years ago
  78. ab4ad55 bin_elf_fdpic: check the return value of clear_user by Mike Frysinger · 15 years ago
  79. f4bbf51 FDPIC: Don't attempt to expand the userspace stack to fill the space allocated by David Howells · 16 years ago
  80. 8feae13 NOMMU: Make VMAs per MM as for MMU-mode linux by David Howells · 16 years ago
  81. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  82. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  83. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 16 years ago
  84. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  85. da9592e CRED: Wrap task credential accesses in the filesystem subsystem by David Howells · 16 years ago
  86. 2515ddc binfmt_elf_fdpic: Update for cputime changes. by Paul Mundt · 16 years ago
  87. 5edc2a5 binfmt_elf_fdpic: wire up AT_EXECFD, AT_EXECFN, AT_SECURE by Paul Mundt · 16 years ago
  88. c763794 binfmt_elf_fdpic: convert initial stack alignment to arch_align_stack() by Paul Mundt · 16 years ago
  89. ec23847 binfmt_elf_fdpic: support auxvec base platform string by Paul Mundt · 16 years ago
  90. 9b14ec3 binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat. by Paul Mundt · 16 years ago
  91. 6341c39 tracehook: exec by Roland McGrath · 16 years ago
  92. 182c515 coredump: elf_fdpic_core_dump: use core_state->dumper list by Oleg Nesterov · 16 years ago
  93. 24d5288 coredump: elf_core_dump: skip kernel threads by Oleg Nesterov · 16 years ago
  94. d100d14 nommu: fix ksize() abuse by Pekka Enberg · 16 years ago
  95. e1d2c8b fdpic: check that the size returned by kernel_read() is what we asked for by David Howells · 16 years ago
  96. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  97. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  98. 7dc0b22 core_pattern: ignore RLIMIT_CORE if core_pattern is a pipe by Neil Horman · 17 years ago
  99. 5b20cd8 x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #define by Mark Nelson · 17 years ago
  100. 557ed1f remove ZERO_PAGE by Nick Piggin · 17 years ago