index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
pid.c
Age
Commit message (
Expand
)
Author
2025-11-11
ns: drop custom reference count initialization for initial namespaces
Christian Brauner
2025-11-03
ns: add active reference count
Christian Brauner
2025-11-03
ns: use NS_COMMON_INIT() for all namespaces
Christian Brauner
2025-09-29
Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-09-29
Merge tag 'vfs-6.18-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-09-25
ns: move ns type into struct ns_common
Christian Brauner
2025-09-19
ns: use inode initializer for initial namespaces
Christian Brauner
2025-09-19
ns: rename to __ns_ref
Christian Brauner
2025-09-19
pid: use ns_capable_noaudit() when determining net sysctl permissions
Christian Göttsche
2025-08-19
pid: make __task_pid_nr_ns(ns => NULL) safe for zombie callers
Oleg Nesterov
2025-08-19
pid: Add a judgment for ns null in pid_nr_ns
gaoxiang17
2025-07-29
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-07-23
sysctl: move cad_pid into kernel/pid.c
Joel Granados
2025-06-19
pidfs: persist information
Christian Brauner
2025-05-06
pidfs: detect refcount bugs
Christian Brauner
2025-04-12
exit: move wake_up_all() pidfd waiters into __unhash_process()
Christian Brauner
2025-03-24
Merge tag 'kernel-6.15-rc1.tasklist_lock' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2025-02-07
pid: drop irq disablement around pidmap_lock
Mateusz Guzik
2025-02-07
pid: perform free_pid() calls outside of tasklist_lock
Mateusz Guzik
2025-02-07
pid: sprinkle tasklist_lock asserts
Mateusz Guzik
2025-02-05
pidfd: add PIDFD_SELF* sentinels to refer to own thread/process
Lorenzo Stoakes
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2025-01-20
Merge tag 'kernel-6.14-rc1.pid' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-12-17
pidfs: lookup pid through rbtree
Christian Brauner
2024-12-14
pidfs: rework inode number allocation
Christian Brauner
2024-12-02
pid: allow pid_max to be set per pid namespace
Christian Brauner
2024-11-03
fdget(), more trivial conversions
Al Viro
2024-11-03
fdget(), trivial conversions
Al Viro
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2024-03-13
pidfs: remove config option
Christian Brauner
2024-03-01
pidfs: convert to path_from_stashed() helper
Christian Brauner
2024-03-01
pidfd: add pidfs
Christian Brauner
2024-02-07
pidfd: getfd should always report ESRCH if a task is exiting
Tycho Andersen
2024-02-02
pid: kill the obsolete PIDTYPE_PID code in transfer_pid()
Oleg Nesterov
2024-02-02
pidfd_poll: report POLLHUP when pid_task() == NULL
Oleg Nesterov
2024-02-02
pidfd: implement PIDFD_THREAD flag for pidfd_open()
Oleg Nesterov
2024-02-02
pidfd: cleanup the usage of __pidfd_prepare's flags
Oleg Nesterov
2023-12-12
file: remove __receive_fd()
Christian Brauner
2023-09-19
pidfd: prevent a kernel-doc warning
Randy Dunlap
2023-08-21
memfd: replace ratcheting feature from vm.memfd_noexec with hierarchy
Aleksa Sarai
2023-07-01
pid: use struct_size_t() helper
Christian Brauner
2023-06-30
pid: Replace struct pid 1-element array with flex-array
Kees Cook
2023-04-03
pid: add pidfd_prepare()
Christian Brauner
2022-06-29
gfs2: Add glockfd debugfs file
Andreas Gruenbacher
2021-10-14
pid: add pidfd_get_task() helper
Christian Brauner
2021-08-10
kernel/pid.c: implement additional checks upon pidfd_create() parameters
Matthew Bobrowski
2021-08-10
kernel/pid.c: remove static qualifier from pidfd_create()
Matthew Bobrowski
2020-12-15
Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2020-12-14
Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
2020-12-10
exec: Transform exec_update_mutex into a rw_semaphore
Eric W. Biederman
[next]