summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-271-0/+2
* oom: add per-mm oom disable countYing Han2010-10-261-1/+14
* rmap: fix walk during forkAndrea Arcangeli2010-09-221-1/+1
* mm: make the vma list be doubly linkedLinus Torvalds2010-08-211-2/+5
* fs: fs_struct rwlock to spinlockNick Piggin2010-08-181-5/+5
* oom: badness heuristic rewriteDavid Rientjes2010-08-091-0/+1
* sched: add hooks for workqueueTejun Heo2010-06-081-1/+1
* Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds2010-05-301-4/+0
* pids: fix fork_idle() to setup ->pids correctlyOleg Nesterov2010-05-271-1/+13
* proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov2010-05-271-4/+4
* check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count checkOleg Nesterov2010-05-271-8/+0
* exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()Oleg Nesterov2010-05-271-0/+1
* kill the obsolete thread_group_cputime_free() helperOleg Nesterov2010-05-271-1/+0
* signals: make task_struct->signal immutable/refcountableOleg Nesterov2010-05-271-7/+16
* fork/exit: move tty_kref_put() outside of __cleanup_signal()Oleg Nesterov2010-05-271-2/+0
* cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner2010-05-271-0/+4
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-181-2/+0
|\
| * Merge branch 'linus' into perf/coreIngo Molnar2010-04-081-0/+3
| |\
| * | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-3/+0
* | | revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-111-2/+0
| |/ |/|
* | mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki2010-04-071-0/+3
|/
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-131-1/+8
|\
| * rcu: Use wrapper function instead of exporting tasklist_lockPaul E. McKenney2010-03-041-1/+8
* | copy_signal() cleanup: clean thread_group_cputime_init()Veaceslav Falico2010-03-121-11/+0
* | copy_signal() cleanup: use zalloc and remove initializationsVeaceslav Falico2010-03-121-26/+1
* | kernel core: use helpers for rlimitsJiri Slaby2010-03-061-4/+6
* | mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-061-1/+5
* | mm: clean up mm_counterKAMEZAWA Hiroyuki2010-03-061-2/+1
|/
* sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney2010-02-251-0/+1
* sched: Fix fork vs hotplug vs cpuset namespacesPeter Zijlstra2010-01-211-15/+0
* 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
| |\ \
OpenPOWER on IntegriCloud