summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorLines
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-0/+3
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-20/+49
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha-2/+0
2012-05-10namespaces, pid_ns: fix leakage on fork() failureMike Galbraith-0/+3
2012-05-08task_allocator: Use config switches instead of magic definesThomas Gleixner-4/+3
2012-05-08fork: Provide kmemcache based thread_info allocatorThomas Gleixner-0/+27
2012-05-08fork: Provide weak arch_release_[task_struct|thread_info] functionsThomas Gleixner-4/+17
2012-05-08fork: Move thread info gfp flags to headerThomas Gleixner-6/+2
2012-05-08fork: Remove the weak insanityThomas Gleixner-7/+1
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar-26/+70
2012-04-14seccomp: add system call filtering using BPFWill Drewry-0/+3
2012-04-01Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo-27/+74
2012-03-31uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju-0/+3
2012-03-31uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju-0/+2
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering-0/+3
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-3/+19
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman-0/+1
2012-03-21mm: add rss counters consistency checkKonstantin Khlebnikov-3/+18
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-1/+2
2012-03-20CLONE_PARENT shouldn't allow to set ->exit_signalOleg Nesterov-1/+7
2012-03-14uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju-0/+4
2012-03-06block: ioc_task_link() can't failTejun Heo-3/+2
2012-03-05vfork: kill PF_STARTINGOleg Nesterov-9/+0
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov-1/+1
2012-03-05vfork: make it killableOleg Nesterov-8/+32
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov-7/+10
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov-1/+4
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro-1/+1
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2012-02-10security: create task_free security callbackKees Cook-0/+1
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo-1/+1
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh-0/+20
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+0
2012-01-17audit: remove audit_finish_fork as it can't be calledEric Paris-2/+0
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+5
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki-0/+6
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-4/+4
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2011-12-18writeback: dirty ratelimit - think time compensationWu Fengguang-0/+1
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky-9/+5
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo-1/+1
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo-3/+5
2011-12-12threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo-4/+4
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki-1/+0
2011-11-21freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZETejun Heo-1/+0
2011-11-17writeback: remove vm_dirties and task->dirtiesWu Fengguang-5/+0
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+3
2011-10-31oom: remove oom_disable_countDavid Rientjes-9/+1
2011-10-03writeback: per task dirty rate limitWu Fengguang-0/+3