index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
pid.c
Age
Commit message (
Expand
)
Author
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
2020-10-18
pid: move pidfd_get_pid() to pid.c
Minchan Kim
2020-09-04
pidfd: support PIDFD_NONBLOCK in pidfd_open()
Christian Brauner
2020-08-19
pid: Use generic ns_common::count
Kirill Tkhai
[next]