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
/
ipc_namespace.h
Age
Commit message (
Expand
)
Author
2014-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-12-13
ipc/msg: increase MSGMNI, remove scaling
Manfred Spraul
2014-12-04
common object embedded into various struct ....ns
Al Viro
2014-02-25
ipc,mqueue: remove limits for the amount of system-wide queues
Davidlohr Bueso
2014-01-27
ipc: delete seq_max field in struct ipc_ids
Davidlohr Bueso
2013-11-03
ipc, msg: forbid negative values for "msg{max,mnb,mni}"
Mathias Krause
2013-09-11
ipc: rename ids->rw_mutex
Davidlohr Bueso
2013-05-01
ipc: sysv shared memory limited to 8TiB
Robin Holt
2013-01-04
ipc: add sysctl to specify desired next object id
Stanislav Kinsbursky
2012-11-20
proc: Usable inode numbers for the namespace file descriptors.
Eric W. Biederman
2012-11-20
userns: Make create_new_namespaces take a user_ns parameter
Eric W. Biederman
2012-05-31
mqueue: separate mqueue default value from maximum value
KOSAKI Motohiro
2012-05-31
mqueue: revert bump up DFLT_*MAX
KOSAKI Motohiro
2012-05-31
ipc/mqueue: update maximums for the mqueue subsystem
Doug Ledford
2012-05-31
ipc/mqueue: switch back to using non-max values on create
Doug Ledford
2012-05-31
ipc/mqueue: cleanup definition names and locations
Doug Ledford
2011-07-26
ipc: introduce shm_rmid_forced sysctl
Vasiliy Kulikov
2011-03-23
userns: user namespaces: convert several capable() calls
Serge E. Hallyn
2011-03-23
userns: add a user namespace owner of ipc ns
Serge E. Hallyn
2010-03-12
nsproxy: remove INIT_NSPROXY()
Alexey Dobriyan
2009-12-16
ipc: HARD_MSGMAX should be higher not lower on 64bit
Amerigo Wang
2009-06-18
ipcns: move free_ipcs() proto
Alexey Dobriyan
2009-06-18
ipcns: make free_ipc_ns() static
Alexey Dobriyan
2009-04-07
namespaces: mqueue namespace: adapt sysctl
Serge E. Hallyn
2009-04-07
namespaces: ipc namespaces: implement support for posix msqueues
Serge E. Hallyn
2009-04-07
namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespace
Serge E. Hallyn
2008-07-25
ipc: do not use a negative value to re-enable msgmni automatic recomputing
Nadia Derbey
2008-04-29
ipc: re-enable msgmni automatic recomputing msgmni if set to negative
Nadia Derbey
2008-04-29
ipc: recompute msgmni on ipc namespace creation/removal
Nadia Derbey
2008-04-29
ipc: recompute msgmni on memory add / remove
Nadia Derbey
2008-04-29
ipc: scale msgmni to the number of ipc namespaces
Nadia Derbey
2008-02-08
IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()
Pierre Peiffer
2008-02-08
IPC: make struct ipc_ids static in ipc_namespace
Pierre Peiffer
2008-02-08
namespaces: move the IPC namespace under IPC_NS option
Pavel Emelyanov