summaryrefslogtreecommitdiff
path: root/ipc
Commit message (Expand)AuthorAge
* ipc: resolve shadow warningsMark Rustad2014-10-14
* ipc/util.c: use __seq_open_private() instead of seq_open()Rob Jones2014-10-14
* ipc/shm: kill the historical/wrong mm->start_stack checkOleg Nesterov2014-10-14
* ipc: always handle a new value of auto_msgmniAndrey Vagin2014-10-14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-07
|\
| * Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-09
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-09
|\ \
| * | namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-29
| |/
* | shm: allow exit_shm in parallel if only marking orphansJack Miller2014-08-08
* | shm: make exit_shm work proportional to task activityJack Miller2014-08-08
|/
* ipc: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-06
* ipc/sem.c: add a printk_once for semctl(GETNCNT/GETZCNT)Manfred Spraul2014-06-06
* ipc/sem.c: make semctl(,,{GETNCNT,GETZCNT}) standard compliantManfred Spraul2014-06-06
* ipc/sem.c: store which operation blocks in perform_atomic_semop()Manfred Spraul2014-06-06
* ipc/sem.c: change perform_atomic_semop parametersManfred Spraul2014-06-06
* ipc/sem.c: remove code duplicationManfred Spraul2014-06-06
* ipc/sem.c: bugfix for semctl(,,GETZCNT)Manfred Spraul2014-06-06
* ipc,msg: document volatile r_msgDavidlohr Bueso2014-06-06
* ipc,msg: move some msgq ns code aroundDavidlohr Bueso2014-06-06
* ipc,msg: use current->state helpersDavidlohr Bueso2014-06-06
* ipc/shm.c: check for integer overflow during shmget.Manfred Spraul2014-06-06
* ipc/shm.c: check for overflows of shm_totManfred Spraul2014-06-06
* ipc/shm.c: check for ulong overflows in shmatManfred Spraul2014-06-06
* ipc, kernel: clear whitespacePaul McQuade2014-06-06
* ipc, kernel: use Linux headersPaul McQuade2014-06-06
* ipc: constify ipc_opsMathias Krause2014-06-06
* ipc: use device_initcallDavidlohr Bueso2014-04-07
* ipc/compat.c: remove sc_semopm macroDavidlohr Bueso2014-04-07
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-02
|\
| * compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin2014-02-02
* | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2014-03-31
|\ \
| * | ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-06
| * | ipc/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2014-03-06
| * | ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_tHeiko Carstens2014-03-06
* | | ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk2014-03-16
|/ /
* | ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso2014-02-25
|/
* 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
|\