1. 42a7a2a fs/binfmt_flat.c: make load_flat_shared_library() work by Jann Horn · 4 years, 10 months ago
  2. 472f95f binfmt_flat: allow compressed flat binary format to work on MMU systems by Nicolas Pitre · 8 years ago
  3. 015feac binfmt_flat: add MMU-specific support by Nicolas Pitre · 8 years ago
  4. af521f9 binfmt_flat: update libraries' data segment pointer with userspace accessors by Nicolas Pitre · 8 years ago
  5. 467aa14 binfmt_flat: use clear_user() rather than memset() to clear .bss by Nicolas Pitre · 8 years ago
  6. 1b2ce44 binfmt_flat: use proper user space accessors with old relocs code by Nicolas Pitre · 8 years ago
  7. 6e572ff binfmt_flat: use proper user space accessors with relocs processing code by Nicolas Pitre · 8 years ago
  8. a97d157 binfmt_flat: clean up create_flat_tables() and stack accesses by Nicolas Pitre · 8 years ago
  9. 687fd77 binfmt_flat: use generic transfer_args_to_stack() by Nicolas Pitre · 8 years ago
  10. c995ee2 binfmt_flat: prevent kernel dammage from corrupted executable headers by Nicolas Pitre · 8 years ago
  11. 4adbb6a binfmt_flat: convert printk invocations to their modern form by Nicolas Pitre · 8 years ago
  12. 13c3f50 binfmt_flat: assorted cleanups by Nicolas Pitre · 8 years ago
  13. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  14. 3430343 fs/binfmt_flat.c: make old_reloc() static by Axel Lin · 10 years ago
  15. 3dc20cb new helper: read_code() by Al Viro · 11 years ago
  16. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  17. 71613c3 get rid of pt_regs argument of ->load_binary() by Al Viro · 12 years ago
  18. 5ab1c30 coredump: pass siginfo_t* to do_coredump() and below, not merely signr by Denys Vlasenko · 12 years ago
  19. 7696e0c binfmt_flat: use vm_munmap, we are missing ->mmap_sem there by Al Viro · 12 years ago
  20. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 12 years ago
  21. 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 · 12 years ago
  22. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  23. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  24. 19e5109 take removal of PF_FORKNOEXEC to flush_old_exec() by Al Viro · 12 years ago
  25. 8fc3dc5 __register_binfmt() made void by Al Viro · 12 years ago
  26. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 12 years ago
  27. 3a852d3 CRED: Fix load_flat_shared_library() to initialise bprm correctly by David Howells · 13 years ago
  28. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  29. 2952095 flat: tweak default stack alignment by Mike Frysinger · 14 years ago
  30. 1da083c flat: fix unmap len in load error path by Mike Frysinger · 14 years ago
  31. 2e94de8 fs/binfmt_flat.c: split the stack & data alignments by Mike Frysinger · 14 years ago
  32. d7dfee3 uclinux: error message when FLAT reloc symbol is invalid, v2 by Jun Sun · 14 years ago
  33. d554ed89 fs: use rlimit helpers by Jiri Slaby · 14 years ago
  34. 221af7f Split 'flush_old_exec' into two functions by Linus Torvalds · 14 years ago
  35. f6151df mm: introduce coredump parameter structure by Masami Hiramatsu · 14 years ago
  36. 0b8c78f flat: use IS_ERR_VALUE() helper macro by Mike Frysinger · 15 years ago
  37. 3440625 flat: fix uninitialized ptr with shared libs by Linus Torvalds · 15 years ago
  38. c3dc5be flat: fix data sections alignment by Oskar Schirmer · 15 years ago
  39. 0f3e442 FLAT: Don't attempt to expand the userspace stack to fill the space allocated by David Howells · 15 years ago
  40. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 15 years ago
  41. f4cfb18 uclinux: fix gzip header parsing in binfmt_flat.c by Volodymyr G. Lukiianyk · 16 years ago
  42. 74c27c4 binfmt_flat: Stub in a FLAT_PLAT_INIT(). by Takashi YOSHII · 16 years ago
  43. 6341c39 tracehook: exec by Roland McGrath · 16 years ago
  44. d100d14 nommu: fix ksize() abuse by Pekka Enberg · 16 years ago
  45. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  46. 3202e18 make BINFMT_FLAT a bool by Adrian Bunk · 16 years ago
  47. e2a366d FLAT binaries: drop BINFMT_FLAT bad header magic warning by Mike Frysinger · 16 years ago
  48. 1eb1141 aout: remove unnecessary inclusions of {asm, linux}/a.out.h by David Howells · 16 years ago
  49. 0e647c0 binfmt_flat: warning fixes by Andrew Morton · 17 years ago
  50. 7dc0b22 core_pattern: ignore RLIMIT_CORE if core_pattern is a pipe by Neil Horman · 17 years ago
  51. 576bb9c binfmt_flat: checkpatch fixing minimum support for the blackfin relocations by Andrew Morton · 17 years ago
  52. f972020 Binfmt_flat: Add minimum support for the Blackfin relocations by Bernd Schmidt · 17 years ago
  53. c287ef1 nommu: report correct errno in message by Greg Ungerer · 17 years ago
  54. 72613e5f [PATCH] uclinux: correctly remap bin_fmtflat exe allocated mem regions by Greg Ungerer · 17 years ago
  55. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 17 years ago
  56. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  57. fcc18e8 [PATCH] uclinux: use PER_LINUX_32BIT in binfmt_flat by Malcolm Parsons · 18 years ago
  58. df88912 [PATCH] binfmt_flat: don't check for EMFILE by Andrew Morton · 18 years ago
  59. 1ad3dcc [PATCH] flat binary loader doesn't check fd table full by Luke Yang · 18 years ago
  60. 845884d [PATCH] uclinux: delay binfmt_flat trace by Greg Ungerer · 18 years ago
  61. df2e71f [PATCH] dump_thread() cleanup by akpm@osdl.org · 18 years ago
  62. 404351e [PATCH] mm: mm_init set_mm_counters by Hugh Dickins · 19 years ago
  63. 213b24c [PATCH] uclinux: use MAP_PRIVATE when mmaping code regions in flat binary loader by Greg Ungerer · 19 years ago
  64. 8f5bb04 [PATCH] binfmt_flat mmap flag fix by Yoshinori Sato · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago