summaryrefslogtreecommitdiff
path: root/include/linux/pid.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-19pidfs: persist informationChristian Brauner1-0/+3
2025-06-19pidfs: move to anonymous structChristian Brauner1-5/+6
2025-04-26pidfs: get rid of __pidfd_prepare()Christian Brauner1-1/+1
2025-02-07pid: perform free_pid() calls outside of tasklist_lockMateusz Guzik1-3/+4
2025-01-20Merge tag 'kernel-6.14-rc1.pid' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+0
2024-12-17pidfs: lookup pid through rbtreeChristian Brauner1-0/+2
2024-12-02pid: allow pid_max to be set per pid namespaceChristian Brauner1-3/+0
2024-03-13pidfs: remove config optionChristian Brauner1-3/+3
2024-03-01pidfs: convert to path_from_stashed() helperChristian Brauner1-0/+1
2024-03-01pidfd: add pidfsChristian Brauner1-2/+3
2024-02-02pidfd: implement PIDFD_THREAD flag for pidfd_open()Oleg Nesterov1-1/+2
2024-02-02pidfd: cleanup the usage of __pidfd_prepare's flagsOleg Nesterov1-1/+0
2023-12-21sched.h: move pid helpers to pid.hKent Overstreet1-0/+125
2023-12-21pid: Split out pid_types.hKent Overstreet1-13/+2
2023-06-30pid: Replace struct pid 1-element array with flex-arrayKees Cook1-1/+1
2023-04-03pid: add pidfd_prepare()Christian Brauner1-0/+1
2021-10-14pid: add pidfd_get_task() helperChristian Brauner1-0/+1
2021-08-10kernel/pid.c: remove static qualifier from pidfd_create()Matthew Bobrowski1-0/+1
2020-10-18pid: move pidfd_get_pid() to pid.cMinchan Kim1-0/+1
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-0/+1
2020-04-29proc: Ensure we see the exit of each process tid exactly onceEric W. Biederman1-0/+1
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig1-0/+3
2020-04-09proc: Use a dedicated lock in struct pidEric W. Biederman1-0/+1
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman1-0/+1
2019-11-16fork: extend clone3() to support setting a PIDAdrian Reber1-1/+2
2019-10-17pidfd: check pid has attached task in fdinfoChristian Brauner1-0/+4
2019-08-01pidfd: add P_PIDFD to waitid()Christian Brauner1-0/+4
2019-07-17kernel/pid.c: convert struct pid count to refcount_tJoel Fernandes (Google)1-2/+3
2019-06-28pidfd: add polling supportJoel Fernandes (Google)1-0/+3
2019-05-07clone: add CLONE_PIDFDChristian Brauner1-0/+2
2019-03-08include/linux/pid.h: remove next_pidmap() declarationNadav Amit1-1/+0
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman1-2/+1
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman1-7/+1
2017-11-18pid: remove pidhashGargi Sharma1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov1-1/+3
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar1-1/+1
2017-02-28include/linux/pid.h: use for_each_thread() in do_each_pid_thread()Tetsuo Handa1-2/+2
2013-07-04kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov1-4/+2
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2012-12-26pidns: Stop pid allocation when init diesEric W. Biederman1-0/+1
2011-05-27pid: fix typo in function descriptionSisir Koppaka1-1/+1
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24pid: remove the child_reaper special case in init/main.cEric W. Biederman1-0/+11
2009-01-08pid: implement ns_of_pidEric W. Biederman1-0/+18
2008-12-04pid: fix the do_each_pid_task() macroSteven Rostedt1-2/+2
2008-08-21fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen1-0/+9
2008-07-25pidns: remove find_task_by_pid, unused for a long timePavel Emelyanov1-1/+1
2008-07-25pidns: remove now unused find_pid function.Pavel Emelyanov1-3/+1