summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)Author
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
2015-12-04sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker
2015-12-04sched/cputime: Clarify vtime symbols and document themFrederic Weisbecker
2015-12-03cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov
2015-11-30cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate()Oleg Nesterov
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo
2015-10-15posix_cpu_timer: Convert cputimer->running to boolJason Low
2015-09-16sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo
2015-09-16Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo
2015-09-04userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli
2015-09-04userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-08-12userns,pidns: Force thread group sharing, not signal handler sharing.Eric W. Biederman
2015-08-12unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman
2015-08-03sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen
2015-07-14cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai
2015-06-26Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-06-25clone: support passing tls argument via C rather than pt_regs magicJosh Triplett
2015-05-26sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo
2015-05-19sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand
2015-05-08sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low
2015-04-17oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso
2015-04-17prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso
2015-04-17mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov
2015-04-17kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt
2015-04-17kernel/fork.c: avoid division by zeroHeinrich Schuchardt
2015-04-17kernel/fork.c: new function for max_threadsHeinrich Schuchardt
2015-04-17fork_init: update max_threads commentJean Delvare
2015-04-17fork: report pid reservation failure properlyMichal Hocko
2015-04-12Remove execution domain supportRichard Weinberger
2015-02-12mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov
2015-02-11mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso
2014-10-29signal: Document the RCU protection of ->sighandOleg Nesterov
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-09mm: use VM_BUG_ON_MM where possibleSasha Levin