The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Andreas Dilger <adilger@clusterfs.com>
To: Russell Lewis <spamhole-2001-07-16@deming-os.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Looking for links: Why Linux Doesn't Page Kernel Memory?
Date: Fri, 26 Jul 2002 12:17:35 -0600	[thread overview]
Message-ID: <20020726181735.GD2746@clusterfs.com> (raw)
In-Reply-To: <3D418DFD.8000007@deming-os.org>

On Jul 26, 2002  10:59 -0700, Russell Lewis wrote:
> I have spent some time working on AIX, which pages its kernel memory. 
> It pins the interrupt handler functions, and any data that they access, 
> but does not pin the other code.
> 
> I'm looking for links as to why (unless I'm mistaken) Linux doesn't do 
> this, so I can better understand the system.

Because it is complex.  Linus would rather the kernel stay small and non
pageable, rather than grow large enough to need paging (which will in
itself add even more size to the kernel).

I'm sure I've read postings on the subject on l-k, but it would be hard
to find.

Cheers, Andreas
--
Andreas Dilger
http://www-mddsp.enel.ucalgary.ca/People/adilger/
http://sourceforge.net/projects/ext2resize/


  reply	other threads:[~2002-07-26 18:16 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-26 17:59 Looking for links: Why Linux Doesn't Page Kernel Memory? Russell Lewis
2002-07-26 18:17 ` Andreas Dilger [this message]
2002-07-26 18:21 ` Robert Love
2002-07-26 19:10   ` Rik van Riel
2002-07-26 19:16     ` Robert Love
2002-07-26 19:18       ` Rik van Riel
2002-07-28  1:48         ` William Lee Irwin III
2002-07-28  1:56           ` Rik van Riel
2002-07-26 19:25 ` Richard B. Johnson
2002-07-26 19:33 ` Alan Cox
2002-07-26 19:43   ` Mike Castle
2002-07-27 16:24   ` David Woodhouse
2002-07-27 16:56     ` Rik van Riel
2002-07-28  0:59     ` Daniel Phillips
2002-07-28 20:07       ` Alan Cox
2002-07-28  0:40 ` Daniel Phillips
2002-07-28  0:57   ` William Lee Irwin III

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=20020726181735.GD2746@clusterfs.com \
    --to=adilger@clusterfs.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=spamhole-2001-07-16@deming-os.org \
    /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