aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+8
2010-03-12copy_signal() cleanup: clean thread_group_cputime_init()Gravatar Veaceslav Falico 1-11/+0
2010-03-12copy_signal() cleanup: use zalloc and remove initializationsGravatar Veaceslav Falico 1-26/+1
2010-03-06kernel core: use helpers for rlimitsGravatar Jiri Slaby 1-4/+6
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueGravatar Rik van Riel 1-1/+5
2010-03-06mm: clean up mm_counterGravatar KAMEZAWA Hiroyuki 1-2/+1
2010-03-04rcu: Use wrapper function instead of exporting tasklist_lockGravatar Paul E. McKenney 1-1/+8
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Gravatar Paul E. McKenney 1-0/+1
2010-01-21sched: Fix fork vs hotplug vs cpuset namespacesGravatar Peter Zijlstra 1-15/+0
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listGravatar Oleg Nesterov 1-1/+1
2009-12-16ptrace: copy_process() should disable steppingGravatar Oleg Nesterov 1-2/+3
2009-12-16memcg: coalesce uncharge during unmap/truncateGravatar KAMEZAWA Hiroyuki 1-0/+4
2009-12-14sched: Convert pi_lock to raw_spinlockGravatar Thomas Gleixner 1-2/+2
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+2
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+2
2009-12-04block: Fix io_context leak after failure of clone with CLONE_IOGravatar Louis Rilling 1-1/+2
2009-12-03Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33Gravatar Avi Kivity 1-0/+2
2009-12-02sched, cputime: Introduce thread_group_times()Gravatar Hidetoshi Seto 1-0/+3
2009-12-02sched, cputime: Cleanups related to task_times()Gravatar Hidetoshi Seto 1-0/+2
2009-11-29core: Fix user return notifier on fork()Gravatar Avi Kivity 1-0/+2
2009-11-03Correct nr_processes() when CPUs have been unpluggedGravatar Ian Campbell 1-1/+1
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+8
2009-10-06futex: Move exit_pi_state() call to release_mm()Gravatar Thomas Gleixner 1-0/+2
2009-10-06futex: Nullify robust lists after cleanupGravatar Peter Zijlstra 1-2/+6
2009-09-24task_struct cleanup: move binfmt field to mm_structGravatar Hiroshi Shimamoto 1-6/+7
2009-09-24aio: ifdef fields in mm_structGravatar Alexey Dobriyan 1-2/+9
2009-09-24fork(): disable CLONE_PARENT for initGravatar Sukadev Bhattiprolu 1-0/+10
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+5
2009-09-23procfs: provide stack information for threadsGravatar Stefani Seibold 1-0/+2
2009-09-23getrusage: fill ru_maxrss valueGravatar Jiri Pirko 1-0/+1
2009-09-22oom: move oom_adj value from task_struct to signal_structGravatar KOSAKI Motohiro 1-0/+2
2009-09-22ksm: fix deadlock with munlock in exit_mmapGravatar Andrea Arcangeli 1-0/+1
2009-09-22ksm: fix oom deadlockGravatar Hugh Dickins 1-1/+0
2009-09-22ksm: the mm interface to ksmGravatar Hugh Dickins 1-1/+7
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputGravatar KOSAKI Motohiro 1-0/+11
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsGravatar Ingo Molnar 1-4/+4
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+1
2009-09-11Merge branch 'next' into for-linusGravatar James Morris 1-4/+2
2009-09-04Merge branch 'linus' into core/rcuGravatar Ingo Molnar 1-16/+5
2009-09-02CRED: Add some configurable debugging [try #6]Gravatar David Howells 1-4/+2
2009-08-29Merge branch 'timers/posixtimers' into timers/tracingGravatar Thomas Gleixner 1-4/+5
2009-08-26clone(): fix race between copy_process() and de_thread()Gravatar Oleg Nesterov 1-15/+5
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUGravatar Paul E. McKenney 1-4/+1
2009-08-18mm: revert "oom: move oom_adj value"Gravatar KOSAKI Motohiro 1-1/+0
2009-08-07execve: must clear current->clear_child_tidGravatar Eric Dumazet 1-11/+11
2009-08-03itimers: Merge ITIMER_VIRT and ITIMER_PROFGravatar Stanislaw Gruszka 1-4/+5
2009-08-02perf_counter: Full task tracingGravatar Peter Zijlstra 1-3/+1
2009-07-29mm: copy over oom_adj value at fork timeGravatar Rik van Riel 1-0/+1
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-6/+3
2009-07-18perf_counter: Log vfork as a fork eventGravatar Anton Blanchard 1-6/+3