aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2011-01-13thp: khugepagedAndrea Arcangeli
2011-01-13thp: add pmd_huge_pte to mm_structAndrea Arcangeli
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines
2011-01-13sched: remove long deprecated CLONE_STOPPED flagDave Jones
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-01-07sched: Move sched_autogroup_exit() to free_signal_struct()Mike Galbraith
2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar
2011-01-04sched, autogroup: Fix reference leakMike Galbraith
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter
2010-12-08Sched: fix skip_clock_update optimizationMike Galbraith
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro
2010-10-26oom: add per-mm oom disable countYing Han
2010-09-22rmap: fix walk during forkAndrea Arcangeli
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds
2010-08-18fs: fs_struct rwlock to spinlockNick Piggin
2010-08-09oom: badness heuristic rewriteDavid Rientjes
2010-06-08sched: add hooks for workqueueTejun Heo
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds
2010-05-27pids: fix fork_idle() to setup ->pids correctlyOleg Nesterov
2010-05-27proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov
2010-05-27check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count checkOleg Nesterov
2010-05-27exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()Oleg Nesterov
2010-05-27kill the obsolete thread_group_cputime_free() helperOleg Nesterov
2010-05-27signals: make task_struct->signal immutable/refcountableOleg Nesterov
2010-05-27fork/exit: move tty_kref_put() outside of __cleanup_signal()Oleg Nesterov
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt
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