aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-05ipc: adjust proc_ipc_sem_dointvec definition to match prototypeTobias Klauser1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-08-12ipc/shm.c: remove the superfluous breakLiao Pingfang1-1/+0
2020-08-12ipc: uninline functionsAlexey Dobriyan2-4/+2
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-06-08ipc/namespace.c: use a work queue to free_ipcGiuseppe Scrivano1-2/+22
2020-06-08ipc/msg: add missing annotation for freeque()Jules Irenge1-0/+2
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-7/+7
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-4/+3
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-14/+32
2020-05-14ipc/util.c: sysvipc_find_ipc() incorrectly updates position indexVasily Averin1-6/+6
2020-05-09nsproxy: add struct nssetChristian Brauner1-4/+3
2020-05-07ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()Oleg Nesterov1-8/+26
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2-7/+7
2020-04-10ipc/util.c: sysvipc_find_ipc() should increase position indexVasily Averin1-1/+1
2020-04-07ipc/shm.c: make compat_ksys_shmctl() staticJason Yan1-1/+1
2020-04-07ipc/mqueue.c: fix a brace coding style issueSomala Swaraj1-3/+2
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan1-0/+1
2020-02-21Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"Ioanna Alifieraki1-4/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-7/+7
2020-02-04ipc/msg.c: consolidate all xxxctl_down() functionsLu Shuaibing1-9/+10
2020-02-04ipc/sem.c: document and update memory barriersManfred Spraul1-25/+41
2020-02-04ipc/msg.c: update and document memory barriersManfred Spraul1-7/+36
2020-02-04ipc/mqueue.c: update/document memory barriersManfred Spraul1-14/+78
2020-02-04ipc/mqueue.c: remove duplicated codeDavidlohr Bueso1-13/+18
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-15y2038: remove CONFIG_64BIT_TIMEArnd Bergmann1-1/+1
2019-09-25ipc/sem.c: convert to use built-in RCU list checkingJoel Fernandes (Google)1-1/+2
2019-09-25ipc/mqueue: improve exception handling in do_mq_notify()Markus Elfring1-12/+8
2019-09-25ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()Markus Elfring1-1/+1
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2019-09-07ipc: fix sparc64 ipc() wrapperArnd Bergmann1-23/+2
2019-09-05new helper: get_tree_keyed()Al Viro1-2/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+5
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-19/+16
2019-07-16ipc/mqueue.c: only perform resource calculation if user validKees Cook1-9/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2-10/+2
2019-05-25mqueue: set ->user_ns before ->get_tree()Al Viro1-4/+5
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52Thomas Gleixner1-5/+1
2019-05-14ipc: do cyclic id allocation for the ipc object.Manfred Spraul3-1/+11
2019-05-14ipc: conserve sequence numbers in ipcmni_extend modeManfred Spraul2-9/+34
2019-05-14ipc: allow boot time extension of IPCMNI from 32k to 16MWaiman Long3-15/+51
2019-05-14ipc/mqueue: optimize msg_get()Davidlohr Bueso1-25/+35
2019-05-14ipc/mqueue: remove redundant wq task assignmentDavidlohr Bueso1-2/+0
2019-05-14ipc: prevent lockup on alloc_msg and free_msgLi Rongqing2-2/+14
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2019-05-01mqueue: switch to ->free_inode()Al Viro1-8/+2
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown1-1/+0
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-23/+73