aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2014-03-11cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo
2012-06-10mm/fork: fix overflow in vma length when copying mmap on cloneSiddhesh Poyarekar
2012-05-10namespaces, pid_ns: fix leakage on fork() failureMike Galbraith
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman
2012-03-21mm: add rss counters consistency checkKonstantin Khlebnikov
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-20CLONE_PARENT shouldn't allow to set ->exit_signalOleg Nesterov
2012-03-05vfork: kill PF_STARTINGOleg Nesterov
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov
2012-03-05vfork: make it killableOleg Nesterov
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-02-10security: create task_free security callbackKees Cook
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-01-17audit: remove audit_finish_fork as it can't be calledEric Paris
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-12-18writeback: dirty ratelimit - think time compensationWu Fengguang
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo
2011-12-12threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki
2011-11-21freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZETejun Heo
2011-11-17writeback: remove vm_dirties and task->dirtiesWu Fengguang
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31oom: remove oom_disable_countDavid Rientjes
2011-10-03writeback: per task dirty rate limitWu Fengguang
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