aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2018-07-18ANDROID: Fix massive cpufreq_times memory leaksSultan Alsawaf
2018-01-05kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins
2018-01-05kaiser: merged updateDave Hansen
2018-01-05KAISER: Kernel Address IsolationRichard Fellner
2017-09-07mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers
2017-08-30fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers
2017-05-25stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay
2017-05-25pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai
2017-01-06mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman
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
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-01-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar
2016-01-06sched/core: Reset task's lockless wake-queues on fork()Sebastian Andrzej Siewior