aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/page-flags.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26mm: multi-gen LRU: groundworkYu Zhao1-2/+2
2022-08-08mm: hugetlb_vmemmap: move code comments to vmemmap_dedup.rstMuchun Song1-13/+2
2022-08-08mm: hugetlb_vmemmap: introduce the name HVOMuchun Song1-2/+1
2022-08-08mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handlingMuchun Song1-4/+2
2022-08-08mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()Muchun Song1-12/+2
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+23
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)1-1/+1
2022-07-17fsdax: set a CoW flag when associate reflink mappingsShiyang Ruan1-0/+6
2022-07-03mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_memoryMuchun Song1-0/+11
2022-07-03mm/vmscan: convert reclaim_clean_pages_from_list() to foliosMatthew Wilcox (Oracle)1-0/+6
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-10/+52
2022-05-13mm: add folio_mapping_flags()Matthew Wilcox (Oracle)1-0/+5
2022-05-09fs: Remove last vestiges of releasepageMatthew Wilcox (Oracle)1-1/+1
2022-05-09mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand1-1/+38
2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song1-3/+3
2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song1-6/+6
2022-03-24mm: delete __ClearPageWaiters()Hugh Dickins1-1/+1
2022-03-22mm/migrate: fix race between lock page and clear PG_Isolatedandrew.yang1-1/+1
2022-03-22mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song1-2/+14
2022-03-22mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB pageMuchun Song1-4/+74
2022-01-18Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-37/+0
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+5
2022-01-15mm/hwpoison: fix unpoison_memory()Naoya Horiguchi1-0/+4
2022-01-15mm: fix boolreturn.cocci warningChangcheng Deng1-1/+1
2022-01-06mm: Remove slab from struct pageMatthew Wilcox (Oracle)1-37/+0
2022-01-02mm/doc: Add documentation for folio_test_uptodateMatthew Wilcox (Oracle)1-3/+10
2021-11-17mm: Remove folio_test_singleMatthew Wilcox (Oracle)1-6/+0
2021-11-17mm: Rename folio_test_multi to folio_test_largeMatthew Wilcox (Oracle)1-1/+7
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-06mm: fix data race in PagePoisoned()Marco Elver1-1/+1
2021-11-01mm: fix mismerge of folio page flag manipulatorsLinus Torvalds1-2/+2
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