summaryrefslogtreecommitdiffstats
path: root/ipc/shm.c
Commit message (Expand)AuthorAgeFilesLines
* shm: Slim down dependenciesKent Overstreet2023-12-201-0/+1
* mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins2023-10-251-13/+8
* mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu2023-07-111-1/+1
* ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett2023-02-091-5/+6
* ipc/shm: use the vma iterator for munmap callsLiam R. Howlett2023-02-091-6/+5
* ipc/shm: call underlying open/close vm_opsMike Kravetz2022-11-221-9/+25
* ipc/shm: use VMA iterator instead of linked listLiam R. Howlett2022-09-261-11/+10
* shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn2021-11-201-46/+143
* mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru2021-11-091-7/+1
* memcg: enable accounting of ipc resourcesVasily Averin2021-09-031-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-3/+3
|\
| * ipc: use kmalloc for msg_queue and shmid_kernelVasily Averin2021-07-011-3/+3
* | Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov2021-04-301-13/+13
|/
* vm_ops: rename .split() callback to .may_split()Dmitry Safonov2020-12-151-4/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* ipc/shm.c: remove the superfluous breakLiao Pingfang2020-08-121-1/+0
* ipc: uninline functionsAlexey Dobriyan2020-08-121-2/+1
* mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne2020-08-071-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* ipc/shm.c: make compat_ksys_shmctl() staticJason Yan2020-04-071-1/+1
* 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-051-1/+1
* | ipc/shm: properly return EIDRM in shm_lock()Davidlohr Bueso2018-09-041-0/+1
|/
* ipc/util.c: further variable name cleanupsManfred Spraul2018-08-221-2/+2
* ipc: simplify ipc initializationDavidlohr Bueso2018-08-221-5/+4
* 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-151-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-131-24/+21
|\ \ \ | |_|/ |/| |
| * | do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()Al Viro2018-07-121-21/+18
| * | 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-021-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-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