aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/page-flags.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06mm: test code to write THP to swap device as a wholeHuang Ying1-2/+2
2017-07-06mm, THP, swap: delay splitting THP during swap outHuang Ying1-2/+5
2016-12-29mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds1-1/+1
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin1-0/+9
2016-12-25mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin1-8/+16
2016-07-26page-flags: relax policy for PG_mappedtodisk and PG_reclaimKirill A. Shutemov1-3/+3
2016-07-26thp, mlock: do not mlock PTE-mapped file huge pagesKirill A. Shutemov1-1/+12
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov1-0/+7
2016-07-26mm: clean up non-standard page->_mapcount usersVladimir Davydov1-41/+32
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim1-10/+23
2016-05-20mm: use unsigned long constant for page flagsYu Zhao1-9/+9
2016-05-19mm, page_alloc: use new PageAnonHead helper in the free page fast pathMel Gorman1-1/+6
2016-05-05mm: thp: kvm: fix memory corruption in KVM with THP enabledAndrea Arcangeli1-0/+22
2016-03-17include/linux/page-flags.h: force inlining of selected page flag modificationsDenys Vlasenko1-15/+15
2016-03-17/proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi1-0/+2
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov1-0/+36
2016-01-15mm, thp: remove compound_lock()Kirill A. Shutemov1-11/+1
2016-01-15page-flags: drop __TestClearPage*() helpersKirill A. Shutemov1-9/+1
2016-01-15page-flags: look at head page if the flag is encoded in page->mappingKirill A. Shutemov1-1/+3
2016-01-15page-flags: define PG_uptodate behavior on compound pagesKirill A. Shutemov1-3/+6
2016-01-15page-flags: define PG_uncached behavior on compound pagesKirill A. Shutemov1-1/+1
2016-01-15page-flags: define PG_mlocked behavior on compound pagesKirill A. Shutemov1-2/+4
2016-01-15page-flags: define PG_swapcache behavior on compound pagesKirill A. Shutemov1-1/+1
2016-01-15page-flags: define PG_swapbacked behavior on compound pagesKirill A. Shutemov1-3/+3
2016-01-15page-flags: define PG_reserved behavior on compound pagesKirill A. Shutemov1-1/+2
2016-01-15page-flags: define behavior of Xen-related flags on compound pagesKirill A. Shutemov1-3/+7
2016-01-15page-flags: define behavior SL*B-related flags on compound pagesKirill A. Shutemov1-3/+2
2016-01-15page-flags: define behavior of LRU-related flags on compound pagesKirill A. Shutemov1-8/+9
2016-01-15page-flags: define behavior of FS/IO-related flags on compound pagesKirill A. Shutemov1-10/+13
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-1/+1
2016-01-15page-flags: introduce page flags policies wrt compound pagesKirill A. Shutemov1-64/+102
2016-01-15page-flags: move code aroundKirill A. Shutemov1-20/+21
2016-01-15page-flags: trivial cleanup for PageTrans* helpersKirill A. Shutemov1-15/+3
2015-11-06mm: make compound_head() robustKirill A. Shutemov1-62/+18
2015-11-05mm: optimize PageHighMem() checkVineet Gupta1-1/+1
2015-09-10mm: introduce idle page trackingVladimir Davydov1-0/+11
2015-08-07mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi1-3/+7
2015-04-15mm: hugetlb: cleanup using paeg_huge_active()Naoya Horiguchi1-0/+7
2015-04-15mm: consolidate all page-flags helpers in <linux/page-flags.h>Kirill A. Shutemov1-0/+96
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov1-2/+0
2015-01-28mm: add 'foreign' alias for the 'pinned' page flagJennifer Herbert1-0/+5
2014-08-06mm: page-flags: clean up the page flag test, set, clear macrosJohannes Weiner1-7/+14
2014-06-23kexec: save PG_head_mask in VMCOREINFOPetr Tesarik1-0/+3