Searched hist:"7 fb1d9fca5c6e3b06773b69165a73f3fb786b8ee" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | mmzone.h | diff 7fb1d9fca5c6e3b06773b69165a73f3fb786b8ee Sun Nov 13 18:06:43 CST 2005 Rohit Seth <rohit.seth@intel.com> [PATCH] mm: __alloc_pages cleanup
Clean up of __alloc_pages.
Restoration of previous behaviour, plus further cleanups by introducing an 'alloc_flags', removing the last of should_reclaim_zone.
Signed-off-by: Rohit Seth <rohit.seth@intel.com> Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
/openbmc/linux/mm/ |
H A D | page_alloc.c | diff 3148890bfa4f36c9949871264e06ef4d449eeff9 Mon Nov 28 15:44:03 CST 2005 Nick Piggin <nickpiggin@yahoo.com.au> [PATCH] mm: __alloc_pages cleanup fix
I believe this patch is required to fix breakage in the asynch reclaim watermark logic introduced by this patch:
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=7fb1d9fca5c6e3b06773b69165a73f3fb786b8ee
Just some background of the watermark logic in case it isn't clear... Basically what we have is this:
--- pages_high | | (a) | --- pages_low | | (b) | --- pages_min | | (c) | --- 0
Now when pages_low is reached, we want to kick asynch reclaim, which gives us an interval of "b" before we must start synch reclaim, and gives kswapd an interval of "a" before it need go back to sleep.
When pages_min is reached, normal allocators must enter synch reclaim, but PF_MEMALLOC, ALLOC_HARDER, and ALLOC_HIGH (ie. atomic allocations, recursive allocations, etc.) get access to varying amounts of the reserve "c".
Signed-off-by: Nick Piggin <npiggin@suse.de> Cc: "Seth, Rohit" <rohit.seth@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> diff 7fb1d9fca5c6e3b06773b69165a73f3fb786b8ee Sun Nov 13 18:06:43 CST 2005 Rohit Seth <rohit.seth@intel.com> [PATCH] mm: __alloc_pages cleanup
Clean up of __alloc_pages.
Restoration of previous behaviour, plus further cleanups by introducing an 'alloc_flags', removing the last of should_reclaim_zone.
Signed-off-by: Rohit Seth <rohit.seth@intel.com> Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
H A D | vmscan.c | diff 7fb1d9fca5c6e3b06773b69165a73f3fb786b8ee Sun Nov 13 18:06:43 CST 2005 Rohit Seth <rohit.seth@intel.com> [PATCH] mm: __alloc_pages cleanup
Clean up of __alloc_pages.
Restoration of previous behaviour, plus further cleanups by introducing an 'alloc_flags', removing the last of should_reclaim_zone.
Signed-off-by: Rohit Seth <rohit.seth@intel.com> Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|