summaryrefslogtreecommitdiff
path: root/include/linux/ipc_namespace.h
Commit message (Expand)AuthorAge
* sysvipc: make get_maxid O(1) againDavidlohr Bueso2017-11-17
* sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso2017-11-17
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-08
* ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova2017-09-08
* randstruct: Mark various structs for randomizationKees Cook2017-06-30
* ipcns: Add a limit on the number of ipc namespacesEric W. Biederman2016-08-08
* ipc: delete "nr_ipc_ns"Alexey Dobriyan2016-08-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-16
|\
| * common object embedded into various struct ....nsAl Viro2014-12-04
* | ipc/msg: increase MSGMNI, remove scalingManfred Spraul2014-12-13
|/
* ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso2014-02-25
* ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso2014-01-27
* ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause2013-11-03
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-11
* ipc: sysv shared memory limited to 8TiBRobin Holt2013-05-01
* ipc: add sysctl to specify desired next object idStanislav Kinsbursky2013-01-04
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-20
* userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman2012-11-20
* mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro2012-05-31
* mqueue: revert bump up DFLT_*MAXKOSAKI Motohiro2012-05-31
* ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford2012-05-31
* ipc/mqueue: switch back to using non-max values on createDoug Ledford2012-05-31
* ipc/mqueue: cleanup definition names and locationsDoug Ledford2012-05-31
* ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov2011-07-26
* userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-23
* userns: add a user namespace owner of ipc nsSerge E. Hallyn2011-03-23
* nsproxy: remove INIT_NSPROXY()Alexey Dobriyan2010-03-12
* ipc: HARD_MSGMAX should be higher not lower on 64bitAmerigo Wang2009-12-16
* ipcns: move free_ipcs() protoAlexey Dobriyan2009-06-18
* ipcns: make free_ipc_ns() staticAlexey Dobriyan2009-06-18
* namespaces: mqueue namespace: adapt sysctlSerge E. Hallyn2009-04-07
* namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn2009-04-07
* namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn2009-04-07
* ipc: do not use a negative value to re-enable msgmni automatic recomputingNadia Derbey2008-07-25
* ipc: re-enable msgmni automatic recomputing msgmni if set to negativeNadia Derbey2008-04-29
* ipc: recompute msgmni on ipc namespace creation/removalNadia Derbey2008-04-29
* ipc: recompute msgmni on memory add / removeNadia Derbey2008-04-29
* ipc: scale msgmni to the number of ipc namespacesNadia Derbey2008-04-29
* IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer2008-02-08
* IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer2008-02-08
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-08