summaryrefslogtreecommitdiff
path: root/include/linux/page-flags.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-10mm: introduce a pageflag for partially mapped foliosUsama Arif1-1/+12
2024-09-04x86: remove PG_uncachedMatthew Wilcox (Oracle)1-10/+3
2024-09-04mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)1-8/+16
2024-09-04mm: remove page_has_private()Matthew Wilcox (Oracle)1-10/+5
2024-09-04mm: remove PageOwnerPriv1Matthew Wilcox (Oracle)1-2/+0
2024-09-04mm: remove PageMlockedMatthew Wilcox (Oracle)1-5/+8
2024-09-04mm: remove PageUnevictableMatthew Wilcox (Oracle)1-3/+3
2024-09-04mm: remove PageSwapCacheMatthew Wilcox (Oracle)1-8/+3
2024-09-04mm: remove PageReadaheadMatthew Wilcox (Oracle)1-2/+2
2024-09-04mm: remove PageSwapBackedMatthew Wilcox (Oracle)1-3/+3
2024-09-04mm: remove PageActiveMatthew Wilcox (Oracle)1-2/+3
2024-09-04mm: support only one page_type per pageMatthew Wilcox (Oracle)1-40/+28
2024-09-04mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)1-3/+9
2024-09-04mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=yDavid Hildenbrand1-1/+1
2024-09-02mm: introduce PageUnaccepted() page typeKirill A. Shutemov1-0/+8
2024-09-02mm: remove PG_errorMatthew Wilcox (Oracle)1-5/+1
2024-07-04mm: read page_type using READ_ONCEDavid Hildenbrand1-3/+3
2024-07-04mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...David Hildenbrand1-2/+6
2024-07-04mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...David Hildenbrand1-7/+5
2024-07-04mm/zsmalloc: use a proper page typeDavid Hildenbrand1-0/+3
2024-07-04mm: allow reuse of the lower 16 bit of the page type with an actual typeDavid Hildenbrand1-10/+15
2024-07-04mm/memory-failure: move some function declarations into internal.hMiaohe Lin1-5/+0
2024-07-04mm: remove page_mapping()Matthew Wilcox (Oracle)1-11/+12
2024-06-25mm: convert page type macros to enumStephen Brennan1-9/+12
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