summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-09-09mm: split underused THPsUsama Arif
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif
2024-09-09mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao
2024-09-09mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...Barry Song
2024-09-09mm: document __GFP_NOFAIL must be blockableBarry Song
2024-09-09mm/damon/core: remove per-scheme region priority histogram bufferSeongJae Park
2024-09-09mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park
2024-09-09mm: count the number of partially mapped anonymous THPs per sizeBarry Song
2024-09-09mm: count the number of anonymous THPs per sizeBarry Song
2024-09-09mm: cleanup count_mthp_stat() definitionRyan Roberts
2024-09-03mm: migrate: add isolate_folio_to_list()Kefeng Wang
2024-09-03ipc/shm, mm: drop do_vma_munmap()Liam R. Howlett
2024-09-03mm: store zero pages to be swapped out in a bitmapUsama Arif
2024-09-03x86: remove PG_uncachedMatthew Wilcox (Oracle)
2024-09-03mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)
2024-09-03mm: remove page_has_private()Matthew Wilcox (Oracle)
2024-09-03mm: remove PageOwnerPriv1Matthew Wilcox (Oracle)
2024-09-03mm: remove PageMlockedMatthew Wilcox (Oracle)
2024-09-03mm: remove PageUnevictableMatthew Wilcox (Oracle)
2024-09-03mm: remove PageSwapCacheMatthew Wilcox (Oracle)
2024-09-03mm: remove PageReadaheadMatthew Wilcox (Oracle)
2024-09-03mm: remove PageSwapBackedMatthew Wilcox (Oracle)
2024-09-03mm: remove PageActiveMatthew Wilcox (Oracle)
2024-09-03mm: support only one page_type per pageMatthew Wilcox (Oracle)
2024-09-03mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)
2024-09-03mm: allow read-ahead with IOCB_NOWAIT setYafang Shao
2024-09-03mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=yDavid Hildenbrand
2024-09-03err.h: add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU() macrosUros Bizjak
2024-09-03mm: krealloc: clarify valid usage of __GFP_ZERODanilo Krummrich
2024-09-03mm/rmap: use folio->_mapcount for small foliosDavid Hildenbrand
2024-09-03mm/hugetlb: use __GFP_COMP for gigantic foliosYu Zhao
2024-09-03mm/cma: add cma_{alloc,free}_folio()Yu Zhao
2024-09-03mm/contig_alloc: support __GFP_COMPYu Zhao
2024-09-03mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao
2024-09-03mm: shmem: support large folio swap outBaolin Wang
2024-09-03mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag settingBaolin Wang
2024-09-03mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)
2024-09-03mm: numa_memblks: make several functions and variables staticMike Rapoport (Microsoft)
2024-09-03mm: numa_memblks: introduce numa_memblks_initMike Rapoport (Microsoft)
2024-09-03mm: introduce numa_emulationMike Rapoport (Microsoft)
2024-09-03mm: move numa_distance and related code from x86 to numa_memblksMike Rapoport (Microsoft)
2024-09-03mm: introduce numa_memblksMike Rapoport (Microsoft)
2024-09-03arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)
2024-09-03mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSIONMike Rapoport (Microsoft)
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)
2024-09-03mm: swap: add a adaptive full cluster cache reclaimKairui Song
2024-09-03mm: swap: relaim the cached parts that got scannedKairui Song
2024-09-03mm: swap: add a fragment cluster listKairui Song
2024-09-03mm: swap: mTHP allocate swap entries from nonfull listChris Li
2024-09-03mm: swap: swap cluster switch to double link listChris Li