summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman
2014-06-06ipc: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-06-06ipc/sem.c: add a printk_once for semctl(GETNCNT/GETZCNT)Manfred Spraul
2014-06-06ipc/sem.c: make semctl(,,{GETNCNT,GETZCNT}) standard compliantManfred Spraul
2014-06-06ipc/sem.c: store which operation blocks in perform_atomic_semop()Manfred Spraul
2014-06-06ipc/sem.c: change perform_atomic_semop parametersManfred Spraul
2014-06-06ipc/sem.c: remove code duplicationManfred Spraul
2014-06-06ipc/sem.c: bugfix for semctl(,,GETZCNT)Manfred Spraul
2014-06-06ipc,msg: document volatile r_msgDavidlohr Bueso
2014-06-06ipc,msg: move some msgq ns code aroundDavidlohr Bueso
2014-06-06ipc,msg: use current->state helpersDavidlohr Bueso
2014-06-06ipc/shm.c: check for integer overflow during shmget.Manfred Spraul
2014-06-06ipc/shm.c: check for overflows of shm_totManfred Spraul
2014-06-06ipc/shm.c: check for ulong overflows in shmatManfred Spraul
2014-06-06ipc, kernel: clear whitespacePaul McQuade
2014-06-06ipc, kernel: use Linux headersPaul McQuade
2014-06-06ipc: constify ipc_opsMathias Krause
2014-04-07ipc: use device_initcallDavidlohr Bueso
2014-04-07ipc/compat.c: remove sc_semopm macroDavidlohr Bueso
2014-04-02Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds
2014-03-16ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk
2014-03-06ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06ipc/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens
2014-03-06ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_tHeiko Carstens
2014-02-25ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso
2014-02-02compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin
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