summaryrefslogtreecommitdiff
path: root/include/linux/page-flags.h
AgeCommit message (Expand)Author
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
2014-02-06swap: add a simple detector for inappropriate swapin readaheadShaohua Li
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2013-10-11powerpc: Prepare to support kernel handling of IOMMU map/unmapAlexey Kardashevskiy
2013-02-14s390/mm: implement software dirty bitsMartin Schwidefsky
2012-12-26mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDEDChristoffer Dall
2012-07-31mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-21thp: allow a hwpoisoned head page to be put back to LRUDean Nelson
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2011-07-30Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-07-25mm: use const struct page for r/o page-flag accessor methodsIan Campbell
2011-07-02slub: Do not use frozen page flag but a bit in the page countersChristoph Lameter
2011-05-29[S390] mm: fix storage key handlingHeiko Carstens
2011-05-23[S390] merge page_test_dirty and page_clear_dirtyMartin Schwidefsky
2011-03-22mm: remove unused TestSetPageLocked() interfaceMichel Lespinasse
2011-01-13thp: remove PG_buddyAndrea Arcangeli
2011-01-13thp: transparent hugepage coreAndrea Arcangeli
2011-01-13thp: kvm mmu transparent hugepage supportAndrea Arcangeli
2011-01-13thp: clear page compoundAndrea Arcangeli
2011-01-13thp: compound_lockAndrea Arcangeli
2011-01-13mm: clear PageError bit in msync & fsyncRik van Riel
2010-10-25[S390] add support for nonquiescing sskeMartin Schwidefsky
2010-07-16slub: Use kmem_cache flags to detect if slab is in debugging mode.Christoph Lameter
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds
2009-12-16mm: export stable page flagsWu Fengguang
2009-12-16HWPOISON: Add unpoisoning supportWu Fengguang
2009-12-15mm: CONFIG_MMU for PG_mlockedHugh Dickins
2009-12-12kbuild: move bounds.h to include/generatedSam Ravnborg
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-22mm: return boolean from page_has_private()Johannes Weiner
2009-09-22mm: perform non-atomic test-clear of PG_mlocked on freeJohannes Weiner
2009-09-16HWPOISON: Add page flag for poisoned pagesAndi Kleen
2009-08-26x86, pat: Generalize the use of page flag PG_uncachedVenkatesh Pallipadi
2009-06-17Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/...Pekka Enberg
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro
2009-05-11slob: use PG_slab for identifying SLOB pagesWu Fengguang