summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2011-11-30sched: Add a generic notifier when a task struct is about to be freedSan Mehat
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov
2011-07-26kernel/fork.c: fix a few coding style issuesDaniel Rebelo de Oliveira
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-07-20make sure that nsproxy_cache is initialized early enoughAl Viro
2011-07-17ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Oleg Nesterov
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest
2011-07-08plist: Remove the need to supply locks to plist headsDima Zavin
2011-06-22ptrace: kill clone/exec tracehooksTejun Heo
2011-06-22ptrace: kill trivial tracehooksTejun Heo
2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds
2011-05-26mm: extract exe_file handling from procfsJiri Slaby
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano
2011-05-26cgroups: read-write lock CLONE_THREAD forking per threadgroupBen Blum
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra
2011-05-12sched: Remove unused parameters from sched_fork() and wake_up_new_task()Samir Bellabes
2011-04-24sched: Get rid of lock_depthJonathan Corbet
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman
2011-03-23pid: remove the child_reaper special case in init/main.cEric W. Biederman
2011-03-22sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM codeOleg Nesterov
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet
2011-03-22mm: NUMA aware alloc_task_struct_node()Eric Dumazet
2011-03-17export pid symbols needed for kvm_vcpu_on_spinRik van Riel
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe
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