summaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+10
2014-10-10mm: use VM_BUG_ON_MM where possibleSasha Levin1-2/+1
2014-10-03perf: 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-12seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lockGuenter Roeck1-1/+1
2014-08-09mm: allow drivers to prevent new writable mappingsDavid Herrmann1-1/+1
2014-08-09shm: make exit_shm work proportional to task activityJack Miller1-0/+6
2014-08-09kernel/fork.c: make mm_init_owner staticVladimir Davydov1-7/+7
2014-08-09fork: copy mm's vm usage counters under mmap_semVladimir Davydov1-0/+5
2014-08-09fork: reset mm->pinned_vmVladimir Davydov1-0/+1
2014-08-09fork/exec: cleanup mm initializationVladimir Davydov1-27/+20
2014-08-09mm: 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/...Linus Torvalds1-1/+48
2014-08-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus 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 ...Ingo 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-07ptrace: fix fork event messages across pid namespacesMatthew Dempsky1-3/+7
2014-06-05memcg: kill CONFIG_MM_OWNEROleg Nesterov1-2/+2
2014-06-05mm: get rid of __GFP_KMEMCGVladimir Davydov1-3/+3
2014-04-08kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-1/+2
2014-04-08mm, mempolicy: remove per-process flagDavid Rientjes1-1/+0
2014-04-08fork: collapse copy_flags into copy_processDavid Rientjes1-10/+2
2014-04-08mm: per-thread vma cachingDavidlohr Bueso1-1/+6
2014-04-08mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton1-3/+8
2014-04-04Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus 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-24exec: kill task_struct->did_execOleg Nesterov1-1/+0
2014-01-24kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn1-3/+0
2014-01-24kernel/fork.c: fix coding style issuesDaeseok Youn1-2/+2
2014-01-24kernel/fork.c: make dup_mm() staticDaeSeok Youn1-1/+1
2014-01-22introduce 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/ker...Linus Torvalds1-5/+7
2014-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus 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
2014-01-13Merge branch 'sched/urgent' into sched/coreIngo Molnar1-0/+1
2013-12-19mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-0/+1
2013-11-27tasks/fork: Remove unnecessary child->exit_stateOleg Nesterov1-3/+1
2013-11-27fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman1-1/+1
2013-11-15mm: implement split page table lock for PMD levelKirill A. Shutemov1-2/+2
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov1-1/+1