aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+6
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2016-12-12kernel/fork: use vfree_atomic() to free thread stackAndrey Ryabinin1-1/+1
2016-12-08kthread: Make struct kthread kmalloc'edOleg Nesterov1-0/+2
2016-12-01Merge back earlier cpuidle material for v4.10.Rafael J. Wysocki1-1/+1
2016-11-29sched/idle: Add support for tasks that inject idlePeter Zijlstra1-1/+1
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman1-3/+6
2016-11-16posix-timers: Make them configurableNicolas Pitre1-0/+2
2016-11-15sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka1-0/+2
2016-11-01fork: Add task stack refcounting sanity check and prevent premature task stack freeingAndy Lutomirski1-0/+4
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+5
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-2/+4
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy1-0/+1
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu1-0/+1
2016-10-07mm, oom: get rid of signal_struct::oom_victimsMichal Hocko1-0/+1
2016-10-07kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko1-1/+5
2016-10-07oom: keep mm of the killed task availableMichal Hocko1-0/+2
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+5
2016-09-16fork: Optimize task creation by caching two thread stacks per CPU if CONFIG_VMAP_STACK=yAndy Lutomirski1-9/+53
2016-09-16sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski1-1/+34
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar1-8/+29
2016-09-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+4
2016-09-01kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko1-6/+4
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-0/+23
2016-08-31mm: introduce get_task_exe_fileMateusz Guzik1-0/+23
2016-08-24fork: Add generic vmalloced stack supportAndy Lutomirski1-20/+76
2016-08-17cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh1-2/+2
2016-08-08userns: Generalize the user namespace count into ucountEric W. Biederman1-1/+4
2016-08-08userns: Make the count of user namespaces per userEric W. Biederman1-1/+1
2016-08-08userns: Add a limit on the number of user namespacesEric W. Biederman1-0/+2
2016-07-28mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski1-11/+8
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski1-1/+2
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov1-3/+3
2016-06-25Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman1-2/+2
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds1-25/+25
2016-05-26mm: oom_reaper: remove some bloatMichal Hocko1-0/+2
2016-05-23mm, fork: make dup_mmap wait for mmap_sem for write killableMichal Hocko1-1/+5
2016-05-23kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen1-6/+9
2016-05-20fork: free thread in copy_process on failureJiri Slaby1-1/+3
2016-05-20mm, oom_reaper: do not mmput synchronously from the oom reaper contextMichal Hocko1-15/+35
2016-05-03signals/sigaltstack: Implement SS_AUTODISARM flagStas Sergeev1-1/+1
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+3
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2016-03-17mm: memcontrol: report kernel stack usage in cgroup2 memory.statVladimir Davydov1-1/+9
2016-02-16cgroup: introduce cgroup namespacesAditya Kali1-1/+1
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov1-3/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-9/+13