linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: "Martin Frey" <frey@scs.ch>
To: "'Stephen C. Tweedie'" <sct@redhat.com>,
	'Martin Maletinsky' <maletinsky@scs.ch>
Cc: linux-mm@kvack.org
Subject: RE: how has set_pgdir been replaced in 2.4.x
Date: Mon, 10 Dec 2001 13:35:19 +0100	[thread overview]
Message-ID: <00c801c1817e$bc3b4d70$03fe13ac@scs.ch> (raw)
In-Reply-To: <20011210103855.A1919@redhat.com>

Hi,

>> I noticed that in the 2.4.x Linux kernel the function 
>set_pgdir() has gone (at least for most platforms). When 
>looking at code that modifies kernel page tables (e.g.
>> vmalloc_area_pages) I could not figure out, how the page 
>global directories are kept consistent. It looks to me as if
>> global page directory entries were modified in one global 
>page directory (the swapper_pg_dir) only. If this is the case, 
>I wonder how the modifications are 'propagated'
>> into all the other global page directories
>
>They are now faulted on demand for vmalloc.  The cost of manually
>updating all the pgds for every vmalloc is just too expensive if
>you've got tens of thousands of threads in the system.
>

Is there an implication on drivers, e.g. not accessing vmalloc'd
memory from within a page fault handler? A page fault from a
page fault handler is quite ugly...

Best regards, Martin
--
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/

  reply	other threads:[~2001-12-10 12:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-10  8:53 Martin Maletinsky
2001-12-10 10:38 ` Stephen C. Tweedie
2001-12-10 12:35   ` Martin Frey [this message]
2001-12-10 15:51     ` Stephen C. Tweedie

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='00c801c1817e$bc3b4d70$03fe13ac@scs.ch' \
    --to=frey@scs.ch \
    --cc=linux-mm@kvack.org \
    --cc=maletinsky@scs.ch \
    --cc=sct@redhat.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