summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge tag 'v3.16-rc5' into timers/coreThomas Gleixner2014-07-161-0/+2
| |\ \ | | |/
| * | fork: Use ktime_get_ts()Thomas Gleixner2014-06-121-1/+1
* | | Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying ...Ingo Molnar2014-07-161-0/+2
|\ \ \ | | |/ | |/|
| * | tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov2014-06-211-0/+2
| |/
* | sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov2014-07-161-1/+0
|/
* ptrace: fix fork event messages across pid namespacesMatthew Dempsky2014-06-061-3/+7
* memcg: kill CONFIG_MM_OWNEROleg Nesterov2014-06-041-2/+2
* mm: get rid of __GFP_KMEMCGVladimir Davydov2014-06-041-3/+3
* kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-071-1/+2
* mm, mempolicy: remove per-process flagDavid Rientjes2014-04-071-1/+0
* fork: collapse copy_flags into copy_processDavid Rientjes2014-04-071-10/+2
* mm: per-thread vma cachingDavidlohr Bueso2014-04-071-1/+6
* mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton2014-04-071-3/+8
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-031-3/+2
|\
| * cgroup: fix spurious lockdep warning in cgroup_exit()Li Zefan2014-03-291-3/+2
* | sched/numa: Move task_numa_free() to __put_task_struct()Mike Galbraith2014-03-111-0/+1
|/
* exec: kill task_struct->did_execOleg Nesterov2014-01-231-1/+0
* kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn2014-01-231-3/+0
* kernel/fork.c: fix coding style issuesDaeseok Youn2014-01-231-2/+2
* kernel/fork.c: make dup_mm() staticDaeSeok Youn2014-01-231-1/+1
* introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-01-211-0/+7
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-201-5/+7
|\
| * sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-131-0/+1
| * rtmutex: Turn the plist into an rb-treePeter Zijlstra2014-01-131-1/+2
| * sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli2014-01-131-1/+3
| * Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-01-131-0/+1
| |\
OpenPOWER on IntegriCloud