summaryrefslogtreecommitdiffstats
path: root/ipc/msg.c
Commit message (Expand)AuthorAgeFilesLines
* ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-251-7/+32
* y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-3/+3
* ipc/util.c: further variable name cleanupsManfred Spraul2018-08-221-3/+3
* ipc: simplify ipc initializationDavidlohr Bueso2018-08-221-5/+4Star
* ipc: rename ipcctl_pre_down_nolock()Manfred Spraul2018-08-221-1/+1
* ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul2018-08-221-1/+1
* ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul2018-08-221-5/+14
* rhashtable: split rhashtable.hNeilBrown2018-06-221-0/+1
* 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-041-26/+36
|\
| * ipc: Directly call the security hook in ipc_ops.associateEric W. Biederman2018-03-271-9/+1Star
| * 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-231-10/+8Star
* | 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-071-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-151-111/+255
|\
| * ipc: msg: Make msg_queue timestamps y2038 safeDeepa Dinamani2017-09-041-3/+3
| * msgrcv(2), msgsnd(2): move compat to nativeAl Viro2017-07-161-2/+43
| * ipc: make use of compat ipc_perm helpersAl Viro2017-07-161-24/+4Star
| * msgctl(): move compat to nativeAl Viro2017-07-161-0/+133
| * msgctl(): split the actual work from copyin/copyoutAl Viro2017-07-161-106/+96Star
* | ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-091-4/+6
* | ipc: add missing container_of()s for randstructKees Cook2017-08-031-1/+2
|/
* ipc/msg: remove special msg_alloc/freeKees Cook2017-07-131-20/+4Star
* ipc: move atomic_set() to where it is neededKees Cook2017-07-131-2/+0Star
* ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul2017-07-131-5/+5
* ipc/msg: avoid ipc_rcu_alloc()Kees Cook2017-07-131-4/+14
* ipc/msg: do not use ipc_rcu_free()Kees Cook2017-07-131-2/+7
* ipc: merge ipc_rcu and kern_ipc_permManfred Spraul2017-07-131-8/+11
* sched/headers: Move the wake-queue types and interfaces from sched.h into <li...Ingo Molnar2017-03-021-1/+0Star
* 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-151-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-121-10/+43
* ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso2016-10-121-4/+4
* ipc/msg: batch queue sender wakeupsDavidlohr Bueso2016-10-121-10/+20
* ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior2016-10-121-93/+40Star
* 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-07-011-1/+1
* ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso2015-07-011-10/+38