linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH *] new struct page shrinkage
@ 2002-02-19 14:34 Rik van Riel
  2002-02-19 16:09 ` Jeff Garzik
  2002-02-19 19:21 ` Linus Torvalds
  0 siblings, 2 replies; 9+ messages in thread
From: Rik van Riel @ 2002-02-19 14:34 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-mm

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/

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

end of thread, other threads:[~2002-02-19 19:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-19 14:34 [PATCH *] new struct page shrinkage Rik van Riel
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

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