summaryrefslogtreecommitdiff
path: root/include/linux/page-flags.h
AgeCommit message (Expand)Author
2024-05-05mm: remove PageReferencedMatthew Wilcox (Oracle)
2024-05-05mm/page-flags: make PageUptodate return boolHao Ge
2024-04-25mm: generate PAGE_IDLE_FLAG definitionsMatthew Wilcox (Oracle)
2024-04-25mm: allow anon exclusive check over hugetlb tail pagesPeter Xu
2024-04-25proc: rewrite stable_page_flags()Matthew Wilcox (Oracle)
2024-04-25mm: make is_free_buddy_page() take a const argumentMatthew Wilcox (Oracle)
2024-04-25mm/page-flags: make PageMappingFlags return boolHao Ge
2024-04-25mm/page-flags: make __PageMovable return boolHao Ge
2024-04-25mm: free up PG_slabMatthew Wilcox (Oracle)
2024-04-25mm: remove a call to compound_head() from is_page_hwpoison()Matthew Wilcox (Oracle)
2024-04-25mm: remove folio_prep_large_rmappable()Matthew Wilcox (Oracle)
2024-04-24mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)
2024-04-24mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)
2024-04-24mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macrosMatthew Wilcox (Oracle)
2024-03-06mm: constify more page/folio testsMatthew Wilcox (Oracle)
2024-03-06mm: constify testing page/folio flagsMatthew Wilcox (Oracle)
2024-03-06mm: remove PageYoung and PageIdle definitionsMatthew Wilcox (Oracle)
2024-03-06mm: remove PageWaiters, PageSetWaiters and PageClearWaitersMatthew Wilcox (Oracle)
2024-03-06mm: separate out FOLIO_FLAGS from PAGEFLAGSMatthew Wilcox (Oracle)
2023-12-10mm: return void from folio_start_writeback() and related functionsMatthew Wilcox (Oracle)
2023-12-10mm: remove test_set_page_writeback()Matthew Wilcox (Oracle)
2023-10-18mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)
2023-08-21mm: remove folio_test_transhuge()Matthew Wilcox (Oracle)
2023-08-21mm: free up a word in the first tail pageMatthew Wilcox (Oracle)
2023-08-21mm: rearrange page flagsMatthew Wilcox (Oracle)
2023-08-21mm: add large_rmappable page flagMatthew Wilcox (Oracle)
2023-08-21mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)
2023-08-21mm: add PAGE_TYPE_OP folio functionsVishal Moola (Oracle)
2023-05-29mm: page_table_check: Ensure user pages are not slab pagesRuihan Li
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-18hugetlb: remove PageHeadHuge()Matthew Wilcox (Oracle)
2023-04-06ext4: Convert ext4_bio_write_page() to use a folioMatthew Wilcox
2023-03-29mm, page_flags: remove PG_slob_freeVlastimil Babka
2023-03-28kasan: remove PG_skip_kasan_poison flagPeter Collingbourne
2023-03-28mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo
2023-02-02mm: add memcpy_from_file_folio()Matthew Wilcox (Oracle)
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-11fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins
2022-11-29mm: Add PG_arch_3 page flagPeter Collingbourne
2022-11-29mm: Do not enable PG_arch_2 for all 64-bit architecturesCatalin Marinas
2022-09-26mm: multi-gen LRU: groundworkYu Zhao
2022-08-08mm: hugetlb_vmemmap: move code comments to vmemmap_dedup.rstMuchun Song
2022-08-08mm: hugetlb_vmemmap: introduce the name HVOMuchun Song
2022-08-08mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handlingMuchun Song
2022-08-08mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()Muchun Song
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)
2022-07-17fsdax: set a CoW flag when associate reflink mappingsShiyang Ruan