summaryrefslogtreecommitdiff
path: root/include/linux/pid.h
AgeCommit message (Expand)Author
2021-10-14pid: add pidfd_get_task() helperChristian Brauner
2021-08-10kernel/pid.c: remove static qualifier from pidfd_create()Matthew Bobrowski
2020-10-18pid: move pidfd_get_pid() to pid.cMinchan Kim
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-04-28proc: Ensure we see the exit of each process tid exactly onceEric W. Biederman
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig
2020-04-09proc: Use a dedicated lock in struct pidEric W. Biederman
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman
2019-11-15fork: extend clone3() to support setting a PIDAdrian Reber
2019-10-17pidfd: check pid has attached task in fdinfoChristian Brauner
2019-08-01pidfd: add P_PIDFD to waitid()Christian Brauner
2019-07-16kernel/pid.c: convert struct pid count to refcount_tJoel Fernandes (Google)
2019-06-28pidfd: add polling supportJoel Fernandes (Google)
2019-05-07clone: add CLONE_PIDFDChristian Brauner
2019-03-07include/linux/pid.h: remove next_pidmap() declarationNadav Amit
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman
2017-11-17pid: remove pidhashGargi Sharma
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar
2017-02-27include/linux/pid.h: use for_each_thread() in do_each_pid_thread()Tetsuo Handa
2013-07-03kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-12-25pidns: Stop pid allocation when init diesEric W. Biederman
2011-05-26pid: fix typo in function descriptionSisir Koppaka
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23pid: remove the child_reaper special case in init/main.cEric W. Biederman
2009-01-08pid: implement ns_of_pidEric W. Biederman
2008-12-04pid: fix the do_each_pid_task() macroSteven Rostedt
2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen
2008-07-25pidns: remove find_task_by_pid, unused for a long timePavel Emelyanov
2008-07-25pidns: remove now unused find_pid function.Pavel Emelyanov
2008-07-25shrink struct pid by removing padding on 64 bit buildsRichard Kennedy
2008-04-30pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov
2008-04-30pids: introduce change_pid() helperOleg Nesterov
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison
2008-02-08uglify while_each_pid_task() to make sure we don't count the execing pricess ...Oleg Nesterov
2008-02-08pid: Extend/Fix pid_vnrEric W. Biederman
2008-02-08namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov
2007-10-19Uninline find_pid etc set of functionsPavel Emelyanov
2007-10-19pid namespaces: remove the struct pid unneeded fieldsPavel Emelyanov
2007-10-19pid namespaces: destroy pid namespace on init's deathSukadev Bhattiprolu
2007-10-19pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov
2007-10-19pid namespaces: helpers to obtain pid numbersPavel Emelyanov
2007-10-19pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidPavel Emelyanov
2007-10-19pid namespaces: introduce struct upidSukadev Bhattiprolu
2007-05-11statically initialize struct pid for swapperSukadev Bhattiprolu
2007-05-11attach_pid() with struct pid parameterSukadev Bhattiprolu