aboutsummaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* ipc: always handle a new value of auto_msgmniAndrey Vagin2014-11-211-2/+1
* ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk2014-03-231-0/+2
* ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso2014-03-062-9/+15
* audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton2013-12-041-0/+2
* ipc/sem.c: synchronize semop and semctl with IPC_RMIDManfred Spraul2013-12-041-13/+29
* ipc: update locking scheme commentsDavidlohr Bueso2013-12-041-6/+21
* ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause2013-12-041-8/+12
* ipc, msg: fix message length check for negative valuesMathias Krause2013-12-042-12/+12
* ipc,shm: fix shm_file deletion racesGreg Thelen2013-11-291-5/+23
* ipc,shm: correct error return value in shmctl (SHM_UNLOCK)Jesper Nilsson2013-11-291-3/+6
* ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso2013-10-181-0/+13
* ipc/sem.c: update sem_otime for all operationsManfred Spraul2013-10-181-13/+29
* ipc/sem.c: synchronize the proc interfaceManfred Spraul2013-10-181-0/+8
* ipc/sem.c: optimize sem_lock()Manfred Spraul2013-10-181-0/+8
* ipc/sem.c: fix race in sem_lock()Manfred Spraul2013-10-181-44/+78
* ipc: fix race with LSMsDavidlohr Bueso2013-10-185-48/+64
* ipc: drop ipc_lock_checkDavidlohr Bueso2013-10-182-17/+0
* ipc, shm: drop shm_lock_checkDavidlohr Bueso2013-10-181-11/+0
* ipc: drop ipc_lock_by_ptrDavidlohr Bueso2013-10-183-9/+6
* ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso2013-10-181-2/+1
* ipc: document general ipc locking schemeDavidlohr Bueso2013-10-181-0/+8
* ipc,msg: drop msg_unlockDavidlohr Bueso2013-10-181-3/+2
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-10-186-68/+68
* ipc,shm: shorten critical region for shmatDavidlohr Bueso2013-10-181-4/+10
* ipc,shm: cleanup do_shmat pastaDavidlohr Bueso2013-10-181-14/+12
* ipc,shm: shorten critical region for shmctlDavidlohr Bueso2013-10-181-24/+25
* ipc,shm: make shmctl_nolock locklessDavidlohr Bueso2013-10-181-7/+12
* ipc,shm: introduce shmctl_nolockDavidlohr Bueso2013-10-181-18/+39
* ipc: drop ipcctl_pre_downDavidlohr Bueso2013-10-182-23/+4
* ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso2013-10-181-4/+6
* ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso2013-10-181-0/+20
* ipc/msg.c: Fix lost wakeup in msgsnd().Manfred Spraul2013-10-181-7/+5
* ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu updateManfred Spraul2013-10-181-11/+21
* ipc/sem.c: replace shared sem_otime with per-semaphore valueManfred Spraul2013-10-181-6/+31
* ipc/sem.c: always use only one queue for alter operationsManfred Spraul2013-10-181-40/+88
* ipc/sem: separate wait-for-zero and alter tasks into seperate queuesManfred Spraul2013-10-181-60/+151
* ipc/sem.c: cacheline align the semaphore structuresManfred Spraul2013-10-181-1/+1
* ipc/util.c, ipc_rcu_alloc: cacheline align allocationManfred Spraul2013-10-181-6/+6
* ipc: remove unused functionsDavidlohr Bueso2013-10-182-26/+0
* ipc,msg: shorten critical region in msgrcvDavidlohr Bueso2013-10-181-26/+32
* ipc,msg: shorten critical region in msgsndDavidlohr Bueso2013-10-181-13/+24
* ipc,msg: make msgctl_nolock locklessDavidlohr Bueso2013-10-181-10/+17
* ipc,msg: introduce lockless functions to obtain the ipc objectDavidlohr Bueso2013-10-181-0/+21
* ipc,msg: introduce msgctl_nolockDavidlohr Bueso2013-10-181-15/+34
* ipc,msg: shorten critical region in msgctl_downDavidlohr Bueso2013-10-181-5/+7
* ipc: move locking out of ipcctl_pre_down_nolockDavidlohr Bueso2013-10-184-39/+56
* ipc: close open coded spin lock callsDavidlohr Bueso2013-10-184-12/+12
* ipc: introduce ipc object locking helpersDavidlohr Bueso2013-10-181-5/+15
* ipc: move rcu lock out of ipc_addidDavidlohr Bueso2013-10-183-7/+8
* IPC: bugfix for msgrcv with msgtyp < 0Svenning Soerensen2013-09-081-2/+3