summaryrefslogtreecommitdiff
path: root/include/linux/page-flags.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-06mm: remove PageReferencedMatthew Wilcox (Oracle)1-3/+3
2024-05-06mm/page-flags: make PageUptodate return boolHao Ge1-1/+1
2024-04-26mm: generate PAGE_IDLE_FLAG definitionsMatthew Wilcox (Oracle)1-1/+8
2024-04-26mm: allow anon exclusive check over hugetlb tail pagesPeter Xu1-1/+6
2024-04-26proc: rewrite stable_page_flags()Matthew Wilcox (Oracle)1-1/+1
2024-04-26mm: make is_free_buddy_page() take a const argumentMatthew Wilcox (Oracle)1-1/+1
2024-04-26mm/page-flags: make PageMappingFlags return boolHao Ge1-1/+1
2024-04-26mm/page-flags: make __PageMovable return boolHao Ge1-1/+1
2024-04-26mm: free up PG_slabMatthew Wilcox (Oracle)1-4/+17
2024-04-26mm: remove a call to compound_head() from is_page_hwpoison()Matthew Wilcox (Oracle)1-2/+5
2024-04-26mm: remove folio_prep_large_rmappable()Matthew Wilcox (Oracle)1-2/+2
2024-04-25mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)1-37/+33
2024-04-25mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)1-2/+2
2024-04-25mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macrosMatthew Wilcox (Oracle)1-23/+47
2024-03-07mm: constify more page/folio testsMatthew Wilcox (Oracle)1-26/+26
2024-03-07mm: constify testing page/folio flagsMatthew Wilcox (Oracle)1-7/+17
2024-03-07mm: remove PageYoung and PageIdle definitionsMatthew Wilcox (Oracle)1-4/+4
2024-03-07mm: remove PageWaiters, PageSetWaiters and PageClearWaitersMatthew Wilcox (Oracle)1-9/+1
2024-03-07mm: separate out FOLIO_FLAGS from PAGEFLAGSMatthew Wilcox (Oracle)1-20/+43
2023-12-11mm: return void from folio_start_writeback() and related functionsMatthew Wilcox (Oracle)1-2/+2
2023-12-11mm: remove test_set_page_writeback()Matthew Wilcox (Oracle)1-5/+0
2023-10-19mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)1-0/+19
2023-08-22mm: remove folio_test_transhuge()Matthew Wilcox (Oracle)1-5/+0
2023-08-22mm: free up a word in the first tail pageMatthew Wilcox (Oracle)1-3/+4
2023-08-22mm: rearrange page flagsMatthew Wilcox (Oracle)1-3/+3
2023-08-22mm: add large_rmappable page flagMatthew Wilcox (Oracle)1-1/+6
2023-08-22mm: 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-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-16/+7
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-5/+0
2023-04-19hugetlb: 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-29kasan: remove PG_skip_kasan_poison flagPeter Collingbourne1-9/+0
2023-03-29mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo1-1/+6
2023-02-03mm: 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-12fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan1-1/+1
2022-12-01mm,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-27mm: multi-gen LRU: groundworkYu Zhao1-2/+2
2022-08-09mm: hugetlb_vmemmap: move code comments to vmemmap_dedup.rstMuchun Song1-13/+2
2022-08-09mm: hugetlb_vmemmap: introduce the name HVOMuchun Song1-2/+1
2022-08-09mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handlingMuchun Song1-4/+2
2022-08-09mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()Muchun Song1-12/+2
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+23
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)1-1/+1
2022-07-18fsdax: set a CoW flag when associate reflink mappingsShiyang Ruan1-0/+6