summaryrefslogtreecommitdiffstats
path: root/ipc/shm.c
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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-251-2/+10
* | Revert "ipc/shm: Fix shmat mmap nil-page protection"Davidlohr Bueso2018-05-251-7/+2
|/
* ipc/shm: fix use-after-free of shm file via remap_file_pages()Eric Biggers2018-04-131-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-031-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/+1
| * 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-221-10/+7
* | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-021-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-281-0/+12
|/
* ipc: fix ipc data structures inconsistencyPhilippe Mikoyan2018-02-061-5/+15
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-171-0/+1
|\
| * sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso2017-11-171-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-251-1/+1
* | ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_userWill Deacon2017-09-201-1/+1
|/
* Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-141-170/+363
|\
| * ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani2017-09-031-5/+5
| * shmat(2): move compat to nativeAl Viro2017-07-151-0/+19
| * ipc: make use of compat ipc_perm helpersAl Viro2017-07-151-26/+4
| * ipc: move compat shmctl to nativeAl Viro2017-07-151-5/+204
| * shmctl: split the work from copyin/copyoutAl Viro2017-07-151-175/+172
* | ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-081-5/+7
* | ipc: add missing container_of()s for randstructKees Cook2017-08-021-1/+3
|/
* ipc/shm: remove special shm_alloc/freeKees Cook2017-07-121-20/+4
* ipc: move atomic_set() to where it is neededKees Cook2017-07-121-2/+0
* ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul2017-07-121-6/+3
* ipc/shm: avoid ipc_rcu_alloc()Kees Cook2017-07-121-4/+14
* ipc/shm: do not use ipc_rcu_free()Kees Cook2017-07-121-2/+7
* ipc: merge ipc_rcu and kern_ipc_permManfred Spraul2017-07-121-7/+11
* fs: remove call_fsync helper functionJeff Layton2017-07-051-1/+1
* ipc/shm: some shmat cleanupsDavidlohr Bueso2017-05-081-9/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-021-2/+2
|\
| * vfs: use helper for calling f_op->fsync()Miklos Szeredi2017-02-201-1/+1
| * mm: use helper for calling f_op->mmap()Miklos Szeredi2017-02-201-1/+1
* | ipc/shm: Fix shmat mmap nil-page protectionDavidlohr Bueso2017-02-271-4/+9
* | userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-241-4/+4
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+3
|/
* ipc/shm.c: coding style fixesShailesh Pandey2016-12-141-3/+10
OpenPOWER on IntegriCloud