linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* What was the problem with quicklists and x86-64?
@ 2007-12-12 19:14 Jeremy Fitzhardinge
  2007-12-13 19:47 ` Christoph Lameter
  2007-12-13 20:54 ` Siddha, Suresh B
  0 siblings, 2 replies; 14+ messages in thread
From: Jeremy Fitzhardinge @ 2007-12-12 19:14 UTC (permalink / raw)
  To: Christoph Lameter, Suresh Siddha
  Cc: Linux Kernel Mailing List, Ingo Molnar, Andi Kleen, Tony Luck,
	Asit Mallick, Andrew Morton

I'm looking at unifying the various pgalloc+pgd_lists mechanisms between
32-bit (PAE and non-PAE) and 64-bit, so I'm trying to understand why
these differences exist in the first place.

Change da8f153e51290e7438ba7da66234a864e5d3e1c1 reverted the use of
quicklists for allocating pagetables, because of concerns about ordering
with respect to tlb flushes.

Some questions about this:

   1. What's the difference between quicklists and normal page
      allocation with respect to tlb flushing?
   2. Why doesn't this also affect i386's use of quicklists?
   3. Is there some way to resolve this tlb interaction so that
      quicklists can be used?
   4. Failing that, what's the cost of reverting i386's use of
      quicklists too?


Thanks,
    J

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

end of thread, other threads:[~2007-12-13 23:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-12 19:14 What was the problem with quicklists and x86-64? Jeremy Fitzhardinge
2007-12-13 19:47 ` Christoph Lameter
2007-12-13 20:47   ` Benjamin Herrenschmidt
2007-12-13 20:53     ` Christoph Lameter
2007-12-13 21:03       ` Benjamin Herrenschmidt
2007-12-13 21:33         ` Christoph Lameter
2007-12-13 22:27           ` Benjamin Herrenschmidt
2007-12-13 22:36             ` Christoph Lameter
2007-12-13 23:10               ` Benjamin Herrenschmidt
2007-12-13 23:14                 ` Christoph Lameter
2007-12-13 23:19                   ` Benjamin Herrenschmidt
2007-12-13 22:27   ` Siddha, Suresh B
2007-12-13 22:52     ` Christoph Lameter
2007-12-13 20:54 ` Siddha, Suresh B

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).