summaryrefslogtreecommitdiff
path: root/ipc/msg.c
Commit message (Expand)AuthorAge
...
* ipc: whitespace cleanupManfred Spraul2014-01-27
* ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini2014-01-27
* ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso2013-09-30
* ipc: fix race with LSMsDavidlohr Bueso2013-09-24
* ipc,msg: drop msg_unlockDavidlohr Bueso2013-09-11
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-11
* ipc/msg.c: Fix lost wakeup in msgsnd().Manfred Spraul2013-09-03
* IPC: bugfix for msgrcv with msgtyp < 0Svenning Sørensen2013-08-28
* ipc: remove unused functionsDavidlohr Bueso2013-07-09
* ipc,msg: shorten critical region in msgrcvDavidlohr Bueso2013-07-09
* ipc,msg: shorten critical region in msgsndDavidlohr Bueso2013-07-09
* ipc,msg: make msgctl_nolock locklessDavidlohr Bueso2013-07-09
* ipc,msg: introduce lockless functions to obtain the ipc objectDavidlohr Bueso2013-07-09
* ipc,msg: introduce msgctl_nolockDavidlohr Bueso2013-07-09
* ipc,msg: shorten critical region in msgctl_downDavidlohr Bueso2013-07-09
* ipc: move locking out of ipcctl_pre_down_nolockDavidlohr Bueso2013-07-09
* ipc: close open coded spin lock callsDavidlohr Bueso2013-07-09
* ipc: move rcu lock out of ipc_addidDavidlohr Bueso2013-07-09
* ipc/msg.c: use list_for_each_entry_[safe] for list traversingNikola Pajkovsky2013-05-01
* ipc,sem: fine grained locking for semtimedopRik van Riel2013-05-01
* ipc: refactor msg list search into separate functionPeter Hurley2013-05-01
* ipc: simplify msg list searchPeter Hurley2013-05-01
* ipc: implement MSG_COPY as a new receive modePeter Hurley2013-05-01
* ipc: remove msg handling from queue scanPeter Hurley2013-05-01
* ipc: set msg back to -EAGAIN if copy wasn't performedStanislav Kinsbursky2013-04-02
* ipc: don't allocate a copy larger than maxPeter Hurley2013-03-08
* ipc: add more comments to message copying related codeStanislav Kinsbursky2013-01-04
* ipc: simplify message copyingStanislav Kinsbursky2013-01-04
* ipc: convert prepare_copy() from macro to functionStanislav Kinsbursky2013-01-04
* ipc: simplify free_copy() callStanislav Kinsbursky2013-01-04
* ipc: introduce message queue copy featureStanislav Kinsbursky2013-01-04
* ipc: message queue receive cleanupStanislav Kinsbursky2013-01-04
* ipc: remove forced assignment of selected messageStanislav Kinsbursky2013-01-04
* userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman2012-09-06
* Fix common misspellingsLucas De Marchi2011-03-31
* userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-23
* kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-25
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* ipc ns: fix memory leak (idr)Serge E. Hallyn2009-12-16
* ipc: fix unused variable warningFelipe Contreras2009-12-04
* [CVE-2009-0029] System call wrappers part 24Heiko Carstens2009-01-14
* ipc: only output msgmni value at boot timeNadia Derbey2008-06-06
* ipc: add definitions of USHORT_MAX and othersZhang, Yanmin2008-04-29
* IPC: consolidate all xxxctl_down() functionsPierre Peiffer2008-04-29
* IPC: introduce ipc_update_perm()Pierre Peiffer2008-04-29
* IPC: get rid of the use *_setbuf structure.Pierre Peiffer2008-04-29
* IPC/message queues: introduce msgctl_downPierre Peiffer2008-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: scale msgmni to the amount of lowmemNadia Derbey2008-04-29