summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2018-04-13ipc/shm: fix use-after-free of shm file via remap_file_pages()Eric Biggers
2018-04-11ipc/shm.c: shm_split(): remove unneeded test for NULL shm_file_data.vm_opsAndrew Morton
2018-04-11ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso
2018-04-11ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso
2018-04-11ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso
2018-04-11proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan
2018-04-03Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-02ipc: add msgsnd syscall/compat_syscall wrappersDominik Brodowski
2018-04-02ipc: add msgrcv syscall/compat_syscall wrappersDominik Brodowski
2018-04-02ipc: add msgctl syscall/compat_syscall wrappersDominik Brodowski
2018-04-02ipc: add shmctl syscall/compat_syscall wrappersDominik Brodowski
2018-04-02ipc: add shmdt syscall wrapperDominik Brodowski
2018-04-02ipc: add shmget syscall wrapperDominik Brodowski
2018-04-02ipc: add msgget syscall wrapperDominik Brodowski
2018-04-02ipc: add semctl syscall/compat_syscall wrappersDominik Brodowski
2018-04-02ipc: add semget syscall wrapperDominik Brodowski
2018-04-02ipc: add semtimedop syscall/compat_syscall wrappersDominik Brodowski
2018-03-28ipc/shm.c: add split function to shm_vm_opsMike Kravetz
2018-03-28ipc/shm: Fix pid freeing.Eric W. Biederman
2018-03-27ipc: Directly call the security hook in ipc_ops.associateEric W. Biederman
2018-03-27ipc/sem: Fix semctl(..., GETPID, ...) between pid namespacesEric W. Biederman
2018-03-27ipc/msg: Fix msgctl(..., IPC_STAT, ...) between pid namespacesEric W. Biederman
2018-03-27ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.Eric W. Biederman
2018-03-24Revert "mqueue: switch to on-demand creation of internal mount"Eric W. Biederman
2018-03-24ipc/util: Helpers for making the sysvipc operations pid namespace awareEric W. Biederman
2018-03-24ipc: Move IPCMNI from include/ipc.h into ipc/util.hEric W. Biederman
2018-03-24msg: Move struct msg_queue into ipc/msg.cEric W. Biederman
2018-03-24shm: Move struct shmid_kernel into ipc/shm.cEric W. Biederman
2018-03-22sem: Move struct sem and struct sem_array into ipc/sem.cEric W. Biederman
2018-03-22msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman
2018-03-22shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman
2018-03-22sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06ipc/mqueue.c: have RT tasks queue in by priority in wq_add()Jonathan Haws
2018-02-06ipc: fix ipc data structures inconsistencyPhilippe Mikoyan
2018-01-30Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-12signal: Ensure generic siginfos the kernel sends have all bits initializedEric W. Biederman
2018-01-05mqueue: switch to on-demand creation of internal mountAl Viro
2018-01-05tidy do_mq_open() up a bitAl Viro
2018-01-05mqueue: clean prepare_open() upAl Viro
2018-01-05do_mq_open(): move all work prior to dentry_open() into a helperAl Viro
2018-01-05mqueue: fold mq_attr_ok() into mqueue_get_inode()Al Viro
2018-01-05move dentry_open() calls up into do_mq_open()Al Viro
2018-01-05mqueue: switch to vfs_mkobj(), quit abusing ->d_fsdataAl Viro
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-17sysvipc: make get_maxid O(1) againDavidlohr Bueso