index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
fork.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'timers-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-11-14
1
-0
/
+1
|
\
|
*
posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()
Michael Pratt
2021-11-02
1
-0
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-09
1
-6
/
+3
|
\
\
|
*
|
kernel/fork.c: unshare(): use swap() to make code cleaner
Ran Xiaokai
2021-11-09
1
-6
/
+3
*
|
|
Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...
Linus Torvalds
2021-11-03
1
-3
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
coredump: Limit coredumps to a single thread group
Eric W. Biederman
2021-10-08
1
-1
/
+0
|
*
|
coredump: Don't perform any cleanups before dumping core
Eric W. Biederman
2021-10-06
1
-2
/
+1
|
|
/
*
|
Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-11-01
1
-1
/
+1
|
\
\
|
*
|
kernel/sched: Fix sched_fork() access an invalid sched_task_group
Zhang Qiao
2021-10-14
1
-1
/
+1
|
|
/
*
/
kernel: remove spurious blkdev.h includes
Christoph Hellwig
2021-10-18
1
-1
/
+0
|
/
*
mm/hugetlb: initialize hugetlb_usage in mm_init
Liu Zixian
2021-09-08
1
-0
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
1
-2
/
+0
|
\
|
*
kernel/fork.c: unexport get_{mm,task}_exe_file
Christoph Hellwig
2021-09-08
1
-2
/
+0
*
|
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
2021-09-04
1
-11
/
+84
|
\
\
|
*
|
mm: remove VM_DENYWRITE
David Hildenbrand
2021-09-03
1
-3
/
+0
|
*
|
kernel/fork: always deny write access to current MM exe_file
David Hildenbrand
2021-09-03
1
-6
/
+44
|
*
|
kernel/fork: factor out replacing the current MM exe_file
David Hildenbrand
2021-09-03
1
-3
/
+41
|
|
/
*
|
Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-08-31
1
-0
/
+1
|
\
\
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-26
1
-4
/
+4
|
|
\
|
|
*
|
bpf: Add ambient BPF runtime context stored in current
Andrii Nakryiko
2021-07-16
1
-0
/
+1
*
|
|
Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-08-30
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
sched: Introduce task_struct::user_cpus_ptr to track requested affinity
Will Deacon
2021-08-20
1
-0
/
+2
*
|
|
ucounts: Fix regression preventing increasing of rlimits in init_user_ns
Eric W. Biederman
2021-08-23
1
-4
/
+4
|
|
/
|
/
|
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-06-29
1
-1
/
+0
|
\
\
|
*
|
mm: gup: pack has_pinned in MMF_HAS_PINNED
Andrea Arcangeli
2021-06-29
1
-1
/
+0
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2021-06-28
1
-4
/
+14
|
\
\
\
|
*
|
|
ucounts: Set ucount_max to the largest positive value the type can hold
Alexey Gladkov
2021-04-30
1
-4
/
+4
|
*
|
|
Reimplement RLIMIT_MEMLOCK on top of ucounts
Alexey Gladkov
2021-04-30
1
-0
/
+1
|
*
|
|
Reimplement RLIMIT_SIGPENDING on top of ucounts
Alexey Gladkov
2021-04-30
1
-0
/
+1
|
*
|
|
Reimplement RLIMIT_MSGQUEUE on top of ucounts
Alexey Gladkov
2021-04-30
1
-0
/
+1
|
*
|
|
Reimplement RLIMIT_NPROC on top of ucounts
Alexey Gladkov
2021-04-30
1
-4
/
+5
|
*
|
|
Add a reference to ucounts for each cred
Alexey Gladkov
2021-04-30
1
-0
/
+6
*
|
|
|
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-06-28
1
-4
/
+8
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
sched: Change task_struct::state
Peter Zijlstra
2021-06-18
1
-2
/
+2
|
*
|
sched: Stop PF_NO_SETAFFINITY from being inherited by various init system thr...
Frederic Weisbecker
2021-05-26
1
-1
/
+1
|
*
|
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
2021-05-12
1
-1
/
+1
|
*
|
sched: Inherit task cookie on fork()
Peter Zijlstra
2021-05-12
1
-0
/
+3
|
*
|
sched: Trivial core scheduling cookie management
Peter Zijlstra
2021-05-12
1
-0
/
+1
*
|
|
Revert "signal: Allow tasks to cache one sigqueue struct"
Linus Torvalds
2021-06-27
1
-1
/
+0
|
/
/
*
|
kernel/fork.c: fix typos
Xiaofeng Cao
2021-05-06
1
-4
/
+4
*
|
kernel/fork.c: simplify copy_mm()
Rolf Eike Beer
2021-05-06
1
-11
/
+4
*
|
mm: memcontrol: fix kernel stack account
Muchun Song
2021-04-30
1
-5
/
+8
*
|
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-04-29
1
-0
/
+5
|
\
\
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-09
1
-8
/
+8
|
|
\
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-25
1
-0
/
+8
|
|
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-03-09
1
-0
/
+5
|
|
\
\
\
|
|
*
|
|
bpf: Enable task local storage for tracing programs
Song Liu
2021-02-26
1
-0
/
+5
*
|
|
|
|
Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
kernel: always initialize task->pf_io_worker to NULL
Stefan Metzmacher
2021-04-25
1
-0
/
+1
|
*
|
|
|
|
kernel: allow fork with TIF_NOTIFY_SIGNAL pending
Jens Axboe
2021-04-11
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
[next]