summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* ipc: use device_initcallDavidlohr Bueso2014-04-073-3/+3
* ipc/compat.c: remove sc_semopm macroDavidlohr Bueso2014-04-071-3/+0
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-022-25/+6
|\
| * compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin2014-02-022-25/+6
* | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2014-03-312-22/+23
|\ \
| * | ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-061-8/+8
| * | ipc/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2014-03-062-12/+13
| * | ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_tHeiko Carstens2014-03-061-2/+2
* | | ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk2014-03-161-0/+2
|/ /
* / ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso2014-02-252-9/+15
|/
* ipc: fix compat msgrcv with negative msgtypMateusz Guzik2014-01-271-1/+1
* ipc,msg: document barriersDavidlohr Bueso2014-01-271-2/+17
* ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso2014-01-272-11/+3
* ipc: simplify sysvipc_proc_open() returnDavidlohr Bueso2014-01-271-5/+4
* ipc: remove useless return statementDavidlohr Bueso2014-01-271-4/+0
* ipc: remove braces for single statementsDavidlohr Bueso2014-01-274-19/+16
* ipc: standardize code commentsDavidlohr Bueso2014-01-273-139/+125
* ipc: whitespace cleanupManfred Spraul2014-01-279-113/+113
* ipc: change kern_ipc_perm.deleted type to boolRafael Aquini2014-01-273-5/+5
* ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini2014-01-274-19/+41
* ipc/sem.c: avoid overflow of semop undo (semadj) valuePetr Mladek2014-01-271-11/+13
* ipc,shm: correct error return value in shmctl (SHM_UNLOCK)Jesper Nilsson2013-11-211-3/+6
* ipc,shm: fix shm_file deletion racesGreg Thelen2013-11-211-5/+23
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-133-15/+13
|\
| * ipc, msg: fix message length check for negative valuesMathias Krause2013-11-132-12/+12
| * ipc/util.c: remove unnecessary work pending testXie XiuQi2013-11-131-3/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-1/+1
|\ \ | |/ |/|
| * locks: break delegations on unlinkJ. Bruce Fields2013-11-091-1/+1
* | ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause2013-11-031-8/+12
* | ipc/sem.c: synchronize semop and semctl with IPC_RMIDManfred Spraul2013-10-161-13/+29
* | ipc: update locking scheme commentsDavidlohr Bueso2013-10-161-6/+21
|/
* ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso2013-09-301-0/+13
* ipc/sem.c: update sem_otime for all operationsManfred Spraul2013-09-301-13/+29
* ipc/sem.c: synchronize the proc interfaceManfred Spraul2013-09-301-0/+8
* ipc/sem.c: optimize sem_lock()Manfred Spraul2013-09-301-0/+8
* ipc/sem.c: fix race in sem_lock()Manfred Spraul2013-09-301-44/+78
* ipc: fix race with LSMsDavidlohr Bueso2013-09-245-48/+64
* ipc: drop ipc_lock_checkDavidlohr Bueso2013-09-112-17/+0
* ipc, shm: drop shm_lock_checkDavidlohr Bueso2013-09-111-11/+0
* ipc: drop ipc_lock_by_ptrDavidlohr Bueso2013-09-113-9/+6
* ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso2013-09-111-2/+1
* ipc: document general ipc locking schemeDavidlohr Bueso2013-09-111-0/+8
* ipc,msg: drop msg_unlockDavidlohr Bueso2013-09-111-3/+2
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-116-68/+68
* ipc,shm: shorten critical region for shmatDavidlohr Bueso2013-09-111-4/+10
* ipc,shm: cleanup do_shmat pastaDavidlohr Bueso2013-09-111-14/+12
* ipc,shm: shorten critical region for shmctlDavidlohr Bueso2013-09-111-24/+25
* ipc,shm: make shmctl_nolock locklessDavidlohr Bueso2013-09-111-7/+12
* ipc,shm: introduce shmctl_nolockDavidlohr Bueso2013-09-111-18/+39
* ipc: drop ipcctl_pre_downDavidlohr Bueso2013-09-112-23/+4