aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
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/ker...Linus 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/...Linus Torvalds1-1/+48
2014-08-05Merge 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-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/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-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/ker...Linus Torvalds1-5/+7
2014-01-17Merge 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-18mm: 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-26fork: 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
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+1
2013-10-29uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov1-1/+1
2013-10-29uprobes: Change the callsite of uprobe_copy_process()Oleg Nesterov1-1/+1
2013-10-09sched/numa: Stay on the same node if CLONE_VMRik van Riel1-1/+1
2013-10-09Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman1-3/+0
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-1/+1
2013-09-11mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov1-6/+3
2013-09-11fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checksOleg Nesterov1-15/+9
2013-09-11pidns: kill the unnecessary CLONE_NEWPID in copy_process()Oleg Nesterov1-3/+2
2013-09-11pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov1-3/+4
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-5/+0
2013-08-30pidns: Don't have unshare(CLONE_NEWPID) imply CLONE_THREADEric W. Biederman1-5/+0
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski1-2/+3
2013-08-13microblaze: fix clone syscallMichal Simek1-0/+6
2013-07-30aio: convert the ioctx list to table lookup v3Benjamin LaHaise1-1/+1
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-1/+1
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-4/+0
2013-07-03kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksOleg Nesterov1-17/+16
2013-07-03kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov1-3/+13
2013-07-03kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov1-8/+7
2013-07-03fork: reorder permissions when violating number of processes limitsEric Paris1-2/+2
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+1
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+4
2013-03-13userns: Don't allow CLONE_NEWUSER | CLONE_FSEric W. Biederman1-1/+4
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker1-1/+1
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro1-4/+1
2013-02-27fork: unshare: remove dead codeAlan Cox1-6/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar1-0/+6
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker1-0/+6
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+4
2013-01-19sys_clone() needs asmlinkage_protectAl Viro1-2/+4
2012-12-24pidns: Outlaw thread creation after unshare(CLONE_NEWPID)Eric W. Biederman1-0/+8
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-2/+0
2012-12-18fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGlauber Costa1-2/+2
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-21/+48
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-16/+48
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-8/+1
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2012-12-11mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman1-0/+3
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro1-8/+5
2012-11-28death to idle_regs()Al Viro1-6/+0
2012-11-28don't pass regs to copy_process()Al Viro1-4/+2
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28generic sys_fork / sys_vfork / sys_cloneAl Viro1-0/+43
2012-11-28cputime: Consolidate cputime adjustment codeFrederic Weisbecker1-1/+1
2012-11-20userns: Implement unshare of the user namespaceEric W. Biederman1-3/+22
2012-11-19userns: Allow unprivileged users to create user namespaces.Eric W. Biederman1-8/+0
2012-11-19pidns: Support unsharing the pid namespace.Eric W. Biederman1-7/+25
2012-11-19pidns: Consolidate initialzation of special init task stateEric W. Biederman1-3/+3
2012-11-19pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman1-2/+0
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-1/+1
2012-11-16uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceOleg Nesterov1-0/+2
2012-10-16cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo1-8/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+12
2012-10-09mm: interval tree updatesMichel Lespinasse1-1/+6
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-1/+1
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso1-1/+0
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov1-21/+0
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov1-2/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+0
2012-09-30preparation for generic kernel_thread()Al Viro1-1/+12
2012-09-24net: use a per task frag allocatorEric Dumazet1-0/+1
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra1-4/+0
2012-08-28uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov1-2/+0
2012-08-28uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov1-0/+1
2012-08-28uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmapOleg Nesterov1-3/+0
2012-08-21uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov1-2/+2
2012-07-31memcg: rename config variablesAndrew Morton1-1/+1
2012-07-31mm: account the total_vm in the vm_stat_account()Huang Shijie1-3/+1
2012-07-30fork: fix error handling in dup_task()Akinobu Mita1-12/+15
2012-07-30revert "sched: Fix fork() error path to not crash"Andrew Morton1-8/+3
2012-07-30fork: use vma_pages() to simplify the codeHuang Shijie1-2/+2
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2012-07-22trim task_work: get rid of hlistAl Viro1-1/+1
2012-07-05sched: Fix fork() error path to not crashSalman Qazi1-3/+8
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Linus Torvalds1-8/+0
2012-06-07mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov1-0/+8
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-3/+7
2012-05-31fork: call complete_vfork_done() after clearing child_tid and flushing rss-co...Konstantin Khlebnikov1-3/+7
2012-05-30Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2012-05-29mm/fork: fix overflow in vma length when copying mmap on cloneSiddhesh Poyarekar1-1/+2
2012-05-29mm: remove swap token codeRik van Riel1-9/+0
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+9
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov1-0/+1
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+3
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-20/+49
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-2/+0
2012-05-10namespaces, pid_ns: fix leakage on fork() failureMike Galbraith1-0/+3
2012-05-08task_allocator: Use config switches instead of magic definesThomas Gleixner1-4/+3
2012-05-08fork: Provide kmemcache based thread_info allocatorThomas Gleixner1-0/+27
2012-05-08fork: Provide weak arch_release_[task_struct|thread_info] functionsThomas Gleixner1-4/+17
2012-05-08fork: Move thread info gfp flags to headerThomas Gleixner1-6/+2
2012-05-08fork: Remove the weak insanityThomas Gleixner1-7/+1
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar1-26/+70
2012-04-14seccomp: add system call filtering using BPFWill Drewry1-0/+3
2012-04-01Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo1-27/+74
2012-03-31uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju1-0/+3
2012-03-31uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju1-0/+2
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering1-0/+3
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-3/+19
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-0/+1
2012-03-21mm: add rss counters consistency checkKonstantin Khlebnikov1-3/+18
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+2
2012-03-20CLONE_PARENT shouldn't allow to set ->exit_signalOleg Nesterov1-1/+7
2012-03-14uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju1-0/+4
2012-03-06block: ioc_task_link() can't failTejun Heo1-3/+2
2012-03-05vfork: kill PF_STARTINGOleg Nesterov1-9/+0
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov1-1/+1
2012-03-05vfork: make it killableOleg Nesterov1-8/+32
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov1-7/+10
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov1-1/+4
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro1-1/+1
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2012-02-10security: create task_free security callbackKees Cook1-0/+1
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo1-1/+1
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh1-0/+20
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-01-17audit: remove audit_finish_fork as it can't be calledEric Paris1-2/+0
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+5
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki1-0/+6
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-4/+4
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2011-12-18writeback: dirty ratelimit - think time compensationWu Fengguang1-0/+1
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-9/+5
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo1-1/+1
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo1-3/+5
2011-12-12threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo1-4/+4
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki1-1/+0
2011-11-21freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZETejun Heo1-1/+0
2011-11-17writeback: remove vm_dirties and task->dirtiesWu Fengguang1-5/+0
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2011-10-31oom: remove oom_disable_countDavid Rientjes1-9/+1
2011-10-03writeback: per task dirty rate limitWu Fengguang1-0/+3