summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2014-11-21ipc: always handle a new value of auto_msgmniAndrey Vagin
2014-03-16ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk
2014-02-25ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso
2014-01-27ipc: fix compat msgrcv with negative msgtypMateusz Guzik
2014-01-27ipc,msg: document barriersDavidlohr Bueso
2014-01-27ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso
2014-01-27ipc: simplify sysvipc_proc_open() returnDavidlohr Bueso
2014-01-27ipc: remove useless return statementDavidlohr Bueso
2014-01-27ipc: remove braces for single statementsDavidlohr Bueso
2014-01-27ipc: standardize code commentsDavidlohr Bueso
2014-01-27ipc: whitespace cleanupManfred Spraul
2014-01-27ipc: change kern_ipc_perm.deleted type to boolRafael Aquini
2014-01-27ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini
2014-01-27ipc/sem.c: avoid overflow of semop undo (semadj) valuePetr Mladek
2013-11-21ipc,shm: correct error return value in shmctl (SHM_UNLOCK)Jesper Nilsson
2013-11-21ipc,shm: fix shm_file deletion racesGreg Thelen
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-13ipc, msg: fix message length check for negative valuesMathias Krause
2013-11-13ipc/util.c: remove unnecessary work pending testXie XiuQi
2013-11-09locks: break delegations on unlinkJ. Bruce Fields
2013-11-03ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause
2013-10-16ipc/sem.c: synchronize semop and semctl with IPC_RMIDManfred Spraul
2013-10-16ipc: update locking scheme commentsDavidlohr Bueso
2013-09-30ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso
2013-09-30ipc/sem.c: update sem_otime for all operationsManfred Spraul
2013-09-30ipc/sem.c: synchronize the proc interfaceManfred Spraul
2013-09-30ipc/sem.c: optimize sem_lock()Manfred Spraul
2013-09-30ipc/sem.c: fix race in sem_lock()Manfred Spraul
2013-09-24ipc: fix race with LSMsDavidlohr Bueso
2013-09-11ipc: drop ipc_lock_checkDavidlohr Bueso
2013-09-11ipc, shm: drop shm_lock_checkDavidlohr Bueso
2013-09-11ipc: drop ipc_lock_by_ptrDavidlohr Bueso
2013-09-11ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso
2013-09-11ipc: document general ipc locking schemeDavidlohr Bueso
2013-09-11ipc,msg: drop msg_unlockDavidlohr Bueso
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso
2013-09-11ipc,shm: shorten critical region for shmatDavidlohr Bueso
2013-09-11ipc,shm: cleanup do_shmat pastaDavidlohr Bueso
2013-09-11ipc,shm: shorten critical region for shmctlDavidlohr Bueso
2013-09-11ipc,shm: make shmctl_nolock locklessDavidlohr Bueso
2013-09-11ipc,shm: introduce shmctl_nolockDavidlohr Bueso
2013-09-11ipc: drop ipcctl_pre_downDavidlohr Bueso
2013-09-11ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso
2013-09-11ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-09-03ipc/msg.c: Fix lost wakeup in msgsnd().Manfred Spraul
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman
2013-08-28IPC: bugfix for msgrcv with msgtyp < 0Svenning Sørensen
2013-07-09ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu updateManfred Spraul