aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2020-09-05ipc: adjust proc_ipc_sem_dointvec definition to match prototypeGravatar Tobias Klauser 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-4/+4
2020-08-12ipc/shm.c: remove the superfluous breakGravatar Liao Pingfang 1-1/+0
2020-08-12ipc: uninline functionsGravatar Alexey Dobriyan 2-4/+2
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Gravatar Peter Collingbourne 1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-4/+4
2020-06-08ipc/namespace.c: use a work queue to free_ipcGravatar Giuseppe Scrivano 1-2/+22
2020-06-08ipc/msg: add missing annotation for freeque()Gravatar Jules Irenge 1-0/+2
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 2-7/+7
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Gravatar Linus Torvalds 1-4/+3
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-14/+32
2020-05-14ipc/util.c: sysvipc_find_ipc() incorrectly updates position indexGravatar Vasily Averin 1-6/+6
2020-05-09nsproxy: add struct nssetGravatar Christian Brauner 1-4/+3
2020-05-07ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()Gravatar Oleg Nesterov 1-8/+26
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 2-7/+7
2020-04-10ipc/util.c: sysvipc_find_ipc() should increase position indexGravatar Vasily Averin 1-1/+1
2020-04-07ipc/shm.c: make compat_ksys_shmctl() staticGravatar Jason Yan 1-1/+1
2020-04-07ipc/mqueue.c: fix a brace coding style issueGravatar Somala Swaraj 1-3/+2
2020-04-07proc: faster open/read/close with "permanent" filesGravatar Alexey Dobriyan 1-0/+1
2020-02-21Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"Gravatar Ioanna Alifieraki 1-4/+2
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-7/+7
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