aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/shm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann1-7/+33
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2018-10-05ipc/shm.c: use ERR_CAST() for shm_lock() error returnKees Cook1-1/+1
2018-09-04ipc/shm: properly return EIDRM in shm_lock()Davidlohr Bueso1-0/+1
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann1-3/+3
2018-08-22ipc/util.c: further variable name cleanupsManfred Spraul1-2/+2
2018-08-22ipc: simplify ipc initializationDavidlohr Bueso1-5/+4
2018-08-22ipc: drop ipc_lock()Davidlohr Bueso1-6/+23
2018-08-22ipc: rename ipcctl_pre_down_nolock()Manfred Spraul1-1/+1
2018-08-22ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul1-0/+2
2018-08-22ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul1-5/+14
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-24/+21
2018-08-05Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+12
2018-08-02ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu1-0/+12
2018-07-12do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()Al Viro1-21/+18
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro1-4/+4
2018-06-22rhashtable: split rhashtable.hNeilBrown1-0/+1
2018-06-15ipc: use new return type vm_fault_tSouptick Joarder1-1/+1
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+11
2018-05-25ipc/shm: fix shmat() nil address after round-down when remappingDavidlohr Bueso1-2/+10
2018-05-25Revert "ipc/shm: Fix shmat mmap nil-page protection"Davidlohr Bueso1-7/+2
2018-04-20y2038: ipc: Report long times to user spaceArnd Bergmann1-3/+11
2018-04-13ipc/shm: fix use-after-free of shm file via remap_file_pages()Eric Biggers1-3/+20
2018-04-11ipc/shm.c: shm_split(): remove unneeded test for NULL shm_file_data.vm_opsAndrew Morton1-1/+1
2018-04-11ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso1-5/+18
2018-04-03Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-26/+42
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linuxLinus Torvalds1-4/+24
2018-04-02ipc: add shmctl syscall/compat_syscall wrappersDominik Brodowski1-2/+12
2018-04-02ipc: add shmdt syscall wrapperDominik Brodowski1-1/+6
2018-04-02ipc: add shmget syscall wrapperDominik Brodowski1-1/+6
2018-03-28ipc/shm.c: add split function to shm_vm_opsMike Kravetz1-0/+12
2018-03-28ipc/shm: Fix pid freeing.Eric W. Biederman1-2/+2
2018-03-27ipc: Directly call the security hook in ipc_ops.associateEric W. Biederman1-9/+1
2018-03-27ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.Eric W. Biederman1-10/+15
2018-03-24shm: Move struct shmid_kernel into ipc/shm.cEric W. Biederman1-0/+22
2018-03-22shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman1-10/+7
2018-02-06ipc: fix ipc data structures inconsistencyPhilippe Mikoyan1-5/+15
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2017-11-17sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso1-0/+1
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-11fix address space warnings in ipc/Linus Torvalds1-2/+2
2017-09-25fix a typo in put_compat_shm_info()Al Viro1-1/+1
2017-09-20ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_userWill Deacon1-1/+1
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-170/+363
2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel1-5/+7
2017-09-03ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani1-5/+5
2017-08-02ipc: add missing container_of()s for randstructKees Cook1-1/+3
2017-07-15shmat(2): move compat to nativeAl Viro1-0/+19