aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-12copy_signal() cleanup: clean thread_group_cputime_init()Veaceslav Falico
2010-03-12copy_signal() cleanup: use zalloc and remove initializationsVeaceslav Falico
2010-03-06kernel core: use helpers for rlimitsJiri Slaby
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki
2010-03-04rcu: Use wrapper function instead of exporting tasklist_lockPaul E. McKenney
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney
2010-01-21sched: Fix fork vs hotplug vs cpuset namespacesPeter Zijlstra
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov
2009-12-16ptrace: copy_process() should disable steppingOleg Nesterov
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-12-04block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling
2009-12-03Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33Avi Kivity
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto
2009-12-02sched, cputime: Cleanups related to task_times()Hidetoshi Seto
2009-11-29core: Fix user return notifier on fork()Avi Kivity
2009-11-03Correct nr_processes() when CPUs have been unpluggedIan Campbell
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-10-06futex: Move exit_pi_state() call to release_mm()Thomas Gleixner
2009-10-06futex: Nullify robust lists after cleanupPeter Zijlstra
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto
2009-09-24aio: ifdef fields in mm_structAlexey Dobriyan
2009-09-24fork(): disable CLONE_PARENT for initSukadev Bhattiprolu
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-09-23procfs: provide stack information for threadsStefani Seibold
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli
2009-09-22ksm: fix oom deadlockHugh Dickins
2009-09-22ksm: the mm interface to ksmHugh Dickins
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-09-11Merge branch 'next' into for-linusJames Morris
2009-09-04Merge branch 'linus' into core/rcuIngo Molnar
2009-09-02CRED: Add some configurable debugging [try #6]David Howells
2009-08-29Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro
2009-08-07execve: must clear current->clear_child_tidEric Dumazet
2009-08-03itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka
2009-08-02perf_counter: Full task tracingPeter Zijlstra