summaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)Author
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-08ipc/namespace.c: use a work queue to free_ipcGiuseppe Scrivano
2020-06-08ipc/msg: add missing annotation for freeque()Jules Irenge
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-14ipc/util.c: sysvipc_find_ipc() incorrectly updates position indexVasily Averin
2020-05-09nsproxy: add struct nssetChristian Brauner
2020-05-07ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()Oleg Nesterov
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-10ipc/util.c: sysvipc_find_ipc() should increase position indexVasily Averin
2020-04-07ipc/shm.c: make compat_ksys_shmctl() staticJason Yan
2020-04-07ipc/mqueue.c: fix a brace coding style issueSomala Swaraj
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan
2020-02-21Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"Ioanna Alifieraki
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-04ipc/msg.c: consolidate all xxxctl_down() functionsLu Shuaibing
2020-02-04ipc/sem.c: document and update memory barriersManfred Spraul
2020-02-04ipc/msg.c: update and document memory barriersManfred Spraul
2020-02-04ipc/mqueue.c: update/document memory barriersManfred Spraul
2020-02-04ipc/mqueue.c: remove duplicated codeDavidlohr Bueso
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-15y2038: remove CONFIG_64BIT_TIMEArnd Bergmann
2019-09-25ipc/sem.c: convert to use built-in RCU list checkingJoel Fernandes (Google)
2019-09-25ipc/mqueue: improve exception handling in do_mq_notify()Markus Elfring
2019-09-25ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()Markus Elfring
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-07ipc: fix sparc64 ipc() wrapperArnd Bergmann
2019-09-05new helper: get_tree_keyed()Al Viro
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-16ipc/mqueue.c: only perform resource calculation if user validKees Cook
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-25mqueue: set ->user_ns before ->get_tree()Al Viro
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52Thomas Gleixner
2019-05-14ipc: do cyclic id allocation for the ipc object.Manfred Spraul
2019-05-14ipc: conserve sequence numbers in ipcmni_extend modeManfred Spraul
2019-05-14ipc: allow boot time extension of IPCMNI from 32k to 16MWaiman Long
2019-05-14ipc/mqueue: optimize msg_get()Davidlohr Bueso
2019-05-14ipc/mqueue: remove redundant wq task assignmentDavidlohr Bueso
2019-05-14ipc: prevent lockup on alloc_msg and free_msgLi Rongqing
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-01mqueue: switch to ->free_inode()Al Viro
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-03-07ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_sizeGustavo A. R. Silva
2019-03-07ipc: annotate implicit fall throughMathieu Malaterre
2019-02-28ipc: Convert mqueue fs to fs_contextDavid Howells
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann