summaryrefslogtreecommitdiffstats
path: root/include/linux/page-flags.h
AgeCommit message (Expand)Author
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
2018-06-07mm: mark pages in use for page tablesMatthew Wilcox
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox
2018-04-05mm: uninitialized struct page poisoning sanity checkingPavel Tatashin
2018-01-31mm: remove PG_highmem descriptionMiles Chen
2017-11-15mm, arch: remove empty_bad_page*Michal Hocko
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-06mm: test code to write THP to swap device as a wholeHuang Ying
2017-07-06mm, THP, swap: delay splitting THP during swap outHuang Ying
2016-12-29mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin
2016-12-25mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin
2016-07-26page-flags: relax policy for PG_mappedtodisk and PG_reclaimKirill A. Shutemov
2016-07-26thp, mlock: do not mlock PTE-mapped file huge pagesKirill A. Shutemov
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov
2016-07-26mm: clean up non-standard page->_mapcount usersVladimir Davydov
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim
2016-05-20mm: use unsigned long constant for page flagsYu Zhao