summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorLines
2015-09-16Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo-0/+4
2015-09-04userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli-1/+1
2015-09-04userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli-0/+1
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-2/+15
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-14/+22
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+4
2015-08-12userns,pidns: Force thread group sharing, not signal handler sharing.Eric W. Biederman-4/+4
2015-08-12unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman-10/+18
2015-08-03sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra-3/+4
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar-6/+5
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen-1/+7
2015-07-14cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai-2/+15
2015-06-26Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-4/+0
2015-06-25clone: support passing tls argument via C rather than pt_regs magicJosh Triplett-16/+32
2015-05-26sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo-4/+0
2015-05-19sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand-0/+3
2015-05-08sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low-3/+0
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low-1/+1
2015-04-17oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso-0/+1
2015-04-17prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso-6/+13
2015-04-17mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov-19/+37
2015-04-17kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt-2/+29
2015-04-17kernel/fork.c: avoid division by zeroHeinrich Schuchardt-9/+20
2015-04-17kernel/fork.c: new function for max_threadsHeinrich Schuchardt-13/+21
2015-04-17fork_init: update max_threads commentJean Delvare-2/+2
2015-04-17fork: report pid reservation failure properlyMichal Hocko-2/+3
2015-04-12Remove execution domain supportRichard Weinberger-4/+0
2015-02-12mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov-3/+1
2015-02-11mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov-0/+8
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov-0/+3
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov-6/+2
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso-2/+2
2014-10-29signal: Document the RCU protection of ->sighandOleg Nesterov-1/+4
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+10
2014-10-09mm: use VM_BUG_ON_MM where possibleSasha Levin-2/+1
2014-10-02perf: fix perf bug in fork()Peter Zijlstra-2/+3
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin-3/+9
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel-0/+1
2014-08-11seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lockGuenter Roeck-1/+1
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann-1/+1
2014-08-08shm: make exit_shm work proportional to task activityJack Miller-0/+6
2014-08-08kernel/fork.c: make mm_init_owner staticVladimir Davydov-7/+7
2014-08-08fork: copy mm's vm usage counters under mmap_semVladimir Davydov-0/+5
2014-08-08fork: reset mm->pinned_vmVladimir Davydov-0/+1
2014-08-08fork/exec: cleanup mm initializationVladimir Davydov-27/+20
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner-4/+0
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-1/+48
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+2
2014-07-23sched: Make task->start_time nanoseconds basedThomas Gleixner-1/+1
2014-07-23sched: Make task->real_start_time nanoseconds basedThomas Gleixner-2/+1