summaryrefslogtreecommitdiffstats
path: root/ipc/msg.c
Commit message (Expand)AuthorAgeFilesLines
* ipc: remove unused functionsDavidlohr Bueso2013-07-091-25/+0
* ipc,msg: shorten critical region in msgrcvDavidlohr Bueso2013-07-091-26/+32
* ipc,msg: shorten critical region in msgsndDavidlohr Bueso2013-07-091-13/+24
* ipc,msg: make msgctl_nolock locklessDavidlohr Bueso2013-07-091-10/+17
* ipc,msg: introduce lockless functions to obtain the ipc objectDavidlohr Bueso2013-07-091-0/+21
* ipc,msg: introduce msgctl_nolockDavidlohr Bueso2013-07-091-15/+34
* ipc,msg: shorten critical region in msgctl_downDavidlohr Bueso2013-07-091-5/+7
* ipc: move locking out of ipcctl_pre_down_nolockDavidlohr Bueso2013-07-091-7/+17
* ipc: close open coded spin lock callsDavidlohr Bueso2013-07-091-1/+1
* ipc: move rcu lock out of ipc_addidDavidlohr Bueso2013-07-091-4/+3
* ipc/msg.c: use list_for_each_entry_[safe] for list traversingNikola Pajkovsky2013-05-011-27/+8
* ipc,sem: fine grained locking for semtimedopRik van Riel2013-05-011-1/+6
* ipc: refactor msg list search into separate functionPeter Hurley2013-05-011-22/+26
* ipc: simplify msg list searchPeter Hurley2013-05-011-6/+2
* ipc: implement MSG_COPY as a new receive modePeter Hurley2013-05-011-13/+9
* ipc: remove msg handling from queue scanPeter Hurley2013-05-011-10/+4
* ipc: set msg back to -EAGAIN if copy wasn't performedStanislav Kinsbursky2013-04-021-0/+1
* ipc: don't allocate a copy larger than maxPeter Hurley2013-03-081-2/+4
* ipc: add more comments to message copying related codeStanislav Kinsbursky2013-01-041-0/+8
* ipc: simplify message copyingStanislav Kinsbursky2013-01-041-16/+9
* ipc: convert prepare_copy() from macro to functionStanislav Kinsbursky2013-01-041-2/+9
* ipc: simplify free_copy() callStanislav Kinsbursky2013-01-041-6/+8
* ipc: introduce message queue copy featureStanislav Kinsbursky2013-01-041-2/+62
* ipc: message queue receive cleanupStanislav Kinsbursky2013-01-041-21/+23
* ipc: remove forced assignment of selected messageStanislav Kinsbursky2013-01-041-4/+1
* userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman2012-09-061-5/+9
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-231-4/+4
* kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-6/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* ipc ns: fix memory leak (idr)Serge E. Hallyn2009-12-161-0/+1
* ipc: fix unused variable warningFelipe Contreras2009-12-041-1/+1
* [CVE-2009-0029] System call wrappers part 24Heiko Carstens2009-01-141-6/+6
* ipc: only output msgmni value at boot timeNadia Derbey2008-06-061-7/+6
* ipc: add definitions of USHORT_MAX and othersZhang, Yanmin2008-04-291-6/+6
* IPC: consolidate all xxxctl_down() functionsPierre Peiffer2008-04-291-43/+5
* IPC: introduce ipc_update_perm()Pierre Peiffer2008-04-291-4/+1
* IPC: get rid of the use *_setbuf structure.Pierre Peiffer2008-04-291-33/+18
* IPC/message queues: introduce msgctl_downPierre Peiffer2008-04-291-73/+89
* ipc: recompute msgmni on memory add / removeNadia Derbey2008-04-291-1/+1
* ipc: scale msgmni to the number of ipc namespacesNadia Derbey2008-04-291-3/+7
* ipc: scale msgmni to the amount of lowmemNadia Derbey2008-04-291-1/+36
* IPC: use ipc_buildid() directly from ipc_addid()Pierre Peiffer2008-04-291-2/+0
* IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer2008-02-081-23/+5
* IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer2008-02-081-22/+4
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-081-0/+3
* IPC: fix error check in all new xxx_lock() and xxx_exit_ns() functionsPierre Peiffer2008-02-061-3/+14
* IPC: fix error case when idr-cache is empty in ipcget()Pierre Peiffer2007-10-191-2/+2
* virtualization of sysv msg queues is incompleteKirill Korotaev2007-10-191-11/+10
* ipc: remove unneeded parametersNadia Derbey2007-10-191-3/+2