Age | Commit message (Expand) | Author | Files | Lines |
2022-04-22 | mm, hugetlb: allow for "high" userspace addresses | Christophe Leroy | 1 | -8/+0 |
2022-03-23 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -30/+2 |
2022-03-23 | mm/mmap: remove obsolete comment in ksys_mmap_pgoff | Miaohe Lin | 1 | -2/+0 |
2022-03-23 | mm: _install_special_mapping() apply VM_LOCKED_CLEAR_MASK | Hugh Dickins | 1 | -0/+1 |
2022-03-23 | mm/mmap: return 1 from stack_guard_gap __setup() handler | Randy Dunlap | 1 | -1/+1 |
2022-03-05 | mm: refactor vm_area_struct::anon_vma_name usage code | Suren Baghdasaryan | 1 | -6/+6 |
2022-02-26 | mm: fix use-after-free bug when mm->mmap is reused after being freed | Suren Baghdasaryan | 1 | -0/+1 |
2022-02-17 | mm/munlock: delete munlock_vma_pages_all(), allow oomreap | Hugh Dickins | 1 | -30/+2 |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+0 |
2022-01-15 | mm: protect free_pgtables with mmap_lock write lock in exit_mmap | Suren Baghdasaryan | 1 | -8/+8 |
2022-01-15 | mm: move anon_vma declarations to linux/mm_inline.h | Arnd Bergmann | 1 | -0/+1 |
2022-01-15 | mm: add a field to store names for private anonymous memory | Colin Cross | 1 | -16/+22 |
2022-01-08 | exit: Remove profile_task_exit & profile_munmap | Eric W. Biederman | 1 | -1/+0 |
2021-11-09 | mm,hugetlb: remove mlock ulimit for SHM_HUGETLB | zhangyiru | 1 | -2/+1 |
2021-11-06 | mm/mmap.c: fix a data race of mm->total_vm | Peng Liu | 1 | -1/+1 |
2021-09-04 | Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux | Linus Torvalds | 1 | -26/+3 |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -4/+3 |
2021-09-03 | remap_file_pages: Use vma_lookup() instead of find_vma() | Liam R. Howlett | 1 | -4/+1 |
2021-09-03 | mm/pagemap: add mmap_assert_locked() annotations to find_vma*() | Luigi Rizzo | 1 | -0/+2 |
2021-09-03 | mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff() | David Hildenbrand | 1 | -2/+0 |
2021-09-03 | mm: remove VM_DENYWRITE | David Hildenbrand | 1 | -24/+3 |
2021-08-23 | fs: remove mandatory file locking support | Jeff Layton | 1 | -6/+0 |
2021-07-08 | mmap: make mlock_future_check() global | Mike Rapoport | 1 | -3/+2 |
2021-06-30 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -30/+24 |
2021-06-29 | mm/mmap: use find_vma_intersection() in do_mmap() for overlap | Liam Howlett | 1 | -3/+1 |
2021-06-29 | mm/mmap: introduce unlock_range() for code cleanup | Liam Howlett | 1 | -19/+20 |
2021-06-29 | mm/mmap.c: logic of find_vma_intersection repeated in __do_munmap | Gonzalo Matias Juarez Tello | 1 | -7/+2 |
2021-06-29 | mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff() | David Hildenbrand | 1 | -1/+1 |
2021-06-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -2/+2 |
2021-05-07 | mm: fix typos in comments | Ingo Molnar | 1 | -2/+2 |
2021-05-05 | mm/mmap.c: don't unlock VMAs in remap_file_pages() | Liam Howlett | 1 | -17/+1 |
2021-04-30 | Reimplement RLIMIT_MEMLOCK on top of ucounts | Alexey Gladkov | 1 | -2/+2 |
2021-04-30 | Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio" | Brian Geffon | 1 | -5/+1 |
2021-03-26 | arm64: Support execute-only permissions with Enhanced PAN | Vladimir Murzin | 1 | -0/+6 |
2021-02-25 | mm/mmap.c: remove unnecessary local variable | Adrian Huang | 1 | -3/+1 |
2021-01-29 | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu() | Will Deacon | 1 | -1/+1 |
2021-01-29 | tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm() | Will Deacon | 1 | -1/+1 |
2021-01-29 | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu() | Will Deacon | 1 | -2/+2 |
2020-12-18 | Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -1/+1 |
2020-12-15 | mm: forbid splitting special mappings | Dmitry Safonov | 1 | -0/+12 |
2020-12-15 | vm_ops: rename .split() callback to .may_split() | Dmitry Safonov | 1 | -2/+2 |
2020-12-15 | mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio | Dmitry Safonov | 1 | -1/+5 |
2020-12-15 | Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d... | Daniel Vetter | 1 | -1/+1 |
2020-12-06 | mm/mmap.c: fix mmap return value when vma is merged after call_mmap() | Liu Zixian | 1 | -14/+12 |
2020-11-19 | mm: mmap: fix fput in error path v2 | Christian König | 1 | -1/+1 |
2020-11-05 | Revert "mm: mmap: fix fput in error path v2" | Christian König | 1 | -1/+1 |
2020-11-05 | Revert "mm: introduce vma_set_file function v4" | Christian König | 1 | -12/+0 |
2020-11-05 | mm: introduce vma_set_file function v4 | Christian König | 1 | -0/+12 |
2020-11-05 | mm: mmap: fix fput in error path v2 | Christian König | 1 | -1/+1 |
2020-10-18 | mm/mmap: add inline munmap_vma_range() for code readability | Liam R. Howlett | 1 | -15/+33 |