index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
nommu.c
Age
Commit message (
Expand
)
Author
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-09
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
2023-02-09
nommu: pass through vma iterator to shrink_vma()
Liam R. Howlett
2023-02-09
nommu: convert nommu to using the vma iterator
Liam R. Howlett
2023-02-02
maple_tree: remove the parameter entry of mas_preallocate
Vernon Yang
2023-01-18
mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
David Hildenbrand
2023-01-18
mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...
David Hildenbrand
2023-01-11
nommu: fix split_vma() map_count error
Liam Howlett
2023-01-11
nommu: fix do_munmap() error path
Liam Howlett
2023-01-11
nommu: fix memory leak in do_mmap() error path
Liam Howlett
2022-09-26
mm: remove the vma linked list
Liam R. Howlett
2022-09-26
nommu: remove uses of VMA linked list
Matthew Wilcox (Oracle)
2022-09-26
mm: remove vmacache
Liam R. Howlett
2022-09-26
mm: use maple tree operations for find_vma_intersection()
Liam R. Howlett
2022-09-26
mm: remove rb tree.
Liam R. Howlett
2022-09-26
mm: start tracking VMAs with maple tree
Liam R. Howlett
2022-07-17
mm: nommu: pass a pointer to virt_to_page()
Linus Walleij
2022-04-25
no-MMU: expose vmalloc_huge() for alloc_large_system_hash()
Linus Torvalds
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
mm: nommu: kill arch_get_unmapped_area()
Kefeng Wang
2021-10-18
mm: remove spurious blkdev.h includes
Christoph Hellwig
2021-09-04
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
2021-09-03
mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
David Hildenbrand
2021-08-23
fs: remove mandatory file locking support
Jeff Layton
2021-06-30
mm/nommu: unexport do_munmap()
Liam Howlett
2021-06-30
nommu: remove __GFP_HIGHMEM in vmalloc/vzalloc
Chen Li
2021-06-29
mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()
David Hildenbrand
2021-05-07
mm/vmalloc: remove vwrite()
David Hildenbrand
2021-01-28
mm/nommu: Fix return type of filemap_map_pages()
Geert Uytterhoeven
2020-12-15
mm: cleanup: remove unused tsk arg from __access_remote_vm
John Hubbard
2020-10-18
mm: remove alloc_vm_area
Christoph Hellwig
2020-09-24
Fix references to nommu-mmap.rst
Stephen Kitt
2020-08-12
mm/nommu.c: delete duplicated words
Randy Dunlap
2020-08-07
mm: remove unnecessary wrapper function do_mmap_pgoff()
Peter Collingbourne
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
2020-06-26
docs: move nommu-mmap.txt to admin-guide and rename to ReST
Mauro Carvalho Chehab
2020-06-26
mm: remove vmalloc_exec
Christoph Hellwig
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-08
nommu: use flush_icache_user_range in brk and mmap
Christoph Hellwig
2020-06-02
mm: remove vmalloc_sync_(un)mappings()
Joerg Roedel
2020-06-02
mm: remove vmalloc_user_node_flags
Christoph Hellwig
2020-06-02
mm: remove __vmalloc_node_flags_caller
Christoph Hellwig
2020-06-02
mm: remove both instances of __vmalloc_node_flags
Christoph Hellwig
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
2020-06-02
mm: remove the prot argument from vm_map_ram
Christoph Hellwig
2020-03-21
x86/mm: split vmalloc_sync_all()
Joerg Roedel
2019-12-01
mm/mmap.c: rb_parent is not necessary in __vma_link_list()
Wei Yang
2019-12-01
mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()
Wei Yang
2019-11-25
mm: Implement no-MMU variant of vmalloc_user_node_flags
Andrii Nakryiko
[next]