aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pid.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-13pidfs: remove config optionGravatar Christian Brauner 1-3/+3
2024-03-01pidfs: convert to path_from_stashed() helperGravatar Christian Brauner 1-0/+1
2024-03-01pidfd: add pidfsGravatar Christian Brauner 1-2/+3
2024-02-02pidfd: implement PIDFD_THREAD flag for pidfd_open()Gravatar Oleg Nesterov 1-1/+2
2024-02-02pidfd: cleanup the usage of __pidfd_prepare's flagsGravatar Oleg Nesterov 1-1/+0
2023-12-20sched.h: move pid helpers to pid.hGravatar Kent Overstreet 1-0/+125
2023-12-20pid: Split out pid_types.hGravatar Kent Overstreet 1-13/+2
2023-06-30pid: Replace struct pid 1-element array with flex-arrayGravatar Kees Cook 1-1/+1
2023-04-03pid: add pidfd_prepare()Gravatar Christian Brauner 1-0/+1
2021-10-14pid: add pidfd_get_task() helperGravatar Christian Brauner 1-0/+1
2021-08-10kernel/pid.c: remove static qualifier from pidfd_create()Gravatar Matthew Bobrowski 1-0/+1
2020-10-18pid: move pidfd_get_pid() to pid.cGravatar Minchan Kim 1-0/+1
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-0/+1
2020-04-28proc: Ensure we see the exit of each process tid exactly onceGravatar Eric W. Biederman 1-0/+1
2020-04-27sysctl: remove all extern declaration from sysctl.cGravatar Christoph Hellwig 1-0/+3
2020-04-09proc: Use a dedicated lock in struct pidGravatar Eric W. Biederman 1-0/+1
2020-02-24proc: Use a list of inodes to flush from procGravatar Eric W. Biederman 1-0/+1
2019-11-15fork: extend clone3() to support setting a PIDGravatar Adrian Reber 1-1/+2
2019-10-17pidfd: check pid has attached task in fdinfoGravatar Christian Brauner 1-0/+4
2019-08-01pidfd: add P_PIDFD to waitid()Gravatar Christian Brauner 1-0/+4
2019-07-16kernel/pid.c: convert struct pid count to refcount_tGravatar Joel Fernandes (Google) 1-2/+3
2019-06-28pidfd: add polling supportGravatar Joel Fernandes (Google) 1-0/+3
2019-05-07clone: add CLONE_PIDFDGravatar Christian Brauner 1-0/+2
2019-03-07include/linux/pid.h: remove next_pidmap() declarationGravatar Nadav Amit 1-1/+0
2018-07-21pid: Implement PIDTYPE_TGIDGravatar Eric W. Biederman 1-2/+1
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structGravatar Eric W. Biederman 1-7/+1
2017-11-17pid: remove pidhashGravatar Gargi Sharma 1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-21pids: make task_tgid_nr_ns() safeGravatar Oleg Nesterov 1-1/+3
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Gravatar Ingo Molnar 1-1/+1
2017-02-27include/linux/pid.h: use for_each_thread() in do_each_pid_thread()Gravatar Tetsuo Handa 1-2/+2
2013-07-03kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Gravatar Oleg Nesterov 1-4/+2
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-2/+1
2012-12-25pidns: Stop pid allocation when init diesGravatar Eric W. Biederman 1-0/+1
2011-05-26pid: fix typo in function descriptionGravatar Sisir Koppaka 1-1/+1
2011-04-18next_pidmap: fix overflow conditionGravatar Linus Torvalds 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-23pid: remove the child_reaper special case in init/main.cGravatar Eric W. Biederman 1-0/+11
2009-01-08pid: implement ns_of_pidGravatar Eric W. Biederman 1-0/+18
2008-12-04pid: fix the do_each_pid_task() macroGravatar Steven Rostedt 1-2/+2
2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageGravatar Ken Chen 1-0/+9
2008-07-25pidns: remove find_task_by_pid, unused for a long timeGravatar Pavel Emelyanov 1-1/+1
2008-07-25pidns: remove now unused find_pid function.Gravatar Pavel Emelyanov 1-3/+1
2008-07-25shrink struct pid by removing padding on 64 bit buildsGravatar Richard Kennedy 1-1/+1
2008-04-30pidns: make pid->level and pid_ns->level unsignedGravatar Pavel Emelyanov 1-1/+1
2008-04-30pids: introduce change_pid() helperGravatar Oleg Nesterov 1-2/+4
2008-02-13include/linux: Remove all users of FASTCALL() macroGravatar Harvey Harrison 1-11/+10
2008-02-08uglify while_each_pid_task() to make sure we don't count the execing pricess ...Gravatar Oleg Nesterov 1-0/+6
2008-02-08pid: Extend/Fix pid_vnrGravatar Eric W. Biederman 1-11/+3
2008-02-08namespaces: cleanup the code managed with PID_NS optionGravatar Pavel Emelyanov 1-1/+1