aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/page-flags.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman1-0/+29
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-21thp: allow a hwpoisoned head page to be put back to LRUDean Nelson1-0/+20
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2011-07-30Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-5/+0
2011-07-25mm: use const struct page for r/o page-flag accessor methodsIan Campbell1-2/+2
2011-07-02slub: Do not use frozen page flag but a bit in the page countersChristoph Lameter1-5/+0
2011-05-29[S390] mm: fix storage key handlingHeiko Carstens1-1/+1
2011-05-23[S390] merge page_test_dirty and page_clear_dirtyMartin Schwidefsky1-1/+1
2011-03-22mm: remove unused TestSetPageLocked() interfaceMichel Lespinasse1-1/+1
2011-01-13thp: remove PG_buddyAndrea Arcangeli1-6/+1
2011-01-13thp: transparent hugepage coreAndrea Arcangeli1-0/+21
2011-01-13thp: kvm mmu transparent hugepage supportAndrea Arcangeli1-0/+12
2011-01-13thp: clear page compoundAndrea Arcangeli1-1/+16
2011-01-13thp: compound_lockAndrea Arcangeli1-1/+11
2011-01-13mm: clear PageError bit in msync & fsyncRik van Riel1-1/+1
2010-10-25[S390] add support for nonquiescing sskeMartin Schwidefsky1-1/+1
2010-07-16slub: Use kmem_cache flags to detect if slab is in debugging mode.Christoph Lameter1-2/+0
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2009-12-16mm: export stable page flagsWu Fengguang1-0/+2
2009-12-16HWPOISON: Add unpoisoning supportWu Fengguang1-1/+1
2009-12-15mm: CONFIG_MMU for PG_mlockedHugh Dickins1-5/+3
2009-12-12kbuild: move bounds.h to include/generatedSam Ravnborg1-1/+1
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-1/+16
2009-09-22mm: return boolean from page_has_private()Johannes Weiner1-5/+8
2009-09-22mm: perform non-atomic test-clear of PG_mlocked on freeJohannes Weiner1-3/+9
2009-09-16HWPOISON: Add page flag for poisoned pagesAndi Kleen1-1/+16
2009-08-26x86, pat: Generalize the use of page flag PG_uncachedVenkatesh Pallipadi1-2/+2
2009-06-17Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linusPekka Enberg1-2/+0
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-15/+1
2009-05-11slob: use PG_slab for identifying SLOB pagesWu Fengguang1-2/+0
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells1-5/+33
2009-04-03FS-Cache: Release page->private after failed readaheadDavid Howells1-1/+1
2009-04-01nommu: there is no mlock() for NOMMU, so don't provide the bitsDavid Howells1-7/+13
2009-01-06badpage: simplify page_alloc flag check+clearHugh Dickins1-17/+8
2009-01-06mm: add Set,ClearPageSwapCache stubsHugh Dickins1-0/+1
2008-10-20mlock: mlocked pages are unevictableNick Piggin1-3/+16
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn1-1/+21
2008-10-20pageflag helpers for configed-out flagsLee Schermerhorn1-0/+12
2008-10-20define page_file_cache() functionRik van Riel1-2/+6
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-08-01[S390] Optimize storage key operations for anon pagesMartin Schwidefsky1-3/+0
2008-07-24slob: record page flag overlays explicitlyAndy Whitcroft1-0/+7
2008-07-24slub: record page flag overlays explicitlyAndy Whitcroft1-0/+7
2008-07-24page-flags: record page flag overlays explicitlyAndy Whitcroft1-4/+11
2008-06-16Merge branch 'linus' into x86/xenIngo Molnar1-0/+24
2008-06-09mm: Minor clean-up of page flags in mm/page_alloc.cRuss Anderson1-0/+24
2008-05-27xen: implement save/restoreJeremy Fitzhardinge1-0/+1
2008-04-28PAGEFLAGS_EXTENDED and separate page flags for Head and TailChristoph Lameter1-0/+28
2008-04-28page flags: add PAGEFLAGS_FALSE for flags that are always falseChristoph Lameter1-12/+7