aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/msg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-111/+255
2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel1-4/+6
2017-09-03ipc: msg: Make msg_queue timestamps y2038 safeDeepa Dinamani1-3/+3
2017-08-02ipc: add missing container_of()s for randstructKees Cook1-1/+2
2017-07-15msgrcv(2), msgsnd(2): move compat to nativeAl Viro1-2/+43
2017-07-15ipc: make use of compat ipc_perm helpersAl Viro1-24/+4
2017-07-15msgctl(): move compat to nativeAl Viro1-0/+133
2017-07-15msgctl(): split the actual work from copyin/copyoutAl Viro1-106/+96
2017-07-12ipc/msg: remove special msg_alloc/freeKees Cook1-20/+4
2017-07-12ipc: move atomic_set() to where it is neededKees Cook1-2/+0
2017-07-12ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul1-5/+5
2017-07-12ipc/msg: avoid ipc_rcu_alloc()Kees Cook1-4/+14
2017-07-12ipc/msg: do not use ipc_rcu_free()Kees Cook1-2/+7
2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul1-8/+11
2017-03-02sched/headers: Move the wake-queue types and interfaces from sched.h into <linux/sched/wake_q.h>Ingo Molnar1-1/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h>Ingo Molnar1-0/+1
2016-12-14ipc: msg, make msgrcv work with LONG_MINJiri Slaby1-1/+4
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long1-4/+4
2016-10-11ipc/msg: avoid waking sender upon full queueDavidlohr Bueso1-10/+43
2016-10-11ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso1-4/+4
2016-10-11ipc/msg: batch queue sender wakeupsDavidlohr Bueso1-10/+20
2016-10-11ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior1-93/+40
2016-08-02sysv, ipc: fix security-layer leakingFabian Frederick1-1/+1
2015-09-30Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds1-7/+7
2015-06-30ipc: rename ipc_obtain_objectDavidlohr Bueso1-1/+1
2015-06-30ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso1-10/+38
2015-04-15ipc: remove use of seq_printf return valueJoe Perches1-16/+18
2014-12-13ipc/msg: increase MSGMNI, remove scalingManfred Spraul1-35/+1
2014-06-06ipc,msg: document volatile r_msgDavidlohr Bueso1-3/+7
2014-06-06ipc,msg: move some msgq ns code aroundDavidlohr Bueso1-69/+63
2014-06-06ipc,msg: use current->state helpersDavidlohr Bueso1-2/+2
2014-06-06ipc, kernel: clear whitespacePaul McQuade1-16/+15
2014-06-06ipc, kernel: use Linux headersPaul McQuade1-1/+1
2014-06-06ipc: constify ipc_opsMathias Krause1-5/+4
2014-03-16ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk1-0/+2
2014-01-27ipc,msg: document barriersDavidlohr Bueso1-2/+17
2014-01-27ipc: whitespace cleanupManfred Spraul1-9/+9
2014-01-27ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini1-3/+4
2013-09-30ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso1-0/+13
2013-09-24ipc: fix race with LSMsDavidlohr Bueso1-6/+13
2013-09-11ipc,msg: drop msg_unlockDavidlohr Bueso1-3/+2
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso1-10/+10
2013-09-03ipc/msg.c: Fix lost wakeup in msgsnd().Manfred Spraul1-7/+5
2013-08-28IPC: bugfix for msgrcv with msgtyp < 0Svenning Sørensen1-2/+3
2013-07-09ipc: remove unused functionsDavidlohr Bueso1-25/+0
2013-07-09ipc,msg: shorten critical region in msgrcvDavidlohr Bueso1-26/+32
2013-07-09ipc,msg: shorten critical region in msgsndDavidlohr Bueso1-13/+24
2013-07-09ipc,msg: make msgctl_nolock locklessDavidlohr Bueso1-10/+17
2013-07-09ipc,msg: introduce lockless functions to obtain the ipc objectDavidlohr Bueso1-0/+21
2013-07-09ipc,msg: introduce msgctl_nolockDavidlohr Bueso1-15/+34