From: Rik van Riel <riel@conectiva.com.br>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: [PATCH *] new struct page shrinkage
Date: Tue, 19 Feb 2002 11:34:15 -0300 (BRT) [thread overview]
Message-ID: <Pine.LNX.4.33L.0202191131050.1930-100000@imladris.surriel.com> (raw)
Hi Linus,
The patch has been changed like you wanted, with page->zone
shoved into page->flags. I've also pulled the thing up to
your latest changes from linux.bkbits.net so you should be
able to just pull it into your tree from:
bk://linuxvm.bkbits.net/linux-2.5-struct_page
You can also view the patch on:
http://surriel.com/patches/2.5/2.5.5-p2-struct_page5
I'm not retransmitting it to lkml as very little has changed.
Please apply the patch to your 2.5 tree.
thank you,
Rik
----> begin standard blurb of explanation <----
I've forward-ported a small part of the -rmap patch to 2.5,
the shrinkage of the struct page. Most of this code is from
William Irwin and Christoph Hellwig.
The executive summary:
o page->wait is removed, instead we use a hash table of wait
queues per zone ... collisions are ok because of wake-all
semantics
o page->virtual is only used on highmem machines and sparc64,
other machines calculate the address instead
o page->zone is moved into page->flags
Linus, please pull from the bk tree:
bk://linuxvm.bkbits.net/linux-2.5-struct_page
--
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/
next reply other threads:[~2002-02-19 14:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-19 14:34 Rik van Riel [this message]
2002-02-19 16:09 ` Jeff Garzik
2002-02-19 17:30 ` Rik van Riel
2002-02-19 19:21 ` Linus Torvalds
2002-02-19 19:27 ` Rik van Riel
2002-02-19 19:32 ` Larry McVoy
2002-02-19 19:35 ` Rik van Riel
2002-02-19 19:54 ` Larry McVoy
2002-02-19 19:41 ` Rik van Riel
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=Pine.LNX.4.33L.0202191131050.1930-100000@imladris.surriel.com \
--to=riel@conectiva.com.br \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=torvalds@transmeta.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox