index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
page-flags.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
badpage: simplify page_alloc flag check+clear
Hugh Dickins
2009-01-06
1
-17
/
+8
*
mm: add Set,ClearPageSwapCache stubs
Hugh Dickins
2009-01-06
1
-0
/
+1
*
mlock: mlocked pages are unevictable
Nick Piggin
2008-10-20
1
-3
/
+16
*
Unevictable LRU Infrastructure
Lee Schermerhorn
2008-10-20
1
-1
/
+21
*
pageflag helpers for configed-out flags
Lee Schermerhorn
2008-10-20
1
-0
/
+12
*
define page_file_cache() function
Rik van Riel
2008-10-20
1
-2
/
+6
*
mm: rename page trylock
Nick Piggin
2008-08-04
1
-1
/
+1
*
[S390] Optimize storage key operations for anon pages
Martin Schwidefsky
2008-08-01
1
-3
/
+0
*
slob: record page flag overlays explicitly
Andy Whitcroft
2008-07-24
1
-0
/
+7
*
slub: record page flag overlays explicitly
Andy Whitcroft
2008-07-24
1
-0
/
+7
*
page-flags: record page flag overlays explicitly
Andy Whitcroft
2008-07-24
1
-4
/
+11
*
Merge branch 'linus' into x86/xen
Ingo Molnar
2008-06-16
1
-0
/
+24
|
\
|
*
mm: Minor clean-up of page flags in mm/page_alloc.c
Russ Anderson
2008-06-09
1
-0
/
+24
*
|
xen: implement save/restore
Jeremy Fitzhardinge
2008-05-27
1
-0
/
+1
|
/
*
PAGEFLAGS_EXTENDED and separate page flags for Head and Tail
Christoph Lameter
2008-04-28
1
-0
/
+28
*
page flags: add PAGEFLAGS_FALSE for flags that are always false
Christoph Lameter
2008-04-28
1
-12
/
+7
*
page flags: handle PG_uncached like all other flags
Christoph Lameter
2008-04-28
1
-11
/
+8
*
pageflags: eliminate PG_xxx aliases
Christoph Lameter
2008-04-28
1
-8
/
+4
*
pageflags: use proper page flag functions in Xen
Christoph Lameter
2008-04-28
1
-1
/
+1
*
pageflags: convert to the use of new macros
Christoph Lameter
2008-04-28
1
-127
/
+68
*
pageflags: introduce macros to generate page flag functions
Christoph Lameter
2008-04-28
1
-0
/
+41
*
pageflags: get rid of FLAGS_RESERVED
Christoph Lameter
2008-04-28
1
-7
/
+12
*
pageflags: use an enum for the flags
Christoph Lameter
2008-04-28
1
-30
/
+26
*
MM: Fix macro argument substitution in PageHead() and PageTail()
David Howells
2008-02-21
1
-2
/
+2
*
mm: fix PageUptodate data race
Nick Piggin
2008-02-05
1
-3
/
+39
*
move page writeback acounting out of macros
Andrew Morton
2007-07-19
1
-30
/
+8
*
mm: share PG_readahead and PG_reclaim
Fengguang Wu
2007-07-19
1
-1
/
+3
*
readahead: introduce PG_readahead
Fengguang Wu
2007-07-19
1
-0
/
+5
*
xen: add pinned page flag
Jeremy Fitzhardinge
2007-07-18
1
-0
/
+5
*
mm: remove unused page flags
Rafael J. Wysocki
2007-05-07
1
-12
/
+0
*
mm: optimize compound_head() by avoiding a shared page flag
Christoph Lameter
2007-05-07
1
-11
/
+26
*
Make page->private usable in compound pages
Christoph Lameter
2007-05-07
1
-0
/
+14
*
[S390] split page_test_and_clear_dirty.
Martin Schwidefsky
2007-04-27
1
-1
/
+1
*
[PATCH] Rename PG_checked to PG_owner_priv_1
Nick Piggin
2007-03-01
1
-1
/
+3
*
VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functions
Linus Torvalds
2006-12-21
1
-6
/
+2
*
[PATCH] convert s390 page handling macros to functions
Heiko Carstens
2006-09-29
1
-6
/
+5
*
[PATCH] update some mm/ comments
Nick Piggin
2006-09-26
1
-15
/
+20
*
[PATCH] zoned vm counters: conversion of nr_writeback to per zone counter
Christoph Lameter
2006-06-30
1
-4
/
+4
*
[PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.h
Christoph Lameter
2006-06-30
1
-133
/
+8
*
[PATCH] PG_uncached is ia64 only
Andrew Morton
2006-06-23
1
-1
/
+13
*
[PATCH] page flags: add commentry regarding field reservation
Andy Whitcroft
2006-04-11
1
-2
/
+14
*
[PATCH] Fix buddy list race that could lead to page lru list corruptions
Nick Piggin
2006-04-10
1
-1
/
+7
*
[PATCH] mm: page_state comment more
Nick Piggin
2006-03-22
1
-2
/
+3
*
[PATCH] mm: slab less atomics
Nick Piggin
2006-03-22
1
-4
/
+2
*
[PATCH] mm: page_alloc less atomics
Nick Piggin
2006-03-22
1
-2
/
+2
*
[PATCH] mm: less atomic ops
Nick Piggin
2006-03-22
1
-0
/
+2
*
[PATCH] mm: PageActive no testset
Nick Piggin
2006-03-22
1
-2
/
+0
*
[PATCH] mm: PageLRU no testset
Nick Piggin
2006-03-22
1
-3
/
+2
*
[PATCH] mm: page_state opt docs
Nick Piggin
2006-01-06
1
-1
/
+11
*
[PATCH] mm: page_state opt
Nick Piggin
2006-01-06
1
-11
/
+32
[next]