summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2021-06-16mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins
2021-05-14mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu
2021-05-07mm: fix typos in commentsIngo Molnar
2021-05-05mm/gup: do not migrate zero pagePavel Tatashin
2021-05-05mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin
2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-30mm/doc: turn fault flags into an enumMatthew Wilcox (Oracle)
2021-04-30mm/doc: fix page_maybe_dma_pinned kerneldocMatthew Wilcox (Oracle)
2021-04-30mm/doc: fix fault_flag_allow_retry_first kerneldocMatthew Wilcox (Oracle)
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon
2021-04-30mm: add remap_pfn_range_notrackChristoph Hellwig
2021-04-30mm: gup: remove FOLL_SPLITYang Shi
2021-04-30mm/gup: add a range variant of unpin_user_pages_dirty_lock()Joao Martins
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)
2021-04-28Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-04-11Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2021-04-08mm: add generic function_nocfi macroSami Tolvanen
2021-04-08init_on_alloc: Optimize static branchesKees Cook
2021-03-25kasan: fix per-page tags for non-page_alloc pagesAndrey Konovalov
2021-03-13mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu
2021-03-08mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney
2021-02-24mm/hugetlb: grab head page refcount once for group of subpagesJoao Martins
2021-02-24mm: simplify free_highmem_page() and free_reserved_page()David Hildenbrand
2021-02-24mm: simplify parater of function memmap_init_zone()Baoquan He
2021-02-24mm: rename memmap_init() and memmap_init_zone()Baoquan He
2021-02-24mm: fix prototype warning from kernel test robotBaoquan He
2021-02-22Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...Linus Torvalds
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2021-02-09mm: provide a saner PTE walking API for modulesPaolo Bonzini
2021-02-04mm: constify page_is_pfmemalloc() argumentAlexander Lobakin
2021-01-22mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney
2021-01-21mm: Mark anonymous struct field of 'struct vm_fault' as 'const'Will Deacon
2021-01-21mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULTWill Deacon
2021-01-21mm: Move immutable fields of 'struct vm_fault' into anonymous structWill Deacon
2021-01-20mm: Allow architectures to request 'old' entries when prefaultingWill Deacon
2021-01-20mm: Cleanup faultaround and finish_fault() codepathsKirill A. Shutemov
2021-01-12mm: Close race in generic_access_physDaniel Vetter
2021-01-12media: videobuf2: Move frame_vector into media subsystemDaniel Vetter
2021-01-12mm/frame-vector: Use FOLL_LONGTERMDaniel Vetter
2020-12-29mm: memmap defer init doesn't work as expectedBaoquan He
2020-12-29mm: add prototype for __add_to_page_cache_locked()Souptick Joarder
2020-12-22kasan, mm: check kasan_enabled in annotationsAndrey Konovalov
2020-12-22kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-12-15mm: simplify follow_pte{,pmd}Christoph Hellwig