aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/msg.c
Commit message (Expand)AuthorAge
* ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-25
* y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-27
* ipc/util.c: further variable name cleanupsManfred Spraul2018-08-22
* ipc: simplify ipc initializationDavidlohr Bueso2018-08-22
* ipc: rename ipcctl_pre_down_nolock()Manfred Spraul2018-08-22
* ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul2018-08-22
* ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul2018-08-22
* rhashtable: split rhashtable.hNeilBrown2018-06-22
* y2038: ipc: Report long times to user spaceArnd Bergmann2018-04-20
* y2038: ipc: Use ktime_get_real_seconds consistentlyArnd Bergmann2018-04-20
* ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso2018-04-11
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-03
|\
| * ipc: Directly call the security hook in ipc_ops.associateEric W. Biederman2018-03-27
| * ipc/msg: Fix msgctl(..., IPC_STAT, ...) between pid namespacesEric W. Biederman2018-03-27
| * msg: Move struct msg_queue into ipc/msg.cEric W. Biederman2018-03-24
| * msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman2018-03-22
* | ipc: add msgsnd syscall/compat_syscall wrappersDominik Brodowski2018-04-02
* | ipc: add msgrcv syscall/compat_syscall wrappersDominik Brodowski2018-04-02
* | ipc: add msgctl syscall/compat_syscall wrappersDominik Brodowski2018-04-02
* | ipc: add msgget syscall wrapperDominik Brodowski2018-04-02
|/
* ipc: fix ipc data structures inconsistencyPhilippe Mikoyan2018-02-06
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-17
|\
| * fix address space warnings in ipc/Linus Torvalds2017-10-11
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-14
|\
| * ipc: msg: Make msg_queue timestamps y2038 safeDeepa Dinamani2017-09-03
| * msgrcv(2), msgsnd(2): move compat to nativeAl Viro2017-07-15
| * ipc: make use of compat ipc_perm helpersAl Viro2017-07-15
| * msgctl(): move compat to nativeAl Viro2017-07-15
| * msgctl(): split the actual work from copyin/copyoutAl Viro2017-07-15
* | ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-08
* | ipc: add missing container_of()s for randstructKees Cook2017-08-02
|/
* ipc/msg: remove special msg_alloc/freeKees Cook2017-07-12
* ipc: move atomic_set() to where it is neededKees Cook2017-07-12
* ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul2017-07-12
* ipc/msg: avoid ipc_rcu_alloc()Kees Cook2017-07-12
* ipc/msg: do not use ipc_rcu_free()Kees Cook2017-07-12
* ipc: merge ipc_rcu and kern_ipc_permManfred Spraul2017-07-12
* sched/headers: Move the wake-queue types and interfaces from sched.h into <li...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* ipc: msg, make msgrcv work with LONG_MINJiri Slaby2016-12-14
* sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long2016-11-21
* ipc/msg: avoid waking sender upon full queueDavidlohr Bueso2016-10-11
* ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso2016-10-11
* ipc/msg: batch queue sender wakeupsDavidlohr Bueso2016-10-11
* ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior2016-10-11
* sysv, ipc: fix security-layer leakingFabian Frederick2016-08-02
* Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds2015-09-30
* ipc: rename ipc_obtain_objectDavidlohr Bueso2015-06-30
* ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso2015-06-30