summaryrefslogtreecommitdiff
path: root/ipc
Commit message (Expand)AuthorAge
* ipc: fix compat msgrcv with negative msgtypMateusz Guzik2014-01-27
* ipc,msg: document barriersDavidlohr Bueso2014-01-27
* ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso2014-01-27
* ipc: simplify sysvipc_proc_open() returnDavidlohr Bueso2014-01-27
* ipc: remove useless return statementDavidlohr Bueso2014-01-27
* ipc: remove braces for single statementsDavidlohr Bueso2014-01-27
* ipc: standardize code commentsDavidlohr Bueso2014-01-27
* ipc: whitespace cleanupManfred Spraul2014-01-27
* ipc: change kern_ipc_perm.deleted type to boolRafael Aquini2014-01-27
* ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini2014-01-27
* ipc/sem.c: avoid overflow of semop undo (semadj) valuePetr Mladek2014-01-27
* ipc,shm: correct error return value in shmctl (SHM_UNLOCK)Jesper Nilsson2013-11-21
* ipc,shm: fix shm_file deletion racesGreg Thelen2013-11-21
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-13
|\
| * ipc, msg: fix message length check for negative valuesMathias Krause2013-11-13
| * ipc/util.c: remove unnecessary work pending testXie XiuQi2013-11-13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-13
|\ \ | |/ |/|
| * locks: break delegations on unlinkJ. Bruce Fields2013-11-09
* | ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause2013-11-03
* | ipc/sem.c: synchronize semop and semctl with IPC_RMIDManfred Spraul2013-10-16
* | ipc: update locking scheme commentsDavidlohr Bueso2013-10-16
|/
* ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso2013-09-30
* ipc/sem.c: update sem_otime for all operationsManfred Spraul2013-09-30
* ipc/sem.c: synchronize the proc interfaceManfred Spraul2013-09-30
* ipc/sem.c: optimize sem_lock()Manfred Spraul2013-09-30
* ipc/sem.c: fix race in sem_lock()Manfred Spraul2013-09-30
* ipc: fix race with LSMsDavidlohr Bueso2013-09-24
* ipc: drop ipc_lock_checkDavidlohr Bueso2013-09-11
* ipc, shm: drop shm_lock_checkDavidlohr Bueso2013-09-11
* ipc: drop ipc_lock_by_ptrDavidlohr Bueso2013-09-11
* ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso2013-09-11
* ipc: document general ipc locking schemeDavidlohr Bueso2013-09-11
* ipc,msg: drop msg_unlockDavidlohr Bueso2013-09-11
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-11
* ipc,shm: shorten critical region for shmatDavidlohr Bueso2013-09-11
* ipc,shm: cleanup do_shmat pastaDavidlohr Bueso2013-09-11
* ipc,shm: shorten critical region for shmctlDavidlohr Bueso2013-09-11
* ipc,shm: make shmctl_nolock locklessDavidlohr Bueso2013-09-11
* ipc,shm: introduce shmctl_nolockDavidlohr Bueso2013-09-11
* ipc: drop ipcctl_pre_downDavidlohr Bueso2013-09-11
* ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso2013-09-11
* ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso2013-09-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-07
|\
| * userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-30
* | ipc/msg.c: Fix lost wakeup in msgsnd().Manfred Spraul2013-09-03
* | IPC: bugfix for msgrcv with msgtyp < 0Svenning Sørensen2013-08-28
|/
* ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu updateManfred Spraul2013-07-09
* ipc/sem.c: replace shared sem_otime with per-semaphore valueManfred Spraul2013-07-09
* ipc/sem.c: always use only one queue for alter operationsManfred Spraul2013-07-09
* ipc/sem: separate wait-for-zero and alter tasks into seperate queuesManfred Spraul2013-07-09