aboutsummaryrefslogtreecommitdiff
path: root/ipc/shm.c
AgeCommit message (Expand)Author
2018-08-22ipc/util.c: further variable name cleanupsManfred Spraul
2018-08-22ipc: simplify ipc initializationDavidlohr Bueso
2018-08-22ipc: drop ipc_lock()Davidlohr Bueso
2018-08-22ipc: rename ipcctl_pre_down_nolock()Manfred Spraul
2018-08-22ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul
2018-08-22ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-05Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-02ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu
2018-07-12do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()Al Viro
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro
2018-06-22rhashtable: split rhashtable.hNeilBrown
2018-06-15ipc: use new return type vm_fault_tSouptick Joarder
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: Report long times to user spaceArnd 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/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso
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 shmctl syscall/compat_syscall wrappersDominik Brodowski
2018-04-02ipc: add shmdt syscall wrapperDominik Brodowski
2018-04-02ipc: add shmget syscall wrapperDominik 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/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.Eric W. Biederman
2018-03-24shm: Move struct shmid_kernel into ipc/shm.cEric W. Biederman
2018-03-22shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman
2018-02-06ipc: fix ipc data structures inconsistencyPhilippe Mikoyan
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-17sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-11fix address space warnings in ipc/Linus Torvalds
2017-09-25fix a typo in put_compat_shm_info()Al Viro
2017-09-20ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_userWill Deacon
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel
2017-09-03ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani
2017-08-02ipc: add missing container_of()s for randstructKees Cook
2017-07-15shmat(2): move compat to nativeAl Viro
2017-07-15ipc: make use of compat ipc_perm helpersAl Viro
2017-07-15ipc: move compat shmctl to nativeAl Viro
2017-07-15shmctl: split the work from copyin/copyoutAl Viro
2017-07-12ipc/shm: remove special shm_alloc/freeKees Cook
2017-07-12ipc: move atomic_set() to where it is neededKees Cook