summaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)Author
2019-09-19ipc: fix sparc64 ipc() wrapperArnd Bergmann
2019-08-06ipc/mqueue.c: only perform resource calculation if user validKees Cook
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
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
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann
2018-10-31ipc: IPCMNI limit check for semmniWaiman Long
2018-10-31ipc: IPCMNI limit check for msgmni and shmmniWaiman Long
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-05ipc/shm.c: use ERR_CAST() for shm_lock() error returnKees Cook
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-09-04ipc/shm: properly return EIDRM in shm_lock()Davidlohr Bueso
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-08-22ipc/util.c: update return value of ipc_getref from int to boolManfred Spraul
2018-08-22ipc/util.c: further variable name cleanupsManfred Spraul
2018-08-22ipc: simplify ipc initializationDavidlohr Bueso
2018-08-22ipc: get rid of ids->tables_initialized hackDavidlohr Bueso
2018-08-22ipc: drop ipc_lock()Davidlohr Bueso
2018-08-22ipc/util.c: correct comment in ipc_obtain_object_checkManfred Spraul
2018-08-22ipc: rename ipcctl_pre_down_nolock()Manfred Spraul
2018-08-22ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul
2018-08-22ipc: reorganize initialization of kern_ipc_perm.seqManfred Spraul
2018-08-22ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-05Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-02ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-26ipc/sem.c: prevent queue.status tearing in semopDavidlohr Bueso
2018-07-12do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()Al Viro
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro
2018-06-22rhashtable: split rhashtable.hNeilBrown
2018-06-15ipc: use new return type vm_fault_tSouptick Joarder
2018-06-15sysvipc/sem: mitigate semnum index against spectre v1Davidlohr Bueso
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook