aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov1-3/+1
2015-02-11mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov1-0/+8
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov1-0/+3
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov1-6/+2
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso1-2/+2
2014-10-29signal: Document the RCU protection of ->sighandOleg Nesterov1-1/+4
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+10
2014-10-09mm: use VM_BUG_ON_MM where possibleSasha Levin1-2/+1
2014-10-02perf: fix perf bug in fork()Peter Zijlstra1-2/+3
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin1-3/+9
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel1-0/+1
2014-08-11seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lockGuenter Roeck1-1/+1
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann1-1/+1
2014-08-08shm: make exit_shm work proportional to task activityJack Miller1-0/+6
2014-08-08kernel/fork.c: make mm_init_owner staticVladimir Davydov1-7/+7
2014-08-08fork: copy mm's vm usage counters under mmap_semVladimir Davydov1-0/+5
2014-08-08fork: reset mm->pinned_vmVladimir Davydov1-0/+1
2014-08-08fork/exec: cleanup mm initializationVladimir Davydov1-27/+20
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner1-4/+0
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+48
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2014-07-23sched: Make task->start_time nanoseconds basedThomas Gleixner1-1/+1
2014-07-23sched: Make task->real_start_time nanoseconds basedThomas Gleixner1-2/+1
2014-07-18seccomp: introduce writer lockingKees Cook1-1/+48
2014-07-16Merge tag 'v3.16-rc5' into timers/coreThomas Gleixner1-0/+2
2014-07-16Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying bigger tree-wide changesIngo Molnar1-0/+2
2014-07-16sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov1-1/+0
2014-06-21tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov1-0/+2
2014-06-12fork: Use ktime_get_ts()Thomas Gleixner1-1/+1
2014-06-06ptrace: fix fork event messages across pid namespacesMatthew Dempsky1-3/+7
2014-06-04memcg: kill CONFIG_MM_OWNEROleg Nesterov1-2/+2
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov1-3/+3
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-1/+2
2014-04-07mm, mempolicy: remove per-process flagDavid Rientjes1-1/+0
2014-04-07fork: collapse copy_flags into copy_processDavid Rientjes1-10/+2
2014-04-07mm: per-thread vma cachingDavidlohr Bueso1-1/+6
2014-04-07mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton1-3/+8
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-3/+2
2014-03-29cgroup: fix spurious lockdep warning in cgroup_exit()Li Zefan1-3/+2
2014-03-11sched/numa: Move task_numa_free() to __put_task_struct()Mike Galbraith1-0/+1
2014-01-23exec: kill task_struct->did_execOleg Nesterov1-1/+0
2014-01-23kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn1-3/+0
2014-01-23kernel/fork.c: fix coding style issuesDaeseok Youn1-2/+2
2014-01-23kernel/fork.c: make dup_mm() staticDaeSeok Youn1-1/+1
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov1-0/+7
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+7
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli1-0/+1
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra1-1/+2
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli1-1/+3