Age | Commit message (Expand) | Author |
2020-04-10 | mm/vma: introduce VM_ACCESS_FLAGS | Anshuman Khandual |
2020-04-10 | mm/mmap.c: initialize align_offset explicitly for vm_unmapped_area | Jaewon Kim |
2020-04-07 | mm: use fallthrough; | Joe Perches |
2020-04-07 | mm/vma: make vma_is_accessible() available for general use | Anshuman Khandual |
2020-04-02 | mm: mmap: add trace point of vm_unmapped_area | Jaewon Kim |
2020-04-02 | mmap: remove inline of vm_unmapped_area | Jaewon Kim |
2020-02-20 | mm: Avoid creating virtual address aliases in brk()/mmap()/mremap() | Catalin Marinas |
2020-01-31 | mm/mmap.c: get rid of odd jump labels in find_mergeable_anon_vma() | Miaohe Lin |
2020-01-27 | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-01-14 | x86/vdso: Handle faults on timens page | Dmitry Safonov |
2020-01-06 | arm64: Revert support for execute-only user mappings | Catalin Marinas |
2019-12-01 | mm/mmap.c: make vma_merge() comment more easy to understand | Wei Yang |
2019-12-01 | mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_area | Gaowei Pu |
2019-12-01 | mm/mmap.c: rb_parent is not necessary in __vma_link_list() | Wei Yang |
2019-12-01 | mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list() | Wei Yang |
2019-12-01 | mm/mmap.c: __vma_unlink_prev() is not necessary now | Wei Yang |
2019-12-01 | mm/mmap.c: prev could be retrieved from vma->vm_prev | Wei Yang |
2019-12-01 | mm/mmap.c: remove a never-triggered warning in __vma_adjust() | Wei Yang |
2019-09-25 | mm: untag user pointers in mmap/munmap/mremap/brk | Catalin Marinas |
2019-09-25 | augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro | Michel Lespinasse |
2019-09-24 | mm: mmap: increase sockets maximum memory size pgoff for 32bits | Ivan Khoronzhuk |
2019-09-24 | mm/mmap.c: refine find_vma_prev() with rb_last() | Wei Yang |
2019-08-20 | vfs: don't allow writes to swap files | Darrick J. Wong |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2019-05-09 | x86/mpx, mm/core: Fix recursive munmap() corruption | Dave Hansen |
2019-04-19 | coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ... | Andrea Arcangeli |
2019-03-05 | mm: fix some typos in mm directory | Wei Yang |
2019-03-05 | mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown() | Yang Fan |
2019-02-27 | mm: enforce min addr even if capable() in expand_downwards() | Jann Horn |
2018-12-28 | mm/mmap.c: remove verify_mm_writelocked() | Yangtao Li |
2018-12-10 | mm: mmap: Allow for "high" userspace addresses | Steve Capper |
2018-10-26 | mm: brk: downgrade mmap_sem to read when shrinking | Yang Shi |
2018-10-26 | mm: mremap: downgrade mmap_sem to read when shrinking | Yang Shi |
2018-10-26 | mm: unmap VM_PFNMAP mappings with optimized path | Yang Shi |
2018-10-26 | mm: unmap VM_HUGETLB mappings with optimized path | Yang Shi |
2018-10-26 | mm: mmap: zap pages with read mmap_sem in munmap | Yang Shi |
2018-10-13 | mm/mmap.c: don't clobber partially overlapping VMA with MAP_FIXED_NOREPLACE | Jann Horn |
2018-08-22 | mm, oom: remove oom_lock from oom_reaper | Michal Hocko |
2018-08-22 | mm, oom: distinguish blockable mode for mmu notifiers | Michal Hocko |
2018-08-17 | dax: remove VM_MIXEDMAP for fsdax and device dax | Dave Jiang |
2018-07-26 | mm: fix vma_is_anonymous() false-positives | Kirill A. Shutemov |
2018-07-21 | mm: make vm_area_alloc() initialize core fields | Linus Torvalds |
2018-07-21 | mm: make vm_area_dup() actually copy the old vma data | Linus Torvalds |
2018-07-21 | mm: use helper functions for allocating and freeing vm_area structs | Linus Torvalds |
2018-07-14 | mm: do not bug_on on incorrect length in __mm_populate() | Michal Hocko |
2018-06-07 | mm: change return type to vm_fault_t | Souptick Joarder |
2018-06-04 | Merge tag 'docs-4.18' of git://git.lwn.net/linux | Linus Torvalds |
2018-05-19 | mmap: relax file size limit for regular files | Linus Torvalds |
2018-05-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-05-11 | mm, oom: fix concurrent munlock and oom reaper unmap, v3 | David Rientjes |