Merge commit 'v2.6.30' into for-2.6.31
[safe/jmp/linux-2.6] / fs / exec.c
2009-05-09 Al ViroSwitch open_exec() and sys_uselib() to do_open_filp()
2009-05-09 Al ViroMake open_exec() and sys_uselib() use may_open(), inste...
2009-05-02 Ivan Kokshayskyalpha: binfmt_aout fix
2009-04-24 Oleg Nesterovcheck_unsafe_exec: s/lock_task_sighand/rcu_read_lock/
2009-04-24 Oleg Nesterovdo_execve() must not clear fs->in_exec if it was set...
2009-04-01 Al ViroGet rid of indirect include of fs_struct.h
2009-04-01 Al Virocheck_unsafe_exec() doesn't care about signal handlers...
2009-04-01 Al ViroNew locking/refcounting for fs_struct
2009-03-29 Hugh Dickinsfix setuid sometimes doesn't
2009-03-23 James MorrisMerge branch 'master' into next
2009-02-12 Kentaro TakedaAdd in_execve flag into task_struct.
2009-02-06 David HowellsCRED: Fix SUID exec regression
2009-02-06 James MorrisMerge branch 'master' into next
2009-02-05 Mimi Zoharintegrity: IMA hooks
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 27
2009-01-06 WANG Congfs/exec.c: make do_coredump() void
2009-01-06 Tetsuo Handado_coredump(): check return from argv_split()
2009-01-06 Luiz Fernando N... fs/exec.c:__bprm_mm_init(): clean up error handling
2009-01-05 Eric Parissys_execve and sys_uselib do not call into fsnotify
2009-01-03 Al Viroget rid of special-casing the /sbin/loader on alpha
2008-12-31 Christoph Hellwigkill vfs_permission
2008-12-31 Linus TorvaldsMerge branch 'timers-core-for-linus' of git://git....
2008-12-29 Ingo MolnarMerge branch 'linus' into timers/hrtimers
2008-12-25 James MorrisMerge branch 'next' into for-linus
2008-12-12 Oleg Nesterovposix-timers: simplify de_thread()->exit_itimers()...
2008-12-10 Roland McGrathtracehook: exec double-reporting fix
2008-11-13 David HowellsCRED: Make execve() take advantage of copy-on-write...
2008-11-13 David HowellsCRED: Inaugurate COW credentials
2008-11-13 David HowellsCRED: Wrap current->cred and a few other accessors
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-11-13 David HowellsCRED: Wrap task credential accesses in the filesystem...
2008-10-20 Oleg Nesterovcoredump: format_corename: don't append .%pid if multi...
2008-10-16 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2008-10-16 Oleg Nesterovpid_ns: de_thread: kill the now unneeded ->child_reaper...
2008-10-16 Kirill A. Shutemovalpha: introduce field 'taso' into struct linux_binprm
2008-10-16 Jason Baronexec.c, compat.c: fix count(), compat_count() bounds...
2008-10-16 Johannes Bergremove CONFIG_KMOD from fs
2008-09-29 Balbir Singhmm owner: fix race between swapoff and exit
2008-07-28 Hugh Dickinsexec: include pagemap.h again to fix build
2008-07-27 Al Viro[PATCH] get rid of __user_path_lookup_open
2008-07-27 Al Viro[PATCH] take noexec checks to very few callers that...
2008-07-27 Christoph HellwigRe: [PATCH 3/6] vfs: open_exec cleanup
2008-07-27 Al Viro[PATCH] pass MAY_OPEN to vfs_permission() explicitly
2008-07-26 Roland McGrathtracehook: exec
2008-07-25 Oleg Nesterovcoredump: format_corename: fix the "core_uses_pid"...
2008-07-25 Oleg Nesterovcoredump: kill mm->core_done
2008-07-25 Oleg Nesterovcoredump: construct the list of coredumping threads...
2008-07-25 Oleg Nesterovcoredump: make mm->core_state visible to ->core_dump()
2008-07-25 Oleg Nesterovcoredump: turn core_state->nr_threads into atomic_t
2008-07-25 Oleg Nesterovcoredump: simplify core_state->nr_threads calculation
2008-07-25 Oleg Nesterovcoredump: move mm->core_waiters into struct core_state
2008-07-25 Oleg Nesterovcoredump: turn mm->core_startup_done into the pointer...
2008-07-25 Oleg Nesterovcoredump: zap_threads() must skip kernel threads
2008-07-25 Oleg Nesterovintroduce PF_KTHREAD flag
2008-07-25 Oleg Nesterovcoredump: zap_threads: comments && use while_each_thread()
2008-07-25 Hugh Dickinsexec: remove some includes
2008-07-24 Jan Beulichmm: remove double indirection on tlb parameter to free_...
2008-07-10 Hugh Dickinsexec: fix stack excutability without PT_GNU_STACK
2008-06-16 David WoodhouseInclude <asm/a.out.h> in fs/exec.c only for Alpha.
2008-05-26 Oleg Nesterovposix timers: discard SI_TIMER signals on exec
2008-05-16 Al Viro[PATCH] get rid of leak in compat_execve()
2008-05-13 KOSAKI Motohiromemcg: fix possible panic when CONFIG_MM_OWNER=y
2008-05-01 Al Viro[PATCH] split linux/file.h
2008-04-30 Oleg Nesterovdocument de_thread() with exit_notify() connection
2008-04-30 Oleg Nesterovsignals: de_thread: simplify the ->child_reaper switching
2008-04-29 Matt Helsleyprocfs task exe symlink
2008-04-29 Balbir Singhcgroups: add an owner to the mm_struct
2008-04-29 Tetsuo Handaexec: remove argv_len from struct linux_binprm
2008-04-25 Al Viro[PATCH] sanitize unshare_files/reset_files_struct
2008-04-25 Al Viro[PATCH] sanitize handling of shared descriptor tables...
2008-03-03 Linus TorvaldsAllow ARG_MAX execve string space even with a small...
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-08 Andi KleenAllow executables larger than 2GB
2008-02-08 David Howellsaout: suppress A.OUT library support if !CONFIG_ARCH_SU...
2008-02-08 Oleg NesterovITIMER_REAL: convert to use struct pid
2008-02-05 Oleg Nesterovexec: rework the group exit and fix the race with kill
2008-02-05 Andrew Mortonget_task_comm(): return the result
2007-11-28 Ingo Molnarvfs: coredumping fix
2007-11-12 Roland McGrathcore dump: remain dumpable
2007-10-19 Pavel EmelyanovIsolate some explicit usage of task->tgid
2007-10-19 Pavel Emelyanovpid namespaces: changes to show virtual ids to user
2007-10-19 Sukadev Bhattiprolupid namespaces: use task_pid() to find leader's pid
2007-10-19 Sukadev Bhattiprolupid namespaces: rename child_reaper() function
2007-10-19 Sukadev Bhattiprolupid namespaces: define and use task_active_pid_ns(...
2007-10-19 Coly Lisetup vma->vm_page_prot by vm_get_page_prot()
2007-10-17 Adrian Bunksecurity/ cleanups
2007-10-17 Oleg Nesterovexec: RT sub-thread can livelock and monopolize CPU...
2007-10-17 Oleg Nesterovexec: consolidate 2 fast-paths
2007-10-17 Oleg Nesterovexec: simplify the new ->sighand allocation
2007-10-17 Oleg Nesterovexec: simplify ->sighand switching
2007-10-17 Miklos Szerediexec: remove unnecessary check for MNT_NOEXEC
2007-10-17 Neil Hormancore_pattern: fix up a few miscellaneous bugs
2007-10-17 Neil Hormancore_pattern: allow passing of arguments to user mode...
2007-10-17 Neil Hormancore_pattern: ignore RLIMIT_CORE if core_pattern is...
2007-10-17 Alexey DobriyanMake unregister_binfmt() return void
2007-10-17 Alexey DobriyanUse list_head in binfmt handling
2007-09-20 Davide Libenzisignalfd simplification
2007-08-23 Oleg Nesterovexec: kill unsafe BUG_ON(sig->count) checks
2007-08-23 Oleg Nesterovsignalfd: make it group-wide, fix posix-timers scheduling
next