summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-7/+7
* ipc/msg.c: consolidate all xxxctl_down() functionsLu Shuaibing2020-02-041-9/+10
* ipc/sem.c: document and update memory barriersManfred Spraul2020-02-041-25/+41
* ipc/msg.c: update and document memory barriersManfred Spraul2020-02-041-7/+36
* ipc/mqueue.c: update/document memory barriersManfred Spraul2020-02-041-14/+78
* ipc/mqueue.c: remove duplicated codeDavidlohr Bueso2020-02-041-13/+18
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* y2038: remove CONFIG_64BIT_TIMEArnd Bergmann2019-11-151-1/+1
* ipc/sem.c: convert to use built-in RCU list checkingJoel Fernandes (Google)2019-09-251-1/+2
* ipc/mqueue: improve exception handling in do_mq_notify()Markus Elfring2019-09-251-12/+8
* ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()Markus Elfring2019-09-251-1/+1
* Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-181-2/+1
|\
| * new helper: get_tree_keyed()Al Viro2019-09-051-2/+1
* | ipc: fix sparc64 ipc() wrapperArnd Bergmann2019-09-071-23/+2
|/
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-4/+5
|\
| * mqueue: set ->user_ns before ->get_tree()Al Viro2019-05-251-4/+5
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-19/+16
* | ipc/mqueue.c: only perform resource calculation if user validKees Cook2019-07-161-9/+10
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-052-10/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52Thomas Gleixner2019-05-241-5/+1
|/
* ipc: do cyclic id allocation for the ipc object.Manfred Spraul2019-05-143-1/+11
* ipc: conserve sequence numbers in ipcmni_extend modeManfred Spraul2019-05-142-9/+34
* ipc: allow boot time extension of IPCMNI from 32k to 16MWaiman Long2019-05-143-15/+51
* ipc/mqueue: optimize msg_get()Davidlohr Bueso2019-05-141-25/+35
* ipc/mqueue: remove redundant wq task assignmentDavidlohr Bueso2019-05-141-2/+0
* ipc: prevent lockup on alloc_msg and free_msgLi Rongqing2019-05-142-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-1/+0
|\
| * rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-071-1/+0
* | mqueue: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-122-23/+73
|\
| * ipc: Convert mqueue fs to fs_contextDavid Howells2019-02-282-23/+73
* | ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_sizeGustavo A. R. Silva2019-03-071-5/+1
* | ipc: annotate implicit fall throughMathieu Malaterre2019-03-071-0/+1
* | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-072-9/+9
* | ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-255-41/+110
* | ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann2019-01-181-4/+16
|/
* ipc: IPCMNI limit check for semmniWaiman Long2018-10-312-1/+31
* ipc: IPCMNI limit check for msgmni and shmmniWaiman Long2018-10-311-2/+5
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-256-17/+17
|\
| * y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-276-17/+17
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-1/+1
|\ \
| * | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
| |/
* | ipc/shm.c: use ERR_CAST() for shm_lock() error returnKees Cook2018-10-051-1/+1
* | ipc/shm: properly return EIDRM in shm_lock()Davidlohr Bueso2018-09-041-0/+1
|/
* ipc/util.c: update return value of ipc_getref from int to boolManfred Spraul2018-08-222-2/+2
* ipc/util.c: further variable name cleanupsManfred Spraul2018-08-225-26/+26
* ipc: simplify ipc initializationDavidlohr Bueso2018-08-226-54/+30
* ipc: get rid of ids->tables_initialized hackDavidlohr Bueso2018-08-221-15/+8
* ipc: drop ipc_lock()Davidlohr Bueso2018-08-223-43/+23
* ipc/util.c: correct comment in ipc_obtain_object_checkManfred Spraul2018-08-221-2/+2
OpenPOWER on IntegriCloud