aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+3
2011-10-31oom: remove oom_disable_countGravatar David Rientjes 1-9/+1
2011-10-03writeback: per task dirty rate limitGravatar Wu Fengguang 1-0/+3
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Gravatar Vasiliy Kulikov 1-0/+1
2011-07-26kernel/fork.c: fix a few coding style issuesGravatar Daniel Rebelo de Oliveira 1-35/+48
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Gravatar Michal Hocko 1-0/+4
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2011-07-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2011-07-20make sure that nsproxy_cache is initialized early enoughGravatar Al Viro 1-0/+1
2011-07-17ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Gravatar Oleg Nesterov 1-12/+0
2011-07-12fixlet: Remove fs_excl from struct task.Gravatar Justin TerAvest 1-1/+0
2011-07-08plist: Remove the need to supply locks to plist headsGravatar Dima Zavin 1-1/+1
2011-06-22ptrace: kill clone/exec tracehooksGravatar Tejun Heo 1-9/+32
2011-06-22ptrace: kill trivial tracehooksGravatar Tejun Heo 1-1/+1
2011-05-29mm: Fix boot crash in mm_alloc()Gravatar Linus Torvalds 1-32/+10
2011-05-26mm: extract exe_file handling from procfsGravatar Jiri Slaby 1-1/+51
2011-05-26cgroup: remove the ns_cgroupGravatar Daniel Lezcano 1-6/+0
2011-05-26cgroups: read-write lock CLONE_THREAD forking per threadgroupGravatar Ben Blum 1-0/+10
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tGravatar KOSAKI Motohiro 1-3/+34
2011-05-25mm: Convert i_mmap_lock to a mutexGravatar Peter Zijlstra 1-2/+2
2011-05-25mm: Remove i_mmap_lock lockbreakGravatar Peter Zijlstra 1-1/+0
2011-05-12sched: Remove unused parameters from sched_fork() and wake_up_new_task()Gravatar Samir Bellabes 1-2/+2
2011-04-24sched: Get rid of lock_depthGravatar Jonathan Corbet 1-1/+0
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-0/+3
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Gravatar Eric W. Biederman 1-6/+0
2011-03-23pid: remove the child_reaper special case in init/main.cGravatar Eric W. Biederman 1-1/+1
2011-03-22sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM codeGravatar Oleg Nesterov 1-98/+25
2011-03-22kthread: NUMA aware kthread_create_on_node()Gravatar Eric Dumazet 1-1/+2
2011-03-22mm: NUMA aware alloc_thread_info_node()Gravatar Eric Dumazet 1-3/+6
2011-03-22mm: NUMA aware alloc_task_struct_node()Gravatar Eric Dumazet 1-4/+6
2011-03-17export pid symbols needed for kvm_vcpu_on_spinGravatar Rik van Riel 1-0/+1
2011-03-10block: initial patch for on-stack per-task pluggingGravatar Jens Axboe 1-0/+3
2011-01-13thp: khugepagedGravatar Andrea Arcangeli 1-0/+5
2011-01-13thp: add pmd_huge_pte to mm_structGravatar Andrea Arcangeli 1-0/+7
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downGravatar Mandeep Singh Baines 1-0/+1
2011-01-13sched: remove long deprecated CLONE_STOPPED flagGravatar Dave Jones 1-27/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-1/+1
2011-01-07sched: Move sched_autogroup_exit() to free_signal_struct()Gravatar Mike Galbraith 1-4/+3
2011-01-05Merge commit 'v2.6.37' into sched/coreGravatar Ingo Molnar 1-0/+1
2011-01-04sched, autogroup: Fix reference leakGravatar Mike Galbraith 1-1/+1
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Gravatar Christoph Lameter 1-1/+1
2010-12-08Sched: fix skip_clock_update optimizationGravatar Mike Galbraith 1-0/+1
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsGravatar Mike Galbraith 1-1/+4
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structGravatar KOSAKI Motohiro 1-0/+2
2010-10-26oom: add per-mm oom disable countGravatar Ying Han 1-1/+14
2010-09-22rmap: fix walk during forkGravatar Andrea Arcangeli 1-1/+1
2010-08-21mm: make the vma list be doubly linkedGravatar Linus Torvalds 1-2/+5
2010-08-18fs: fs_struct rwlock to spinlockGravatar Nick Piggin 1-5/+5
2010-08-09oom: badness heuristic rewriteGravatar David Rientjes 1-0/+1