index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
pid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
fork: report pid exhaustion correctly
KJ Tsanaktsidis
2018-09-20
1
-1
/
+1
*
pid: Implement PIDTYPE_TGID
Eric W. Biederman
2018-07-21
1
-2
/
+0
*
pids: Move the pgrp and session pid pointers from task_struct to signal_struct
Eric W. Biederman
2018-07-21
1
-23
/
+22
*
pids: Compute task_tgid using signal->leader_pid
Eric W. Biederman
2018-07-21
1
-7
/
+8
*
xarray: add the xa_lock to the radix_tree_root
Matthew Wilcox
2018-04-11
1
-1
/
+1
*
pids: introduce find_get_task_by_vpid() helper
Mike Rapoport
2018-02-06
1
-0
/
+13
*
Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-01-29
1
-1
/
+13
|
\
|
*
Expand INIT_STRUCT_PID and remove
David Howells
2018-01-17
1
-1
/
+13
*
|
pid: Handle failure to allocate the first pid in a pid namespace
Eric W. Biederman
2017-12-23
1
-3
/
+5
|
/
*
pid: remove pidhash
Gargi Sharma
2017-11-17
1
-38
/
+10
*
pid: replace pid bitmap implementation with IDR API
Gargi Sharma
2017-11-17
1
-165
/
+36
*
pids: make task_tgid_nr_ns() safe
Oleg Nesterov
2017-08-21
1
-7
/
+4
*
pid: kill pidhash_size in pidhash_init()
Kefeng Wang
2017-08-02
1
-3
/
+0
*
mm: update callers to use HASH_ZERO flag
Pavel Tatashin
2017-07-06
1
-5
/
+2
[next]