aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds1-32/+10
2011-05-26mm: extract exe_file handling from procfsJiri Slaby1-1/+51
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano1-6/+0
2011-05-26cgroups: read-write lock CLONE_THREAD forking per threadgroupBen Blum1-0/+10
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro1-3/+34
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-2/+2
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra1-1/+0
2011-05-12sched: Remove unused parameters from sched_fork() and wake_up_new_task()Samir Bellabes1-2/+2
2011-04-24sched: Get rid of lock_depthJonathan Corbet1-1/+0
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+3
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman1-6/+0
2011-03-23pid: remove the child_reaper special case in init/main.cEric W. Biederman1-1/+1
2011-03-22sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM codeOleg Nesterov1-98/+25
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet1-1/+2
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet1-3/+6
2011-03-22mm: NUMA aware alloc_task_struct_node()Eric Dumazet1-4/+6
2011-03-17export pid symbols needed for kvm_vcpu_on_spinRik van Riel1-0/+1
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe1-0/+3
2011-01-13thp: khugepagedAndrea Arcangeli1-0/+5
2011-01-13thp: add pmd_huge_pte to mm_structAndrea Arcangeli1-0/+7
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines1-0/+1
2011-01-13sched: remove long deprecated CLONE_STOPPED flagDave Jones1-27/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2011-01-07sched: Move sched_autogroup_exit() to free_signal_struct()Mike Galbraith1-4/+3
2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar1-0/+1
2011-01-04sched, autogroup: Fix reference leakMike Galbraith1-1/+1
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter1-1/+1
2010-12-08Sched: fix skip_clock_update optimizationMike Galbraith1-0/+1
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith1-1/+4
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro1-0/+2
2010-10-26oom: add per-mm oom disable countYing Han1-1/+14
2010-09-22rmap: fix walk during forkAndrea Arcangeli1-1/+1
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds1-2/+5
2010-08-18fs: fs_struct rwlock to spinlockNick Piggin1-5/+5
2010-08-09oom: badness heuristic rewriteDavid Rientjes1-0/+1
2010-06-08sched: add hooks for workqueueTejun Heo1-1/+1
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds1-4/+0
2010-05-27pids: fix fork_idle() to setup ->pids correctlyOleg Nesterov1-1/+13
2010-05-27proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov1-4/+4
2010-05-27check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count checkOleg Nesterov1-8/+0
2010-05-27exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()Oleg Nesterov1-0/+1
2010-05-27kill the obsolete thread_group_cputime_free() helperOleg Nesterov1-1/+0
2010-05-27signals: make task_struct->signal immutable/refcountableOleg Nesterov1-7/+16
2010-05-27fork/exit: move tty_kref_put() outside of __cleanup_signal()Oleg Nesterov1-2/+0
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner1-0/+4
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-2/+0
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar1-0/+3
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki1-0/+3
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-3/+0