summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
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/ne...Linus 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/fre...Vlastimil 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
2020-10-16mm,hwpoison: kill put_hwpoison_pageOscar Salvador1-1/+0
2020-10-16mm,hwpoison: unexport get_hwpoison_page and make it staticOscar Salvador1-1/+0
2020-10-13mm: remove src/dst mm parameter in copy_page_range()Peter Xu1-2/+2
2020-10-13mm: account PMD tables like PTE tablesMatthew Wilcox1-4/+20
2020-10-13mm, dump_page: rename head_mapcount() --> head_compound_mapcount()John Hubbard1-4/+4
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+8
2020-09-27mm/fork: Pass new vma pointer into copy_page_range()Peter Xu1-1/+1
2020-09-26mm: replace memmap_context by meminit_contextLaurent Dufour1-1/+1
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds1-0/+2
2020-09-04arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas1-0/+8
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+2
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio1-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+6
2020-08-14mm: annotate a data race in page_zonenum()Qian Cai1-0/+1
2020-08-14mm: introduce offset_in_thpMatthew Wilcox (Oracle)1-0/+1
2020-08-14mm: move page-flags include to top of fileMatthew Wilcox (Oracle)1-5/+1
2020-08-14mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)1-1/+4
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu1-5/+4
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-2/+5
2020-08-12mm: drop duplicated words in <linux/mm.h>Randy Dunlap1-2/+2
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-66/+20
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-4/+0
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne1-11/+1