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