aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-06coredump_filter: permit changing of the default filterGravatar Hidehiro Kawai 1-2/+13
2009-01-06fork.c: cleanup for copy_sighand()Gravatar Zhaolei 1-1/+1
2008-12-29aio: make the lookup_ioctx() locklessGravatar Jens Axboe 1-2/+2
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+12
2008-12-25Merge branch 'next' into for-linusGravatar James Morris 1-34/+28
2008-12-20x86, bts: add fork and exit handlingGravatar Markus Metzger 1-0/+2
2008-12-19Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Gravatar Ingo Molnar 1-6/+10
2008-12-10fix mapping_writably_mapped()Gravatar Hugh Dickins 1-6/+9
2008-12-09[PATCH] return records for fork() both to child and parentGravatar Al Viro 1-0/+1
2008-12-08user namespaces: require cap_set{ug}id for CLONE_NEWUSERGravatar Serge E. Hallyn 1-1/+2
2008-12-03ftrace: fix race in function graph during forkGravatar Steven Rostedt 1-3/+6
2008-11-26tracing/function-return-tracer: change the name into function-graph-tracerGravatar Frederic Weisbecker 1-2/+2
2008-11-24User namespaces: set of cleanups (v2)Gravatar Serge Hallyn 1-3/+16
2008-11-23tracing/function-return-tracer: free the return stack on free_task()Gravatar Frederic Weisbecker 1-0/+1
2008-11-23tracing/function-return-tracer: clean up task start/exit callbacksGravatar Ingo Molnar 1-2/+0
2008-11-23tracing/function-return-tracer: store return stack into task_struct and alloc...Gravatar Frederic Weisbecker 1-0/+4
2008-11-19Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreGravatar Ingo Molnar 1-0/+11
2008-11-18Merge branch 'master' into nextGravatar James Morris 1-0/+11
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Gravatar Mathieu Desnoyers 1-0/+2
2008-11-15Move "exit_robust_list" into mm_release()Gravatar Linus Torvalds 1-0/+11
2008-11-14CRED: Differentiate objective and effective subjective credentials on a taskGravatar David Howells 1-2/+4
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-5/+2
2008-11-14CRED: Separate per-task-group keyrings from signal_structGravatar David Howells 1-7/+0
2008-11-14CRED: Detach the credentials from task_structGravatar David Howells 1-18/+6
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-12/+12
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Gravatar Thomas Gleixner 1-0/+2
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+3
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Gravatar Thomas Gleixner 1-43/+54
2008-10-17Merge commit 'linus/master' into merge-linusGravatar Arjan van de Ven 1-1/+4
2008-10-14tracing, sched: LTTng instrumentation - schedulerGravatar Mathieu Desnoyers 1-0/+3
2008-10-13tty: Add a kref countGravatar Alan Cox 1-1/+4
2008-09-23timers: fix itimer/many thread hang, v2Gravatar Frank Mayhar 1-4/+1
2008-09-14timers: fix itimer/many thread hang, fixGravatar Ingo Molnar 1-1/+0
2008-09-14timers: fix itimer/many thread hangGravatar Frank Mayhar 1-38/+50
2008-09-05hrtimer: create a "timer_slack" field in the task structGravatar Arjan van de Ven 1-0/+2
2008-07-28mmu-notifiers: coreGravatar Andrea Arcangeli 1-0/+3
2008-07-27task IO accounting: improve code readabilityGravatar Andrea Righi 1-13/+2
2008-07-26[PATCH] kill altrootGravatar Al Viro 1-7/+0
2008-07-26tracehook: vfork-doneGravatar Roland McGrath 1-4/+1
2008-07-26tracehook: cloneGravatar Roland McGrath 1-41/+28
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsGravatar Andrea Righi 1-0/+6
2008-07-25coredump: move mm->core_waiters into struct core_stateGravatar Oleg Nesterov 1-1/+1
2008-07-25kill PF_BORROWED_MM in favour of PF_KTHREADGravatar Oleg Nesterov 1-2/+2
2008-07-25cgroup_clone: use pid of newly created task for new cgroupGravatar Serge E. Hallyn 1-0/+6
2008-07-25clean up duplicated alloc/free_thread_infoGravatar FUJITA Tomonori 1-0/+17
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...Gravatar Mel Gorman 1-0/+9
2008-07-16ptrace children revampGravatar Roland McGrath 1-3/+3
2008-07-14Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2008-07-14Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1