index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
fork.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-03-14
1
-0
/
+8
|
\
|
*
mm/fork: clear PASID for new mm
Fenghua Yu
2021-03-13
1
-0
/
+8
*
|
kernel: make IO threads unfreezable by default
Jens Axboe
2021-03-10
1
-0
/
+1
|
/
*
kernel: provide create_io_thread() helper
Jens Axboe
2021-03-04
1
-0
/
+30
*
Kernel: fork.c: Fix coding style: Do not use {} around single-line statements
Alexander Guril
2021-01-11
1
-4
/
+2
*
kasan: rename (un)poison_shadow to (un)poison_range
Andrey Konovalov
2020-12-22
1
-2
/
+2
*
Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2020-12-16
1
-3
/
+3
|
\
|
*
exec: Transform exec_update_mutex into a rw_semaphore
Eric W. Biederman
2020-12-10
1
-3
/
+3
*
|
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-16
1
-6
/
+6
|
\
\
|
*
|
exec: Simplify unshare_files
Eric W. Biederman
2020-12-10
1
-6
/
+6
*
|
|
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-12-15
1
-3
/
+4
|
\
\
\
|
*
|
|
mm: memcontrol: Use helpers to read page's memcg data
Roman Gushchin
2020-12-03
1
-3
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-12-15
1
-1
/
+2
|
\
\
\
|
*
|
|
mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state
Muchun Song
2020-12-15
1
-1
/
+1
|
*
|
|
mm/gup: prevent gup_fast from racing with COW during fork
Jason Gunthorpe
2020-12-15
1
-0
/
+1
|
|
/
/
*
|
|
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-12-15
1
-0
/
+1
|
\
\
\
|
*
|
|
sched: highmem: Store local kmaps in task struct
Thomas Gleixner
2020-11-24
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-12-15
1
-0
/
+4
|
\
\
\
|
*
|
|
Merge branch 'linus' into perf/kprobes
Ingo Molnar
2020-11-07
1
-12
/
+40
|
|
\
|
|
|
*
|
|
kprobes: Remove kretprobe hash
Peter Zijlstra
2020-10-12
1
-0
/
+4
*
|
|
|
Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-12-15
1
-4
/
+5
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
kernel: Implement selective syscall userspace redirection
Gabriel Krisman Bertazi
2020-12-02
1
-0
/
+1
|
*
|
|
ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
2020-11-16
1
-2
/
+2
|
*
|
|
ptrace: Migrate to use SYSCALL_TRACE flag
Gabriel Krisman Bertazi
2020-11-16
1
-1
/
+1
|
*
|
|
seccomp: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
2020-11-16
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
Eddy Wu
2020-11-08
1
-5
/
+5
|
/
/
*
|
kernel/: fix repeated words in comments
Randy Dunlap
2020-10-16
1
-1
/
+1
*
|
mm: use helper function put_write_access()
Miaohe Lin
2020-10-16
1
-1
/
+1
*
|
Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-10-14
1
-8
/
+8
|
\
\
|
*
|
fork: introduce kernel_clone()
Christian Brauner
2020-08-20
1
-8
/
+8
*
|
|
mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
Suren Baghdasaryan
2020-10-14
1
-0
/
+21
*
|
|
mm: remove src/dst mm parameter in copy_page_range()
Peter Xu
2020-10-14
1
-1
/
+1
*
|
|
mm: use helper function mapping_allow_writable()
Miaohe Lin
2020-10-14
1
-1
/
+1
*
|
|
io_uring: don't rely on weak ->files references
Jens Axboe
2020-10-01
1
-0
/
+6
*
|
|
mm/fork: Pass new vma pointer into copy_page_range()
Peter Xu
2020-09-27
1
-1
/
+1
*
|
|
mm: Introduce mm_struct.has_pinned
Peter Xu
2020-09-27
1
-0
/
+1
|
|
/
|
/
|
*
|
fork: adjust sysctl_max_threads definition to match prototype
Tobias Klauser
2020-09-05
1
-1
/
+1
|
/
*
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-08-11
1
-1
/
+1
|
\
|
*
sched: tasks: Use sequence counter with associated spinlock
Ahmed S. Darwish
2020-07-29
1
-1
/
+1
*
|
kasan: don't tag stacks allocated with pagealloc
Andrey Konovalov
2020-08-07
1
-1
/
+2
*
|
mm: memcontrol: account kernel stack per node
Shakeel Butt
2020-08-07
1
-37
/
+14
*
|
Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-05
1
-5
/
+6
|
\
\
|
*
|
close_range: add CLOSE_RANGE_UNSHARE
Christian Brauner
2020-06-17
1
-5
/
+6
*
|
|
Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...
Linus Torvalds
2020-08-04
1
-51
/
+16
|
\
\
\
|
*
|
|
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2020-07-04
1
-2
/
+1
|
*
|
|
arch: remove HAVE_COPY_THREAD_TLS
Christian Brauner
2020-07-04
1
-9
/
+0
|
*
|
|
fork: remove do_fork()
Christian Brauner
2020-07-04
1
-24
/
+1
|
*
|
|
fork: fold legacy_clone_args_valid() into _do_fork()
Christian Brauner
2020-06-22
1
-16
/
+14
|
|
/
/
*
|
|
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2020-08-04
1
-5
/
+1
|
\
\
\
|
*
|
|
exit: Factor thread_group_exited out of pidfd_poll
Eric W. Biederman
2020-07-07
1
-5
/
+1
|
|
/
/
[next]