summaryrefslogtreecommitdiffstats
path: root/ipc/shm.c
Commit message (Expand)AuthorAgeFilesLines
* ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-251-7/+33
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-3/+3
|\
| * y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-3/+3
* | ipc/shm.c: use ERR_CAST() for shm_lock() error returnKees Cook2018-10-061-1/+1
* | ipc/shm: properly return EIDRM in shm_lock()Davidlohr Bueso2018-09-051-0/+1
|/
* ipc/util.c: further variable name cleanupsManfred Spraul2018-08-221-2/+2
* ipc: simplify ipc initializationDavidlohr Bueso2018-08-221-5/+4Star
* ipc: drop ipc_lock()Davidlohr Bueso2018-08-221-6/+23
* ipc: rename ipcctl_pre_down_nolock()Manfred Spraul2018-08-221-1/+1
* ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul2018-08-221-0/+2
* ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul2018-08-221-5/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-161-0/+1
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-051-0/+12
| |\
| * | rhashtable: split rhashtable.hNeilBrown2018-06-221-0/+1
* | | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-141-24/+21Star
|\ \ \ | |_|/ |/| |
| * | do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()Al Viro2018-07-121-21/+18Star
| * | alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-121-4/+4
| |/
* / ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu2018-08-031-0/+12
|/
* ipc: use new return type vm_fault_tSouptick Joarder2018-06-151-1/+1
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-3/+11
|\
| * y2038: ipc: Report long times to user spaceArnd Bergmann2018-04-201-3/+11
* | ipc/shm: fix shmat() nil address after round-down when remappingDavidlohr Bueso2018-05-261-2/+10
* | Revert "ipc/shm: Fix shmat mmap nil-page protection"Davidlohr Bueso2018-05-261-7/+2Star
|/
* ipc/shm: fix use-after-free of shm file via remap_file_pages()Eric Biggers2018-04-141-3/+20
* ipc/shm.c: shm_split(): remove unneeded test for NULL shm_file_data.vm_opsAndrew Morton2018-04-111-1/+1
* ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso2018-04-111-5/+18
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-041-26/+42
|\
| * 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-271-9/+1Star
| * ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.Eric W. Biederman2018-03-271-10/+15
| * shm: Move struct shmid_kernel into ipc/shm.cEric W. Biederman2018-03-241-0/+22
| * shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman2018-03-231-10/+7Star
* | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-031-4/+24
|\ \
| * | ipc: add shmctl syscall/compat_syscall wrappersDominik Brodowski2018-04-021-2/+12
| * | ipc: add shmdt syscall wrapperDominik Brodowski2018-04-021-1/+6
| * | ipc: add shmget syscall wrapperDominik Brodowski2018-04-021-1/+6
| |/
* / ipc/shm.c: add split function to shm_vm_opsMike Kravetz2018-03-291-0/+12
|/
* ipc: fix ipc data structures inconsistencyPhilippe Mikoyan2018-02-071-5/+15
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-181-0/+1
|\
| * sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso2017-11-181-0/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-2/+2
|\ \ | |/ |/|
| * fix address space warnings in ipc/Linus Torvalds2017-10-111-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | fix a typo in put_compat_shm_info()Al Viro2017-09-261-1/+1
* | ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_userWill Deacon2017-09-211-1/+1
|/
* Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-151-170/+363
|\
| * ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani2017-09-041-5/+5
| * shmat(2): move compat to nativeAl Viro2017-07-161-0/+19
| * ipc: make use of compat ipc_perm helpersAl Viro2017-07-161-26/+4Star
| * ipc: move compat shmctl to nativeAl Viro2017-07-161-5/+204