index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
fork.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...
Alexei Starovoitov
2020-07-14
1
-5
/
+1
|
\
|
*
exit: Factor thread_group_exited out of pidfd_poll
Eric W. Biederman
2020-07-07
1
-5
/
+1
*
|
fork: annotate data race in copy_process()
Weilong Chen
2020-06-26
1
-1
/
+1
|
/
*
mmap locking API: convert nested write lock sites
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-6
/
+6
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2020-06-04
1
-1
/
+1
|
\
|
*
proc: proc_pid_ns takes super_block as an argument
Alexey Gladkov
2020-05-19
1
-1
/
+1
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-06-01
1
-0
/
+9
|
\
\
|
*
|
scs: Add support for Clang's Shadow Call Stack (SCS)
Sami Tolvanen
2020-05-15
1
-0
/
+9
*
|
|
Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-06-01
1
-0
/
+5
|
\
\
\
|
*
|
|
rcu-tasks: Split ->trc_reader_need_end
Paul E. McKenney
2020-04-27
1
-0
/
+1
|
*
|
|
rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooks
Paul E. McKenney
2020-04-27
1
-0
/
+4
|
|
/
/
*
|
|
fork: prevent accidental access to clone3 features
Christian Brauner
2020-05-08
1
-6
/
+7
|
/
/
*
|
clone3: add build-time CLONE_ARGS_SIZE_VER* validity checks
Eugene Syromiatnikov
2020-04-15
1
-0
/
+8
*
|
clone3: add a check for the user struct size if CLONE_INTO_CGROUP is set
Eugene Syromiatnikov
2020-04-15
1
-1
/
+2
*
|
clone3: fix cgroup argument sanity check
Eugene Syromiatnikov
2020-04-15
1
-1
/
+1
|
/
*
mm: set vm_next and vm_prev to NULL in vm_area_dup()
Li Xinhai
2020-04-07
1
-1
/
+1
*
mm: don't prepare anon_vma if vma has VM_WIPEONFORK
Li Xinhai
2020-04-07
1
-3
/
+5
*
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2020-04-03
1
-9
/
+10
|
\
|
*
clone3: allow spawning processes into cgroups
Christian Brauner
2020-02-12
1
-4
/
+9
|
*
cgroup: refactor fork helpers
Christian Brauner
2020-02-12
1
-5
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-04-02
1
-4
/
+5
|
\
\
|
*
|
mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()
Roman Gushchin
2020-04-02
1
-4
/
+5
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2020-04-02
1
-2
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
exec: Fix a deadlock in strace
Bernd Edlinger
2020-03-25
1
-2
/
+2
|
*
|
exec: Add exec_update_mutex to replace cred_guard_mutex
Eric W. Biederman
2020-03-25
1
-0
/
+1
|
|
/
*
|
mm: fork: fix kernel_stack memcg stats for various stack implementations
Roman Gushchin
2020-03-29
1
-2
/
+2
*
|
fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer()
Madhuparna Bhowmik
2020-02-28
1
-1
/
+1
|
/
*
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2020-01-29
1
-2
/
+2
|
\
|
*
mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptions
Jason Gunthorpe
2020-01-14
1
-2
/
+2
*
|
Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-01-27
1
-3
/
+13
|
\
\
|
*
|
ns: Introduce Time Namespace
Andrei Vagin
2020-01-14
1
-3
/
+13
|
|
/
*
|
clone3: ensure copy_thread_tls is implemented
Amanieu d'Antras
2020-01-07
1
-0
/
+10
|
/
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-12-03
1
-1
/
+1
|
\
|
*
Merge branch 'timers/urgent' into timers/core, to pick up fix
Ingo Molnar
2019-11-25
1
-1
/
+32
|
|
\
|
*
|
time: Rename tsk->real_start_time to ->start_boottime
Peter Zijlstra
2019-11-13
1
-1
/
+1
*
|
|
fork: support VMAP_STACK with KASAN_VMALLOC
Daniel Axtens
2019-12-01
1
-0
/
+4
*
|
|
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2019-11-30
1
-1
/
+0
|
\
\
\
|
*
|
|
mm/hmm: define the pre-processor related parts of hmm.h even if disabled
Jason Gunthorpe
2019-11-23
1
-1
/
+0
|
|
/
/
*
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-11-26
1
-25
/
+15
|
\
\
\
|
*
|
|
futex: Split futex_mm_release() for exit/exec
Thomas Gleixner
2019-11-20
1
-3
/
+2
|
*
|
|
exit/exec: Seperate mm_release()
Thomas Gleixner
2019-11-20
1
-1
/
+11
|
*
|
|
futex: Move futex exit handling into futex code
Thomas Gleixner
2019-11-20
1
-22
/
+3
|
|
/
/
*
|
|
Merge tag 'threads-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...
Linus Torvalds
2019-11-25
1
-8
/
+92
|
\
\
\
|
*
|
|
fork: extend clone3() to support setting a PID
Adrian Reber
2019-11-15
1
-1
/
+23
|
*
|
|
clone3: add CLONE_CLEAR_SIGHAND
Christian Brauner
2019-10-21
1
-5
/
+11
|
*
|
|
pidfd: check pid has attached task in fdinfo
Christian Brauner
2019-10-17
1
-6
/
+11
|
*
|
|
pidfd: add NSpid entries to fdinfo
Christian Kellner
2019-10-15
1
-1
/
+52
|
|
/
/
*
|
|
fork: fix pidfd_poll()'s return type
Luc Van Oostenryck
2019-11-20
1
-3
/
+3
|
|
/
|
/
|
[next]