Age | Commit message (Expand) | Author |
2023-02-27 | mm/mremap: fix dup_anon_vma() in vma_merge() case 4 | Vlastimil Babka |
2023-02-09 | mm: introduce __vm_flags_mod and use it in untrack_pfn | Suren Baghdasaryan |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan |
2023-02-09 | mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK | Suren Baghdasaryan |
2023-02-09 | vma_merge: set vma iterator to correct position. | Liam R. Howlett |
2023-02-09 | mm/mmap: remove __vma_adjust() | Liam R. Howlett |
2023-02-09 | mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete() | Liam R. Howlett |
2023-02-09 | mm/mmap: introduce dup_vma_anon() helper | Liam R. Howlett |
2023-02-09 | mm/mmap: don't use __vma_adjust() in shift_arg_pages() | Liam R. Howlett |
2023-02-09 | mm/mremap: convert vma_adjust() to vma_expand() | Liam R. Howlett |
2023-02-09 | mm: don't use __vma_adjust() in __split_vma() | Liam R. Howlett |
2023-02-09 | mm/mmap: introduce init_vma_prep() and init_multi_vma_prep() | Liam R. Howlett |
2023-02-09 | mm/mmap: use vma_prepare() and vma_complete() in vma_expand() | Liam R. Howlett |
2023-02-09 | mm/mmap: refactor locking out of __vma_adjust() | Liam R. Howlett |
2023-02-09 | mm/mmap: move anon_vma setting in __vma_adjust() | Liam R. Howlett |
2023-02-09 | mm: change munmap splitting order and move_vma() | Liam R. Howlett |
2023-02-09 | mmap: clean up mmap_region() unrolling | Liam R. Howlett |
2023-02-09 | mm: add vma iterator to vma_adjust() arguments | Liam R. Howlett |
2023-02-09 | mm: pass vma iterator through to __vma_adjust() | Liam R. Howlett |
2023-02-09 | mm: remove unnecessary write to vma iterator in __vma_adjust() | Liam R. Howlett |
2023-02-09 | mm: pass through vma iterator to __vma_adjust() | Liam R. Howlett |
2023-02-09 | mmap: convert __vma_adjust() to use vma iterator | Liam R. Howlett |
2023-02-09 | mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator | Liam R. Howlett |
2023-02-09 | mmap: use vmi version of vma_merge() | Liam R. Howlett |
2023-02-09 | mmap: pass through vmi iterator to __split_vma() | Liam R. Howlett |
2023-02-09 | ipc/shm: introduce new do_vma_munmap() to munmap | Liam R. Howlett |
2023-02-09 | mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp... | Liam R. Howlett |
2023-02-09 | mmap: convert vma_expand() to use vma iterator | Liam R. Howlett |
2023-02-09 | mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator | Liam R. Howlett |
2023-02-09 | mm/mmap: remove preallocation from do_mas_align_munmap() | Liam R. Howlett |
2023-02-09 | mmap: convert vma_link() vma iterator | Liam R. Howlett |
2023-02-09 | mm/mmap: convert brk to use vma iterator | Liam R. Howlett |
2023-02-09 | mm: expand vma iterator interface | Liam R. Howlett |
2023-02-02 | mm: implement memory-deny-write-execute as a prctl | Joey Gouly |
2023-02-02 | mm/mmap: fix comment of unmapped_area{_topdown} | Vernon Yang |
2023-02-02 | mm/mmap: fix typo in comment | Vernon Yang |
2023-02-02 | maple_tree: remove the parameter entry of mas_preallocate | Vernon Yang |
2023-01-11 | mm: update mmap_sem comments to refer to mmap_lock | Lorenzo Stoakes |
2023-01-11 | mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMA | David Hildenbrand |
2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-12-11 | mm/mmap: properly unaccount memory on mas_preallocate() failure | Alistair Popple |
2022-12-10 | Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l... | Linus Torvalds |
2022-12-09 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton |
2022-12-09 | mmap: fix do_brk_flags() modifying obviously incorrect VMAs | Liam Howlett |
2022-12-09 | mm: do not BUG_ON missing brk mapping, because userspace can unmap it | Jason A. Donenfeld |
2022-12-04 | Revert "mm: align larger anonymous mappings on THP boundaries" | Linus Torvalds |
2022-11-30 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton |
2022-11-22 | mm: mmap: fix documentation for vma_mas_szero | Ian Cowan |
2022-11-08 | memory: move hotplug memory notifier priority to same file for easy sorting | Liu Shixin |
2022-11-08 | mm/mmap: use hotplug_memory_notifier() directly | Liu Shixin |