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