Commit History

Author SHA1 Message Date
  Linus Torvalds 5166701b36 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 years ago
  Oleg Nesterov 23aebe1691 exec: kill bprm->tcomm[], simplify the "basename" logic 11 years ago
  Davidlohr Bueso 615d6e8756 mm: per-thread vma caching 11 years ago
  Josh Triplett 69369a7003 fs, kernel: permit disabling the uselib syscall 11 years ago
  Al Viro ec69557982 read_code(): go through vfs_read() instead of calling the method directly 11 years ago
  Heiko Carstens 625b1d7e81 fs/compat: convert to COMPAT_SYSCALL_DEFINE 11 years ago
  Linus Torvalds c4ad8f98be execve: use 'struct filename *' for executable name passing 11 years ago
  Richard Weinberger 3b96d7db3b fs/exec.c: call arch_pick_mmap_layout() only once 11 years ago
  Zhang Yi b88fae644e exec: avoid propagating PF_NO_SETAFFINITY into userspace child 11 years ago
  Oleg Nesterov 98611e4e6a exec: kill task_struct->did_exec 11 years ago
  Oleg Nesterov 63e46b95e9 exec: move the final allow_write_access/fput into free_bprm() 11 years ago
  Oleg Nesterov 9e00cdb091 exec:check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logic 11 years ago
  Oleg Nesterov 83f62a2eac exec:check_unsafe_exec: use while_each_thread() rather than next_thread() 11 years ago
  Oleg Nesterov 942be3875a coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h 11 years ago
  Oleg Nesterov 7288e1187b coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELY 11 years ago
  Oleg Nesterov abacd2fe3c coredump: set_dumpable: fix the theoretical race with itself 11 years ago
  Linus Torvalds 3eaded86ac Merge git://git.infradead.org/users/eparis/audit 11 years ago
  Linus Torvalds 5cbb3d216e Merge branch 'akpm' (patches from Andrew Morton) 11 years ago
  Linus Torvalds 9bc9ccd7db Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 years ago
  Kees Cook d049f74f2d exec/ptrace: fix get_dumpable() incorrect tests 11 years ago
  Richard Guy Briggs 9410d228a4 audit: call audit_bprm() only once to add AUDIT_EXECVE information 11 years ago
  Al Viro 72c2d53192 file->f_op is never NULL... 12 years ago
  Rik van Riel 82727018b0 sched/numa: Call task_numa_free() from do_execve() 12 years ago
  Oleg Nesterov 6b3c538f5b exec: cleanup the error handling in search_binary_handler() 12 years ago
  Oleg Nesterov 4e0621a07e exec: don't retry if request_module() fails 12 years ago
  Oleg Nesterov cb7b6b1cbc exec: cleanup the CONFIG_MODULES logic 12 years ago
  Oleg Nesterov 92eaa565ad exec: kill ->load_binary != NULL check in search_binary_handler() 12 years ago
  Oleg Nesterov 52f14282bb exec: move allow_write_access/fput to exec_binprm() 12 years ago
  Oleg Nesterov 9beb266f2d exec: proc_exec_connector() should be called only once 12 years ago
  Oleg Nesterov 131b2f9f12 exec: kill "int depth" in search_binary_handler() 12 years ago