summaryrefslogtreecommitdiffstats
path: root/ipc/msg.c
AgeCommit message (Expand)AuthorLines
2018-02-06ipc: fix ipc data structures inconsistencyPhilippe Mikoyan-6/+14
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-11fix address space warnings in ipc/Linus Torvalds-2/+2
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-111/+255
2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel-4/+6
2017-09-03ipc: msg: Make msg_queue timestamps y2038 safeDeepa Dinamani-3/+3
2017-08-02ipc: add missing container_of()s for randstructKees Cook-1/+2
2017-07-15msgrcv(2), msgsnd(2): move compat to nativeAl Viro-2/+43
2017-07-15ipc: make use of compat ipc_perm helpersAl Viro-24/+4
2017-07-15msgctl(): move compat to nativeAl Viro-0/+133
2017-07-15msgctl(): split the actual work from copyin/copyoutAl Viro-106/+96
2017-07-12ipc/msg: remove special msg_alloc/freeKees Cook-20/+4
2017-07-12ipc: move atomic_set() to where it is neededKees Cook-2/+0
2017-07-12ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul-5/+5
2017-07-12ipc/msg: avoid ipc_rcu_alloc()Kees Cook-4/+14
2017-07-12ipc/msg: do not use ipc_rcu_free()Kees Cook-2/+7
2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul-8/+11
2017-03-02sched/headers: Move the wake-queue types and interfaces from sched.h into <li...Ingo Molnar-1/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-12-14ipc: msg, make msgrcv work with LONG_MINJiri Slaby-1/+4
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long-4/+4
2016-10-11ipc/msg: avoid waking sender upon full queueDavidlohr Bueso-10/+43
2016-10-11ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso-4/+4
2016-10-11ipc/msg: batch queue sender wakeupsDavidlohr Bueso-10/+20
2016-10-11ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior-93/+40
2016-08-02sysv, ipc: fix security-layer leakingFabian Frederick-1/+1
2015-09-30Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds-7/+7
2015-06-30ipc: rename ipc_obtain_objectDavidlohr Bueso-1/+1
2015-06-30ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso-10/+38
2015-04-15ipc: remove use of seq_printf return valueJoe Perches-16/+18
2014-12-13ipc/msg: increase MSGMNI, remove scalingManfred Spraul-35/+1
2014-06-06ipc,msg: document volatile r_msgDavidlohr Bueso-3/+7
2014-06-06ipc,msg: move some msgq ns code aroundDavidlohr Bueso-69/+63
2014-06-06ipc,msg: use current->state helpersDavidlohr Bueso-2/+2
2014-06-06ipc, kernel: clear whitespacePaul McQuade-16/+15
2014-06-06ipc, kernel: use Linux headersPaul McQuade-1/+1
2014-06-06ipc: constify ipc_opsMathias Krause-5/+4
2014-03-16ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk-0/+2
2014-01-27ipc,msg: document barriersDavidlohr Bueso-2/+17
2014-01-27ipc: whitespace cleanupManfred Spraul-9/+9
2014-01-27ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini-3/+4
2013-09-30ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso-0/+13
2013-09-24ipc: fix race with LSMsDavidlohr Bueso-6/+13
2013-09-11ipc,msg: drop msg_unlockDavidlohr Bueso-3/+2
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso-10/+10
2013-09-03ipc/msg.c: Fix lost wakeup in msgsnd().Manfred Spraul-7/+5
2013-08-28IPC: bugfix for msgrcv with msgtyp < 0Svenning Sørensen-2/+3
2013-07-09ipc: remove unused functionsDavidlohr Bueso-25/+0
2013-07-09ipc,msg: shorten critical region in msgrcvDavidlohr Bueso-26/+32