summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* ipc/shm: fix use-after-free of shm file via remap_file_pages()Eric Biggers2018-04-131-3/+20
* ipc/shm.c: shm_split(): remove unneeded test for NULL shm_file_data.vm_opsAndrew Morton2018-04-111-1/+1
* ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso2018-04-111-5/+12
* ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso2018-04-111-5/+12
* ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso2018-04-111-5/+18
* proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan2018-04-111-0/+1
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-035-80/+152
|\
| * ipc/shm: Fix pid freeing.Eric W. Biederman2018-03-281-2/+2
| * ipc: Directly call the security hook in ipc_ops.associateEric W. Biederman2018-03-273-27/+3
| * ipc/sem: Fix semctl(..., GETPID, ...) between pid namespacesEric W. Biederman2018-03-271-10/+12
| * ipc/msg: Fix msgctl(..., IPC_STAT, ...) between pid namespacesEric W. Biederman2018-03-271-10/+13
| * ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.Eric W. Biederman2018-03-271-10/+15
| * ipc/util: Helpers for making the sysvipc operations pid namespace awareEric W. Biederman2018-03-242-0/+20
| * ipc: Move IPCMNI from include/ipc.h into ipc/util.hEric W. Biederman2018-03-241-0/+1
| * msg: Move struct msg_queue into ipc/msg.cEric W. Biederman2018-03-241-0/+17
| * shm: Move struct shmid_kernel into ipc/shm.cEric W. Biederman2018-03-241-0/+22
| * sem: Move struct sem and struct sem_array into ipc/sem.cEric W. Biederman2018-03-221-0/+34
| * msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman2018-03-221-10/+8
| * shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman2018-03-221-10/+7
| * sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman2018-03-221-11/+8
* | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-025-49/+172
|\ \
| * | ipc: add msgsnd syscall/compat_syscall wrappersDominik Brodowski2018-04-023-6/+22
| * | ipc: add msgrcv syscall/compat_syscall wrappersDominik Brodowski2018-04-023-7/+24
| * | ipc: add msgctl syscall/compat_syscall wrappersDominik Brodowski2018-04-023-4/+17
| * | ipc: add shmctl syscall/compat_syscall wrappersDominik Brodowski2018-04-023-4/+16
| * | ipc: add shmdt syscall wrapperDominik Brodowski2018-04-023-3/+9
| * | ipc: add shmget syscall wrapperDominik Brodowski2018-04-023-3/+9
| * | ipc: add msgget syscall wrapperDominik Brodowski2018-04-023-3/+9
| * | ipc: add semctl syscall/compat_syscall wrappersDominik Brodowski2018-04-023-4/+16
| * | ipc: add semget syscall wrapperDominik Brodowski2018-04-023-3/+9
| * | ipc: add semtimedop syscall/compat_syscall wrappersDominik Brodowski2018-04-023-12/+41
| |/
* | ipc/shm.c: add split function to shm_vm_opsMike Kravetz2018-03-281-0/+12
* | Revert "mqueue: switch to on-demand creation of internal mount"Eric W. Biederman2018-03-241-55/+19
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* ipc/mqueue.c: have RT tasks queue in by priority in wq_add()Jonathan Haws2018-02-061-1/+1
* ipc: fix ipc data structures inconsistencyPhilippe Mikoyan2018-02-064-12/+43
* Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-01-301-130/+111
|\
| * mqueue: switch to on-demand creation of internal mountAl Viro2018-01-051-19/+55
| * tidy do_mq_open() up a bitAl Viro2018-01-051-6/+3
| * mqueue: clean prepare_open() upAl Viro2018-01-051-18/+11
| * do_mq_open(): move all work prior to dentry_open() into a helperAl Viro2018-01-051-46/+31
| * mqueue: fold mq_attr_ok() into mqueue_get_inode()Al Viro2018-01-051-50/+21
| * move dentry_open() calls up into do_mq_open()Al Viro2018-01-051-24/+20
| * mqueue: switch to vfs_mkobj(), quit abusing ->d_fsdataAl Viro2018-01-051-8/+11
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\ \
| * | ipc, kernel, mm: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | | signal: Ensure generic siginfos the kernel sends have all bits initializedEric W. Biederman2018-01-121-0/+1
| |/ |/|
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-174-50/+75
|\
| * sysvipc: make get_maxid O(1) againDavidlohr Bueso2017-11-172-33/+31