kernel-ark/arch/sparc/mm
Nick Piggin b5810039a5 [PATCH] core remove PageReserved
Remove PageReserved() calls from core code by tightening VM_RESERVED
handling in mm/ to cover PageReserved functionality.

PageReserved special casing is removed from get_page and put_page.

All setting and clearing of PageReserved is retained, and it is now flagged
in the page_alloc checks to help ensure we don't introduce any refcount
based freeing of Reserved pages.

MAP_PRIVATE, PROT_WRITE of VM_RESERVED regions is tentatively being
deprecated.  We never completely handled it correctly anyway, and is be
reintroduced in future if required (Hugh has a proof of concept).

Once PageReserved() calls are removed from kernel/power/swsusp.c, and all
arch/ and driver code, the Set and Clear calls, and the PG_reserved bit can
be trivially removed.

Last real user of PageReserved is swsusp, which uses PageReserved to
determine whether a struct page points to valid memory or not.  This still
needs to be addressed (a generic page_is_ram() should work).

A last caveat: the ZERO_PAGE is now refcounted and managed with rmap (and
thus mapcounted and count towards shared rss).  These writes to the struct
page could cause excessive cacheline bouncing on big systems.  There are a
number of ways this could be addressed if it is an issue.

Signed-off-by: Nick Piggin <npiggin@suse.de>

Refcount bug fix for filemap_xip.c

Signed-off-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-10-29 21:40:39 -07:00
..
btfixup.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
extable.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fault.c [SPARC]: remove use of asm/segment.h 2005-08-29 12:45:44 -07:00
generic.c [PATCH] core remove PageReserved 2005-10-29 21:40:39 -07:00
highmem.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hypersparc.S kbuild: arm26,sparc use generic asm-offset support 2005-09-09 20:35:55 +02:00
init.c [SPARC]: remove use of asm/segment.h 2005-08-29 12:45:44 -07:00
io-unit.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
iommu.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
loadmmu.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nosrmmu.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nosun4c.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
srmmu.c [SPARC]: "extern inline" doesn't make much sense. 2005-10-03 17:37:02 -07:00
sun4c.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
swift.S kbuild: arm26,sparc use generic asm-offset support 2005-09-09 20:35:55 +02:00
tsunami.S kbuild: arm26,sparc use generic asm-offset support 2005-09-09 20:35:55 +02:00
viking.S kbuild: arm26,sparc use generic asm-offset support 2005-09-09 20:35:55 +02:00