summaryrefslogtreecommitdiff
path: root/include/linux/page-flags.h
AgeCommit message (Expand)Author
2024-12-05mm: open-code PageTail in folio_flags() and const_folio_flags()Matthew Wilcox (Oracle)
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-06mm: remove PageKsm()Matthew Wilcox (Oracle)
2024-11-06mm: add PageAnonNotKsm()Matthew Wilcox (Oracle)
2024-10-30mm: allow set/clear page_type againYu Zhao
2024-10-04ceph: Remove call to PagePrivate2()Matthew Wilcox (Oracle)
2024-10-04mm: Remove PageMappedToDiskMatthew Wilcox (Oracle)
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif
2024-09-03x86: remove PG_uncachedMatthew Wilcox (Oracle)
2024-09-03mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)
2024-09-03mm: remove page_has_private()Matthew Wilcox (Oracle)
2024-09-03mm: remove PageOwnerPriv1Matthew Wilcox (Oracle)
2024-09-03mm: remove PageMlockedMatthew Wilcox (Oracle)
2024-09-03mm: remove PageUnevictableMatthew Wilcox (Oracle)
2024-09-03mm: remove PageSwapCacheMatthew Wilcox (Oracle)
2024-09-03mm: remove PageReadaheadMatthew Wilcox (Oracle)
2024-09-03mm: remove PageSwapBackedMatthew Wilcox (Oracle)
2024-09-03mm: remove PageActiveMatthew Wilcox (Oracle)
2024-09-03mm: support only one page_type per pageMatthew Wilcox (Oracle)
2024-09-03mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)
2024-09-03mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=yDavid Hildenbrand
2024-09-01mm: introduce PageUnaccepted() page typeKirill A. Shutemov
2024-09-01mm: remove PG_errorMatthew Wilcox (Oracle)
2024-07-03mm: read page_type using READ_ONCEDavid Hildenbrand
2024-07-03mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...David Hildenbrand
2024-07-03mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...David Hildenbrand
2024-07-03mm/zsmalloc: use a proper page typeDavid Hildenbrand
2024-07-03mm: allow reuse of the lower 16 bit of the page type with an actual typeDavid Hildenbrand
2024-07-03mm/memory-failure: move some function declarations into internal.hMiaohe Lin
2024-07-03mm: remove page_mapping()Matthew Wilcox (Oracle)
2024-06-24mm: convert page type macros to enumStephen Brennan
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)