aboutsummaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)Author
2019-09-16ipc: prevent lockup on alloc_msg and free_msgLi Rongqing
2018-08-02ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu
2018-07-26ipc/sem.c: prevent queue.status tearing in semopDavidlohr Bueso
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
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-05-25ipc/shm: fix shmat() nil address after round-down when remappingDavidlohr Bueso
2018-05-25Revert "ipc/shm: Fix shmat mmap nil-page protection"Davidlohr Bueso
2018-04-20y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedopArnd Bergmann
2018-04-20y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann
2018-04-20y2038: ipc: Use __kernel_timespecArnd Bergmann
2018-04-20y2038: ipc: Report long times to user spaceArnd Bergmann
2018-04-20y2038: ipc: Use ktime_get_real_seconds consistentlyArnd Bergmann
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