summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-2236-321/+386
|\
| * mm/damon/core: add number of each enum type valuesSeongJae Park2022-03-221-0/+4
| * mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park2022-03-221-1/+1
| * mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()SeongJae Park2022-03-221-10/+0
| * mm/damon: let monitoring operations can be registered and selectedSeongJae Park2022-03-221-0/+18
| * mm/damon: rename damon_primitives to damon_operationsSeongJae Park2022-03-221-24/+24
| * mm/damon: remove the target id conceptSeongJae Park2022-03-221-6/+5
| * mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park2022-03-221-2/+0
| * highmem: document kunmap_local()Ira Weiny2022-03-221-0/+10
| * mm: uninline copy_overflow()Christophe Leroy2022-03-221-1/+4
| * mm: remove usercopy_warn()Christophe Leroy2022-03-221-2/+0
| * mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador2022-03-221-0/+8
| * drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand2022-03-222-4/+14
| * drivers/base/node: rename link_mem_sections() to register_memory_block_under_...David Hildenbrand2022-03-221-8/+8
| * drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-0/+4
| * mm, memory_hotplug: reorganize new pgdat initializationMichal Hocko2022-03-221-1/+1
| * mm, memory_hotplug: drop arch_free_nodedataMichal Hocko2022-03-221-3/+0
| * mm: handle uninitialized numa nodes gracefullyMichal Hocko2022-03-221-1/+1
| * mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOT...Michal Hocko2022-03-221-60/+59
| * mm/vmstat: add event for ksm swapping in copyYang Yang2022-03-221-0/+3
| * NUMA balancing: optimize page placement for memory tiering systemHuang Ying2022-03-222-0/+11
| * NUMA Balancing: add page promotion counterHuang Ying2022-03-222-0/+8
| * mm/cma: provide option to opt out from exposing pages on activation failureHari Bathini2022-03-221-0/+2
| * mm/migrate: fix race between lock page and clear PG_Isolatedandrew.yang2022-03-221-1/+1
| * mm: compaction: cleanup the compaction trace eventsBaolin Wang2022-03-221-13/+13
| * mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins2022-03-221-1/+0
| * mm/fs: delete PF_SWAPWRITEHugh Dickins2022-03-221-1/+0
| * userfaultfd: provide unmasked address on page-faultNadav Amit2022-03-222-2/+9
| * mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VM...Muchun Song2022-03-221-0/+2
| * mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song2022-03-222-8/+14
| * mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB pageMuchun Song2022-03-221-4/+74
| * mm, fault-injection: declare should_fail_alloc_page()Vlastimil Babka2022-03-221-0/+2
| * mm/memory-failure.c: fix race with changing page compound againMiaohe Lin2022-03-222-0/+2
| * arch/x86/mm/numa: Do not initialize nodes twiceOscar Salvador2022-03-221-1/+0
| * mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand2022-03-222-4/+6
| * cma: factor out minimum alignment requirementDavid Hildenbrand2022-03-221-0/+9
| * mm/mmzone.h: remove unused macrosMiaohe Lin2022-03-221-7/+0
| * mm: page_alloc: avoid merging non-fallbackable pageblocks with othersZi Yan2022-03-221-0/+11
| * mm/vmalloc: fix comments about vmap_area structBang Li2022-03-221-2/+2
| * mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual2022-03-221-1/+1
| * mm: memcontrol: rename memcg_cache_id to memcg_kmem_idMuchun Song2022-03-221-2/+2
| * mm: list_lru: rename list_lru_per_memcg to list_lru_memcgMuchun Song2022-03-221-1/+1
| * mm: list_lru: replace linear array with xarrayMuchun Song2022-03-222-34/+2
| * mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrusMuchun Song2022-03-221-1/+1
| * mm: list_lru: allocate list_lru_one only when neededMuchun Song2022-03-221-3/+4
| * xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song2022-03-222-2/+12
| * fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song2022-03-221-0/+11
| * mm: introduce kmem_cache_alloc_lruMuchun Song2022-03-223-0/+21
| * mm: list_lru: transpose the array of per-node per-memcg lru listsMuchun Song2022-03-221-7/+10
| * mm/memcg: retrieve parent memcg from css.parentWei Yang2022-03-221-3/+1