index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
nommu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-01
xtensa: fix lock_mm_and_find_vma in case VMA not found
Max Filippov
1
-1
/
+6
2023-07-01
xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion
Linus Torvalds
1
-0
/
+11
2023-06-27
mm: always expand the stack with the mmap write lock held
Linus Torvalds
1
-11
/
+7
2023-06-25
mm: make find_extend_vma() fail if write lock not held
Liam R. Howlett
1
-1
/
+2
2023-04-06
mm: vmalloc: convert vread() to vread_iter()
Lorenzo Stoakes
1
-5
/
+5
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-5
/
+6
2023-02-10
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
1
-3
/
+5
2023-02-10
nommu: pass through vma iterator to shrink_vma()
Liam R. Howlett
1
-46
/
+17
2023-02-10
nommu: convert nommu to using the vma iterator
Liam R. Howlett
1
-48
/
+31
2023-02-03
maple_tree: remove the parameter entry of mas_preallocate
Vernon Yang
1
-4
/
+4
2023-01-19
mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
David Hildenbrand
1
-21
/
+30
2023-01-19
mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...
David Hildenbrand
1
-5
/
+6
2023-01-12
nommu: fix split_vma() map_count error
Liam Howlett
1
-1
/
+3
2023-01-12
nommu: fix do_munmap() error path
Liam Howlett
1
-1
/
+2
2023-01-12
nommu: fix memory leak in do_mmap() error path
Liam Howlett
1
-1
/
+1
2022-09-27
mm: remove the vma linked list
Liam R. Howlett
1
-6
/
+0
2022-09-27
nommu: remove uses of VMA linked list
Matthew Wilcox (Oracle)
1
-37
/
+109
2022-09-27
mm: remove vmacache
Liam R. Howlett
1
-33
/
+4
2022-09-27
mm: use maple tree operations for find_vma_intersection()
Liam R. Howlett
1
-0
/
+11
2022-09-27
mm: remove rb tree.
Liam R. Howlett
1
-63
/
+24
2022-09-27
mm: start tracking VMAs with maple tree
Liam R. Howlett
1
-0
/
+13
2022-07-18
mm: nommu: pass a pointer to virt_to_page()
Linus Walleij
1
-1
/
+1
2022-04-25
no-MMU: expose vmalloc_huge() for alloc_large_system_hash()
Linus Torvalds
1
-0
/
+2
2021-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-6
/
+0
2021-11-06
mm: nommu: kill arch_get_unmapped_area()
Kefeng Wang
1
-6
/
+0
2021-10-18
mm: remove spurious blkdev.h includes
Christoph Hellwig
1
-1
/
+0
2021-09-04
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
1
-2
/
+0
2021-09-03
mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
David Hildenbrand
1
-2
/
+0
2021-08-23
fs: remove mandatory file locking support
Jeff Layton
1
-3
/
+0
2021-07-01
mm/nommu: unexport do_munmap()
Liam Howlett
1
-1
/
+0
2021-07-01
nommu: remove __GFP_HIGHMEM in vmalloc/vzalloc
Chen Li
1
-2
/
+2
2021-06-29
mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()
David Hildenbrand
1
-1
/
+1
2021-05-07
mm/vmalloc: remove vwrite()
David Hildenbrand
1
-10
/
+0
2021-01-28
mm/nommu: Fix return type of filemap_map_pages()
Geert Uytterhoeven
1
-1
/
+2
2020-12-15
mm: cleanup: remove unused tsk arg from __access_remote_vm
John Hubbard
1
-4
/
+4
2020-10-18
mm: remove alloc_vm_area
Christoph Hellwig
1
-7
/
+0
2020-09-24
Fix references to nommu-mmap.rst
Stephen Kitt
1
-1
/
+1
2020-08-12
mm/nommu.c: delete duplicated words
Randy Dunlap
1
-2
/
+2
2020-08-07
mm: remove unnecessary wrapper function do_mmap_pgoff()
Peter Collingbourne
1
-3
/
+3
2020-08-05
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2020-06-26
docs: move nommu-mmap.txt to admin-guide and rename to ReST
Mauro Carvalho Chehab
1
-1
/
+1
2020-06-26
mm: remove vmalloc_exec
Christoph Hellwig
1
-17
/
+0
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-3
/
+3
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-8
/
+8
2020-06-08
nommu: use flush_icache_user_range in brk and mmap
Christoph Hellwig
1
-2
/
+2
2020-06-02
mm: remove vmalloc_sync_(un)mappings()
Joerg Roedel
1
-12
/
+0
2020-06-02
mm: remove vmalloc_user_node_flags
Christoph Hellwig
1
-6
/
+8
2020-06-02
mm: remove __vmalloc_node_flags_caller
Christoph Hellwig
1
-3
/
+3
2020-06-02
mm: remove both instances of __vmalloc_node_flags
Christoph Hellwig
1
-1
/
+2
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
1
-8
/
+7
[next]