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