summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorLines
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+12
2012-10-09mm: interval tree updatesMichel Lespinasse-1/+6
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse-1/+1
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso-1/+0
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov-21/+0
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov-2/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+1
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+0
2012-09-30preparation for generic kernel_thread()Al Viro-1/+12
2012-09-24net: use a per task frag allocatorEric Dumazet-0/+1
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra-4/+0
2012-08-28uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov-2/+0
2012-08-28uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov-0/+1
2012-08-28uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmapOleg Nesterov-3/+0
2012-08-21uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov-2/+2
2012-07-31memcg: rename config variablesAndrew Morton-1/+1
2012-07-31mm: account the total_vm in the vm_stat_account()Huang Shijie-3/+1
2012-07-30fork: fix error handling in dup_task()Akinobu Mita-12/+15
2012-07-30revert "sched: Fix fork() error path to not crash"Andrew Morton-8/+3
2012-07-30fork: use vma_pages() to simplify the codeHuang Shijie-2/+2
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-1/+1
2012-07-22trim task_work: get rid of hlistAl Viro-1/+1
2012-07-05sched: Fix fork() error path to not crashSalman Qazi-3/+8
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Linus Torvalds-8/+0
2012-06-07mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov-0/+8
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+1
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-3/+7
2012-05-31fork: call complete_vfork_done() after clearing child_tid and flushing rss-co...Konstantin Khlebnikov-3/+7
2012-05-30Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+2
2012-05-29mm/fork: fix overflow in vma length when copying mmap on cloneSiddhesh Poyarekar-1/+2
2012-05-29mm: remove swap token codeRik van Riel-9/+0
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+9
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov-0/+1
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+0
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