summaryrefslogtreecommitdiffstats
path: root/ipc/msg.c
Commit message (Expand)AuthorAgeFilesLines
* y2038: ipc: Report long times to user spaceArnd Bergmann2018-04-201-3/+11
* y2038: ipc: Use ktime_get_real_seconds consistentlyArnd Bergmann2018-04-201-3/+3
* ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso2018-04-111-5/+12
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-031-26/+36
|\
| * ipc: Directly call the security hook in ipc_ops.associateEric W. Biederman2018-03-271-9/+1
| * ipc/msg: Fix msgctl(..., IPC_STAT, ...) between pid namespacesEric W. Biederman2018-03-271-10/+13
| * msg: Move struct msg_queue into ipc/msg.cEric W. Biederman2018-03-241-0/+17
| * msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman2018-03-221-10/+8
* | ipc: add msgsnd syscall/compat_syscall wrappersDominik Brodowski2018-04-021-4/+16
* | ipc: add msgrcv syscall/compat_syscall wrappersDominik Brodowski2018-04-021-3/+16
* | ipc: add msgctl syscall/compat_syscall wrappersDominik Brodowski2018-04-021-2/+12
* | ipc: add msgget syscall wrapperDominik Brodowski2018-04-021-1/+6
|/
* ipc: fix ipc data structures inconsistencyPhilippe Mikoyan2018-02-061-6/+14
* 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
OpenPOWER on IntegriCloud