summaryrefslogtreecommitdiff
path: root/include/linux/page-flags.h
AgeCommit message (Expand)Author
2021-11-17mm: Remove folio_test_singleMatthew Wilcox (Oracle)
2021-11-17mm: Rename folio_test_multi to folio_test_largeMatthew Wilcox (Oracle)
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm: fix data race in PagePoisoned()Marco Elver
2021-11-01mm: fix mismerge of folio page flag manipulatorsLinus Torvalds
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2021-10-28mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi
2021-10-18mm/writeback: Add folio_start_writeback()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add __folio_end_writeback()Matthew Wilcox (Oracle)
2021-09-27mm: Add folio flag manipulation functionsMatthew Wilcox (Oracle)
2021-09-27mm: Introduce struct folioMatthew Wilcox (Oracle)
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08Merge tag 'mm-slub-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park
2021-09-08mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song
2021-09-04mm, slub: do initial checks in ___slab_alloc() with irqs enabledVlastimil Babka
2021-08-02KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()Marc Zyngier
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-30mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...David Hildenbrand
2021-06-30fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...David Hildenbrand
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29mm: make compound_head const-preservingMatthew Wilcox (Oracle)
2021-06-04kasan: disable freed user page poisoning with HW tagsPeter Collingbourne
2021-02-26mm: page-flags.h: Typo fix (It -> If)Guo Ren
2021-02-24hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mm/lru: introduce TestClearPageLRU()Alex Shi
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-12-15mm/page-flags: fix commentMatthew Wilcox (Oracle)
2020-12-15include/linux/page-flags.h: remove unused __[Set|Clear]PagePrivateMiaohe Lin
2020-12-02mm: Convert page kmemcg type to a page memcg flagRoman Gushchin
2020-10-16mm,hwpoison: rework soft offline for in-use pagesOscar Salvador
2020-10-16mm,hwpoison: rework soft offline for free pagesOscar Salvador
2020-10-13mm: simplify PageDoubleMap with PF_SECOND policyMatthew Wilcox (Oracle)
2020-10-13mm: move PageDoubleMap bitMatthew Wilcox (Oracle)
2020-09-04mm: Add PG_arch_2 page flagSteven Price
2020-06-04mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINEDavid Hildenbrand
2020-04-07mm: introduce Reported pagesAlexander Duyck
2020-04-07mm: code cleanup for MADV_FREEHuang Ying
2020-03-21page-flags: fix a crash at SetPageError(THP_SWAP)Qian Cai
2019-11-06mm: thp: handle page cache THP correctly in PageTransCompoundMapYang Shi
2019-08-01xen/swiotlb: remember having called xen_create_contiguous_region()Juergen Gross
2019-07-12mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka
2019-03-05mm: better document PG_reservedDavid Hildenbrand
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand
2018-12-28/proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga
2018-10-26mm: create non-atomic version of SetPageReserved for init useAlexander Duyck
2018-10-26mm: provide kernel parameter to allow disabling page init poisoningAlexander Duyck
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner
2018-08-23mm: soft-offline: close the race against page allocationNaoya Horiguchi