summaryrefslogtreecommitdiffstats
path: root/mm/nommu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-041-2/+0
|\
| * mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()David Hildenbrand2021-09-031-2/+0
* | fs: remove mandatory file locking supportJeff Layton2021-08-231-3/+0
|/
* mm/nommu: unexport do_munmap()Liam Howlett2021-06-301-1/+0
* nommu: remove __GFP_HIGHMEM in vmalloc/vzallocChen Li2021-06-301-2/+2
* mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()David Hildenbrand2021-06-291-1/+1
* mm/vmalloc: remove vwrite()David Hildenbrand2021-05-071-10/+0
* mm/nommu: Fix return type of filemap_map_pages()Geert Uytterhoeven2021-01-281-1/+2
* mm: cleanup: remove unused tsk arg from __access_remote_vmJohn Hubbard2020-12-151-4/+4
* mm: remove alloc_vm_areaChristoph Hellwig2020-10-181-7/+0
* Fix references to nommu-mmap.rstStephen Kitt2020-09-241-1/+1
* mm/nommu.c: delete duplicated wordsRandy Dunlap2020-08-121-2/+2
* mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne2020-08-071-3/+3
* Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-1/+1
|\
| * docs: move nommu-mmap.txt to admin-guide and rename to ReSTMauro Carvalho Chehab2020-06-261-1/+1
* | mm: remove vmalloc_execChristoph Hellwig2020-06-261-17/+0
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-3/+3
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-8/+8
* nommu: use flush_icache_user_range in brk and mmapChristoph Hellwig2020-06-081-2/+2
* mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2020-06-021-12/+0
* mm: remove vmalloc_user_node_flagsChristoph Hellwig2020-06-021-6/+8
* mm: remove __vmalloc_node_flags_callerChristoph Hellwig2020-06-021-3/+3
* mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig2020-06-021-1/+2
* mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-8/+7
* mm: remove the prot argument from vm_map_ramChristoph Hellwig2020-06-021-1/+1
* x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-211-3/+7
* mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang2019-12-011-1/+1
* mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang2019-12-011-7/+1
* mm: Implement no-MMU variant of vmalloc_user_node_flagsAndrii Nakryiko2019-11-251-2/+13
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-1/+1
* mm: fix the MAP_UNINITIALIZED flagChristoph Hellwig2019-07-161-1/+3
* mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov2019-07-121-1/+2
* mm: consolidate the get_user_pages* implementationsChristoph Hellwig2019-07-121-88/+0
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder2019-05-141-0/+14
* mm/gup: cache dev_pagemap while pinning pagesKeith Busch2018-10-261-4/+2
* mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez2018-08-171-4/+0
* mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov2018-07-261-0/+2
* mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-211-2/+1
* mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds2018-07-211-1/+0
* mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-211-4/+4
* mm: use new return type vm_fault_tSouptick Joarder2018-06-071-1/+1
* mm/nommu: remove description of alloc_vm_areaMike Rapoport2018-04-051-12/+0
* Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-021-5/+12
|\
| * mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-5/+12
* | mm: remove blackfin MPU supportArnd Bergmann2018-03-161-20/+0
|/
* mm: docs: fixup punctuationMike Rapoport2018-02-061-1/+1
* mm: add unmap_mapping_pages()Matthew Wilcox2018-01-311-7/+0
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-6/+1
|\
| * mm/nommu: switch do_mmap_private to kernel_readChristoph Hellwig2017-09-041-6/+1