aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2014-03-23ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk
2014-03-06ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso
2013-12-04audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton
2013-12-04ipc/sem.c: synchronize semop and semctl with IPC_RMIDManfred Spraul
2013-12-04ipc: update locking scheme commentsDavidlohr Bueso
2013-12-04ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause
2013-12-04ipc, msg: fix message length check for negative valuesMathias Krause
2013-11-29ipc,shm: fix shm_file deletion racesGreg Thelen
2013-11-29ipc,shm: correct error return value in shmctl (SHM_UNLOCK)Jesper Nilsson
2013-10-18ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso
2013-10-18ipc/sem.c: update sem_otime for all operationsManfred Spraul
2013-10-18ipc/sem.c: synchronize the proc interfaceManfred Spraul
2013-10-18ipc/sem.c: optimize sem_lock()Manfred Spraul
2013-10-18ipc/sem.c: fix race in sem_lock()Manfred Spraul
2013-10-18ipc: fix race with LSMsDavidlohr Bueso
2013-10-18ipc: drop ipc_lock_checkDavidlohr Bueso
2013-10-18ipc, shm: drop shm_lock_checkDavidlohr Bueso
2013-10-18ipc: drop ipc_lock_by_ptrDavidlohr Bueso
2013-10-18ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso
2013-10-18ipc: document general ipc locking schemeDavidlohr Bueso
2013-10-18ipc,msg: drop msg_unlockDavidlohr Bueso
2013-10-18ipc: rename ids->rw_mutexDavidlohr Bueso
2013-10-18ipc,shm: shorten critical region for shmatDavidlohr Bueso
2013-10-18ipc,shm: cleanup do_shmat pastaDavidlohr Bueso
2013-10-18ipc,shm: shorten critical region for shmctlDavidlohr Bueso
2013-10-18ipc,shm: make shmctl_nolock locklessDavidlohr Bueso
2013-10-18ipc,shm: introduce shmctl_nolockDavidlohr Bueso
2013-10-18ipc: drop ipcctl_pre_downDavidlohr Bueso
2013-10-18ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso
2013-10-18ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso
2013-10-18ipc/msg.c: Fix lost wakeup in msgsnd().Manfred Spraul
2013-10-18ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu updateManfred Spraul
2013-10-18ipc/sem.c: replace shared sem_otime with per-semaphore valueManfred Spraul
2013-10-18ipc/sem.c: always use only one queue for alter operationsManfred Spraul
2013-10-18ipc/sem: separate wait-for-zero and alter tasks into seperate queuesManfred Spraul
2013-10-18ipc/sem.c: cacheline align the semaphore structuresManfred Spraul
2013-10-18ipc/util.c, ipc_rcu_alloc: cacheline align allocationManfred Spraul
2013-10-18ipc: remove unused functionsDavidlohr Bueso
2013-10-18ipc,msg: shorten critical region in msgrcvDavidlohr Bueso
2013-10-18ipc,msg: shorten critical region in msgsndDavidlohr Bueso
2013-10-18ipc,msg: make msgctl_nolock locklessDavidlohr Bueso
2013-10-18ipc,msg: introduce lockless functions to obtain the ipc objectDavidlohr Bueso
2013-10-18ipc,msg: introduce msgctl_nolockDavidlohr Bueso
2013-10-18ipc,msg: shorten critical region in msgctl_downDavidlohr Bueso
2013-10-18ipc: move locking out of ipcctl_pre_down_nolockDavidlohr Bueso
2013-10-18ipc: close open coded spin lock callsDavidlohr Bueso
2013-10-18ipc: introduce ipc object locking helpersDavidlohr Bueso
2013-10-18ipc: move rcu lock out of ipc_addidDavidlohr Bueso
2013-09-07IPC: bugfix for msgrcv with msgtyp < 0Svenning Soerensen
2013-05-26ipc/sem.c: Fix missing wakeups in do_smart_update_queue()Manfred Spraul