summaryrefslogtreecommitdiffstats
path: root/kernel/pid.c
Commit message (Expand)AuthorAgeFilesLines
* pidfs: remove config optionChristian Brauner2024-03-131-6/+0
* pidfs: convert to path_from_stashed() helperChristian Brauner2024-03-011-0/+1
* pidfd: add pidfsChristian Brauner2024-03-011-0/+11
* pidfd: getfd should always report ESRCH if a task is exitingTycho Andersen2024-02-071-1/+20
* pid: kill the obsolete PIDTYPE_PID code in transfer_pid()Oleg Nesterov2024-02-021-2/+1
* pidfd_poll: report POLLHUP when pid_task() == NULLOleg Nesterov2024-02-021-0/+5
* pidfd: implement PIDFD_THREAD flag for pidfd_open()Oleg Nesterov2024-02-021-11/+3
* pidfd: cleanup the usage of __pidfd_prepare's flagsOleg Nesterov2024-02-021-1/+1
* file: remove __receive_fd()Christian Brauner2023-12-121-1/+1
* pidfd: prevent a kernel-doc warningRandy Dunlap2023-09-191-1/+1
* memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai2023-08-211-0/+3
* pid: use struct_size_t() helperChristian Brauner2023-07-011-1/+1
* pid: Replace struct pid 1-element array with flex-arrayKees Cook2023-06-301-2/+5
* pid: add pidfd_prepare()Christian Brauner2023-04-031-12/+7
* gfs2: Add glockfd debugfs fileAndreas Gruenbacher2022-06-291-0/+1
* pid: add pidfd_get_task() helperChristian Brauner2021-10-141-0/+36
* 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