aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-07ipc: use device_initcallDavidlohr Bueso3-3/+3
2014-04-07ipc/compat.c: remove sc_semopm macroDavidlohr Bueso1-3/+0
2014-04-02Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-25/+6
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-22/+23
2014-03-16ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk1-0/+2
2014-03-06ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens1-8/+8
2014-03-06ipc/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2-12/+13
2014-03-06ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_tHeiko Carstens1-2/+2
2014-02-25ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso2-9/+15
2014-02-02compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin2-25/+6
2014-01-27ipc: fix compat msgrcv with negative msgtypMateusz Guzik1-1/+1
2014-01-27ipc,msg: document barriersDavidlohr Bueso1-2/+17
2014-01-27ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso2-11/+3
2014-01-27ipc: simplify sysvipc_proc_open() returnDavidlohr Bueso1-5/+4
2014-01-27ipc: remove useless return statementDavidlohr Bueso1-4/+0
2014-01-27ipc: remove braces for single statementsDavidlohr Bueso4-19/+16
2014-01-27ipc: standardize code commentsDavidlohr Bueso3-139/+125
2014-01-27ipc: whitespace cleanupManfred Spraul9-113/+113
2014-01-27ipc: change kern_ipc_perm.deleted type to boolRafael Aquini3-5/+5
2014-01-27ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini4-19/+41
2014-01-27ipc/sem.c: avoid overflow of semop undo (semadj) valuePetr Mladek1-11/+13
2013-11-21ipc,shm: correct error return value in shmctl (SHM_UNLOCK)Jesper Nilsson1-3/+6
2013-11-21ipc,shm: fix shm_file deletion racesGreg Thelen1-5/+23
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds3-15/+13
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-11-13ipc, msg: fix message length check for negative valuesMathias Krause2-12/+12
2013-11-13ipc/util.c: remove unnecessary work pending testXie XiuQi1-3/+1
2013-11-09locks: break delegations on unlinkJ. Bruce Fields1-1/+1
2013-11-03ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause1-8/+12
2013-10-16ipc/sem.c: synchronize semop and semctl with IPC_RMIDManfred Spraul1-13/+29
2013-10-16ipc: update locking scheme commentsDavidlohr Bueso1-6/+21
2013-09-30ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso1-0/+13
2013-09-30ipc/sem.c: update sem_otime for all operationsManfred Spraul1-13/+29
2013-09-30ipc/sem.c: synchronize the proc interfaceManfred Spraul1-0/+8
2013-09-30ipc/sem.c: optimize sem_lock()Manfred Spraul1-0/+8
2013-09-30ipc/sem.c: fix race in sem_lock()Manfred Spraul1-44/+78
2013-09-24ipc: fix race with LSMsDavidlohr Bueso5-48/+64
2013-09-11ipc: drop ipc_lock_checkDavidlohr Bueso2-17/+0
2013-09-11ipc, shm: drop shm_lock_checkDavidlohr Bueso1-11/+0
2013-09-11ipc: drop ipc_lock_by_ptrDavidlohr Bueso3-9/+6
2013-09-11ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso1-2/+1
2013-09-11ipc: document general ipc locking schemeDavidlohr Bueso1-0/+8
2013-09-11ipc,msg: drop msg_unlockDavidlohr Bueso1-3/+2
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso6-68/+68
2013-09-11ipc,shm: shorten critical region for shmatDavidlohr Bueso1-4/+10
2013-09-11ipc,shm: cleanup do_shmat pastaDavidlohr Bueso1-14/+12
2013-09-11ipc,shm: shorten critical region for shmctlDavidlohr Bueso1-24/+25
2013-09-11ipc,shm: make shmctl_nolock locklessDavidlohr Bueso1-7/+12
2013-09-11ipc,shm: introduce shmctl_nolockDavidlohr Bueso1-18/+39
2013-09-11ipc: drop ipcctl_pre_downDavidlohr Bueso2-23/+4