summaryrefslogtreecommitdiff
path: root/ipc/msg.c
Commit message (Expand)AuthorAge
* ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso2018-04-11
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-03
|\
| * ipc: Directly call the security hook in ipc_ops.associateEric W. Biederman2018-03-27
| * ipc/msg: Fix msgctl(..., IPC_STAT, ...) between pid namespacesEric W. Biederman2018-03-27
| * msg: Move struct msg_queue into ipc/msg.cEric W. Biederman2018-03-24
| * msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman2018-03-22
* | ipc: add msgsnd syscall/compat_syscall wrappersDominik Brodowski2018-04-02
* | ipc: add msgrcv syscall/compat_syscall wrappersDominik Brodowski2018-04-02
* | ipc: add msgctl syscall/compat_syscall wrappersDominik Brodowski2018-04-02
* | ipc: add msgget syscall wrapperDominik Brodowski2018-04-02
|/
* ipc: fix ipc data structures inconsistencyPhilippe Mikoyan2018-02-06
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-17
|\
| * fix address space warnings in ipc/Linus Torvalds2017-10-11
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-14
|\
| * ipc: msg: Make msg_queue timestamps y2038 safeDeepa Dinamani2017-09-03
| * msgrcv(2), msgsnd(2): move compat to nativeAl Viro2017-07-15
| * ipc: make use of compat ipc_perm helpersAl Viro2017-07-15
| * msgctl(): move compat to nativeAl Viro2017-07-15
| * msgctl(): split the actual work from copyin/copyoutAl Viro2017-07-15
* | ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-08
* | ipc: add missing container_of()s for randstructKees Cook2017-08-02
|/
* ipc/msg: remove special msg_alloc/freeKees Cook2017-07-12
* ipc: move atomic_set() to where it is neededKees Cook2017-07-12
* ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul2017-07-12
* ipc/msg: avoid ipc_rcu_alloc()Kees Cook2017-07-12
* ipc/msg: do not use ipc_rcu_free()Kees Cook2017-07-12
* ipc: merge ipc_rcu and kern_ipc_permManfred Spraul2017-07-12
* sched/headers: Move the wake-queue types and interfaces from sched.h into <li...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* ipc: msg, make msgrcv work with LONG_MINJiri Slaby2016-12-14
* sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long2016-11-21
* ipc/msg: avoid waking sender upon full queueDavidlohr Bueso2016-10-11
* ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso2016-10-11
* ipc/msg: batch queue sender wakeupsDavidlohr Bueso2016-10-11
* ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior2016-10-11
* sysv, ipc: fix security-layer leakingFabian Frederick2016-08-02
* Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds2015-09-30
* ipc: rename ipc_obtain_objectDavidlohr Bueso2015-06-30
* ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso2015-06-30
* ipc: remove use of seq_printf return valueJoe Perches2015-04-15
* ipc/msg: increase MSGMNI, remove scalingManfred Spraul2014-12-13
* 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, kernel: clear whitespacePaul McQuade2014-06-06
* ipc, kernel: use Linux headersPaul McQuade2014-06-06
* ipc: constify ipc_opsMathias Krause2014-06-06
* ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk2014-03-16
* ipc,msg: document barriersDavidlohr Bueso2014-01-27