aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAge
* revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-11
* mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki2010-04-07
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-13
|\
| * rcu: Use wrapper function instead of exporting tasklist_lockPaul E. McKenney2010-03-04
* | copy_signal() cleanup: clean thread_group_cputime_init()Veaceslav Falico2010-03-12
* | copy_signal() cleanup: use zalloc and remove initializationsVeaceslav Falico2010-03-12
* | kernel core: use helpers for rlimitsJiri Slaby2010-03-06
* | mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-06
* | mm: clean up mm_counterKAMEZAWA Hiroyuki2010-03-06
|/
* sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney2010-02-25
* sched: Fix fork vs hotplug vs cpuset namespacesPeter Zijlstra2010-01-21
* do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov2009-12-17
* ptrace: copy_process() should disable steppingOleg Nesterov2009-12-16
* memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki2009-12-16
* sched: Convert pi_lock to raw_spinlockThomas Gleixner2009-12-14
* Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-08
|\
| * block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling2009-12-04
* | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-12-08
|\ \
| * \ Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33Avi Kivity2009-12-03
| |\ \ | | |/ | |/|
| | * core: Fix user return notifier on fork()Avi Kivity2009-11-29
* | | sched, cputime: Introduce thread_group_times()Hidetoshi Seto2009-12-02
* | | sched, cputime: Cleanups related to task_times()Hidetoshi Seto2009-12-02
|/ /
* | Correct nr_processes() when CPUs have been unpluggedIan Campbell2009-11-03
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-10-08
|\ \ | |/ |/|
| * futex: Move exit_pi_state() call to release_mm()Thomas Gleixner2009-10-06
| * futex: Nullify robust lists after cleanupPeter Zijlstra2009-10-06
* | task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto2009-09-24
* | aio: ifdef fields in mm_structAlexey Dobriyan2009-09-24
* | fork(): disable CLONE_PARENT for initSukadev Bhattiprolu2009-09-24
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-23
|\ \
| * \ Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner2009-08-29
| |\ \
| | * | itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka2009-08-03
* | | | procfs: provide stack information for threadsStefani Seibold2009-09-23
* | | | getrusage: fill ru_maxrss valueJiri Pirko2009-09-23
* | | | oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro2009-09-22
* | | | ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli2009-09-22
* | | | ksm: fix oom deadlockHugh Dickins2009-09-22
* | | | ksm: the mm interface to ksmHugh Dickins2009-09-22
* | | | mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro2009-09-22
* | | | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-21
| |_|/ |/| |
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-11
|\ \ \
| * \ \ Merge branch 'linus' into core/rcuIngo Molnar2009-09-04
| |\ \ \
| * | | | rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-23
| | |/ / | |/| |
* | | | Merge branch 'next' into for-linusJames Morris2009-09-10
|\ \ \ \ | |_|/ / |/| | |
| * | | CRED: Add some configurable debugging [try #6]David Howells2009-09-02
* | | | clone(): fix race between copy_process() and de_thread()Oleg Nesterov2009-08-26
|/ / /
* / / mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-18
|/ /
* | execve: must clear current->clear_child_tidEric Dumazet2009-08-07
* | perf_counter: Full task tracingPeter Zijlstra2009-08-02
|/
* mm: copy over oom_adj value at fork timeRik van Riel2009-07-29