summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-07-04mm: read page_type using READ_ONCEDavid Hildenbrand1-3/+3
2024-07-04mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang1-3/+1
2024-07-04mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song1-1/+1
2024-07-04mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...David Hildenbrand2-4/+8
2024-07-04mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...David Hildenbrand1-7/+5
2024-07-04mm: remove page_mkclean()Kefeng Wang2-5/+1
2024-07-04mm: remove page_maybe_dma_pinned()Kefeng Wang1-7/+2
2024-07-04mm/mm_init: initialize page->_mapcount directly in __init_single_page()David Hildenbrand1-5/+0
2024-07-04mm/zsmalloc: use a proper page typeDavid Hildenbrand1-0/+3
2024-07-04mm: allow reuse of the lower 16 bit of the page type with an actual typeDavid Hildenbrand2-10/+20
2024-07-04mm: update _mapcount and page_type documentationDavid Hildenbrand2-16/+17
2024-07-04mm/damon/core: implement DAMON context commit functionSeongJae Park1-0/+1
2024-07-04mm/damon/core: implement DAMOS quota goals online commit functionSeongJae Park1-0/+1
2024-07-04mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotionHyeongtak Ji1-0/+2
2024-07-04mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotionHonggyu Kim1-0/+2
2024-07-04mm/migrate: add MR_DAMON to migrate_reasonHonggyu Kim2-1/+3
2024-07-04mm/damon/sysfs-schemes: add target_nid on sysfs-schemesHyeongtak Ji1-1/+10
2024-07-04mm/memory-failure: move some function declarations into internal.hMiaohe Lin3-14/+0
2024-07-04mm/memory-failure: remove MF_MSG_SLABMiaohe Lin2-2/+0
2024-07-04mm/hugetlb_cgroup: switch to the new cftypesXiu Jianfeng1-5/+0
2024-07-04mm/hugetlb_cgroup: prepare cftypes based on templateXiu Jianfeng1-2/+0
2024-07-04mm: report per-page metadata informationSourav Panda2-0/+6
2024-07-04mm: zswap: add zswap_never_enabled()Yosry Ahmed1-0/+6
2024-07-04mm: zswap: rename is_zswap_enabled() to zswap_is_enabled()Yosry Ahmed1-2/+2
2024-07-04mm/vmscan: avoid split lazyfree THP during shrink_folio_list()Lance Yang1-0/+9
2024-07-04mm/rmap: integrate PMD-mapped folio splitting into pagewalk loopLance Yang2-0/+30
2024-07-04mm/highmem: make nr_free_highpages() return "unsigned long"David Hildenbrand2-5/+5
2024-07-04mm/highmem: reimplement totalhigh_pages() by walking zonesDavid Hildenbrand1-7/+2
2024-07-04fs/proc: move page_mapcount() to fs/proc/internal.hDavid Hildenbrand1-26/+1
2024-07-04mm: shmem: add mTHP counters for anonymous shmemBaolin Wang1-0/+3
2024-07-04mm: shmem: add mTHP support for anonymous shmemBaolin Wang1-0/+10
2024-07-04mm: shmem: add multi-size THP sysfs interface for anonymous shmemBaolin Wang1-0/+10
2024-07-04percpu: add __this_cpu_try_cmpxchg()Uros Bizjak1-0/+6
2024-07-04memcg: rearrange fields of mem_cgroup_per_nodeShakeel Butt1-8/+14
2024-07-04mm/hugetlb: mm/memory_hotplug: use a folio in scan_movable_pages()Sidhartha Kumar1-5/+1
2024-07-04mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pagesBarry Song1-6/+20
2024-07-04mm: remove the implementation of swap_free() and always use swap_free_nr()Barry Song1-5/+5
2024-07-04mm: swap: introduce swap_free_nr() for batched swap_free()Chuanhua Han1-0/+5
2024-07-04mm: remove MIGRATE_SYNC_NO_COPY modeKefeng Wang1-5/+0
2024-07-04mm: migrate: remove migrate_folio_extra()Kefeng Wang1-2/+0
2024-07-04rmap: remove DEFINE_PAGE_VMA_WALK()Kefeng Wang1-10/+0
2024-07-04mm: remove page_mapping()Matthew Wilcox (Oracle)3-13/+13
2024-07-04mm: memcontrol: remove page_memcg()Kefeng Wang1-12/+2
2024-07-04mm/mm_init: use node's number of cpus in deferred_page_init_max_threadsEric Chanudet1-2/+0
2024-07-04mm/memory-failure: improve memory failure action_result messagesJane Chu2-0/+4
2024-07-04mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li1-3/+1
2024-07-04mm: add update_mmu_tlb_range()Bang Li1-0/+7
2024-07-04mm/rmap: sanity check that zeropages are not passed to RMAPDavid Hildenbrand1-0/+3
2024-07-04mm/hugetlb: remove {Set,Clear}Hpage macrosSidhartha Kumar1-10/+2
2024-07-04mm: drop page_index and simplify folio_indexKairui Song2-17/+4