| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-04-03 |
|\ |
|
| * | Get rid of indirect include of fs_struct.h | Al Viro | 2009-03-31 |
| * | New locking/refcounting for fs_struct | Al Viro | 2009-03-31 |
| * | Take fs_struct handling to new file (fs/fs_struct.c) | Al Viro | 2009-03-31 |
* | | pids: kill signal_struct-> __pgrp/__session and friends | Oleg Nesterov | 2009-04-02 |
* | | signals: protect cinit from blocked fatal signals | Sukadev Bhattiprolu | 2009-04-02 |
* | | Simplify copy_thread() | Alexey Dobriyan | 2009-04-02 |
* | | nommu: fix a number of issues with the per-MM VMA patch | David Howells | 2009-04-02 |
|/ |
|
* | cpumask: use mm_cpumask() wrapper: kernel/fork.c | Rusty Russell | 2009-03-30 |
* | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 |
|\ |
|
| * | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-13 |
| |\ |
|
| * \ | Merge branch 'linus' into core/percpu | Ingo Molnar | 2009-01-27 |
| |\ \ |
|
| * \ \ | Merge branch 'x86/mm' into core/percpu | Ingo Molnar | 2009-01-21 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'core/percpu' into stackprotector | Ingo Molnar | 2009-01-18 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'linus' into stackprotector | Ingo Molnar | 2008-12-31 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'linus' into stackprotector | Ingo Molnar | 2008-10-15 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | stackprotector: use canary at end of stack to indicate overruns at oops time | Eric Sandeen | 2008-05-26 |
* | | | | | | | | copy_process: fix CLONE_PARENT && parent_exec_id interaction | Oleg Nesterov | 2009-03-09 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-02-11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | signal: re-add dead task accumulation stats. | Peter Zijlstra | 2009-02-05 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | ptrace, x86: fix the usage of ptrace_fork() | Oleg Nesterov | 2009-02-11 |
| |/ / / / / / |
|
* / / / / / / | fork.c: fix NULL pointer dereference when nr_threads == threads-max | Li Zefan | 2009-02-06 |
|/ / / / / / |
|
* | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-01-26 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | kernel/fork.c: unused variable 'ret' | Steven Noonan | 2009-01-11 |
| * | | | | | Merge commit 'v2.6.29-rc1' into timers/urgent | Ingo Molnar | 2009-01-11 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| * | | | | | itimers: remove the per-cpu-ish-ness | Peter Zijlstra | 2009-01-07 |
* | | | | | | [CVE-2009-0029] System call wrappers part 30 | Heiko Carstens | 2009-01-14 |
* | | | | | | [CVE-2009-0029] System call wrappers part 08 | Heiko Carstens | 2009-01-14 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommu | Linus Torvalds | 2009-01-09 |
|\ \ \ \ \ |
|
| * | | | | | NOMMU: Make VMAs per MM as for MMU-mode linux | David Howells | 2009-01-08 |
| |/ / / / |
|
* / / / / | pid: generalize task_active_pid_ns | Eric W. Biederman | 2009-01-08 |
|/ / / / |
|
* | | | | coredump_filter: permit changing of the default filter | Hidehiro Kawai | 2009-01-06 |
* | | | | fork.c: cleanup for copy_sighand() | Zhaolei | 2009-01-06 |
| |_|/
|/| | |
|
* | | | aio: make the lookup_ioctx() lockless | Jens Axboe | 2008-12-29 |
* | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2008-12-28 |
|\ \ \ |
|
| * | | | x86, bts: add fork and exit handling | Markus Metzger | 2008-12-20 |
| * | | | Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i... | Ingo Molnar | 2008-12-19 |
| |\ \ \ |
|
| * | | | | ftrace: fix race in function graph during fork | Steven Rostedt | 2008-12-03 |
| * | | | | tracing/function-return-tracer: change the name into function-graph-tracer | Frederic Weisbecker | 2008-11-25 |
| * | | | | tracing/function-return-tracer: free the return stack on free_task() | Frederic Weisbecker | 2008-11-23 |
| * | | | | tracing/function-return-tracer: clean up task start/exit callbacks | Ingo Molnar | 2008-11-23 |
| * | | | | tracing/function-return-tracer: store return stack into task_struct and alloc... | Frederic Weisbecker | 2008-11-23 |
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core | Ingo Molnar | 2008-11-19 |
| |\ \ \ \ \ |
|
| * | | | | | | tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() | Mathieu Desnoyers | 2008-11-16 |
| |/ / / / / |
|
* | | | | | | Merge branch 'next' into for-linus | James Morris | 2008-12-24 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | user namespaces: require cap_set{ug}id for CLONE_NEWUSER | Serge E. Hallyn | 2008-12-07 |
| * | | | | | User namespaces: set of cleanups (v2) | Serge Hallyn | 2008-11-24 |
| * | | | | | Merge branch 'master' into next | James Morris | 2008-11-18 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | CRED: Differentiate objective and effective subjective credentials on a task | David Howells | 2008-11-13 |