aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2020-02-04ipc/msg.c: consolidate all xxxctl_down() functionsGravatar Lu Shuaibing 1-9/+10
2020-02-04ipc/sem.c: document and update memory barriersGravatar Manfred Spraul 1-25/+41
2020-02-04ipc/msg.c: update and document memory barriersGravatar Manfred Spraul 1-7/+36
2020-02-04ipc/mqueue.c: update/document memory barriersGravatar Manfred Spraul 1-14/+78
2020-02-04ipc/mqueue.c: remove duplicated codeGravatar Davidlohr Bueso 1-13/+18
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-1/+1
2019-11-15y2038: remove CONFIG_64BIT_TIMEGravatar Arnd Bergmann 1-1/+1
2019-09-25ipc/sem.c: convert to use built-in RCU list checkingGravatar Joel Fernandes (Google) 1-1/+2
2019-09-25ipc/mqueue: improve exception handling in do_mq_notify()Gravatar Markus Elfring 1-12/+8
2019-09-25ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()Gravatar Markus Elfring 1-1/+1
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2019-09-07ipc: fix sparc64 ipc() wrapperGravatar Arnd Bergmann 1-23/+2
2019-09-05new helper: get_tree_keyed()Gravatar Al Viro 1-2/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-4/+5
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 1-19/+16
2019-07-16ipc/mqueue.c: only perform resource calculation if user validGravatar Kees Cook 1-9/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 2-10/+2
2019-05-25mqueue: set ->user_ns before ->get_tree()Gravatar Al Viro 1-4/+5
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52Gravatar Thomas Gleixner 1-5/+1
2019-05-14ipc: do cyclic id allocation for the ipc object.Gravatar Manfred Spraul 3-1/+11
2019-05-14ipc: conserve sequence numbers in ipcmni_extend modeGravatar Manfred Spraul 2-9/+34
2019-05-14ipc: allow boot time extension of IPCMNI from 32k to 16MGravatar Waiman Long 3-15/+51
2019-05-14ipc/mqueue: optimize msg_get()Gravatar Davidlohr Bueso 1-25/+35
2019-05-14ipc/mqueue: remove redundant wq task assignmentGravatar Davidlohr Bueso 1-2/+0
2019-05-14ipc: prevent lockup on alloc_msg and free_msgGravatar Li Rongqing 2-2/+14
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+0
2019-05-01mqueue: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.Gravatar NeilBrown 1-1/+0
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-23/+73
2019-03-07ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_sizeGravatar Gustavo A. R. Silva 1-5/+1
2019-03-07ipc: annotate implicit fall throughGravatar Mathieu Malaterre 1-0/+1
2019-02-28ipc: Convert mqueue fs to fs_contextGravatar David Howells 2-23/+73
2019-02-07y2038: syscalls: rename y2038 compat syscallsGravatar Arnd Bergmann 2-9/+9
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsGravatar Arnd Bergmann 5-41/+110
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Gravatar Arnd Bergmann 1-4/+16
2018-10-31ipc: IPCMNI limit check for semmniGravatar Waiman Long 2-1/+31
2018-10-31ipc: IPCMNI limit check for msgmni and shmmniGravatar Waiman Long 1-2/+5
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-17/+17
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2018-10-05ipc/shm.c: use ERR_CAST() for shm_lock() error returnGravatar Kees Cook 1-1/+1
2018-10-03signal: Distinguish between kernel_siginfo and siginfoGravatar Eric W. Biederman 1-1/+1
2018-09-04ipc/shm: properly return EIDRM in shm_lock()Gravatar Davidlohr Bueso 1-0/+1
2018-08-27y2038: globally rename compat_time to old_time32Gravatar Arnd Bergmann 6-17/+17
2018-08-22ipc/util.c: update return value of ipc_getref from int to boolGravatar Manfred Spraul 2-2/+2
2018-08-22ipc/util.c: further variable name cleanupsGravatar Manfred Spraul 5-26/+26
2018-08-22ipc: simplify ipc initializationGravatar Davidlohr Bueso 6-54/+30
2018-08-22ipc: get rid of ids->tables_initialized hackGravatar Davidlohr Bueso 1-15/+8
2018-08-22ipc: drop ipc_lock()Gravatar Davidlohr Bueso 3-43/+23
2018-08-22ipc/util.c: correct comment in ipc_obtain_object_checkGravatar Manfred Spraul 1-2/+2
2018-08-22ipc: rename ipcctl_pre_down_nolock()Gravatar Manfred Spraul 5-8/+8