aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/page-flags.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-28page flags: handle PG_uncached like all other flagsChristoph Lameter1-11/+8
2008-04-28pageflags: eliminate PG_xxx aliasesChristoph Lameter1-8/+4
2008-04-28pageflags: use proper page flag functions in XenChristoph Lameter1-1/+1
2008-04-28pageflags: convert to the use of new macrosChristoph Lameter1-127/+68
2008-04-28pageflags: introduce macros to generate page flag functionsChristoph Lameter1-0/+41
2008-04-28pageflags: get rid of FLAGS_RESERVEDChristoph Lameter1-7/+12
2008-04-28pageflags: use an enum for the flagsChristoph Lameter1-30/+26
2008-02-21MM: Fix macro argument substitution in PageHead() and PageTail()David Howells1-2/+2
2008-02-05mm: fix PageUptodate data raceNick Piggin1-3/+39
2007-07-19move page writeback acounting out of macrosAndrew Morton1-30/+8
2007-07-19mm: share PG_readahead and PG_reclaimFengguang Wu1-1/+3
2007-07-19readahead: introduce PG_readaheadFengguang Wu1-0/+5
2007-07-18xen: add pinned page flagJeremy Fitzhardinge1-0/+5
2007-05-07mm: remove unused page flagsRafael J. Wysocki1-12/+0
2007-05-07mm: optimize compound_head() by avoiding a shared page flagChristoph Lameter1-11/+26
2007-05-07Make page->private usable in compound pagesChristoph Lameter1-0/+14
2007-04-27[S390] split page_test_and_clear_dirty.Martin Schwidefsky1-1/+1
2007-03-01[PATCH] Rename PG_checked to PG_owner_priv_1Nick Piggin1-1/+3
2006-12-21VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functionsLinus Torvalds1-6/+2
2006-09-29[PATCH] convert s390 page handling macros to functionsHeiko Carstens1-6/+5
2006-09-26[PATCH] update some mm/ commentsNick Piggin1-15/+20
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter1-4/+4
2006-06-30[PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.hChristoph Lameter1-133/+8