index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
pid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-16
Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-7
/
+11
2026-03-27
pid: document the PIDNS_ADDING checks in alloc_pid() and copy_process()
Oleg Nesterov
1
-0
/
+5
2026-03-27
pid: make sub-init creation retryable
Oleg Nesterov
1
-7
/
+6
2026-03-20
pid: check init is created first after idr alloc
Pavel Tikhomirov
1
-7
/
+10
2026-03-20
pid_namespace: avoid optimization of accesses to ->child_reaper
Pavel Tikhomirov
1
-2
/
+2
2026-02-10
Revert "pid: make __task_pid_nr_ns(ns => NULL) safe for zombie callers"
Oleg Nesterov
1
-2
/
+1
2026-02-10
pidfs: implement ino allocation without the pidmap lock
Mateusz Guzik
1
-2
/
+1
2026-02-10
pidfs: convert rb-tree to rhashtable
Christian Brauner
1
-4
/
+9
2025-12-15
pid: only take pidmap_lock once on alloc
Mateusz Guzik
1
-46
/
+85
2025-11-11
ns: drop custom reference count initialization for initial namespaces
Christian Brauner
1
-1
/
+1
2025-11-03
ns: add active reference count
Christian Brauner
1
-0
/
+5
2025-11-03
ns: use NS_COMMON_INIT() for all namespaces
Christian Brauner
1
-6
/
+1
2025-09-29
Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+3
2025-09-29
Merge tag 'vfs-6.18-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+3
2025-09-25
ns: move ns type into struct ns_common
Christian Brauner
1
-0
/
+1
2025-09-19
ns: use inode initializer for initial namespaces
Christian Brauner
1
-1
/
+1
2025-09-19
ns: rename to __ns_ref
Christian Brauner
1
-1
/
+1
2025-09-19
pid: use ns_capable_noaudit() when determining net sysctl permissions
Christian Göttsche
1
-1
/
+1
2025-08-19
pid: make __task_pid_nr_ns(ns => NULL) safe for zombie callers
Oleg Nesterov
1
-1
/
+2
2025-08-19
pid: Add a judgment for ns null in pid_nr_ns
gaoxiang17
1
-1
/
+1
2025-07-29
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+31
2025-07-23
sysctl: move cad_pid into kernel/pid.c
Joel Granados
1
-0
/
+31
2025-06-19
pidfs: persist information
Christian Brauner
1
-1
/
+1
2025-05-06
pidfs: detect refcount bugs
Christian Brauner
1
-0
/
+1
2025-04-12
exit: move wake_up_all() pidfd waiters into __unhash_process()
Christian Brauner
1
-5
/
+0
2025-03-24
Merge tag 'kernel-6.15-rc1.tasklist_lock' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-37
/
+45
2025-02-07
pid: drop irq disablement around pidmap_lock
Mateusz Guzik
1
-12
/
+11
2025-02-07
pid: perform free_pid() calls outside of tasklist_lock
Mateusz Guzik
1
-22
/
+22
2025-02-07
pid: sprinkle tasklist_lock asserts
Mateusz Guzik
1
-3
/
+12
2025-02-05
pidfd: add PIDFD_SELF* sentinels to refer to own thread/process
Lorenzo Stoakes
1
-5
/
+19
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-20
Merge tag 'kernel-6.14-rc1.pid' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+118
2024-12-17
pidfs: lookup pid through rbtree
Christian Brauner
1
-3
/
+3
2024-12-14
pidfs: rework inode number allocation
Christian Brauner
1
-7
/
+7
2024-12-02
pid: allow pid_max to be set per pid namespace
Christian Brauner
1
-7
/
+118
2024-11-03
fdget(), more trivial conversions
Al Viro
1
-9
/
+4
2024-11-03
fdget(), trivial conversions
Al Viro
1
-5
/
+2
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-5
/
+5
2024-03-13
pidfs: remove config option
Christian Brauner
1
-6
/
+0
2024-03-01
pidfs: convert to path_from_stashed() helper
Christian Brauner
1
-0
/
+1
2024-03-01
pidfd: add pidfs
Christian Brauner
1
-0
/
+11
2024-02-07
pidfd: getfd should always report ESRCH if a task is exiting
Tycho Andersen
1
-1
/
+20
2024-02-02
pid: kill the obsolete PIDTYPE_PID code in transfer_pid()
Oleg Nesterov
1
-2
/
+1
2024-02-02
pidfd_poll: report POLLHUP when pid_task() == NULL
Oleg Nesterov
1
-0
/
+5
2024-02-02
pidfd: implement PIDFD_THREAD flag for pidfd_open()
Oleg Nesterov
1
-11
/
+3
2024-02-02
pidfd: cleanup the usage of __pidfd_prepare's flags
Oleg Nesterov
1
-1
/
+1
2023-12-12
file: remove __receive_fd()
Christian Brauner
1
-1
/
+1
2023-09-19
pidfd: prevent a kernel-doc warning
Randy Dunlap
1
-1
/
+1
2023-08-21
memfd: replace ratcheting feature from vm.memfd_noexec with hierarchy
Aleksa Sarai
1
-0
/
+3
2023-07-01
pid: use struct_size_t() helper
Christian Brauner
1
-1
/
+1
[next]