aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/page-flags.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06mm: constify more page/folio testsMatthew Wilcox (Oracle)1-26/+26
2024-03-06mm: constify testing page/folio flagsMatthew Wilcox (Oracle)1-7/+17
2024-03-06mm: remove PageYoung and PageIdle definitionsMatthew Wilcox (Oracle)1-4/+4
2024-03-06mm: remove PageWaiters, PageSetWaiters and PageClearWaitersMatthew Wilcox (Oracle)1-9/+1
2024-03-06mm: separate out FOLIO_FLAGS from PAGEFLAGSMatthew Wilcox (Oracle)1-20/+43
2023-12-10mm: return void from folio_start_writeback() and related functionsMatthew Wilcox (Oracle)1-2/+2
2023-12-10mm: remove test_set_page_writeback()Matthew Wilcox (Oracle)1-5/+0
2023-10-18mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)1-0/+19
2023-08-21mm: remove folio_test_transhuge()Matthew Wilcox (Oracle)1-5/+0
2023-08-21mm: free up a word in the first tail pageMatthew Wilcox (Oracle)1-3/+4
2023-08-21mm: rearrange page flagsMatthew Wilcox (Oracle)1-3/+3
2023-08-21mm: add large_rmappable page flagMatthew Wilcox (Oracle)1-1/+6
2023-08-21mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)1-10/+33
2023-08-21mm: add PAGE_TYPE_OP folio functionsVishal Moola (Oracle)1-7/+23
2023-05-29mm: page_table_check: Ensure user pages are not slab pagesRuihan Li1-0/+6
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-16/+7
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-5/+0
2023-04-18hugetlb: remove PageHeadHuge()Matthew Wilcox (Oracle)1-6/+1
2023-04-06ext4: Convert ext4_bio_write_page() to use a folioMatthew Wilcox1-5/+0
2023-03-29mm, page_flags: remove PG_slob_freeVlastimil Babka1-4/+0
2023-03-28kasan: remove PG_skip_kasan_poison flagPeter Collingbourne1-9/+0
2023-03-28mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo1-1/+6
2023-02-02mm: add memcpy_from_file_folio()Matthew Wilcox (Oracle)1-0/+1
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2022-12-11fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan1-1/+1
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins1-21/+0
2022-11-29mm: Add PG_arch_3 page flagPeter Collingbourne1-0/+1
2022-11-29mm: Do not enable PG_arch_2 for all 64-bit architecturesCatalin Marinas1-1/+1
2022-09-26mm: multi-gen LRU: groundworkYu Zhao1-2/+2
2022-08-08mm: hugetlb_vmemmap: move code comments to vmemmap_dedup.rstMuchun Song1-13/+2
2022-08-08mm: hugetlb_vmemmap: introduce the name HVOMuchun Song1-2/+1
2022-08-08mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handlingMuchun Song1-4/+2
2022-08-08mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()Muchun Song1-12/+2
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+23
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)1-1/+1
2022-07-17fsdax: set a CoW flag when associate reflink mappingsShiyang Ruan1-0/+6
2022-07-03mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_memoryMuchun Song1-0/+11
2022-07-03mm/vmscan: convert reclaim_clean_pages_from_list() to foliosMatthew Wilcox (Oracle)1-0/+6
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-10/+52
2022-05-13mm: add folio_mapping_flags()Matthew Wilcox (Oracle)1-0/+5
2022-05-09fs: Remove last vestiges of releasepageMatthew Wilcox (Oracle)1-1/+1
2022-05-09mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand1-1/+38
2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song1-3/+3
2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song1-6/+6
2022-03-24mm: delete __ClearPageWaiters()Hugh Dickins1-1/+1
2022-03-22mm/migrate: fix race between lock page and clear PG_Isolatedandrew.yang1-1/+1
2022-03-22mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song1-2/+14
2022-03-22mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB pageMuchun Song1-4/+74
2022-01-18Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-37/+0
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+5