aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-09-09mm: restart if multiple traversals racedKinsey Ho1-2/+2
2024-09-09cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCUKinsey Ho1-1/+5
2024-09-09uprobes: use vm_special_mapping close() functionalitySven Schnelle1-1/+0
2024-09-09mm: pass vm_flags to generic_get_unmapped_area()Mark Brown1-2/+2
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-15/+8
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel1-4/+4
2024-09-09lib: zstd: export API needed for dictionary supportSergey Senozhatsky1-0/+167
2024-09-09maple_tree: fix comment typo on ma_flag of allocation treeWei Yang1-3/+3
2024-09-09mm: fix folio_alloc_noprof()Kent Overstreet1-1/+1
2024-09-09mm: split underused THPsUsama Arif2-0/+2
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif2-3/+14
2024-09-09mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao1-1/+6
2024-09-09mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...Barry Song1-1/+2
2024-09-09mm: document __GFP_NOFAIL must be blockableBarry Song1-1/+4
2024-09-09mm/damon/core: remove per-scheme region priority histogram bufferSeongJae Park1-1/+0
2024-09-09mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park1-0/+2
2024-09-09mm: count the number of partially mapped anonymous THPs per sizeBarry Song1-0/+1
2024-09-09mm: count the number of anonymous THPs per sizeBarry Song1-2/+13
2024-09-09mm: cleanup count_mthp_stat() definitionRyan Roberts1-35/+35
2024-09-03mm: migrate: add isolate_folio_to_list()Kefeng Wang1-0/+3
2024-09-03ipc/shm, mm: drop do_vma_munmap()Liam R. Howlett1-3/+3
2024-09-03mm: store zero pages to be swapped out in a bitmapUsama Arif1-0/+1
2024-09-03x86: remove PG_uncachedMatthew Wilcox (Oracle)3-23/+14
2024-09-03mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)3-10/+18
2024-09-03mm: remove page_has_private()Matthew Wilcox (Oracle)1-10/+5
2024-09-03mm: remove PageOwnerPriv1Matthew Wilcox (Oracle)1-2/+0
2024-09-03mm: remove PageMlockedMatthew Wilcox (Oracle)1-5/+8
2024-09-03mm: remove PageUnevictableMatthew Wilcox (Oracle)1-3/+3
2024-09-03mm: remove PageSwapCacheMatthew Wilcox (Oracle)2-9/+4
2024-09-03mm: remove PageReadaheadMatthew Wilcox (Oracle)1-2/+2
2024-09-03mm: remove PageSwapBackedMatthew Wilcox (Oracle)1-3/+3
2024-09-03mm: remove PageActiveMatthew Wilcox (Oracle)1-2/+3
2024-09-03mm: support only one page_type per pageMatthew Wilcox (Oracle)1-40/+28
2024-09-03mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)2-5/+10
2024-09-03printf: remove %pGt supportMatthew Wilcox (Oracle)1-10/+0
2024-09-03mm: allow read-ahead with IOCB_NOWAIT setYafang Shao1-1/+0
2024-09-03mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=yDavid Hildenbrand1-1/+1
2024-09-03err.h: add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU() macrosUros Bizjak1-0/+9
2024-09-03mm: krealloc: clarify valid usage of __GFP_ZERODanilo Krummrich1-0/+10
2024-09-03mm/rmap: use folio->_mapcount for small foliosDavid Hildenbrand1-2/+2
2024-09-03mm/hugetlb: use __GFP_COMP for gigantic foliosYu Zhao1-4/+5
2024-09-03mm/cma: add cma_{alloc,free}_folio()Yu Zhao1-0/+16
2024-09-03mm/contig_alloc: support __GFP_COMPYu Zhao1-0/+23
2024-09-03mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao2-3/+22
2024-09-03mm: shmem: support large folio swap outBaolin Wang1-0/+3
2024-09-03mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag settingBaolin Wang1-2/+2
2024-09-03mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)1-0/+7
2024-09-03arch_numa: switch over to numa_memblksMike Rapoport (Microsoft)1-3/+5
2024-09-03mm: numa_memblks: make several functions and variables staticMike Rapoport (Microsoft)1-8/+0
2024-09-03mm: numa_memblks: introduce numa_memblks_initMike Rapoport (Microsoft)1-0/+3