summaryrefslogtreecommitdiff
path: root/ipc/shm.c
AgeCommit message (Expand)Author
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