aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/page-flags.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-73/+194
2021-10-28mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi1-0/+23
2021-10-18mm/writeback: Add folio_start_writeback()Matthew Wilcox (Oracle)1-9/+10
2021-10-18mm/writeback: Add __folio_end_writeback()Matthew Wilcox (Oracle)1-1/+0
2021-09-27mm: Add folio flag manipulation functionsMatthew Wilcox (Oracle)1-63/+156
2021-09-27mm: Introduce struct folioMatthew Wilcox (Oracle)1-0/+28
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+5
2021-09-08Merge tag 'mm-slub-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/linuxLinus Torvalds1-0/+9
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park1-2/+2
2021-09-08mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song1-1/+3
2021-09-04mm, slub: do initial checks in ___slab_alloc() with irqs enabledVlastimil Babka1-0/+9
2021-08-02KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()Marc Zyngier1-37/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+22
2021-06-30mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting PageOffline()David Hildenbrand1-0/+10
2021-06-30fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pagesDavid Hildenbrand1-0/+12
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+5
2021-06-29mm: make compound_head const-preservingMatthew Wilcox (Oracle)1-5/+5
2021-06-04kasan: disable freed user page poisoning with HW tagsPeter Collingbourne1-0/+9
2021-02-26mm: page-flags.h: Typo fix (It -> If)Guo Ren1-2/+2
2021-02-24hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz1-6/+0
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2020-12-15mm/lru: introduce TestClearPageLRU()Alex Shi1-0/+1
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-9/+2
2020-12-15mm/page-flags: fix commentMatthew Wilcox (Oracle)1-2/+1
2020-12-15include/linux/page-flags.h: remove unused __[Set|Clear]PagePrivateMiaohe Lin1-2/+1
2020-12-02mm: Convert page kmemcg type to a page memcg flagRoman Gushchin1-9/+2
2020-10-16mm,hwpoison: rework soft offline for in-use pagesOscar Salvador1-5/+0
2020-10-16mm,hwpoison: rework soft offline for free pagesOscar Salvador1-0/+1
2020-10-13mm: simplify PageDoubleMap with PF_SECOND policyMatthew Wilcox (Oracle)1-30/+10
2020-10-13mm: move PageDoubleMap bitMatthew Wilcox (Oracle)1-1/+1
2020-09-04mm: Add PG_arch_2 page flagSteven Price1-0/+3
2020-06-04mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINEDavid Hildenbrand1-0/+10
2020-04-07mm: introduce Reported pagesAlexander Duyck1-0/+11
2020-04-07mm: code cleanup for MADV_FREEHuang Ying1-0/+5
2020-03-21page-flags: fix a crash at SetPageError(THP_SWAP)Qian Cai1-1/+1
2019-11-06mm: thp: handle page cache THP correctly in PageTransCompoundMapYang Shi1-2/+18
2019-08-01xen/swiotlb: remember having called xen_create_contiguous_region()Juergen Gross1-0/+4
2019-07-12mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka1-0/+6
2019-03-05mm: better document PG_reservedDavid Hildenbrand1-2/+31
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand1-4/+7
2018-12-28/proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga1-0/+6
2018-10-26mm: create non-atomic version of SetPageReserved for init useAlexander Duyck1-0/+1
2018-10-26mm: provide kernel parameter to allow disabling page init poisoningAlexander Duyck1-0/+8
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner1-1/+4
2018-08-23mm: soft-offline: close the race against page allocationNaoya Horiguchi1-0/+5
2018-06-07mm: mark pages in use for page tablesMatthew Wilcox1-0/+6
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox1-19/+26
2018-04-05mm: uninitialized struct page poisoning sanity checkingPavel Tatashin1-5/+17
2018-01-31mm: remove PG_highmem descriptionMiles Chen1-5/+0
2017-11-15mm, arch: remove empty_bad_page*Michal Hocko1-1/+1