aboutsummaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAge
...
* | | | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-13
|\ \ \ \ | |_|_|/ |/| | |
| * | | do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()Al Viro2018-07-12
| * | | alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-12
| |/ /
* | / ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu2018-08-02
| |/ |/|
* | ipc/sem.c: prevent queue.status tearing in semopDavidlohr Bueso2018-07-26
|/
* ipc: use new return type vm_fault_tSouptick Joarder2018-06-14
* sysvipc/sem: mitigate semnum index against spectre v1Davidlohr Bueso2018-06-14
* treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-12
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-05
|\
| * y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedopArnd Bergmann2018-04-20
| * y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann2018-04-20
| * y2038: ipc: Use __kernel_timespecArnd Bergmann2018-04-20
| * y2038: ipc: Report long times to user spaceArnd Bergmann2018-04-20
| * y2038: ipc: Use ktime_get_real_seconds consistentlyArnd Bergmann2018-04-20
* | ipc/shm: fix shmat() nil address after round-down when remappingDavidlohr Bueso2018-05-25
* | Revert "ipc/shm: Fix shmat mmap nil-page protection"Davidlohr Bueso2018-05-25
|/
* 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-03
|\ \
| * | 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