summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-06-16mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins1-0/+3
2021-06-08mm: add a signature in struct pageMatteo Croce1-5/+6
2021-05-15mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu1-0/+32
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-05-05mm/gup: do not migrate zero pagePavel Tatashin1-1/+2
2021-05-05mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin1-0/+18
2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen1-0/+7
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+1
2021-04-30mm/doc: turn fault flags into an enumMatthew Wilcox (Oracle)1-14/+15
2021-04-30mm/doc: fix page_maybe_dma_pinned kerneldocMatthew Wilcox (Oracle)1-5/+5
2021-04-30mm/doc: fix fault_flag_allow_retry_first kerneldocMatthew Wilcox (Oracle)1-0/+1
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon1-1/+1
2021-04-30mm: add remap_pfn_range_notrackChristoph Hellwig1-0/+2
2021-04-30mm: gup: remove FOLL_SPLITYang Shi1-1/+0
2021-04-30mm/gup: add a range variant of unpin_user_pages_dirty_lock()Joao Martins1-0/+2
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)1-1/+0
2021-04-28Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-0/+10
2021-04-11Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+4
2021-04-09mm: add generic function_nocfi macroSami Tolvanen1-0/+10
2021-04-08init_on_alloc: Optimize static branchesKees Cook1-4/+6
2021-03-25kasan: fix per-page tags for non-page_alloc pagesAndrey Konovalov1-3/+15
2021-03-13mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu1-0/+21
2021-03-09mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney1-0/+4
2021-02-25mm/hugetlb: grab head page refcount once for group of subpagesJoao Martins1-0/+3
2021-02-25mm: simplify free_highmem_page() and free_reserved_page()David Hildenbrand1-14/+2
2021-02-25mm: simplify parater of function memmap_init_zone()Baoquan He1-2/+1
2021-02-25mm: rename memmap_init() and memmap_init_zone()Baoquan He1-2/+2
2021-02-25mm: fix prototype warning from kernel test robotBaoquan He1-0/+2
2021-02-23Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...Linus Torvalds1-43/+2
2021-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+4
2021-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-10/+15
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+2
2021-02-09mm: provide a saner PTE walking API for modulesPaolo Bonzini1-2/+4
2021-02-05mm: constify page_is_pfmemalloc() argumentAlexander Lobakin1-1/+1
2021-01-23mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney1-0/+2
2021-01-21mm: Mark anonymous struct field of 'struct vm_fault' as 'const'Will Deacon1-1/+1
2021-01-21mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULTWill Deacon1-5/+2
2021-01-21mm: Move immutable fields of 'struct vm_fault' into anonymous structWill Deacon1-5/+8
2021-01-20mm: Allow architectures to request 'old' entries when prefaultingWill Deacon1-1/+4
2021-01-20mm: Cleanup faultaround and finish_fault() codepathsKirill A. Shutemov1-5/+7
2021-01-12mm: Close race in generic_access_physDaniel Vetter1-1/+2
2021-01-12media: videobuf2: Move frame_vector into media subsystemDaniel Vetter1-42/+0
2021-01-12mm/frame-vector: Use FOLL_LONGTERMDaniel Vetter1-1/+1
2020-12-30mm: memmap defer init doesn't work as expectedBaoquan He1-2/+3
2020-12-30mm: add prototype for __add_to_page_cache_locked()Souptick Joarder1-0/+7
2020-12-22kasan, mm: check kasan_enabled in annotationsAndrey Konovalov1-6/+16
2020-12-22kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov1-1/+1