From: Nick Piggin <piggin@cyberone.com.au>
To: "Martin J. Bligh" <mbligh@aracnet.com>
Cc: Andrew Morton <akpm@osdl.org>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: 2.6.2-mm1 aka "Geriatric Wombat"
Date: Fri, 06 Feb 2004 03:16:09 +1100 [thread overview]
Message-ID: <40226C49.4010307@cyberone.com.au> (raw)
In-Reply-To: <68430000.1075997516@[10.10.2.4]>
Martin J. Bligh wrote:
>--Nick Piggin <piggin@cyberone.com.au> wrote (on Thursday, February 05, 2004 22:47:23 +1100):
>
>
>>Andrew Morton wrote:
>>
>>
>>>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.2/2.6.2-mm1/
>>>
>>>
>>>- Merged some page reclaim fixes from Nick and Nikita. These yield some
>>> performance improvements in low memory and heavy paging situations.
>>>
>>>
>>>
>>Nikita's vm-dont-rotate-active-list.patch still has this:
>>
>>+/* dummy pages used to scan active lists */
>>+static struct page scan_pages[MAX_NUMNODES][MAX_NR_ZONES];
>>+
>>
>>Which probably needs its nodes and cachelines untangled.
>>Maybe it doesn't - I really don't know.
>>
>
>The idle toad's way is to shove it in the pgdat.
>Maybe even the zone structure?
>
>
It logically belongs in the zone structure, but apparently
dependancies will not allow that right now.
WARNING: multiple messages have this Message-ID (diff)
From: Nick Piggin <piggin@cyberone.com.au>
To: "Martin J. Bligh" <mbligh@aracnet.com>
Cc: Andrew Morton <akpm@osdl.org>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: 2.6.2-mm1 aka "Geriatric Wombat"
Date: Fri, 06 Feb 2004 03:16:09 +1100 [thread overview]
Message-ID: <40226C49.4010307@cyberone.com.au> (raw)
In-Reply-To: <68430000.1075997516@[10.10.2.4]>
Martin J. Bligh wrote:
>--Nick Piggin <piggin@cyberone.com.au> wrote (on Thursday, February 05, 2004 22:47:23 +1100):
>
>
>>Andrew Morton wrote:
>>
>>
>>>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.2/2.6.2-mm1/
>>>
>>>
>>>- Merged some page reclaim fixes from Nick and Nikita. These yield some
>>> performance improvements in low memory and heavy paging situations.
>>>
>>>
>>>
>>Nikita's vm-dont-rotate-active-list.patch still has this:
>>
>>+/* dummy pages used to scan active lists */
>>+static struct page scan_pages[MAX_NUMNODES][MAX_NR_ZONES];
>>+
>>
>>Which probably needs its nodes and cachelines untangled.
>>Maybe it doesn't - I really don't know.
>>
>
>The idle toad's way is to shove it in the pgdat.
>Maybe even the zone structure?
>
>
It logically belongs in the zone structure, but apparently
dependancies will not allow that right now.
--
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:"aart@kvack.org"> aart@kvack.org </a>
next prev parent reply other threads:[~2004-02-05 16:18 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-05 9:44 2.6.2-mm1 aka "Geriatric Wombat" Andrew Morton
2004-02-05 9:44 ` Andrew Morton
2004-02-05 9:52 ` [PATCH] via crypto beginnings Jeff Garzik
2004-02-05 10:11 ` Andrew Morton
2004-02-05 10:11 ` Andrew Morton
2004-02-05 9:55 ` 2.6.2-mm1 aka "Geriatric Wombat" Nikita Danilov
2004-02-05 9:55 ` Nikita Danilov
2004-02-05 10:00 ` Russell King
2004-02-05 10:00 ` Russell King
2004-02-05 10:37 ` Jeff Garzik
2004-02-05 10:37 ` Jeff Garzik
2004-02-05 10:50 ` Russell King
2004-02-05 10:50 ` Russell King
2004-02-05 11:47 ` Nick Piggin
2004-02-05 11:47 ` Nick Piggin
2004-02-05 16:11 ` Martin J. Bligh
2004-02-05 16:11 ` Martin J. Bligh
2004-02-05 16:16 ` Nick Piggin [this message]
2004-02-05 16:16 ` Nick Piggin
2004-02-05 16:20 ` Nikita Danilov
2004-02-05 16:20 ` Nikita Danilov
2004-02-05 13:57 ` Alistair John Strachan
2004-02-05 14:16 ` Lenar Lõhmus
2004-02-05 19:57 ` 2.6.2-mm1 [are these mine?] Maciej Soltysiak
2004-02-05 20:11 ` Randy.Dunlap
2004-02-05 20:14 ` Randy.Dunlap
[not found] ` <4022505B.1020900-w3PkqIkA8A2zQB+pC5nmwQ@public.gmane.org>
2004-02-05 21:30 ` 2.6.2-mm1 aka "Geriatric Wombat" Alistair John Strachan
2004-02-05 21:30 ` Alistair John Strachan
[not found] ` <200402052130.30344.s0348365-Y3tGgqFSo3OFxr2TtlUqVg@public.gmane.org>
2004-02-06 8:39 ` Lenar Lõhmus
2004-02-06 8:39 ` Lenar Lõhmus
2004-02-05 14:16 ` Matthias Urlichs
2004-02-05 17:58 ` John Cherry
2004-02-05 17:58 ` John Cherry
2004-02-05 23:12 ` [patch] 2.6.2-mm1: fix warning introduced by input-2wheel-mouse-fix Adrian Bunk
2004-02-06 0:22 ` Zephaniah E. Hull
2004-02-05 19:23 ` 2.6.2-mm1 aka "Geriatric Wombat" Deepak Saxena
2004-02-05 19:23 ` Deepak Saxena
2004-02-05 20:05 ` Greg KH
2004-02-05 20:05 ` Greg KH
2004-02-05 23:31 ` 2.6.2-mm1 aka "Geriatric Wombat" DIO read race still fails Daniel McNeil
2004-02-05 23:31 ` Daniel McNeil
2004-02-05 23:58 ` Badari Pulavarty
2004-02-05 23:58 ` Badari Pulavarty
2004-02-06 22:37 ` Daniel McNeil
2004-02-06 22:37 ` Daniel McNeil
2004-02-06 0:07 ` Andrew Morton
2004-02-06 0:07 ` Andrew Morton
2004-02-06 0:32 ` Daniel McNeil
2004-02-06 0:32 ` Daniel McNeil
2004-02-06 18:02 ` 2.6.2-mm1 aka "Geriatric Wombat" Thomas Davis
2004-02-06 18:02 ` Thomas Davis
-- strict thread matches above, loose matches on Subject: below --
2004-02-05 12:01 Luis Miguel García
2004-02-05 16:18 ` Andrew Morton
[not found] <fa.h1qu7q8.n6mopi@ifi.uio.no>
2004-02-05 13:11 ` Robert Gadsdon
2004-02-05 13:11 ` Robert Gadsdon
2004-02-05 18:26 ` Greg KH
2004-02-05 18:26 ` Greg KH
2004-02-05 18:29 ` Ben Collins
2004-02-05 18:29 ` Ben Collins
2004-02-05 20:14 ` Andrew Morton
2004-02-05 20:14 ` Andrew Morton
2004-02-05 20:29 ` Ben Collins
2004-02-05 20:29 ` Ben Collins
2004-02-06 14:47 ` Ben Collins
2004-02-06 14:47 ` Ben Collins
2004-02-06 18:22 ` Greg KH
2004-02-06 18:22 ` Greg KH
2004-02-06 18:39 ` Ben Collins
2004-02-06 18:39 ` Ben Collins
2004-02-07 17:27 ` Ben Collins
2004-02-07 17:27 ` Ben Collins
2004-02-07 19:13 ` Greg KH
2004-02-07 19:13 ` Greg KH
2004-02-07 23:08 ` Ben Collins
2004-02-07 23:08 ` Ben Collins
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40226C49.4010307@cyberone.com.au \
--to=piggin@cyberone.com.au \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mbligh@aracnet.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.