summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-12mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen1-0/+6
2022-12-12LoongArch: add sparse memory vmemmap supportFeiyang Chen1-0/+2
2022-12-12mm/gup: remove FOLL_MIGRATIONDavid Hildenbrand1-1/+0
2022-12-01s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()Anshuman Khandual1-1/+1
2022-12-01mm/thp: rename pmd_to_page() as pmd_pgtable_page()Anshuman Khandual1-3/+3
2022-12-01mm/gup: reliable R/O long-term pinning in COW mappingsDavid Hildenbrand1-3/+24
2022-12-01mm: anonymous shared memory namingPasha Tatashin1-0/+2
2022-12-01mm: teach release_pages() to take an array of encoded page pointers tooLinus Torvalds1-2/+19
2022-12-01mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand1-0/+2
2022-12-01mm/mprotect: factor out check whether manual PTE write upgrades are requiredDavid Hildenbrand1-2/+14
2022-12-01mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins1-3/+16
2022-12-01mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins1-21/+31
2022-12-01mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins1-23/+62
2022-12-01mm, hwpoison: when copy-on-write hits poison, take page offlineTony Luck1-1/+5
2022-12-01mm: convert mm's rss stats into percpu_counterShakeel Butt1-18/+8
2022-12-01Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-8/+21
2022-12-01hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz1-0/+2
2022-12-01madvise: use zap_page_range_single for madvise dontneedMike Kravetz1-8/+19
2022-11-09swap: add a limit for readahead page-cluster valueKairui Song1-0/+1
2022-11-09mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi1-1/+19
2022-11-09mm/hwpoison: pass pfn to num_poisoned_pages_*()Naoya Horiguchi1-2/+2
2022-11-09mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.cNaoya Horiguchi1-0/+5
2022-11-09mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...Naoya Horiguchi1-2/+4
2022-11-09mm: fix typo in struct vm_operations_struct commentsRolf Eike Beer1-1/+1
2022-10-04mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin1-1/+1
2022-10-04mm: reimplement folio_order() and folio_nr_pages()Matthew Wilcox (Oracle)1-2/+10
2022-09-27mm: reduce noise in show_mem for lowmem allocationsMichal Hocko1-2/+11
2022-09-27mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand1-1/+15
2022-09-27mm: remove the vma linked listLiam R. Howlett1-2/+3
2022-09-27mm/mmap: reorganize munmap to use maple statesLiam R. Howlett1-2/+3
2022-09-27mm: convert vma_lookup() to use mtree_load()Liam R. Howlett1-6/+1
2022-09-27mm: use maple tree operations for find_vma_intersection()Liam R. Howlett1-18/+4
2022-09-27mm: optimize find_exact_vma() to use vma_lookup()Liam R. Howlett1-1/+1
2022-09-27mm: remove rb tree.Liam R. Howlett1-2/+0
2022-09-27kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett1-2/+0
2022-09-27mm: add VMA iteratorMatthew Wilcox (Oracle)1-0/+32
2022-09-27mm: start tracking VMAs with maple treeLiam R. Howlett1-0/+5
2022-09-27mm: multi-gen LRU: exploit locality in rmapYu Zhao1-0/+5
2022-09-12mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand1-2/+7
2022-09-12mm: kill find_min_pfn_with_active_regions()Kefeng Wang1-1/+0
2022-09-12memory tiering: hot page selection with hint page fault latencyHuang Ying1-0/+25
2022-08-29mm: re-allow pinning of zero pfns (again)Alex Williamson1-3/+10
2022-08-21mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand1-1/+0
2022-08-09mm, hwpoison: enable memory error handling on 1GB hugepageNaoya Horiguchi1-1/+0
2022-08-09mm, hwpoison: set PG_hwpoison for busy hugetlb pagesNaoya Horiguchi1-0/+1
2022-08-09mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.cMuchun Song1-7/+0
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-94/+39
2022-08-06Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2022-07-19mm: fix missing wake-up event for FSDAX pagesMuchun Song1-5/+9
2022-07-18mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-3/+0