summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-03-23mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador1-0/+8
2022-03-23drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand2-4/+14
2022-03-23drivers/base/node: rename link_mem_sections() to register_memory_block_under_...David Hildenbrand1-8/+8
2022-03-23drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand1-0/+4
2022-03-23mm, memory_hotplug: reorganize new pgdat initializationMichal Hocko1-1/+1
2022-03-23mm, memory_hotplug: drop arch_free_nodedataMichal Hocko1-3/+0
2022-03-23mm: handle uninitialized numa nodes gracefullyMichal Hocko1-1/+1
2022-03-23mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOT...Michal Hocko1-60/+59
2022-03-23mm/vmstat: add event for ksm swapping in copyYang Yang1-0/+3
2022-03-23NUMA balancing: optimize page placement for memory tiering systemHuang Ying2-0/+11
2022-03-23NUMA Balancing: add page promotion counterHuang Ying2-0/+8
2022-03-23mm/cma: provide option to opt out from exposing pages on activation failureHari Bathini1-0/+2
2022-03-23mm/migrate: fix race between lock page and clear PG_Isolatedandrew.yang1-1/+1
2022-03-23mm: compaction: cleanup the compaction trace eventsBaolin Wang1-13/+13
2022-03-23mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins1-1/+0
2022-03-23mm/fs: delete PF_SWAPWRITEHugh Dickins1-1/+0
2022-03-23userfaultfd: provide unmasked address on page-faultNadav Amit2-2/+9
2022-03-23mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VM...Muchun Song1-0/+2
2022-03-23mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song2-8/+14
2022-03-23mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB pageMuchun Song1-4/+74
2022-03-23mm, fault-injection: declare should_fail_alloc_page()Vlastimil Babka1-0/+2
2022-03-23mm/memory-failure.c: fix race with changing page compound againMiaohe Lin2-0/+2
2022-03-23arch/x86/mm/numa: Do not initialize nodes twiceOscar Salvador1-1/+0
2022-03-23mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand2-4/+6
2022-03-23cma: factor out minimum alignment requirementDavid Hildenbrand1-0/+9
2022-03-23mm/mmzone.h: remove unused macrosMiaohe Lin1-7/+0
2022-03-23mm: page_alloc: avoid merging non-fallbackable pageblocks with othersZi Yan1-0/+11
2022-03-23mm/vmalloc: fix comments about vmap_area structBang Li1-2/+2
2022-03-23mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual1-1/+1
2022-03-23mm: memcontrol: rename memcg_cache_id to memcg_kmem_idMuchun Song1-2/+2
2022-03-23mm: list_lru: rename list_lru_per_memcg to list_lru_memcgMuchun Song1-1/+1
2022-03-23mm: list_lru: replace linear array with xarrayMuchun Song2-34/+2
2022-03-23mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrusMuchun Song1-1/+1
2022-03-23mm: list_lru: allocate list_lru_one only when neededMuchun Song1-3/+4
2022-03-23xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song2-2/+12
2022-03-23fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song1-0/+11
2022-03-23mm: introduce kmem_cache_alloc_lruMuchun Song3-0/+21
2022-03-23mm: list_lru: transpose the array of per-node per-memcg lru listsMuchun Song1-7/+10
2022-03-23mm/memcg: retrieve parent memcg from css.parentWei Yang1-3/+1
2022-03-23memcg: add per-memcg total kernel memory statYosry Ahmed1-0/+1
2022-03-23tmpfs: support for file creation timeXavier Roche1-0/+1
2022-03-23mm/gup: remove unused get_user_pages_locked()John Hubbard1-2/+0
2022-03-23mm/gup: remove unused pin_user_pages_locked()John Hubbard1-2/+0
2022-03-23filemap: remove find_get_pages()Miaohe Lin1-7/+0
2022-03-23mount: warn only once about timestamp range expirationAnthony Iliopoulos1-0/+1
2022-03-23remove congestion tracking frameworkNeilBrown3-38/+0
2022-03-23remove bdi_congested() and wb_congested() and related functionsNeilBrown1-26/+0
2022-03-23remove inode_congested()NeilBrown1-22/+0
2022-03-23nfs: remove reliance on bdi congestionNeilBrown1-0/+1
2022-03-23mm: document and polish read-ahead codeNeilBrown1-2/+7