summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12kernel/fork: use vfree_atomic() to free thread stackAndrey Ryabinin
2016-12-08kthread: Make struct kthread kmalloc'edOleg Nesterov
2016-12-01Merge back earlier cpuidle material for v4.10.Rafael J. Wysocki
2016-11-29sched/idle: Add support for tasks that inject idlePeter Zijlstra
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman
2016-11-16posix-timers: Make them configurableNicolas Pitre
2016-11-15sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka
2016-11-01fork: Add task stack refcounting sanity check and prevent premature task stac...Andy Lutomirski
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu
2016-10-07mm, oom: get rid of signal_struct::oom_victimsMichal Hocko
2016-10-07kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko
2016-10-07oom: keep mm of the killed task availableMichal Hocko
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-09-16fork: Optimize task creation by caching two thread stacks per CPU if CONFIG_V...Andy Lutomirski
2016-09-16sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar
2016-09-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-09-01kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-08-31mm: introduce get_task_exe_fileMateusz Guzik
2016-08-24fork: Add generic vmalloced stack supportAndy Lutomirski
2016-08-17cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh
2016-08-08userns: Generalize the user namespace count into ucountEric W. Biederman
2016-08-08userns: Make the count of user namespaces per userEric W. Biederman
2016-08-08userns: Add a limit on the number of user namespacesEric W. Biederman
2016-07-28mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov
2016-06-25Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds
2016-05-26mm: oom_reaper: remove some bloatMichal Hocko
2016-05-23mm, fork: make dup_mmap wait for mmap_sem for write killableMichal Hocko
2016-05-23kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen
2016-05-20fork: free thread in copy_process on failureJiri Slaby
2016-05-20mm, oom_reaper: do not mmput synchronously from the oom reaper contextMichal Hocko
2016-05-03signals/sigaltstack: Implement SS_AUTODISARM flagStas Sergeev
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2016-03-17mm: memcontrol: report kernel stack usage in cgroup2 memory.statVladimir Davydov
2016-02-16cgroup: introduce cgroup namespacesAditya Kali
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov