aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/shm.c
Commit message (Expand)AuthorAge
* ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-25
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-25
|\
| * y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-27
* | ipc/shm.c: use ERR_CAST() for shm_lock() error returnKees Cook2018-10-05
* | ipc/shm: properly return EIDRM in shm_lock()Davidlohr Bueso2018-09-04
|/
* ipc/util.c: further variable name cleanupsManfred Spraul2018-08-22
* ipc: simplify ipc initializationDavidlohr Bueso2018-08-22
* ipc: drop ipc_lock()Davidlohr Bueso2018-08-22
* ipc: rename ipcctl_pre_down_nolock()Manfred Spraul2018-08-22
* ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul2018-08-22
* ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul2018-08-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-15
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-05
| |\
| * | rhashtable: split rhashtable.hNeilBrown2018-06-22
* | | 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: use new return type vm_fault_tSouptick Joarder2018-06-14
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-05
|\
| * y2038: ipc: Report long times to user spaceArnd 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/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso2018-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/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.Eric W. Biederman2018-03-27
| * shm: Move struct shmid_kernel into ipc/shm.cEric W. Biederman2018-03-24
| * shm/security: Pass kern_ipc_perm not shmid_kernel into the shm 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 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/shm.c: add split function to shm_vm_opsMike Kravetz2018-03-28
|/
* ipc: fix ipc data structures inconsistencyPhilippe Mikoyan2018-02-06
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-17
|\
| * sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso2017-11-17
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-17
|\ \ | |/ |/|
| * fix address space warnings in ipc/Linus Torvalds2017-10-11
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | fix a typo in put_compat_shm_info()Al Viro2017-09-25
* | ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_userWill Deacon2017-09-20
|/
* Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-14
|\
| * ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani2017-09-03
| * shmat(2): move compat to nativeAl Viro2017-07-15
| * ipc: make use of compat ipc_perm helpersAl Viro2017-07-15
| * ipc: move compat shmctl to nativeAl Viro2017-07-15