summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-141-3/+6
|\
| * mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2016-11-221-3/+6
* | Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2016-12-131-1/+1
|\ \
| * \ Merge back earlier cpuidle material for v4.10.Rafael J. Wysocki2016-12-011-1/+1
| |\ \ | | |/ | |/|
| | * sched/idle: Add support for tasks that inject idlePeter Zijlstra2016-11-291-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-121-1/+1
|\ \ \
| * | | kernel/fork: use vfree_atomic() to free thread stackAndrey Ryabinin2016-12-121-1/+1
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | posix-timers: Make them configurableNicolas Pitre2016-11-161-0/+2
| | |/ | |/|
* | | kthread: Make struct kthread kmalloc'edOleg Nesterov2016-12-081-0/+2
* | | sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka2016-11-151-0/+2
| |/ |/|
* | fork: Add task stack refcounting sanity check and prevent premature task stac...Andy Lutomirski2016-11-011-0/+4
|/
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-2/+5
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-2/+4
| * gcc-plugins: Add latent_entropy pluginEmese Revfy2016-10-101-0/+1
* | thp: reduce usage of huge zero page's atomic counterAaron Lu2016-10-071-0/+1
* | mm, oom: get rid of signal_struct::oom_victimsMichal Hocko2016-10-071-0/+1
* | kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko2016-10-071-1/+5
* | oom: keep mm of the killed task availableMichal Hocko2016-10-071-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-061-0/+5
|\ \
| * | userns: Generalize the user namespace count into ucountEric W. Biederman2016-08-081-1/+4
| * | userns: Make the count of user namespaces per userEric W. Biederman2016-08-081-1/+1
| * | userns: Add a limit on the number of user namespacesEric W. Biederman2016-08-081-0/+2
* | | fork: Optimize task creation by caching two thread stacks per CPU if CONFIG_V...Andy Lutomirski2016-09-161-9/+53
* | | sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski2016-09-161-1/+34
* | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-8/+29
|\ \ \ | | |/ | |/|
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-09-011-6/+4
| |\ \
| | * | kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko2016-09-011-6/+4
| * | | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-09-011-0/+23
| |\ \ \ | | |/ / | |/| |
| | * | mm: introduce get_task_exe_fileMateusz Guzik2016-08-311-0/+23
| * | | cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh2016-08-171-2/+2
| | |/ | |/|
* / | fork: Add generic vmalloced stack supportAndy Lutomirski2016-08-241-20/+76
|/ /
* | mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski2016-07-281-11/+8
* | mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski2016-07-281-1/+2
* | mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov2016-07-261-3/+3
* | Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman2016-06-251-2/+2
* | Clarify naming of thread info/stack allocatorsLinus Torvalds2016-06-241-25/+25
* | mm: oom_reaper: remove some bloatMichal Hocko2016-05-261-0/+2
* | mm, fork: make dup_mmap wait for mmap_sem for write killableMichal Hocko2016-05-231-1/+5
* | kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen2016-05-231-6/+9
* | fork: free thread in copy_process on failureJiri Slaby2016-05-201-1/+3
* | mm, oom_reaper: do not mmput synchronously from the oom reaper contextMichal Hocko2016-05-201-15/+35
* | signals/sigaltstack: Implement SS_AUTODISARM flagStas Sergeev2016-05-031-1/+1
|/
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+3
* Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2016-03-211-1/+1
|\
| * cgroup: introduce cgroup namespacesAditya Kali2016-02-161-1/+1
* | mm: memcontrol: report kernel stack usage in cgroup2 memory.statVladimir Davydov2016-03-171-1/+9
|/
* mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-141-3/+2
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-9/+13