index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
fork.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-15
mm: check for SIGKILL inside dup_mmap() loop
Tetsuo Handa
1
-0
/
+8
2018-06-14
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
1
-1
/
+1
2018-06-10
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2018-06-07
mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct
Yang Shi
1
-0
/
+1
2018-06-06
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2018-06-06
rseq: Introduce restartable sequences system call
Mathieu Desnoyers
1
-0
/
+2
2018-05-14
audit: use inline function to set audit context
Richard Guy Briggs
1
-1
/
+1
2018-04-20
fork: unconditionally clear stack on fork
Kees Cook
1
-2
/
+1
2018-04-05
kernel/fork.c: detect early free of a live mm
Mark Rutland
1
-0
/
+2
2018-04-02
kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
Dominik Brodowski
1
-1
/
+6
2018-04-02
mm: use do_futex() instead of sys_futex() in mm_release()
Dominik Brodowski
1
-2
/
+2
2018-02-21
include/linux/sched/mm.h: re-inline mmdrop()
Andrew Morton
1
-13
/
+2
2018-02-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-26
/
+29
2018-02-06
kernel/fork.c: add comment about usage of CLONE_FS flags and namespaces
Marcos Paulo de Souza
1
-0
/
+4
2018-02-06
kernel/fork.c: check error and return early
Marcos Paulo de Souza
1
-26
/
+25
2018-02-06
Merge branch 'linus' into sched/urgent, to resolve conflicts
Ingo Molnar
1
-217
/
+267
2018-02-03
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+26
2018-01-31
include/linux/sched/mm.h: uninline mmdrop_async(), etc
Andrew Morton
1
-212
/
+236
2018-01-15
fork: Provide usercopy whitelisting for task_struct
Kees Cook
1
-2
/
+20
2018-01-15
fork: Define usercopy region in thread_stack slab caches
David Windsor
1
-2
/
+3
2018-01-15
fork: Define usercopy region in mm_struct slab caches
David Windsor
1
-1
/
+3
2017-12-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2017-12-22
arch, mm: Allow arch_dup_mmap() to fail
Thomas Gleixner
1
-2
/
+1
2017-11-17
pid: remove pidhash
Gargi Sharma
1
-1
/
+1
2017-11-15
kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
Levin, Alexander (Sasha Levin)
1
-6
/
+6
2017-11-15
mm: consolidate page table accounting
Kirill A. Shutemov
1
-12
/
+4
2017-11-15
mm: introduce wrappers to access mm->nr_ptes
Kirill A. Shutemov
1
-3
/
+3
2017-11-15
mm: account pud page tables
Kirill A. Shutemov
1
-0
/
+4
2017-10-13
kmemleak: clear stale pointers from task stacks
Konstantin Khlebnikov
1
-0
/
+4
2017-10-03
android: binder: drop lru lock in isolate callback
Sherry Yang
1
-0
/
+18
2017-09-12
Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+0
2017-09-08
locking/rtmutex: replace top-waiter and pi_waiters leftmost caching
Davidlohr Bueso
1
-2
/
+1
2017-09-08
mm/hmm: heterogeneous memory management (HMM for short)
Jérôme Glisse
1
-0
/
+3
2017-09-06
mm,fork: introduce MADV_WIPEONFORK
Rik van Riel
1
-2
/
+8
2017-09-06
mm: oom: let oom_reap_task and exit_mmap run concurrently
Andrea Arcangeli
1
-17
/
+0
2017-09-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+2
2017-09-04
Merge branch 'linus' into locking/core, to fix up conflicts
Ingo Molnar
1
-0
/
+9
2017-08-31
mm, uprobes: fix multiple free of ->uprobes_state.xol_area
Eric Biggers
1
-0
/
+8
2017-08-25
fork: fix incorrect fput of ->exe_file causing use-after-free
Eric Biggers
1
-0
/
+1
2017-08-15
fork: allow arch-override of VMAP stack alignment
Mark Rutland
1
-1
/
+2
2017-08-11
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
1
-1
/
+1
2017-08-10
mm: migrate: prevent racy access to tlb_flush_pending
Nadav Amit
1
-1
/
+1
2017-08-10
locking/lockdep: Implement the 'crossrelease' feature
Byungchul Park
1
-0
/
+4
2017-07-25
sync to Linus v4.13-rc2 for subsystem developers to work against
James Morris
1
-24
/
+29
2017-07-18
LSM: Remove security_task_create() hook.
Tetsuo Handa
1
-4
/
+0
2017-07-12
fork,random: use get_random_canary() to set tsk->stack_canary
Rik van Riel
1
-1
/
+1
2017-07-12
fault-inject: support systematic fault injection
Dmitry Vyukov
1
-0
/
+4
2017-07-12
kernel/fork.c: virtually mapped stacks: do not disable interrupts
Christoph Lameter
1
-11
/
+5
2017-07-09
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+3
2017-07-06
mm: memcontrol: use generic mod_memcg_page_state for kmem pages
Johannes Weiner
1
-4
/
+4
[next]