index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
pid.h
Age
Commit message (
Expand
)
Author
2025-06-19
pidfs: persist information
Christian Brauner
2025-06-19
pidfs: move to anonymous struct
Christian Brauner
2025-04-26
pidfs: get rid of __pidfd_prepare()
Christian Brauner
2025-02-07
pid: perform free_pid() calls outside of tasklist_lock
Mateusz Guzik
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-02
pid: allow pid_max to be set per pid namespace
Christian Brauner
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-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-20
sched.h: move pid helpers to pid.h
Kent Overstreet
2023-12-20
pid: Split out pid_types.h
Kent Overstreet
2023-06-30
pid: Replace struct pid 1-element array with flex-array
Kees Cook
2023-04-03
pid: add pidfd_prepare()
Christian Brauner
2021-10-14
pid: add pidfd_get_task() helper
Christian Brauner
2021-08-10
kernel/pid.c: remove static qualifier from pidfd_create()
Matthew Bobrowski
2020-10-18
pid: move pidfd_get_pid() to pid.c
Minchan Kim
2020-06-04
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2020-04-28
proc: Ensure we see the exit of each process tid exactly once
Eric W. Biederman
2020-04-27
sysctl: remove all extern declaration from sysctl.c
Christoph Hellwig
2020-04-09
proc: Use a dedicated lock in struct pid
Eric W. Biederman
2020-02-24
proc: Use a list of inodes to flush from proc
Eric W. Biederman
2019-11-15
fork: extend clone3() to support setting a PID
Adrian Reber
2019-10-17
pidfd: check pid has attached task in fdinfo
Christian Brauner
2019-08-01
pidfd: add P_PIDFD to waitid()
Christian Brauner
2019-07-16
kernel/pid.c: convert struct pid count to refcount_t
Joel Fernandes (Google)
2019-06-28
pidfd: add polling support
Joel Fernandes (Google)
2019-05-07
clone: add CLONE_PIDFD
Christian Brauner
2019-03-07
include/linux/pid.h: remove next_pidmap() declaration
Nadav Amit
2018-07-21
pid: Implement PIDTYPE_TGID
Eric W. Biederman
2018-07-21
pids: Move the pgrp and session pid pointers from task_struct to signal_struct
Eric W. Biederman
2017-11-17
pid: remove pidhash
Gargi Sharma
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-21
pids: make task_tgid_nr_ns() safe
Oleg Nesterov
2017-03-02
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...
Ingo Molnar
2017-02-27
include/linux/pid.h: use for_each_thread() in do_each_pid_thread()
Tetsuo Handa
2013-07-03
kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...
Oleg Nesterov
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
2012-12-25
pidns: Stop pid allocation when init dies
Eric W. Biederman
2011-05-26
pid: fix typo in function description
Sisir Koppaka
2011-04-18
next_pidmap: fix overflow condition
Linus Torvalds
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-23
pid: remove the child_reaper special case in init/main.c
Eric W. Biederman
2009-01-08
pid: implement ns_of_pid
Eric W. Biederman
2008-12-04
pid: fix the do_each_pid_task() macro
Steven Rostedt
2008-08-20
fix setpriority(PRIO_PGRP) thread iterator breakage
Ken Chen
2008-07-25
pidns: remove find_task_by_pid, unused for a long time
Pavel Emelyanov
2008-07-25
pidns: remove now unused find_pid function.
Pavel Emelyanov
[next]