Age | Commit message (Expand) | Author |
2022-06-27 | docs: rename Documentation/vm to Documentation/mm | Mike Rapoport |
2022-05-28 | Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2022-05-19 | mm: mmap: register suitable readonly file vmas for khugepaged | Yang Shi |
2022-05-19 | mm: khugepaged: introduce khugepaged_enter_vma() helper | Yang Shi |
2022-05-13 | mmap locking API: fix missed mmap_sem references in comments | Florian Rommel |
2022-05-05 | mm: Add len and flags parameters to arch_get_mmap_end() | Christophe Leroy |
2022-05-05 | mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a... | Christophe Leroy |
2022-04-28 | mm/mmap: drop arch_vm_get_page_pgprot() | Anshuman Khandual |
2022-04-28 | mm/mmap: drop arch_filter_pgprot() | Anshuman Khandual |
2022-04-28 | mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual |
2022-04-28 | mm/mmap.c: use helper mlock_future_check() | Miaohe Lin |
2022-04-28 | mm/mmap: clarify protection_map[] indices | Anshuman Khandual |
2022-04-28 | mm/mmap.c: use mmap_assert_write_locked() instead of open coding it | Rolf Eike Beer |
2022-04-21 | mm, hugetlb: allow for "high" userspace addresses | Christophe Leroy |
2022-03-22 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | mm/mmap: remove obsolete comment in ksys_mmap_pgoff | Miaohe Lin |
2022-03-22 | mm: _install_special_mapping() apply VM_LOCKED_CLEAR_MASK | Hugh Dickins |
2022-03-22 | mm/mmap: return 1 from stack_guard_gap __setup() handler | Randy Dunlap |
2022-03-05 | mm: refactor vm_area_struct::anon_vma_name usage code | Suren Baghdasaryan |
2022-02-26 | mm: fix use-after-free bug when mm->mmap is reused after being freed | Suren Baghdasaryan |
2022-02-17 | mm/munlock: delete munlock_vma_pages_all(), allow oomreap | Hugh Dickins |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-01-15 | mm: protect free_pgtables with mmap_lock write lock in exit_mmap | Suren Baghdasaryan |
2022-01-15 | mm: move anon_vma declarations to linux/mm_inline.h | Arnd Bergmann |
2022-01-15 | mm: add a field to store names for private anonymous memory | Colin Cross |
2022-01-08 | exit: Remove profile_task_exit & profile_munmap | Eric W. Biederman |
2021-11-09 | mm,hugetlb: remove mlock ulimit for SHM_HUGETLB | zhangyiru |
2021-11-06 | mm/mmap.c: fix a data race of mm->total_vm | Peng Liu |
2021-09-04 | Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux | Linus Torvalds |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-03 | remap_file_pages: Use vma_lookup() instead of find_vma() | Liam R. Howlett |
2021-09-03 | mm/pagemap: add mmap_assert_locked() annotations to find_vma*() | Luigi Rizzo |
2021-09-03 | mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff() | David Hildenbrand |
2021-09-03 | mm: remove VM_DENYWRITE | David Hildenbrand |
2021-08-23 | fs: remove mandatory file locking support | Jeff Layton |
2021-07-08 | mmap: make mlock_future_check() global | Mike Rapoport |
2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-06-29 | mm/mmap: use find_vma_intersection() in do_mmap() for overlap | Liam Howlett |
2021-06-29 | mm/mmap: introduce unlock_range() for code cleanup | Liam Howlett |
2021-06-29 | mm/mmap.c: logic of find_vma_intersection repeated in __do_munmap | Gonzalo Matias Juarez Tello |
2021-06-29 | mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff() | David Hildenbrand |
2021-06-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2021-05-07 | mm: fix typos in comments | Ingo Molnar |
2021-05-05 | mm/mmap.c: don't unlock VMAs in remap_file_pages() | Liam Howlett |
2021-04-30 | Reimplement RLIMIT_MEMLOCK on top of ucounts | Alexey Gladkov |
2021-04-30 | Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio" | Brian Geffon |
2021-03-26 | arm64: Support execute-only permissions with Enhanced PAN | Vladimir Murzin |
2021-02-24 | mm/mmap.c: remove unnecessary local variable | Adrian Huang |
2021-01-29 | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu() | Will Deacon |
2021-01-29 | tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm() | Will Deacon |