summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov2009-12-171-1/+1
* ptrace: copy_process() should disable steppingOleg Nesterov2009-12-161-2/+3
* memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki2009-12-161-0/+4
* sched: Convert pi_lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
* Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-081-1/+2
|\
| * block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling2009-12-041-1/+2
* | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-12-081-0/+2
|\ \
| * \ Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33Avi Kivity2009-12-031-0/+2
| |\ \ | | |/ | |/|
| | * core: Fix user return notifier on fork()Avi Kivity2009-11-291-0/+2
* | | sched, cputime: Introduce thread_group_times()Hidetoshi Seto2009-12-021-0/+3
* | | sched, cputime: Cleanups related to task_times()Hidetoshi Seto2009-12-021-0/+2
|/ /
* | Correct nr_processes() when CPUs have been unpluggedIan Campbell2009-11-031-1/+1
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-10-081-2/+8
|\ \ | |/ |/|
| * futex: Move exit_pi_state() call to release_mm()Thomas Gleixner2009-10-061-0/+2
| * futex: Nullify robust lists after cleanupPeter Zijlstra2009-10-061-2/+6
* | task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto2009-09-241-6/+7
* | aio: ifdef fields in mm_structAlexey Dobriyan2009-09-241-2/+9
* | fork(): disable CLONE_PARENT for initSukadev Bhattiprolu2009-09-241-0/+10
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-231-4/+5
|\ \
| * \ Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner2009-08-291-4/+5
| |\ \
| | * | itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka2009-08-031-4/+5
* | | | procfs: provide stack information for threadsStefani Seibold2009-09-231-0/+2
* | | | getrusage: fill ru_maxrss valueJiri Pirko2009-09-231-0/+1
* | | | oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro2009-09-221-0/+2
* | | | ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli2009-09-221-0/+1
* | | | ksm: fix oom deadlockHugh Dickins2009-09-221-1/+0
* | | | ksm: the mm interface to ksmHugh Dickins2009-09-221-1/+7
* | | | mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro2009-09-221-0/+11
* | | | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-4/+4
| |_|/ |/| |
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-111-4/+1
|\ \ \
| * \ \ Merge branch 'linus' into core/rcuIngo Molnar2009-09-041-16/+5
| |\ \ \
| * | | | rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-231-4/+1
| | |/ / | |/| |
* | | | Merge branch 'next' into for-linusJames Morris2009-09-111-4/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | CRED: Add some configurable debugging [try #6]David Howells2009-09-021-4/+2
* | | | clone(): fix race between copy_process() and de_thread()Oleg Nesterov2009-08-261-15/+5
|/ / /
* | | mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-181-1/+0
|/ /
* | execve: must clear current->clear_child_tidEric Dumazet2009-08-071-11/+11
* | perf_counter: Full task tracingPeter Zijlstra2009-08-021-3/+1
|/
* mm: copy over oom_adj value at fork timeRik van Riel2009-07-291-0/+1
* Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-07-221-6/+3
|\
| * perf_counter: Log vfork as a fork eventAnton Blanchard2009-07-181-6/+3
* | headers: mnt_namespace.h reduxAlexey Dobriyan2009-07-081-1/+0
|/
* copy_process(): remove the unneeded clear_tsk_thread_flag(TIF_SIGPENDING)Oleg Nesterov2009-06-181-1/+0
* kmemcheck: add mm functionsVegard Nossum2009-06-151-7/+7
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-12/+9
|\
| * Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2009-06-101-6/+4
| |\
| | * function-graph: move initialization of new tasks up in forkSteven Rostedt2009-06-021-6/+4
| * | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-5/+4
| |\ \
| | * \ Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar2009-05-071-2/+2
| | |\ \
| | | * \ Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar2009-04-241-9/+12
| | | |\ \ | | | | |/
OpenPOWER on IntegriCloud