summaryrefslogtreecommitdiff
path: root/include/linux/page-flags.h
AgeCommit message (Expand)Author
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
2016-05-19mm, page_alloc: use new PageAnonHead helper in the free page fast pathMel Gorman
2016-05-05mm: thp: kvm: fix memory corruption in KVM with THP enabledAndrea Arcangeli
2016-03-17include/linux/page-flags.h: force inlining of selected page flag modificationsDenys Vlasenko
2016-03-17/proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov
2016-01-15mm, thp: remove compound_lock()Kirill A. Shutemov
2016-01-15page-flags: drop __TestClearPage*() helpersKirill A. Shutemov
2016-01-15page-flags: look at head page if the flag is encoded in page->mappingKirill A. Shutemov
2016-01-15page-flags: define PG_uptodate behavior on compound pagesKirill A. Shutemov
2016-01-15page-flags: define PG_uncached behavior on compound pagesKirill A. Shutemov
2016-01-15page-flags: define PG_mlocked behavior on compound pagesKirill A. Shutemov
2016-01-15page-flags: define PG_swapcache behavior on compound pagesKirill A. Shutemov
2016-01-15page-flags: define PG_swapbacked behavior on compound pagesKirill A. Shutemov
2016-01-15page-flags: define PG_reserved behavior on compound pagesKirill A. Shutemov
2016-01-15page-flags: define behavior of Xen-related flags on compound pagesKirill A. Shutemov
2016-01-15page-flags: define behavior SL*B-related flags on compound pagesKirill A. Shutemov
2016-01-15page-flags: define behavior of LRU-related flags on compound pagesKirill A. Shutemov
2016-01-15page-flags: define behavior of FS/IO-related flags on compound pagesKirill A. Shutemov
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov
2016-01-15page-flags: introduce page flags policies wrt compound pagesKirill A. Shutemov
2016-01-15page-flags: move code aroundKirill A. Shutemov
2016-01-15page-flags: trivial cleanup for PageTrans* helpersKirill A. Shutemov
2015-11-06mm: make compound_head() robustKirill A. Shutemov