1. a4eec6a binfmt: remove in-tree usage of MAP_EXECUTABLE by David Hildenbrand · 3 years, 6 months ago
  2. 04d82a6 binfmt_flat: allow not offsetting data start by Damien Le Moal · 3 years, 8 months ago
  3. 2217b98 binfmt_flat: revert "binfmt_flat: don't offset the data start" by Max Filippov · 4 years, 5 months ago
  4. 4382a79 Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  5. 79ef1e1 binfmt_flat: use flush_icache_user_range by Christoph Hellwig · 4 years, 7 months ago
  6. 8861fd5 binfmt_flat: don't use __put_user() by Al Viro · 4 years, 10 months ago
  7. 2388777 exec: Rename flush_old_exec begin_new_exec by Eric W. Biederman · 4 years, 8 months ago
  8. 96ecee2 exec: Merge install_exec_creds into setup_new_exec by Eric W. Biederman · 4 years, 8 months ago
  9. e7f7785 binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elf by Eric W. Biederman · 4 years, 10 months ago
  10. 1b113e0 fs/binfmt_flat.c: remove set but not used variable 'inode' by YueHaibing · 5 years ago
  11. 398364a Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 5 years ago
  12. 867bfa4 fs/binfmt_flat.c: make load_flat_shared_library() work by Jann Horn · 6 years ago
  13. a235722 binfmt_flat: don't offset the data start by Christoph Hellwig · 6 years ago
  14. a445d98 binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.c by Christoph Hellwig · 6 years ago
  15. 6843d8a binfmt_flat: remove the persistent argument from flat_get_addr_from_rp by Christoph Hellwig · 6 years ago
  16. cf9a566 binfmt_flat: make support for old format binaries optional by Christoph Hellwig · 6 years ago
  17. 3b97771 binfmt_flat: add endianess annotations by Christoph Hellwig · 6 years ago
  18. 06d2bfe binfmt_flat: remove the uapi <linux/flat.h> header by Christoph Hellwig · 6 years ago
  19. bdd15a2 binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable by Christoph Hellwig · 6 years ago
  20. 1d52dca binfmt_flat: remove flat_old_ram_flag by Christoph Hellwig · 6 years ago
  21. 02da283 binfmt_flat: provide a default version of flat_get_relocate_addr by Christoph Hellwig · 6 years ago
  22. 2f3196d binfmt_flat: remove flat_set_persistent by Christoph Hellwig · 6 years ago
  23. 9ee24b2 binfmt_flat: remove flat_reloc_valid by Christoph Hellwig · 6 years ago
  24. b838383 exec: introduce finalize_exec() before start_thread() by Kees Cook · 7 years ago
  25. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  26. 581bfce9 Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  27. 9367bb7 binfmt_flat: delete two error messages for a failed memory allocation in decompress_exec() by Markus Elfring · 7 years ago
  28. bdd1d2d fs: fix kernel_read prototype by Christoph Hellwig · 7 years ago
  29. ddb4a14 exec: Rename bprm->cred_prepared to called_set_creds by Kees Cook · 7 years ago
  30. a860542 binfmt_flat: Use %u to format u32 by Geert Uytterhoeven · 7 years ago
  31. 468138d binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail by Al Viro · 8 years ago
  32. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  33. 472f95f binfmt_flat: allow compressed flat binary format to work on MMU systems by Nicolas Pitre · 8 years ago
  34. 015feac binfmt_flat: add MMU-specific support by Nicolas Pitre · 8 years ago
  35. af521f9 binfmt_flat: update libraries' data segment pointer with userspace accessors by Nicolas Pitre · 8 years ago
  36. 467aa14 binfmt_flat: use clear_user() rather than memset() to clear .bss by Nicolas Pitre · 8 years ago
  37. 1b2ce44 binfmt_flat: use proper user space accessors with old relocs code by Nicolas Pitre · 8 years ago
  38. 6e572ff binfmt_flat: use proper user space accessors with relocs processing code by Nicolas Pitre · 8 years ago
  39. a97d157 binfmt_flat: clean up create_flat_tables() and stack accesses by Nicolas Pitre · 8 years ago
  40. 687fd77 binfmt_flat: use generic transfer_args_to_stack() by Nicolas Pitre · 8 years ago
  41. c995ee2 binfmt_flat: prevent kernel dammage from corrupted executable headers by Nicolas Pitre · 8 years ago
  42. 4adbb6a binfmt_flat: convert printk invocations to their modern form by Nicolas Pitre · 8 years ago
  43. 13c3f50 binfmt_flat: assorted cleanups by Nicolas Pitre · 8 years ago
  44. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 9 years ago
  45. 3430343 fs/binfmt_flat.c: make old_reloc() static by Axel Lin · 11 years ago
  46. 3dc20cb new helper: read_code() by Al Viro · 12 years ago
  47. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  48. 71613c3 get rid of pt_regs argument of ->load_binary() by Al Viro · 12 years ago
  49. 5ab1c30 coredump: pass siginfo_t* to do_coredump() and below, not merely signr by Denys Vlasenko · 12 years ago
  50. 7696e0c3 binfmt_flat: use vm_munmap, we are missing ->mmap_sem there by Al Viro · 13 years ago
  51. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 13 years ago
  52. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  53. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  54. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  55. 19e5109 take removal of PF_FORKNOEXEC to flush_old_exec() by Al Viro · 13 years ago
  56. 8fc3dc5 __register_binfmt() made void by Al Viro · 13 years ago
  57. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  58. 3a852d3 CRED: Fix load_flat_shared_library() to initialise bprm correctly by David Howells · 14 years ago
  59. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  60. 2952095 flat: tweak default stack alignment by Mike Frysinger · 15 years ago
  61. 1da083c flat: fix unmap len in load error path by Mike Frysinger · 15 years ago
  62. 2e94de8 fs/binfmt_flat.c: split the stack & data alignments by Mike Frysinger · 15 years ago
  63. d7dfee3 uclinux: error message when FLAT reloc symbol is invalid, v2 by Jun Sun · 15 years ago
  64. d554ed89 fs: use rlimit helpers by Jiri Slaby · 15 years ago
  65. 221af7f Split 'flush_old_exec' into two functions by Linus Torvalds · 15 years ago
  66. f6151df mm: introduce coredump parameter structure by Masami Hiramatsu · 15 years ago
  67. 0b8c78f flat: use IS_ERR_VALUE() helper macro by Mike Frysinger · 15 years ago
  68. 3440625 flat: fix uninitialized ptr with shared libs by Linus Torvalds · 15 years ago
  69. c3dc5be flat: fix data sections alignment by Oskar Schirmer · 16 years ago
  70. 0f3e442 FLAT: Don't attempt to expand the userspace stack to fill the space allocated by David Howells · 16 years ago
  71. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  72. f4cfb18 uclinux: fix gzip header parsing in binfmt_flat.c by Volodymyr G. Lukiianyk · 16 years ago
  73. 74c27c4 binfmt_flat: Stub in a FLAT_PLAT_INIT(). by Takashi YOSHII · 16 years ago
  74. 6341c39 tracehook: exec by Roland McGrath · 16 years ago
  75. d100d14 nommu: fix ksize() abuse by Pekka Enberg · 17 years ago
  76. 925d1c4 procfs task exe symlink by Matt Helsley · 17 years ago
  77. 3202e18 make BINFMT_FLAT a bool by Adrian Bunk · 17 years ago
  78. e2a366d FLAT binaries: drop BINFMT_FLAT bad header magic warning by Mike Frysinger · 17 years ago
  79. 1eb1141 aout: remove unnecessary inclusions of {asm, linux}/a.out.h by David Howells · 17 years ago
  80. 0e647c0 binfmt_flat: warning fixes by Andrew Morton · 17 years ago
  81. 7dc0b22 core_pattern: ignore RLIMIT_CORE if core_pattern is a pipe by Neil Horman · 17 years ago
  82. 576bb9c binfmt_flat: checkpatch fixing minimum support for the blackfin relocations by Andrew Morton · 17 years ago
  83. f972020 Binfmt_flat: Add minimum support for the Blackfin relocations by Bernd Schmidt · 17 years ago
  84. c287ef1 nommu: report correct errno in message by Greg Ungerer · 18 years ago
  85. 72613e5f [PATCH] uclinux: correctly remap bin_fmtflat exe allocated mem regions by Greg Ungerer · 18 years ago
  86. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 18 years ago
  87. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  88. fcc18e8 [PATCH] uclinux: use PER_LINUX_32BIT in binfmt_flat by Malcolm Parsons · 19 years ago
  89. df88912 [PATCH] binfmt_flat: don't check for EMFILE by Andrew Morton · 19 years ago
  90. 1ad3dcc [PATCH] flat binary loader doesn't check fd table full by Luke Yang · 19 years ago
  91. 845884d [PATCH] uclinux: delay binfmt_flat trace by Greg Ungerer · 19 years ago
  92. df2e71f [PATCH] dump_thread() cleanup by akpm@osdl.org · 19 years ago
  93. 404351e [PATCH] mm: mm_init set_mm_counters by Hugh Dickins · 19 years ago
  94. 213b24c [PATCH] uclinux: use MAP_PRIVATE when mmaping code regions in flat binary loader by Greg Ungerer · 19 years ago
  95. 8f5bb04 [PATCH] binfmt_flat mmap flag fix by Yoshinori Sato · 20 years ago
  96. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago