aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/page-flags.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+11
2014-06-04mm: non-atomically mark page accessed during page cache allocation where possibleMel Gorman1-0/+1
2014-06-04mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman1-0/+1
2014-05-12ext4: fix data integrity sync in ordered modeNamjae Jeon1-1/+11
2014-02-06swap: add a simple detector for inappropriate swapin readaheadShaohua Li1-2/+2
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-5/+5
2013-10-11powerpc: Prepare to support kernel handling of IOMMU map/unmapAlexey Kardashevskiy1-1/+3
2013-02-14s390/mm: implement software dirty bitsMartin Schwidefsky1-8/+0
2012-12-26mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDEDChristoffer Dall1-1/+7