index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
pid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pidfs: remove config option
Christian Brauner
2024-03-13
1
-6
/
+0
*
pidfs: convert to path_from_stashed() helper
Christian Brauner
2024-03-01
1
-0
/
+1
*
pidfd: add pidfs
Christian Brauner
2024-03-01
1
-0
/
+11
*
pidfd: getfd should always report ESRCH if a task is exiting
Tycho Andersen
2024-02-07
1
-1
/
+20
*
pid: kill the obsolete PIDTYPE_PID code in transfer_pid()
Oleg Nesterov
2024-02-02
1
-2
/
+1
*
pidfd_poll: report POLLHUP when pid_task() == NULL
Oleg Nesterov
2024-02-02
1
-0
/
+5
*
pidfd: implement PIDFD_THREAD flag for pidfd_open()
Oleg Nesterov
2024-02-02
1
-11
/
+3
*
pidfd: cleanup the usage of __pidfd_prepare's flags
Oleg Nesterov
2024-02-02
1
-1
/
+1
*
file: remove __receive_fd()
Christian Brauner
2023-12-12
1
-1
/
+1
*
pidfd: prevent a kernel-doc warning
Randy Dunlap
2023-09-19
1
-1
/
+1
*
memfd: replace ratcheting feature from vm.memfd_noexec with hierarchy
Aleksa Sarai
2023-08-21
1
-0
/
+3
*
pid: use struct_size_t() helper
Christian Brauner
2023-07-01
1
-1
/
+1
*
pid: Replace struct pid 1-element array with flex-array
Kees Cook
2023-06-30
1
-2
/
+5
*
pid: add pidfd_prepare()
Christian Brauner
2023-04-03
1
-12
/
+7
*
gfs2: Add glockfd debugfs file
Andreas Gruenbacher
2022-06-29
1
-0
/
+1
*
pid: add pidfd_get_task() helper
Christian Brauner
2021-10-14
1
-0
/
+36
*
kernel/pid.c: implement additional checks upon pidfd_create() parameters
Matthew Bobrowski
2021-08-10
1
-4
/
+7
*
kernel/pid.c: remove static qualifier from pidfd_create()
Matthew Bobrowski
2021-08-10
1
-1
/
+3
*
Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2020-12-15
1
-2
/
+2
|
\
|
*
exec: Transform exec_update_mutex into a rw_semaphore
Eric W. Biederman
2020-12-10
1
-2
/
+2
*
|
Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
2020-12-14
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
pid: Use generic ns_common::count
Kirill Tkhai
2020-08-19
1
-1
/
+1
*
|
pid: move pidfd_get_pid() to pid.c
Minchan Kim
2020-10-18
1
-0
/
+19
*
|
pidfd: support PIDFD_NONBLOCK in pidfd_open()
Christian Brauner
2020-09-04
1
-5
/
+7
|
/
*
Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2020-08-04
1
-1
/
+1
|
\
|
*
pid: use checkpoint_restore_ns_capable() for set_tid
Adrian Reber
2020-07-19
1
-1
/
+1
*
|
pidfd: Replace open-coded receive_fd()
Kees Cook
2020-07-13
1
-13
/
+2
*
|
pidfd: Add missing sock updates for pidfd_getfd()
Kees Cook
2020-07-13
1
-2
/
+5
|
/
*
remove the no longer needed pid_alive() check in __task_pid_nr_ns()
Oleg Nesterov
2020-04-30
1
-2
/
+1
*
proc: Ensure we see the exit of each process tid exactly once
Eric W. Biederman
2020-04-28
1
-0
/
+19
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2020-04-10
1
-0
/
+1
|
\
|
*
proc: Use a dedicated lock in struct pid
Eric W. Biederman
2020-04-09
1
-0
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2020-04-02
1
-10
/
+3
|
\
|
|
*
pidfd: Use new infrastructure to fix deadlocks in execve
Bernd Edlinger
2020-03-25
1
-2
/
+2
|
*
proc: Remove the now unnecessary internal mount of proc
Eric W. Biederman
2020-02-28
1
-8
/
+0
|
*
proc: Use a list of inodes to flush from proc
Eric W. Biederman
2020-02-24
1
-0
/
+1
*
|
pid: make ENOMEM return value more obvious
Christian Brauner
2020-03-09
1
-0
/
+8
*
|
pid: Fix error return value in some cases
Corey Minyard
2020-03-08
1
-0
/
+2
|
/
*
pid: Implement pidfd_getfd syscall
Sargun Dhillon
2020-01-13
1
-0
/
+90
*
fork: extend clone3() to support setting a PID
Adrian Reber
2019-11-15
1
-15
/
+57
*
pid: use pid_has_task() in pidfd_open()
Christian Brauner
2019-10-17
1
-7
/
+5
*
pid: use pid_has_task() in __change_pid()
Christian Brauner
2019-10-17
1
-1
/
+1
*
kernel/pid.c: convert struct pid count to refcount_t
Joel Fernandes (Google)
2019-07-16
1
-5
/
+4
*
Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-07-10
1
-0
/
+71
|
\
|
*
pid: add pidfd_open()
Christian Brauner
2019-06-28
1
-0
/
+69
|
*
pidfd: add polling support
Joel Fernandes (Google)
2019-06-28
1
-0
/
+2
*
|
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
kernel/pid.c: remove unneeded hash header file
Timmy Li
2019-05-14
1
-1
/
+0
*
Fix failure path in alloc_pid()
Matthew Wilcox
2018-12-28
1
-2
/
+4
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+1
[next]