aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2014-10-02perf: fix perf bug in fork()Peter Zijlstra
2014-08-11seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lockGuenter Roeck
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann
2014-08-08shm: make exit_shm work proportional to task activityJack Miller
2014-08-08kernel/fork.c: make mm_init_owner staticVladimir Davydov
2014-08-08fork: copy mm's vm usage counters under mmap_semVladimir Davydov
2014-08-08fork: reset mm->pinned_vmVladimir Davydov
2014-08-08fork/exec: cleanup mm initializationVladimir Davydov
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-07-23sched: Make task->start_time nanoseconds basedThomas Gleixner
2014-07-23sched: Make task->real_start_time nanoseconds basedThomas Gleixner
2014-07-18seccomp: introduce writer lockingKees Cook
2014-07-16Merge tag 'v3.16-rc5' into timers/coreThomas Gleixner
2014-07-16Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying ...Ingo Molnar
2014-07-16sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov
2014-06-21tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov
2014-06-12fork: Use ktime_get_ts()Thomas Gleixner
2014-06-06ptrace: fix fork event messages across pid namespacesMatthew Dempsky
2014-06-04memcg: kill CONFIG_MM_OWNEROleg Nesterov
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2014-04-07mm, mempolicy: remove per-process flagDavid Rientjes
2014-04-07fork: collapse copy_flags into copy_processDavid Rientjes
2014-04-07mm: per-thread vma cachingDavidlohr Bueso
2014-04-07mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-03-29cgroup: fix spurious lockdep warning in cgroup_exit()Li Zefan
2014-03-11sched/numa: Move task_numa_free() to __put_task_struct()Mike Galbraith
2014-01-23exec: kill task_struct->did_execOleg Nesterov
2014-01-23kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn
2014-01-23kernel/fork.c: fix coding style issuesDaeseok Youn
2014-01-23kernel/fork.c: make dup_mm() staticDaeSeok Youn
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli
2014-01-13Merge branch 'sched/urgent' into sched/coreIngo Molnar
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel
2013-11-27tasks/fork: Remove unnecessary child->exit_stateOleg Nesterov
2013-11-26fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman
2013-11-15mm: implement split page table lock for PMD levelKirill A. Shutemov
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-10-29uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov
2013-10-29uprobes: Change the callsite of uprobe_copy_process()Oleg Nesterov
2013-10-09sched/numa: Stay on the same node if CLONE_VMRik van Riel