aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2015-10-11Merge tag 'v4.1.10' of ../../stable/linux-stable into linux-4.1.y-rtThomas Gleixner
2015-09-29unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman
2015-04-17oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso
2015-04-17prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso
2015-04-17mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov
2015-04-17kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt
2015-04-17kernel/fork.c: avoid division by zeroHeinrich Schuchardt
2015-04-17kernel/fork.c: new function for max_threadsHeinrich Schuchardt
2015-04-17fork_init: update max_threads commentJean Delvare
2015-04-17fork: report pid reservation failure properlyMichal Hocko
2015-04-12Remove execution domain supportRichard Weinberger
2015-02-12mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov
2015-02-11mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov
2015-01-01rwlocks: Fix section mismatchJohn Kacur
2015-01-01sched: Move mmdrop to RCU on RTThomas Gleixner
2015-01-01sched: Move task_struct cleanup to RCUThomas Gleixner
2015-01-01posix-timers: Thread posix-cpu-timers on -rtJohn Stultz
2015-01-01signals: Allow rt tasks to cache one sigqueue structThomas Gleixner
2015-01-01vtime: Split lock and seqcountThomas Gleixner
2015-01-01sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso
2014-10-29signal: Document the RCU protection of ->sighandOleg Nesterov
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-09mm: use VM_BUG_ON_MM where possibleSasha Levin
2014-10-02perf: fix perf bug in fork()Peter Zijlstra
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel
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