index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
fork.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-17
close_range(): fix the logics in descriptor table trimming
Al Viro
1
-17
/
+13
2023-09-23
kernel/fork: beware of __put_task_struct() calling context
Wander Lairson Costa
1
-0
/
+8
2023-08-08
mm: Move mm_cachep initialization to mm_init()
Peter Zijlstra
1
-14
/
+18
2023-08-08
x86/mm: Use mm_alloc() in poking_init()
Peter Zijlstra
1
-5
/
+0
2023-06-14
bpf: Fix UAF in task local storage
KP Singh
1
-1
/
+1
2023-03-17
fork: allow CLONE_NEWTIME in clone3 flags
Tobias Klauser
1
-1
/
+1
2022-12-31
seccomp: Move copy_seccomp() to no failure path.
Kuniyuki Iwashima
1
-6
/
+11
2022-09-15
IB/core: Fix a nested dead lock as part of ODP flow
Yishai Hadas
1
-0
/
+1
2022-03-08
sched: Fix yet more sched_fork() races
Peter Zijlstra
1
-1
/
+12
2022-02-23
copy_process(): Move fd_install() out of sighand->siglock critical section
Waiman Long
1
-4
/
+3
2022-02-23
ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1
Eric W. Biederman
1
-5
/
+5
2021-11-18
posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()
Michael Pratt
1
-0
/
+1
2021-11-18
kernel/sched: Fix sched_fork() access an invalid sched_task_group
Zhang Qiao
1
-1
/
+1
2021-09-08
mm/hugetlb: initialize hugetlb_usage in mm_init
Liu Zixian
1
-0
/
+1
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+0
2021-09-08
kernel/fork.c: unexport get_{mm,task}_exe_file
Christoph Hellwig
1
-2
/
+0
2021-09-04
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
1
-11
/
+84
2021-09-03
mm: remove VM_DENYWRITE
David Hildenbrand
1
-3
/
+0
2021-09-03
kernel/fork: always deny write access to current MM exe_file
David Hildenbrand
1
-6
/
+44
2021-09-03
kernel/fork: factor out replacing the current MM exe_file
David Hildenbrand
1
-3
/
+41
2021-08-31
Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+1
2021-08-30
Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2021-08-23
ucounts: Fix regression preventing increasing of rlimits in init_user_ns
Eric W. Biederman
1
-4
/
+4
2021-08-20
sched: Introduce task_struct::user_cpus_ptr to track requested affinity
Will Deacon
1
-0
/
+2
2021-07-16
bpf: Add ambient BPF runtime context stored in current
Andrii Nakryiko
1
-0
/
+1
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+0
2021-06-29
mm: gup: pack has_pinned in MMF_HAS_PINNED
Andrea Arcangeli
1
-1
/
+0
2021-06-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-4
/
+14
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+8
2021-06-27
Revert "signal: Allow tasks to cache one sigqueue struct"
Linus Torvalds
1
-1
/
+0
2021-06-18
sched: Change task_struct::state
Peter Zijlstra
1
-2
/
+2
2021-05-26
sched: Stop PF_NO_SETAFFINITY from being inherited by various init system thr...
Frederic Weisbecker
1
-1
/
+1
2021-05-12
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
1
-1
/
+1
2021-05-12
sched: Inherit task cookie on fork()
Peter Zijlstra
1
-0
/
+3
2021-05-12
sched: Trivial core scheduling cookie management
Peter Zijlstra
1
-0
/
+1
2021-05-06
kernel/fork.c: fix typos
Xiaofeng Cao
1
-4
/
+4
2021-05-06
kernel/fork.c: simplify copy_mm()
Rolf Eike Beer
1
-11
/
+4
2021-04-30
ucounts: Set ucount_max to the largest positive value the type can hold
Alexey Gladkov
1
-4
/
+4
2021-04-30
Reimplement RLIMIT_MEMLOCK on top of ucounts
Alexey Gladkov
1
-0
/
+1
2021-04-30
Reimplement RLIMIT_SIGPENDING on top of ucounts
Alexey Gladkov
1
-0
/
+1
2021-04-30
Reimplement RLIMIT_MSGQUEUE on top of ucounts
Alexey Gladkov
1
-0
/
+1
2021-04-30
Reimplement RLIMIT_NPROC on top of ucounts
Alexey Gladkov
1
-4
/
+5
2021-04-30
Add a reference to ucounts for each cred
Alexey Gladkov
1
-0
/
+6
2021-04-30
mm: memcontrol: fix kernel stack account
Muchun Song
1
-5
/
+8
2021-04-29
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+5
2021-04-28
Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2021-04-28
Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2021-04-28
Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2021-04-25
kernel: always initialize task->pf_io_worker to NULL
Stefan Metzmacher
1
-0
/
+1
[next]