aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAge
* Bugfix: clear LITMUS^RT state on fork completelyBjoern B. Brandenburg2010-05-29
* [ported from 2008.3] Core LITMUS^RT infrastructureAndrea Bastoni2010-05-29
* 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
* Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-07-22
|\
| * perf_counter: Log vfork as a fork eventAnton Blanchard2009-07-18
* | headers: mnt_namespace.h reduxAlexey Dobriyan2009-07-08
|/
* copy_process(): remove the unneeded clear_tsk_thread_flag(TIF_SIGPENDING)Oleg Nesterov2009-06-18
* kmemcheck: add mm functionsVegard Nossum2009-06-15
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-11
|\
| * Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2009-06-10
| |\
| | * function-graph: move initialization of new tasks up in forkSteven Rostedt2009-06-02
| * | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-10
| |\ \
| | * \ Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar2009-05-07
| | |\ \
| | | * | Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar2009-04-24
| | | |\|
| | | * | x86, ptrace: add bts context unconditionallyMarkus Metzger2009-04-07
| | * | | tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-14
| | * | | tracing: create automated trace definesSteven Rostedt2009-04-14
| | | |/ | | |/|
| * / | ptrace: tracehook_report_clone: fix false positivesOleg Nesterov2009-06-04
| |/ /
* | | perf_counter: Add fork eventPeter Zijlstra2009-06-04
* | | perf_counter: Add a comm hook for pure fork()sPeter Zijlstra2009-06-03
* | | perf_counter: Ammend cleanup in fork() failPeter Zijlstra2009-05-29
* | | perf_counter: Propagate inheritance failures down the fork() pathPeter Zijlstra2009-05-25
* | | perf_counter: Move child perfcounter init to after scheduler initIngo Molnar2009-05-25