aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAge
* x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-17
* x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-17
* Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-26
|\
| * sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-05-26
* | clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2015-06-25
* | sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand2015-05-19
* | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low2015-05-08
* | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-08
|/
* oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso2015-04-17
* prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso2015-04-17
* mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov2015-04-17
* kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt2015-04-17
* kernel/fork.c: avoid division by zeroHeinrich Schuchardt2015-04-17
* kernel/fork.c: new function for max_threadsHeinrich Schuchardt2015-04-17
* fork_init: update max_threads commentJean Delvare2015-04-17
* fork: report pid reservation failure properlyMichal Hocko2015-04-17
* Remove execution domain supportRichard Weinberger2015-04-12
* mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov2015-02-12
* mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov2015-02-11
* mm: account pmd page tables to the processKirill A. Shutemov2015-02-11
* rmap: drop support of non-linear mappingsKirill A. Shutemov2015-02-10
* mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2014-12-13
* signal: Document the RCU protection of ->sighandOleg Nesterov2014-10-29
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-13
|\
| * init/main.c: Give init_task a canaryAaron Tomlin2014-09-19
| * time, signal: Protect resource use statistics with seqlockRik van Riel2014-09-08
* | mm: use VM_BUG_ON_MM where possibleSasha Levin2014-10-09
* | perf: fix perf bug in fork()Peter Zijlstra2014-10-02
|/
* seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lockGuenter Roeck2014-08-11
* mm: allow drivers to prevent new writable mappingsDavid Herrmann2014-08-08
* shm: make exit_shm work proportional to task activityJack Miller2014-08-08
* kernel/fork.c: make mm_init_owner staticVladimir Davydov2014-08-08
* fork: copy mm's vm usage counters under mmap_semVladimir Davydov2014-08-08
* fork: reset mm->pinned_vmVladimir Davydov2014-08-08
* fork/exec: cleanup mm initializationVladimir Davydov2014-08-08
* mm: memcontrol: use page lists for uncharge batchingJohannes Weiner2014-08-08
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-06
|\
| * seccomp: introduce writer lockingKees Cook2014-07-18
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-05
|\ \
| * | sched: Make task->start_time nanoseconds basedThomas Gleixner2014-07-23
| * | sched: Make task->real_start_time nanoseconds basedThomas Gleixner2014-07-23
| * | Merge tag 'v3.16-rc5' into timers/coreThomas Gleixner2014-07-16
| |\|
| * | fork: Use ktime_get_ts()Thomas Gleixner2014-06-12
* | | Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying ...Ingo Molnar2014-07-16
|\ \ \ | | |/ | |/|
| * | tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov2014-06-21
| |/
* / sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov2014-07-16
|/
* ptrace: fix fork event messages across pid namespacesMatthew Dempsky2014-06-06
* memcg: kill CONFIG_MM_OWNEROleg Nesterov2014-06-04
* mm: get rid of __GFP_KMEMCGVladimir Davydov2014-06-04
* kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-07