index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-101
/
+121
2023-06-19
userfaultfd: fix regression in userfaultfd_unmap_prep()
Liam R. Howlett
1
-16
/
+15
2023-06-18
mm/mmap: Fix error path in do_vmi_align_munmap()
Liam R. Howlett
1
-20
/
+17
2023-06-09
mm/mmap: separate writenotify and dirty tracking logic
Lorenzo Stoakes
1
-12
/
+46
2023-06-09
mm/mlock: rename mlock_future_check() to mlock_future_ok()
Andrew Morton
1
-4
/
+4
2023-06-09
mm/mmap: refactor mlock_future_check()
Lorenzo Stoakes
1
-16
/
+17
2023-06-09
mm: avoid rewalk in mmap_region
Liam R. Howlett
1
-0
/
+3
2023-06-09
mm/mmap: change do_vmi_align_munmap() for maple tree iterator changes
Liam R. Howlett
1
-1
/
+6
2023-06-09
mm: update validate_mm() to use vma iterator
Liam R. Howlett
1
-58
/
+36
2023-06-09
maple_tree: add format option to mt_dump()
Liam R. Howlett
1
-4
/
+4
2023-05-06
mm/mmap/vma_merge: always check invariants
Lorenzo Stoakes
1
-5
/
+5
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-119
/
+171
2023-04-27
mm/mremap: fix vm_pgoff in vma_merge() case 3
Vlastimil Babka
1
-1
/
+1
2023-04-21
mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()
Linus Torvalds
1
-6
/
+13
2023-04-21
mm: add new api to enable ksm per process
Stefan Roesch
1
-0
/
+3
2023-04-18
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
1
-5
/
+43
2023-04-18
mm/mmap: regression fix for unmapped_area{_topdown}
Liam R. Howlett
1
-5
/
+43
2023-04-16
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
1
-1
/
+2
2023-04-05
mm/mmap: free vm_area_struct without call_rcu in exit_mmap
Suren Baghdasaryan
1
-4
/
+7
2023-04-05
mm: introduce vma detached flag
Suren Baghdasaryan
1
-0
/
+2
2023-04-05
mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
Suren Baghdasaryan
1
-0
/
+9
2023-04-05
mm: conditionally write-lock VMA in free_pgtables
Suren Baghdasaryan
1
-2
/
+3
2023-04-05
mm: write-lock VMAs before removing them from VMA tree
Suren Baghdasaryan
1
-0
/
+1
2023-04-05
mm/mremap: write-lock VMA while remapping it to a new address range
Suren Baghdasaryan
1
-0
/
+1
2023-04-05
mm/mmap: write-lock VMAs in vma_prepare before modifying them
Suren Baghdasaryan
1
-0
/
+9
2023-04-05
mm/mmap: move vma_prepare before vma_adjust_trans_huge
Suren Baghdasaryan
1
-5
/
+5
2023-04-05
mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
Lorenzo Stoakes
1
-25
/
+22
2023-04-05
mm/mmap/vma_merge: explicitly assign res, vma, extend invariants
Lorenzo Stoakes
1
-5
/
+14
2023-04-05
mm/mmap/vma_merge: fold curr, next assignment logic
Lorenzo Stoakes
1
-13
/
+11
2023-04-05
mm/mmap/vma_merge: further improve prev/next VMA naming
Lorenzo Stoakes
1
-43
/
+43
2023-04-05
mm/mmap: start distinguishing if vma can be removed in mergeability test
Vlastimil Babka
1
-5
/
+10
2023-04-05
mm/mmap/vma_merge: convert mergeability checks to return bool
Vlastimil Babka
1
-28
/
+25
2023-04-05
mm/mmap/vma_merge: rename adj_next to adj_start
Vlastimil Babka
1
-8
/
+8
2023-04-05
mm/mmap/vma_merge: set mid to NULL if not applicable
Vlastimil Babka
1
-8
/
+15
2023-04-05
mm/mmap/vma_merge: initialize mid and next in natural order
Vlastimil Babka
1
-4
/
+5
2023-04-05
mm/mmap/vma_merge: use the proper vma pointer in case 4
Vlastimil Babka
1
-4
/
+4
2023-04-05
mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6
Vlastimil Babka
1
-5
/
+6
2023-04-05
mm/mmap/vma_merge: use the proper vma pointer in case 3
Vlastimil Babka
1
-4
/
+5
2023-04-05
mm/mmap/vma_merge: use only primary pointers for preparing merge
Vlastimil Babka
1
-7
/
+7
2023-04-05
mm: enable maple tree RCU mode by default
Liam R. Howlett
1
-1
/
+2
2023-03-23
mm: deduplicate error handling for map_deny_write_exec
Joey Gouly
1
-6
/
+1
2023-02-27
mm/mremap: fix dup_anon_vma() in vma_merge() case 4
Vlastimil Babka
1
-1
/
+1
2023-02-09
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
1
-6
/
+10
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-5
/
+5
2023-02-09
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
1
-3
/
+3
2023-02-09
vma_merge: set vma iterator to correct position.
Liam R. Howlett
1
-3
/
+1
2023-02-09
mm/mmap: remove __vma_adjust()
Liam R. Howlett
1
-153
/
+97
2023-02-09
mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()
Liam R. Howlett
1
-8
/
+4
2023-02-09
mm/mmap: introduce dup_vma_anon() helper
Liam R. Howlett
1
-34
/
+40
2023-02-09
mm/mmap: don't use __vma_adjust() in shift_arg_pages()
Liam R. Howlett
1
-9
/
+43
[next]