summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli2015-09-041-1/+1
* userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli2015-09-041-0/+1
* Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-09-021-2/+15
|\
| * cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai2015-07-141-2/+15
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-09-011-14/+22
|\ \
| * | userns,pidns: Force thread group sharing, not signal handler sharing.Eric W. Biederman2015-08-121-4/+4
| * | unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman2015-08-121-10/+18
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-311-3/+4
|\ \
| * | sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra2015-08-031-3/+4
| |/
* | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-181-6/+5
* | x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-181-1/+7
|/
* Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-261-4/+0
|\
| * sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-05-261-4/+0
* | clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2015-06-251-16/+32
* | sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand2015-05-191-0/+3
* | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low2015-05-081-3/+0
* | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-081-1/+1
|/
* oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso2015-04-171-0/+1
* prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso2015-04-171-6/+13
* mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov2015-04-171-19/+37
* kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt2015-04-171-2/+29
* kernel/fork.c: avoid division by zeroHeinrich Schuchardt2015-04-171-9/+20
* kernel/fork.c: new function for max_threadsHeinrich Schuchardt2015-04-171-13/+21
* fork_init: update max_threads commentJean Delvare2015-04-171-2/+2
* fork: report pid reservation failure properlyMichal Hocko2015-04-171-2/+3
* Remove execution domain supportRichard Weinberger2015-04-121-4/+0
* mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov2015-02-121-3/+1
* mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov2015-02-111-0/+8
* mm: account pmd page tables to the processKirill A. Shutemov2015-02-111-0/+3
* rmap: drop support of non-linear mappingsKirill A. Shutemov2015-02-101-6/+2
* mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2014-12-131-2/+2
* signal: Document the RCU protection of ->sighandOleg Nesterov2014-10-291-1/+4
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-3/+10
|\
| * init/main.c: Give init_task a canaryAaron Tomlin2014-09-191-3/+9
| * time, signal: Protect resource use statistics with seqlockRik van Riel2014-09-081-0/+1
* | mm: use VM_BUG_ON_MM where possibleSasha Levin2014-10-091-2/+1
* | perf: fix perf bug in fork()Peter Zijlstra2014-10-021-2/+3
|/
* seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lockGuenter Roeck2014-08-111-1/+1
* mm: allow drivers to prevent new writable mappingsDavid Herrmann2014-08-081-1/+1
* shm: make exit_shm work proportional to task activityJack Miller2014-08-081-0/+6
* kernel/fork.c: make mm_init_owner staticVladimir Davydov2014-08-081-7/+7
* fork: copy mm's vm usage counters under mmap_semVladimir Davydov2014-08-081-0/+5
* fork: reset mm->pinned_vmVladimir Davydov2014-08-081-0/+1
* fork/exec: cleanup mm initializationVladimir Davydov2014-08-081-27/+20
* mm: memcontrol: use page lists for uncharge batchingJohannes Weiner2014-08-081-4/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-061-1/+48
|\
| * seccomp: introduce writer lockingKees Cook2014-07-181-1/+48
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-051-3/+2
|\ \
| * | sched: Make task->start_time nanoseconds basedThomas Gleixner2014-07-231-1/+1
| * | sched: Make task->real_start_time nanoseconds basedThomas Gleixner2014-07-231-2/+1
OpenPOWER on IntegriCloud