Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ipc/msg.c
AgeCommit message (Expand)Author
2018-02-07ipc: fix ipc data structures inconsistencyPhilippe Mikoyan
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-11fix address space warnings in ipc/Linus Torvalds
2017-09-15Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2017-09-09ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel
2017-09-04ipc: msg: Make msg_queue timestamps y2038 safeDeepa Dinamani
2017-08-03ipc: add missing container_of()s for randstructKees Cook
2017-07-16msgrcv(2), msgsnd(2): move compat to nativeAl Viro
2017-07-16ipc: make use of compat ipc_perm helpersAl Viro
2017-07-16msgctl(): move compat to nativeAl Viro
2017-07-16msgctl(): split the actual work from copyin/copyoutAl Viro
2017-07-13ipc/msg: remove special msg_alloc/freeKees Cook
2017-07-13ipc: move atomic_set() to where it is neededKees Cook
2017-07-13ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-07-13ipc/msg: avoid ipc_rcu_alloc()Kees Cook
2017-07-13ipc/msg: do not use ipc_rcu_free()Kees Cook
2017-07-13ipc: merge ipc_rcu and kern_ipc_permManfred Spraul
2017-03-02sched/headers: Move the wake-queue types and interfaces from sched.h into <li...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-15ipc: msg, make msgrcv work with LONG_MINJiri Slaby
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long
2016-10-12ipc/msg: avoid waking sender upon full queueDavidlohr Bueso
2016-10-12ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso
2016-10-12ipc/msg: batch queue sender wakeupsDavidlohr Bueso
2016-10-12ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior
2016-08-03sysv, ipc: fix security-layer leakingFabian Frederick
2015-09-30Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds
2015-07-01ipc: rename ipc_obtain_objectDavidlohr Bueso
2015-07-01ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso
2015-04-16ipc: remove use of seq_printf return valueJoe Perches
2014-12-13ipc/msg: increase MSGMNI, remove scalingManfred Spraul
2014-06-07ipc,msg: document volatile r_msgDavidlohr Bueso
2014-06-07ipc,msg: move some msgq ns code aroundDavidlohr Bueso
2014-06-07ipc,msg: use current->state helpersDavidlohr Bueso
2014-06-07ipc, kernel: clear whitespacePaul McQuade
2014-06-07ipc, kernel: use Linux headersPaul McQuade
2014-06-07ipc: constify ipc_opsMathias Krause
2014-03-16ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk
2014-01-28ipc,msg: document barriersDavidlohr Bueso
2014-01-28ipc: whitespace cleanupManfred Spraul
2014-01-28ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini
2013-10-01ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso
2013-09-24ipc: fix race with LSMsDavidlohr Bueso
2013-09-12ipc,msg: drop msg_unlockDavidlohr Bueso
2013-09-12ipc: rename ids->rw_mutexDavidlohr Bueso
2013-09-03ipc/msg.c: Fix lost wakeup in msgsnd().Manfred Spraul
2013-08-29IPC: bugfix for msgrcv with msgtyp < 0Svenning Sørensen
2013-07-09ipc: remove unused functionsDavidlohr Bueso
2013-07-09ipc,msg: shorten critical region in msgrcvDavidlohr Bueso