- 309d08d mm/mmap.c: fix mmap return value when vma is merged after call_mmap() by Liu Zixian · 4 years, 1 month ago
- fb8090b mm/mmap: add inline munmap_vma_range() for code readability by Liam R. Howlett · 4 years, 2 months ago
- 3903b55a mm/mmap: add inline vma_next() for readability of mmap code by Liam R. Howlett · 4 years, 2 months ago
- 4d45e75 mm: remove the now-unnecessary mmget_still_valid() hack by Jann Horn · 4 years, 2 months ago
- 73eb7f9 mm: use helper function put_write_access() by Miaohe Lin · 4 years, 2 months ago
- 8332326 mm/mmap.c: replace do_brk with do_brk_flags in comment of insert_vm_struct() by Liao Pingfang · 4 years, 3 months ago
- cb48841 mm/mmap.c: use helper function allow_write_access() in __remove_shared_vm_struct() by Miaohe Lin · 4 years, 3 months ago
- cf508b5 mm: use helper function mapping_allow_writable() by Miaohe Lin · 4 years, 3 months ago
- 0fc48a6 mm/mmap: check on file instead of the rb_root_cached of its address_space by Wei Yang · 4 years, 3 months ago
- 808fbdb mm/mmap: not necessary to check mapping separately by Wei Yang · 4 years, 3 months ago
- f9d86a6 mm/mmap: leave adjust_next as virtual address instead of page frame number by Wei Yang · 4 years, 3 months ago
- 4d1e724 mm/mmap: leverage vma_rb_erase_ignore() to implement vma_rb_erase() by Wei Yang · 4 years, 3 months ago
- 7c61f91 mm/mmap: rename __vma_unlink_common() to __vma_unlink() by Wei Yang · 4 years, 3 months ago
- 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
- 6734e20 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 3 months ago
- bc4fe4c mm: mmap: Fix general protection fault in unlink_file_vma() by Miaohe Lin · 4 years, 3 months ago
- f56753a bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag by Christoph Hellwig · 4 years, 3 months ago
- c462ac2 mm: Introduce arch_validate_flags() by Catalin Marinas · 5 years ago
- 45e5530 mm: remove unnecessary wrapper function do_mmap_pgoff() by Peter Collingbourne · 4 years, 5 months ago
- d70cec8 mm: mmap: merge vma after call_mmap() if possible by Miaohe Lin · 4 years, 5 months ago
- 7bba8f0 mm/mmap: optimize a branch judgment in ksys_mmap_pgoff() by Zhen Lei · 4 years, 5 months ago
- c1cc478 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 4 years, 5 months ago
- 246c320 mm/mmap.c: close race between munmap() and expand_upwards()/downwards() by Kirill A. Shutemov · 4 years, 5 months ago
- 0a3b3c2 mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls by Paul E. McKenney · 4 years, 9 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
- 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
- da1c55f mmap locking API: rename mmap_sem to mmap_lock by Michel Lespinasse · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- b4f315b mm: mmap: fix a typo in comment "compatbility"->"compatibility" by Ethon Paul · 4 years, 7 months ago
- 6cb4d9a mm/vma: introduce VM_ACCESS_FLAGS by Anshuman Khandual · 4 years, 9 months ago
- 09ef528 mm/mmap.c: initialize align_offset explicitly for vm_unmapped_area by Jaewon Kim · 4 years, 9 months ago
- e4a9bc5 mm: use fallthrough; by Joe Perches · 4 years, 9 months ago
- 3122e80 mm/vma: make vma_is_accessible() available for general use by Anshuman Khandual · 4 years, 9 months ago
- df529ca mm: mmap: add trace point of vm_unmapped_area by Jaewon Kim · 4 years, 9 months ago
- baceaf1 mmap: remove inline of vm_unmapped_area by Jaewon Kim · 4 years, 9 months ago
- dcde2373 mm: Avoid creating virtual address aliases in brk()/mmap()/mremap() by Catalin Marinas · 4 years, 10 months ago
- a67c8ca mm/mmap.c: get rid of odd jump labels in find_mergeable_anon_vma() by Miaohe Lin · 5 years ago
- e279160 Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- af34ebe x86/vdso: Handle faults on timens page by Dmitry Safonov · 5 years ago
- 24cecc3 arm64: Revert support for execute-only user mappings by Catalin Marinas · 5 years ago
- 5d42ab2 mm/mmap.c: make vma_merge() comment more easy to understand by Wei Yang · 5 years ago
- ff68dac mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_area by Gaowei Pu · 5 years ago
- aba6dfb mm/mmap.c: rb_parent is not necessary in __vma_link_list() by Wei Yang · 5 years ago
- 1b9fc5b2 mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list() by Wei Yang · 5 years ago
- 9d81fbe mm/mmap.c: __vma_unlink_prev() is not necessary now by Wei Yang · 5 years ago
- 93b343a mm/mmap.c: prev could be retrieved from vma->vm_prev by Wei Yang · 5 years ago
- 408a60e mm/mmap.c: remove a never-triggered warning in __vma_adjust() by Wei Yang · 5 years ago
- ce18d17 mm: untag user pointers in mmap/munmap/mremap/brk by Catalin Marinas · 5 years ago
- 315cc06 augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro by Michel Lespinasse · 5 years ago
- 76f3495 mm: mmap: increase sockets maximum memory size pgoff for 32bits by Ivan Khoronzhuk · 5 years ago
- 73848a9 mm/mmap.c: refine find_vma_prev() with rb_last() by Wei Yang · 5 years ago
- dc617f2 vfs: don't allow writes to swap files by Darrick J. Wong · 5 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- 5a28fc9 x86/mpx, mm/core: Fix recursive munmap() corruption by Dave Hansen · 6 years ago
- 04f5866 coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping by Andrea Arcangeli · 6 years ago
- 8bb4e7a mm: fix some typos in mm directory by Wei Yang · 6 years ago
- 43cca0b mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown() by Yang Fan · 6 years ago
- 0a1d529 mm: enforce min addr even if capable() in expand_downwards() by Jann Horn · 6 years ago
- 9cabf92 mm/mmap.c: remove verify_mm_writelocked() by Yangtao Li · 6 years ago
- f679505 mm: mmap: Allow for "high" userspace addresses by Steve Capper · 6 years ago
- 9bc8039 mm: brk: downgrade mmap_sem to read when shrinking by Yang Shi · 6 years ago
- 85a0683 mm: mremap: downgrade mmap_sem to read when shrinking by Yang Shi · 6 years ago
- cb49224 mm: unmap VM_PFNMAP mappings with optimized path by Yang Shi · 6 years ago
- b4cefb3 mm: unmap VM_HUGETLB mappings with optimized path by Yang Shi · 6 years ago
- dd2283f mm: mmap: zap pages with read mmap_sem in munmap by Yang Shi · 6 years ago
- 7aa867d mm/mmap.c: don't clobber partially overlapping VMA with MAP_FIXED_NOREPLACE by Jann Horn · 6 years ago
- af5679f mm, oom: remove oom_lock from oom_reaper by Michal Hocko · 6 years ago
- 93065ac mm, oom: distinguish blockable mode for mmu notifiers by Michal Hocko · 6 years ago
- e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
- bfd40ea mm: fix vma_is_anonymous() false-positives by Kirill A. Shutemov · 6 years ago
- 490fc05 mm: make vm_area_alloc() initialize core fields by Linus Torvalds · 6 years ago
- 95faf69 mm: make vm_area_dup() actually copy the old vma data by Linus Torvalds · 6 years ago
- 3928d4f mm: use helper functions for allocating and freeing vm_area structs by Linus Torvalds · 6 years ago
- bb177a7 mm: do not bug_on on incorrect length in __mm_populate() by Michal Hocko · 6 years ago
- b3ec9f3 mm: change return type to vm_fault_t by Souptick Joarder · 7 years ago
- eeee314 Merge tag 'docs-4.18' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
- 423913a mmap: relax file size limit for regular files by Linus Torvalds · 7 years ago
- f0ab773 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 27ae357 mm, oom: fix concurrent munlock and oom reaper unmap, v3 by David Rientjes · 7 years ago
- be83bbf mmap: introduce sane default mmap limits by Linus Torvalds · 7 years ago
- 316d097 x86/pti: Filter at vma->vm_page_prot population by Dave Hansen · 7 years ago
- 24844fd Merge branch 'mm-rst' into docs-next by Jonathan Corbet · 7 years ago
- ad56b73 docs/vm: rename documentation files to .rst by Mike Rapoport · 7 years ago
- a4ff8e8 mm: introduce MAP_FIXED_NOREPLACE by Michal Hocko · 7 years ago
- 57a7702 mm: always print RLIMIT_DATA warning by David Woodhouse · 7 years ago
- a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
- 4837fe3 mm, oom_reaper: fix memory corruption by Michal Hocko · 7 years ago
- 31383c6 mm, hugetlbfs: introduce ->split() to vm_operations_struct by Dan Williams · 7 years ago
- 1c97259 mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags by Dan Williams · 7 years ago
- f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
- 2129258 mm: oom: let oom_reap_task and exit_mmap run concurrently by Andrea Arcangeli · 7 years ago
- 2376dd7 userfaultfd: call userfaultfd_unmap_prep only if __split_vma succeeds by Andrea Arcangeli · 7 years ago
- c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
- 37511fb mm: fix overflow check in expand_upwards() by Helge Deller · 7 years ago
- 24c79d8 mm: use dedicated helper to access rlimit value by Krzysztof Opasiak · 7 years ago
- 32e4e6d mm/mmap.c: expand_downwards: don't require the gap if !vm_prev by Oleg Nesterov · 7 years ago
- 561b5e0 mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack by Michal Hocko · 7 years ago
- 09b56d5a Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
- ac34cea mm/mmap.c: mark protection_map as __ro_after_init by Daniel Micay · 7 years ago
- bd726c9 Allow stack to grow up to address space limit by Helge Deller · 8 years ago