aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov1-1/+1
2009-12-16ptrace: copy_process() should disable steppingOleg Nesterov1-2/+3
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki1-0/+4
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner1-2/+2
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+2
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2009-12-04block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling1-1/+2
2009-12-03Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33Avi Kivity1-0/+2
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto1-0/+3
2009-12-02sched, cputime: Cleanups related to task_times()Hidetoshi Seto1-0/+2
2009-11-29core: Fix user return notifier on fork()Avi Kivity1-0/+2
2009-11-03Correct nr_processes() when CPUs have been unpluggedIan Campbell1-1/+1
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+8
2009-10-06futex: Move exit_pi_state() call to release_mm()Thomas Gleixner1-0/+2
2009-10-06futex: Nullify robust lists after cleanupPeter Zijlstra1-2/+6
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto1-6/+7
2009-09-24aio: ifdef fields in mm_structAlexey Dobriyan1-2/+9
2009-09-24fork(): disable CLONE_PARENT for initSukadev Bhattiprolu1-0/+10
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+5
2009-09-23procfs: provide stack information for threadsStefani Seibold1-0/+2
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko1-0/+1
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro1-0/+2
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli1-0/+1
2009-09-22ksm: fix oom deadlockHugh Dickins1-1/+0
2009-09-22ksm: the mm interface to ksmHugh Dickins1-1/+7
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-0/+11
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-4/+4
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+1
2009-09-11Merge branch 'next' into for-linusJames Morris1-4/+2
2009-09-04Merge branch 'linus' into core/rcuIngo Molnar1-16/+5
2009-09-02CRED: Add some configurable debugging [try #6]David Howells1-4/+2
2009-08-29Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner1-4/+5
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov1-15/+5
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney1-4/+1
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-1/+0
2009-08-07execve: must clear current->clear_child_tidEric Dumazet1-11/+11
2009-08-03itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka1-4/+5
2009-08-02perf_counter: Full task tracingPeter Zijlstra1-3/+1
2009-07-29mm: copy over oom_adj value at fork timeRik van Riel1-0/+1
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perfLinus Torvalds1-6/+3
2009-07-18perf_counter: Log vfork as a fork eventAnton Blanchard1-6/+3
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan1-1/+0
2009-06-18copy_process(): remove the unneeded clear_tsk_thread_flag(TIF_SIGPENDING)Oleg Nesterov1-1/+0
2009-06-15kmemcheck: add mm functionsVegard Nossum1-7/+7
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-12/+9
2009-06-10Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+4
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+4
2009-06-04ptrace: tracehook_report_clone: fix false positivesOleg Nesterov1-1/+1
2009-06-04perf_counter: Add fork eventPeter Zijlstra1-2/+2
2009-06-03perf_counter: Add a comm hook for pure fork()sPeter Zijlstra1-0/+6