aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-02-24mm/hugetlb: grab head page refcount once for group of subpagesJoao Martins1-0/+3
2021-02-24mm: simplify free_highmem_page() and free_reserved_page()David Hildenbrand1-14/+2
2021-02-24mm: simplify parater of function memmap_init_zone()Baoquan He1-2/+1
2021-02-24mm: rename memmap_init() and memmap_init_zone()Baoquan He1-2/+2
2021-02-24mm: fix prototype warning from kernel test robotBaoquan He1-0/+2
2021-02-22Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-43/+2
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+4
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-10/+15
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+2
2021-02-09mm: provide a saner PTE walking API for modulesPaolo Bonzini1-2/+4
2021-02-04mm: constify page_is_pfmemalloc() argumentAlexander Lobakin1-1/+1
2021-01-22mm: 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-29mm: memmap defer init doesn't work as expectedBaoquan He1-2/+3
2020-12-29mm: 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
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
2020-12-15mm: simplify follow_pte{,pmd}Christoph Hellwig1-3/+3
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-22/+0
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-52/+62
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka1-0/+1
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka1-4/+29
2020-12-15mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/free parametersVlastimil Babka1-17/+3
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport1-7/+0
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport1-3/+7
2020-12-15PM: hibernate: make direct map manipulations more explicitMike Rapoport1-12/+0
2020-12-15mm: introduce debug_pagealloc_{map,unmap}_pages() helpersMike Rapoport1-0/+15
2020-12-15ia64: remove custom __early_pfn_to_nid()Mike Rapoport1-3/+0
2020-12-15vm_ops: rename .split() callback to .may_split()Dmitry Safonov1-1/+2
2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov1-1/+1
2020-12-15mm: cleanup: remove unused tsk arg from __access_remote_vmJohn Hubbard1-2/+2
2020-12-15mm: memcontrol: account pagetables per nodeShakeel Butt1-4/+4
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin1-22/+0
2020-11-19mm: introduce vma_set_file function v5Christian König1-0/+2
2020-11-17mm: Add 'mprotect' hook to struct vm_operations_structSean Christopherson1-0/+7
2020-11-02mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe1-0/+9
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim1-1/+1
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand1-1/+1
2020-10-16mm,hwpoison: introduce MF_MSG_UNSPLIT_THPNaoya Horiguchi1-0/+1