summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: remove follow_pte()Peter Xu2024-09-171-2/+0
* mm: new follow_pfnmap APIPeter Xu2024-09-171-0/+31
* mm: always define pxx_pgprot()Peter Xu2024-09-171-0/+12
* mm: allow THP orders for PFNMAPsPeter Xu2024-09-171-3/+3
* mm: drop is_huge_zero_pud()Peter Xu2024-09-171-10/+0
* mm: introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pudPeter Xu2024-09-171-0/+24
* mm/codetag: add pgalloc_tag_copy()Yu Zhao2024-09-102-14/+37
* mm/codetag: fix pgalloc_tag_split()Yu Zhao2024-09-102-31/+30
* mm/codetag: fix a typoYu Zhao2024-09-101-1/+1
* mm: restart if multiple traversals racedKinsey Ho2024-09-101-2/+2
* cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCUKinsey Ho2024-09-101-1/+5
* uprobes: use vm_special_mapping close() functionalitySven Schnelle2024-09-101-1/+0
* mm: pass vm_flags to generic_get_unmapped_area()Mark Brown2024-09-101-2/+2
* mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown2024-09-101-15/+8
* mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel2024-09-101-4/+4
* lib: zstd: export API needed for dictionary supportSergey Senozhatsky2024-09-101-0/+167
* maple_tree: fix comment typo on ma_flag of allocation treeWei Yang2024-09-101-3/+3
* mm: fix folio_alloc_noprof()Kent Overstreet2024-09-101-1/+1
* mm: split underused THPsUsama Arif2024-09-102-0/+2
* mm: introduce a pageflag for partially mapped foliosUsama Arif2024-09-102-3/+14
* mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao2024-09-101-1/+6
* mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...Barry Song2024-09-101-1/+2
* mm: document __GFP_NOFAIL must be blockableBarry Song2024-09-101-1/+4
* mm/damon/core: remove per-scheme region priority histogram bufferSeongJae Park2024-09-101-1/+0
* mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park2024-09-101-0/+2
* mm: count the number of partially mapped anonymous THPs per sizeBarry Song2024-09-101-0/+1
* mm: count the number of anonymous THPs per sizeBarry Song2024-09-101-2/+13
* mm: cleanup count_mthp_stat() definitionRyan Roberts2024-09-101-35/+35
* mm: migrate: add isolate_folio_to_list()Kefeng Wang2024-09-041-0/+3
* ipc/shm, mm: drop do_vma_munmap()Liam R. Howlett2024-09-041-3/+3
* mm: store zero pages to be swapped out in a bitmapUsama Arif2024-09-041-0/+1
* x86: remove PG_uncachedMatthew Wilcox (Oracle)2024-09-043-23/+14
* mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)2024-09-043-10/+18
* mm: remove page_has_private()Matthew Wilcox (Oracle)2024-09-041-10/+5
* mm: remove PageOwnerPriv1Matthew Wilcox (Oracle)2024-09-041-2/+0
* mm: remove PageMlockedMatthew Wilcox (Oracle)2024-09-041-5/+8
* mm: remove PageUnevictableMatthew Wilcox (Oracle)2024-09-041-3/+3
* mm: remove PageSwapCacheMatthew Wilcox (Oracle)2024-09-042-9/+4
* mm: remove PageReadaheadMatthew Wilcox (Oracle)2024-09-041-2/+2
* mm: remove PageSwapBackedMatthew Wilcox (Oracle)2024-09-041-3/+3
* mm: remove PageActiveMatthew Wilcox (Oracle)2024-09-041-2/+3
* mm: support only one page_type per pageMatthew Wilcox (Oracle)2024-09-041-40/+28
* mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)2024-09-042-5/+10
* printf: remove %pGt supportMatthew Wilcox (Oracle)2024-09-041-10/+0
* mm: allow read-ahead with IOCB_NOWAIT setYafang Shao2024-09-041-1/+0
* mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=yDavid Hildenbrand2024-09-041-1/+1
* err.h: add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU() macrosUros Bizjak2024-09-041-0/+9
* mm: krealloc: clarify valid usage of __GFP_ZERODanilo Krummrich2024-09-041-0/+10
* mm/rmap: use folio->_mapcount for small foliosDavid Hildenbrand2024-09-041-2/+2
* mm/hugetlb: use __GFP_COMP for gigantic foliosYu Zhao2024-09-041-4/+5