summaryrefslogtreecommitdiffstats
path: root/ipc/msg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-2/+2
|\
| * fix address space warnings in ipc/Linus Torvalds2017-10-111-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-141-111/+255
|\
| * ipc: msg: Make msg_queue timestamps y2038 safeDeepa Dinamani2017-09-031-3/+3
| * msgrcv(2), msgsnd(2): move compat to nativeAl Viro2017-07-151-2/+43
| * ipc: make use of compat ipc_perm helpersAl Viro2017-07-151-24/+4
| * msgctl(): move compat to nativeAl Viro2017-07-151-0/+133
| * msgctl(): split the actual work from copyin/copyoutAl Viro2017-07-151-106/+96
* | ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-081-4/+6
* | ipc: add missing container_of()s for randstructKees Cook2017-08-021-1/+2
|/
* ipc/msg: remove special msg_alloc/freeKees Cook2017-07-121-20/+4
* ipc: move atomic_set() to where it is neededKees Cook2017-07-121-2/+0
* ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul2017-07-121-5/+5
* ipc/msg: avoid ipc_rcu_alloc()Kees Cook2017-07-121-4/+14
* ipc/msg: do not use ipc_rcu_free()Kees Cook2017-07-121-2/+7
* ipc: merge ipc_rcu and kern_ipc_permManfred Spraul2017-07-121-8/+11
* sched/headers: Move the wake-queue types and interfaces from sched.h into <li...Ingo Molnar2017-03-021-1/+0
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* ipc: msg, make msgrcv work with LONG_MINJiri Slaby2016-12-141-1/+4
* sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long2016-11-211-4/+4
* ipc/msg: avoid waking sender upon full queueDavidlohr Bueso2016-10-111-10/+43
* ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso2016-10-111-4/+4
* ipc/msg: batch queue sender wakeupsDavidlohr Bueso2016-10-111-10/+20
* ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior2016-10-111-93/+40
* sysv, ipc: fix security-layer leakingFabian Frederick2016-08-021-1/+1
* Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds2015-09-301-7/+7
* ipc: rename ipc_obtain_objectDavidlohr Bueso2015-06-301-1/+1
* ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso2015-06-301-10/+38
* ipc: remove use of seq_printf return valueJoe Perches2015-04-151-16/+18
* ipc/msg: increase MSGMNI, remove scalingManfred Spraul2014-12-131-35/+1
* ipc,msg: document volatile r_msgDavidlohr Bueso2014-06-061-3/+7
* ipc,msg: move some msgq ns code aroundDavidlohr Bueso2014-06-061-69/+63
* ipc,msg: use current->state helpersDavidlohr Bueso2014-06-061-2/+2
* ipc, kernel: clear whitespacePaul McQuade2014-06-061-16/+15
* ipc, kernel: use Linux headersPaul McQuade2014-06-061-1/+1
* ipc: constify ipc_opsMathias Krause2014-06-061-5/+4
* ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk2014-03-161-0/+2
* ipc,msg: document barriersDavidlohr Bueso2014-01-271-2/+17
* ipc: whitespace cleanupManfred Spraul2014-01-271-9/+9
* ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini2014-01-271-3/+4
* ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso2013-09-301-0/+13
* ipc: fix race with LSMsDavidlohr Bueso2013-09-241-6/+13
* ipc,msg: drop msg_unlockDavidlohr Bueso2013-09-111-3/+2
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-111-10/+10
* ipc/msg.c: Fix lost wakeup in msgsnd().Manfred Spraul2013-09-031-7/+5
* IPC: bugfix for msgrcv with msgtyp < 0Svenning Sørensen2013-08-281-2/+3
* ipc: remove unused functionsDavidlohr Bueso2013-07-091-25/+0
* ipc,msg: shorten critical region in msgrcvDavidlohr Bueso2013-07-091-26/+32
* ipc,msg: shorten critical region in msgsndDavidlohr Bueso2013-07-091-13/+24
OpenPOWER on IntegriCloud