linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Minor updates and fixes to grouping pages by mobility
@ 2007-05-09  8:27 Mel Gorman
  2007-05-09  8:28 ` [PATCH 1/4] Fix alloc_zeroed_user_highpage() on m68knommu Mel Gorman
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Mel Gorman @ 2007-05-09  8:27 UTC (permalink / raw)
  To: akpm; +Cc: Mel Gorman, clameter, apw, linux-mm

Hi Andrew,

The following patches are some fixes put together as a result of review
feedback from Christoph Lameter. Other patches based on his review are still
being developed but I am sending these now so I can free time to look closer
at the latest SLUB patches.

The first patch fixes a problem on m68knommu where
the helper for alloc_zeroed_user_highpage_movable() was not defined properly. 
This patch should be considered a fix for
add-__gfp_movable-for-callers-to-flag-allocations-from-high-memory-that-may-be-migrated.patch

The second patch removes alloc_zeroed_user_highpage which has no
in-tree users and is not exported. It can also be considered a fix for
add-__gfp_movable-for-callers-to-flag-allocations-from-high-memory-that-may-be-migrated.patch

The third patch removes a parameter from allocflags_to_migratetype()
that is no longer used. It is a fix for the patch
dont-group-high-order-atomic-allocations.patch.

The fourth patch uses the fact that slab marks reclaimable caches
SLAB_ACCOUNT_RECLAIM to determine when __GFP_RECLAIMABLE should be used.
-- 
Mel Gorman
Part-time Phd Student                          Linux Technology Center
University of Limerick                         IBM Dublin Software Lab

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-05-09 19:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-09  8:27 [PATCH 0/4] Minor updates and fixes to grouping pages by mobility Mel Gorman
2007-05-09  8:28 ` [PATCH 1/4] Fix alloc_zeroed_user_highpage() on m68knommu Mel Gorman
2007-05-09  8:28 ` [PATCH 2/4] Remove alloc_zeroed_user_highpage() Mel Gorman
2007-05-09  8:28 ` [PATCH 3/4] Remove unused parameter to allocflags_to_migratetype() Mel Gorman
2007-05-09  8:29 ` [PATCH 4/4] Use SLAB_ACCOUNT_RECLAIM to determine when __GFP_RECLAIMABLE should be used Mel Gorman
2007-05-09 19:21   ` Christoph Lameter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox