aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-31memcg: rename config variablesGravatar Andrew Morton 1-1/+1
2012-07-31mm: account the total_vm in the vm_stat_account()Gravatar Huang Shijie 1-3/+1
2012-07-30fork: fix error handling in dup_task()Gravatar Akinobu Mita 1-12/+15
2012-07-30revert "sched: Fix fork() error path to not crash"Gravatar Andrew Morton 1-8/+3
2012-07-30fork: use vma_pages() to simplify the codeGravatar Huang Shijie 1-2/+2
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2012-07-22trim task_work: get rid of hlistGravatar Al Viro 1-1/+1
2012-07-05sched: Fix fork() error path to not crashGravatar Salman Qazi 1-3/+8
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Gravatar Linus Torvalds 1-8/+0
2012-06-07mm: correctly synchronize rss-counters at exit/execGravatar Konstantin Khlebnikov 1-0/+8
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-3/+7
2012-05-31fork: call complete_vfork_done() after clearing child_tid and flushing rss-co...Gravatar Konstantin Khlebnikov 1-3/+7
2012-05-30Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+2
2012-05-29mm/fork: fix overflow in vma length when copying mmap on cloneGravatar Siddhesh Poyarekar 1-1/+2
2012-05-29mm: remove swap token codeGravatar Rik van Riel 1-9/+0
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+9
2012-05-23task_work_add: generic process-context callbacksGravatar Oleg Nesterov 1-0/+1
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-0/+3
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-20/+49
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Gravatar Suresh Siddha 1-2/+0
2012-05-10namespaces, pid_ns: fix leakage on fork() failureGravatar Mike Galbraith 1-0/+3
2012-05-08task_allocator: Use config switches instead of magic definesGravatar Thomas Gleixner 1-4/+3
2012-05-08fork: Provide kmemcache based thread_info allocatorGravatar Thomas Gleixner 1-0/+27
2012-05-08fork: Provide weak arch_release_[task_struct|thread_info] functionsGravatar Thomas Gleixner 1-4/+17
2012-05-08fork: Move thread info gfp flags to headerGravatar Thomas Gleixner 1-6/+2
2012-05-08fork: Remove the weak insanityGravatar Thomas Gleixner 1-7/+1
2012-04-14Merge branch 'perf/core' into perf/uprobesGravatar Ingo Molnar 1-26/+70
2012-04-14seccomp: add system call filtering using BPFGravatar Will Drewry 1-0/+3
2012-04-01Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedGravatar Tejun Heo 1-27/+74
2012-03-31uprobes/core: Optimize probe hits with the help of a counterGravatar Srikar Dronamraju 1-0/+3
2012-03-31uprobes/core: Allocate XOL slots for uprobes useGravatar Srikar Dronamraju 1-0/+2
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionGravatar Lennart Poettering 1-0/+3
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-3/+19
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Gravatar Mel Gorman 1-0/+1
2012-03-21mm: add rss counters consistency checkGravatar Konstantin Khlebnikov 1-3/+18
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+2
2012-03-20CLONE_PARENT shouldn't allow to set ->exit_signalGravatar Oleg Nesterov 1-1/+7
2012-03-14uprobes/core: Handle breakpoint and singlestep exceptionsGravatar Srikar Dronamraju 1-0/+4
2012-03-06block: ioc_task_link() can't failGravatar Tejun Heo 1-3/+2
2012-03-05vfork: kill PF_STARTINGGravatar Oleg Nesterov 1-9/+0
2012-03-05coredump_wait: don't call complete_vfork_done()Gravatar Oleg Nesterov 1-1/+1
2012-03-05vfork: make it killableGravatar Oleg Nesterov 1-8/+32
2012-03-05vfork: introduce complete_vfork_done()Gravatar Oleg Nesterov 1-7/+10
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Gravatar Oleg Nesterov 1-1/+4
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionGravatar Al Viro 1-1/+1
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2012-02-10security: create task_free security callbackGravatar Kees Cook 1-0/+1
2012-02-07block: strip out locking optimization in put_io_context()Gravatar Tejun Heo 1-1/+1