index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
pid_namespace.h
Age
Commit message (
Expand
)
Author
2022-01-26
pid: Introduce helper task_is_in_init_pid_ns()
Leo Yan
2020-08-19
pid: Use generic ns_common::count
Kirill Tkhai
2020-04-22
proc: allow to mount many instances of proc in one pid namespace
Alexey Gladkov
2020-02-28
proc: Remove the now unnecessary internal mount of proc
Eric W. Biederman
2019-11-15
fork: extend clone3() to support setting a PID
Adrian Reber
2017-11-17
pid: remove pidhash
Gargi Sharma
2017-11-17
pid: replace pid bitmap implementation with IDR API
Gargi Sharma
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-06-30
randstruct: Mark various structs for randomization
Kees Cook
2017-02-24
procfs: use an enum for possible hidepid values
Lafcadio Wluiki
2016-08-08
pidns: Add a limit on the number of pid namespaces
Eric W. Biederman
2015-01-25
new fs_pin killing logics
Al Viro
2014-12-04
common object embedded into various struct ....ns
Al Viro
2014-08-04
proc: Implement /proc/thread-self to point at the directory of the current th...
Eric W. Biederman
2013-10-24
pid_namespace: make freeing struct pid_namespace rcu-delayed
Al Viro
2013-05-07
aio: don't include aio.h in sched.h
Kent Overstreet
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-04-30
pid_namespace.c/.h: simplify defines
Raphael S.Carvalho
2013-04-09
procfs: switch /proc/self away from proc_dir_entry
Al Viro
2012-12-25
pidns: Stop pid allocation when init dies
Eric W. Biederman
2012-11-20
proc: Usable inode numbers for the namespace file descriptors.
Eric W. Biederman
2012-11-19
pidns: Make the pidns proc mount/umount logic obvious.
Eric W. Biederman
2012-11-19
pidns: Capture the user namespace and filter ns_last_pid
Eric W. Biederman
2012-10-19
pidns: remove recursion from free_pid_ns()
Cyrill Gorcunov
2012-05-15
userns: Convert proc to use kuid/kgid where appropriate
Eric W. Biederman
2012-03-28
pidns: add reboot_pid_ns() to handle the reboot syscall
Daniel Lezcano
2012-03-04
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
Paul Gortmaker
2012-01-10
procfs: add hidepid= and gid= mount options
Vasiliy Kulikov
2009-01-08
pid: generalize task_active_pid_ns
Eric W. Biederman
2008-10-16
pid_ns: kill the now unused task_child_reaper()
Oleg Nesterov
2008-07-25
pidns: add the struct bsd_acct_struct pointer on pid_namespace struct
Pavel Emelyanov
2008-07-25
proper pid{hash,map}_init() prototypes
Adrian Bunk
2008-04-30
pidns: make pid->level and pid_ns->level unsigned
Pavel Emelyanov
2008-02-08
namespaces: cleanup the code managed with PID_NS option
Pavel Emelyanov
2007-11-14
pidns: Place under CONFIG_EXPERIMENTAL
Eric W. Biederman
2007-10-19
pid namespaces: miscellaneous preparations for pid namespaces
Pavel Emelyanov
2007-10-19
pid namespaces: make proc have multiple superblocks - one for each namespace
Pavel Emelyanov
2007-10-19
pid namespaces: add support for pid namespaces hierarchy
Pavel Emelyanov
2007-10-19
pid namespaces: rename child_reaper() function
Sukadev Bhattiprolu
2007-10-19
pid namespaces: define and use task_active_pid_ns() wrapper
Sukadev Bhattiprolu
2007-10-19
pid namespaces: dynamic kmem cache allocator for pid namespaces
Pavel Emelianov
2007-10-19
pid namespaces: make get_pid_ns() return the namespace itself
Pavel Emelianov
2007-07-16
namespace: ensure clone_flags are always stored in an unsigned long
Eric W. Biederman
2007-05-08
Merge sys_clone()/sys_unshare() nsproxy and namespace handling
Badari Pulavarty
2007-01-30
[PATCH] namespaces: fix task exit disaster
Serge E. Hallyn
2006-12-08
[PATCH] add child reaper to pid_namespace
Sukadev Bhattiprolu
2006-12-08
[PATCH] to nsproxy
Cedric Le Goater
2006-12-08
[PATCH] rename struct pspace to struct pid_namespace
Sukadev Bhattiprolu