summaryrefslogtreecommitdiff
path: root/kernel/pid.c
AgeCommit message (Expand)Author
2024-03-13pidfs: remove config optionChristian Brauner
2024-03-01pidfs: convert to path_from_stashed() helperChristian Brauner
2024-03-01pidfd: add pidfsChristian Brauner
2024-02-07pidfd: getfd should always report ESRCH if a task is exitingTycho Andersen
2024-02-02pid: kill the obsolete PIDTYPE_PID code in transfer_pid()Oleg Nesterov
2024-02-02pidfd_poll: report POLLHUP when pid_task() == NULLOleg Nesterov
2024-02-02pidfd: implement PIDFD_THREAD flag for pidfd_open()Oleg Nesterov
2024-02-02pidfd: cleanup the usage of __pidfd_prepare's flagsOleg Nesterov
2023-12-12file: remove __receive_fd()Christian Brauner
2023-09-19pidfd: prevent a kernel-doc warningRandy Dunlap
2023-08-21memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai
2023-07-01pid: use struct_size_t() helperChristian Brauner
2023-06-30pid: Replace struct pid 1-element array with flex-arrayKees Cook
2023-04-03pid: add pidfd_prepare()Christian Brauner
2022-06-29gfs2: Add glockfd debugfs fileAndreas Gruenbacher
2021-10-14pid: add pidfd_get_task() helperChristian Brauner
2021-08-10kernel/pid.c: implement additional checks upon pidfd_create() parametersMatthew Bobrowski
2021-08-10kernel/pid.c: remove static qualifier from pidfd_create()Matthew Bobrowski
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman
2020-10-18pid: move pidfd_get_pid() to pid.cMinchan Kim
2020-09-04pidfd: support PIDFD_NONBLOCK in pidfd_open()Christian Brauner
2020-08-19pid: Use generic ns_common::countKirill Tkhai
2020-08-04Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-07-19pid: use checkpoint_restore_ns_capable() for set_tidAdrian Reber
2020-07-13pidfd: Replace open-coded receive_fd()Kees Cook
2020-07-13pidfd: Add missing sock updates for pidfd_getfd()Kees Cook
2020-04-30remove the no longer needed pid_alive() check in __task_pid_nr_ns()Oleg Nesterov
2020-04-28proc: Ensure we see the exit of each process tid exactly onceEric W. Biederman
2020-04-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-09proc: Use a dedicated lock in struct pidEric W. Biederman
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-03-25pidfd: Use new infrastructure to fix deadlocks in execveBernd Edlinger
2020-03-09pid: make ENOMEM return value more obviousChristian Brauner
2020-03-08pid: Fix error return value in some casesCorey Minyard
2020-02-28proc: Remove the now unnecessary internal mount of procEric W. Biederman
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman
2020-01-13pid: Implement pidfd_getfd syscallSargun Dhillon
2019-11-15fork: extend clone3() to support setting a PIDAdrian Reber
2019-10-17pid: use pid_has_task() in pidfd_open()Christian Brauner
2019-10-17pid: use pid_has_task() in __change_pid()Christian Brauner
2019-07-16kernel/pid.c: convert struct pid count to refcount_tJoel Fernandes (Google)
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-28pid: add pidfd_open()Christian Brauner
2019-06-28pidfd: add polling supportJoel Fernandes (Google)
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14kernel/pid.c: remove unneeded hash header fileTimmy Li
2018-12-28Fix failure path in alloc_pid()Matthew Wilcox
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport