index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
fork.c
Age
Commit message (
Expand
)
Author
2018-07-17
mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_ids
Rik van Riel
2018-06-15
mm: check for SIGKILL inside dup_mmap() loop
Tetsuo Handa
2018-06-14
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
2018-06-10
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-06-07
mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct
Yang Shi
2018-06-06
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-06-06
rseq: Introduce restartable sequences system call
Mathieu Desnoyers
2018-05-14
audit: use inline function to set audit context
Richard Guy Briggs
2018-04-20
fork: unconditionally clear stack on fork
Kees Cook
2018-04-05
kernel/fork.c: detect early free of a live mm
Mark Rutland
2018-04-02
kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
Dominik Brodowski
2018-04-02
mm: use do_futex() instead of sys_futex() in mm_release()
Dominik Brodowski
2018-02-21
include/linux/sched/mm.h: re-inline mmdrop()
Andrew Morton
2018-02-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-02-06
kernel/fork.c: add comment about usage of CLONE_FS flags and namespaces
Marcos Paulo de Souza
2018-02-06
kernel/fork.c: check error and return early
Marcos Paulo de Souza
2018-02-06
Merge branch 'linus' into sched/urgent, to resolve conflicts
Ingo Molnar
2018-02-03
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-01-31
include/linux/sched/mm.h: uninline mmdrop_async(), etc
Andrew Morton
2018-01-15
fork: Provide usercopy whitelisting for task_struct
Kees Cook
2018-01-15
fork: Define usercopy region in thread_stack slab caches
David Windsor
2018-01-15
fork: Define usercopy region in mm_struct slab caches
David Windsor
2017-12-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-12-22
arch, mm: Allow arch_dup_mmap() to fail
Thomas Gleixner
2017-11-17
pid: remove pidhash
Gargi Sharma
2017-11-15
kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
Levin, Alexander (Sasha Levin)
2017-11-15
mm: consolidate page table accounting
Kirill A. Shutemov
2017-11-15
mm: introduce wrappers to access mm->nr_ptes
Kirill A. Shutemov
2017-11-15
mm: account pud page tables
Kirill A. Shutemov
2017-10-13
kmemleak: clear stale pointers from task stacks
Konstantin Khlebnikov
2017-10-03
android: binder: drop lru lock in isolate callback
Sherry Yang
2017-09-12
Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-09-08
locking/rtmutex: replace top-waiter and pi_waiters leftmost caching
Davidlohr Bueso
2017-09-08
mm/hmm: heterogeneous memory management (HMM for short)
Jérôme Glisse
2017-09-06
mm,fork: introduce MADV_WIPEONFORK
Rik van Riel
2017-09-06
mm: oom: let oom_reap_task and exit_mmap run concurrently
Andrea Arcangeli
2017-09-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-09-04
Merge branch 'linus' into locking/core, to fix up conflicts
Ingo Molnar
2017-08-31
mm, uprobes: fix multiple free of ->uprobes_state.xol_area
Eric Biggers
2017-08-25
fork: fix incorrect fput of ->exe_file causing use-after-free
Eric Biggers
2017-08-15
fork: allow arch-override of VMAP stack alignment
Mark Rutland
2017-08-11
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-08-10
mm: migrate: prevent racy access to tlb_flush_pending
Nadav Amit
2017-08-10
locking/lockdep: Implement the 'crossrelease' feature
Byungchul Park
2017-07-25
sync to Linus v4.13-rc2 for subsystem developers to work against
James Morris
2017-07-18
LSM: Remove security_task_create() hook.
Tetsuo Handa
2017-07-12
fork,random: use get_random_canary() to set tsk->stack_canary
Rik van Riel
2017-07-12
fault-inject: support systematic fault injection
Dmitry Vyukov
2017-07-12
kernel/fork.c: virtually mapped stacks: do not disable interrupts
Christoph Lameter
2017-07-09
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
[prev]
[next]