aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/page-flags.h
AgeCommit message (Expand)Author
2020-04-02page-flags: fix a crash at SetPageError(THP_SWAP)Qian Cai
2019-11-12mm: thp: handle page cache THP correctly in PageTransCompoundMapYang Shi
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
2015-11-05mm: optimize PageHighMem() checkVineet Gupta
2015-09-10mm: introduce idle page trackingVladimir Davydov
2015-08-07mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi
2015-04-15mm: hugetlb: cleanup using paeg_huge_active()Naoya Horiguchi
2015-04-15mm: consolidate all page-flags helpers in <linux/page-flags.h>Kirill A. Shutemov
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov
2015-01-28mm: add 'foreign' alias for the 'pinned' page flagJennifer Herbert
2014-08-06mm: page-flags: clean up the page flag test, set, clear macrosJohannes Weiner
2014-06-23kexec: save PG_head_mask in VMCOREINFOPetr Tesarik
2014-06-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-06-04mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman
2014-05-12ext4: fix data integrity sync in ordered modeNamjae Jeon