aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin1-1/+1
2022-10-03mm: reimplement folio_order() and folio_nr_pages()Matthew Wilcox (Oracle)1-2/+10
2022-09-26mm: reduce noise in show_mem for lowmem allocationsMichal Hocko1-2/+11
2022-09-26mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand1-1/+15
2022-09-26mm: remove the vma linked listLiam R. Howlett1-2/+3
2022-09-26mm/mmap: reorganize munmap to use maple statesLiam R. Howlett1-2/+3
2022-09-26mm: convert vma_lookup() to use mtree_load()Liam R. Howlett1-6/+1
2022-09-26mm: use maple tree operations for find_vma_intersection()Liam R. Howlett1-18/+4
2022-09-26mm: optimize find_exact_vma() to use vma_lookup()Liam R. Howlett1-1/+1
2022-09-26mm: remove rb tree.Liam R. Howlett1-2/+0
2022-09-26kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett1-2/+0
2022-09-26mm: add VMA iteratorMatthew Wilcox (Oracle)1-0/+32
2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett1-0/+5
2022-09-26mm: multi-gen LRU: exploit locality in rmapYu Zhao1-0/+5
2022-09-11mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand1-2/+7
2022-09-11mm: kill find_min_pfn_with_active_regions()Kefeng Wang1-1/+0
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying1-0/+25
2022-08-28mm: re-allow pinning of zero pfns (again)Alex Williamson1-3/+10
2022-08-20mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand1-1/+0
2022-08-08mm, hwpoison: enable memory error handling on 1GB hugepageNaoya Horiguchi1-1/+0
2022-08-08mm, hwpoison: set PG_hwpoison for busy hugetlb pagesNaoya Horiguchi1-0/+1
2022-08-08mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.cMuchun Song1-7/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-94/+39
2022-08-05Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-0/+3
2022-07-18mm: fix missing wake-up event for FSDAX pagesMuchun Song1-5/+9
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-3/+0
2022-07-17mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+1
2022-07-17mm/mmap: build protect protection_map[] with __P000Anshuman Khandual1-0/+2
2022-07-17mm: introduce mf_dax_kill_procs() for fsdax caseShiyang Ruan1-0/+2
2022-07-17mm: add zone device coherent type memory supportAlex Sierra1-1/+4
2022-07-17mm: move page zone helpers from mm.h to mmzone.hAlex Sierra1-78/+0
2022-07-17mm: rename is_pinnable_page() to is_longterm_pinnable_page()Alex Sierra1-4/+4
2022-07-17mm: Add PAGE_ALIGN_DOWN macroDavid Gow1-0/+3
2022-07-03mm: convert destroy_compound_page() to destroy_large_folio()Matthew Wilcox (Oracle)1-5/+1
2022-07-03mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)1-3/+3
2022-07-03mm: add folios_put()Matthew Wilcox (Oracle)1-0/+19
2022-07-03mm/mprotect: try avoiding write faults for exclusive anonymous pages when changing protectionDavid Hildenbrand1-2/+6
2022-06-16mm/memory-failure: disable unpoison once hw error happenszhenwei pi1-0/+1
2022-06-16mm: re-allow pinning of zero pfnsAlex Williamson1-1/+1
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+7
2022-05-27mm: fix is_pinnable_page against a cma pageMinchan Kim1-2/+7
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-12/+58
2022-05-19random: move randomize_page() into mm where it belongsJason A. Donenfeld1-0/+1
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu1-2/+0
2022-05-13mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu1-0/+10
2022-05-13mm/mprotect: use mmu_gatherNadav Amit1-2/+3
2022-05-09mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymous pageDavid Hildenbrand1-0/+39
2022-05-09mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap()David Hildenbrand1-4/+1
2022-05-09mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand1-0/+4
2022-04-28mm/sparse-vmemmap: improve memory savings for compound devmapsJoao Martins1-1/+1