summaryrefslogtreecommitdiffstats
path: root/mm/nommu.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-11nommu: fix split_vma() map_count errorLiam Howlett1-1/+3
2023-01-11nommu: fix do_munmap() error pathLiam Howlett1-1/+2
2023-01-11nommu: fix memory leak in do_mmap() error pathLiam Howlett1-1/+1
2022-09-26mm: remove the vma linked listLiam R. Howlett1-6/+0
2022-09-26nommu: remove uses of VMA linked listMatthew Wilcox (Oracle)1-37/+109
2022-09-26mm: remove vmacacheLiam R. Howlett1-33/+4
2022-09-26mm: use maple tree operations for find_vma_intersection()Liam R. Howlett1-0/+11
2022-09-26mm: remove rb tree.Liam R. Howlett1-63/+24
2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett1-0/+13
2022-07-17mm: nommu: pass a pointer to virt_to_page()Linus Walleij1-1/+1
2022-04-25no-MMU: expose vmalloc_huge() for alloc_large_system_hash()Linus Torvalds1-0/+2
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+0
2021-11-06mm: nommu: kill arch_get_unmapped_area()Kefeng Wang1-6/+0
2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig1-1/+0
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds1-2/+0
2021-09-03mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()David Hildenbrand1-2/+0
2021-08-23fs: remove mandatory file locking supportJeff Layton1-3/+0
2021-06-30mm/nommu: unexport do_munmap()Liam Howlett1-1/+0
2021-06-30nommu: remove __GFP_HIGHMEM in vmalloc/vzallocChen Li1-2/+2
2021-06-29mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()David Hildenbrand1-1/+1
2021-05-07mm/vmalloc: remove vwrite()David Hildenbrand1-10/+0
2021-01-28mm/nommu: Fix return type of filemap_map_pages()Geert Uytterhoeven1-1/+2
2020-12-15mm: cleanup: remove unused tsk arg from __access_remote_vmJohn Hubbard1-4/+4
2020-10-18mm: remove alloc_vm_areaChristoph Hellwig1-7/+0
2020-09-24Fix references to nommu-mmap.rstStephen Kitt1-1/+1
2020-08-12mm/nommu.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne1-3/+3
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-06-26docs: move nommu-mmap.txt to admin-guide and rename to ReSTMauro Carvalho Chehab1-1/+1
2020-06-26mm: remove vmalloc_execChristoph Hellwig1-17/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-3/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-8/+8
2020-06-08nommu: use flush_icache_user_range in brk and mmapChristoph Hellwig1-2/+2
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel1-12/+0
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig1-6/+8
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig1-3/+3
2020-06-02mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig1-1/+2
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-8/+7
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig1-1/+1
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel1-3/+7
2019-12-01mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang1-1/+1
2019-12-01mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang1-7/+1
2019-11-25mm: Implement no-MMU variant of vmalloc_user_node_flagsAndrii Nakryiko1-2/+13
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-1/+1
2019-07-16mm: fix the MAP_UNINITIALIZED flagChristoph Hellwig1-1/+3
2019-07-12mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov1-1/+2
2019-07-12mm: consolidate the get_user_pages* implementationsChristoph Hellwig1-88/+0
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder1-0/+14
2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch1-4/+2