aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/shm.c
AgeCommit message (Expand)Author
2023-12-20shm: Slim down dependenciesKent Overstreet
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins
2023-07-11mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu
2023-02-09ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett
2023-02-09ipc/shm: use the vma iterator for munmap callsLiam R. Howlett
2022-11-22ipc/shm: call underlying open/close vm_opsMike Kravetz
2022-09-26ipc/shm: use VMA iterator instead of linked listLiam R. Howlett
2021-11-20shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru
2021-09-03memcg: enable accounting of ipc resourcesVasily Averin
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01ipc: use kmalloc for msg_queue and shmid_kernelVasily Averin
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov
2020-12-15vm_ops: rename .split() callback to .may_split()Dmitry Safonov
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12ipc/shm.c: remove the superfluous breakLiao Pingfang
2020-08-12ipc: uninline functionsAlexey Dobriyan
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-04-07ipc/shm.c: make compat_ksys_shmctl() staticJason Yan
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-05ipc/shm.c: use ERR_CAST() for shm_lock() error returnKees Cook
2018-09-04ipc/shm: properly return EIDRM in shm_lock()Davidlohr Bueso
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
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