summaryrefslogtreecommitdiffstats
path: root/kernel/pid.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/pid.c: implement additional checks upon pidfd_create() parametersMatthew Bobrowski2021-08-101-4/+7
* kernel/pid.c: remove static qualifier from pidfd_create()Matthew Bobrowski2021-08-101-1/+3
* Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-151-2/+2
|\
| * exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2020-12-101-2/+2
* | Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-141-1/+1
|\ \ | |/ |/|
| * pid: Use generic ns_common::countKirill Tkhai2020-08-191-1/+1
* | pid: move pidfd_get_pid() to pid.cMinchan Kim2020-10-181-0/+19
* | pidfd: support PIDFD_NONBLOCK in pidfd_open()Christian Brauner2020-09-041-5/+7
|/
* Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-08-041-1/+1
|\
| * pid: use checkpoint_restore_ns_capable() for set_tidAdrian Reber2020-07-191-1/+1
* | pidfd: Replace open-coded receive_fd()Kees Cook2020-07-131-13/+2
* | pidfd: Add missing sock updates for pidfd_getfd()Kees Cook2020-07-131-2/+5
|/
* remove the no longer needed pid_alive() check in __task_pid_nr_ns()Oleg Nesterov2020-04-301-2/+1
* proc: Ensure we see the exit of each process tid exactly onceEric W. Biederman2020-04-281-0/+19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-101-0/+1
|\
| * proc: Use a dedicated lock in struct pidEric W. Biederman2020-04-091-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-021-10/+3
|\|
| * pidfd: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-03-251-2/+2
| * proc: Remove the now unnecessary internal mount of procEric W. Biederman2020-02-281-8/+0
| * proc: Use a list of inodes to flush from procEric W. Biederman2020-02-241-0/+1
* | pid: make ENOMEM return value more obviousChristian Brauner2020-03-091-0/+8
* | pid: Fix error return value in some casesCorey Minyard2020-03-081-0/+2
|/
* pid: Implement pidfd_getfd syscallSargun Dhillon2020-01-131-0/+90
* fork: extend clone3() to support setting a PIDAdrian Reber2019-11-151-15/+57
* pid: use pid_has_task() in pidfd_open()Christian Brauner2019-10-171-7/+5
* pid: use pid_has_task() in __change_pid()Christian Brauner2019-10-171-1/+1
* kernel/pid.c: convert struct pid count to refcount_tJoel Fernandes (Google)2019-07-161-5/+4
* Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-101-0/+71
|\
| * pid: add pidfd_open()Christian Brauner2019-06-281-0/+69
| * pidfd: add polling supportJoel Fernandes (Google)2019-06-281-0/+2
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* kernel/pid.c: remove unneeded hash header fileTimmy Li2019-05-141-1/+0
* Fix failure path in alloc_pid()Matthew Wilcox2018-12-281-2/+4
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* fork: report pid exhaustion correctlyKJ Tsanaktsidis2018-09-201-1/+1
* pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-211-2/+0
* pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-211-23/+22
* pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-211-7/+8
* xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox2018-04-111-1/+1
* pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-061-0/+13
* Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-291-1/+13
|\
| * Expand INIT_STRUCT_PID and removeDavid Howells2018-01-171-1/+13
* | pid: Handle failure to allocate the first pid in a pid namespaceEric W. Biederman2017-12-231-3/+5
|/
* pid: remove pidhashGargi Sharma2017-11-171-38/+10
* pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-171-165/+36
* pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-211-7/+4
* pid: kill pidhash_size in pidhash_init()Kefeng Wang2017-08-021-3/+0
* mm: update callers to use HASH_ZERO flagPavel Tatashin2017-07-061-5/+2
* pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai2017-05-081-1/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1