[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3e8340490901162016y268e3936k4b2d3fcb2afcf216@mail.gmail.com>
Date: Fri, 16 Jan 2009 23:16:08 -0500
From: Bryan Donlan <bdonlan@...il.com>
To: sidc7 <siddhartha.chhabra@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: Kernel vs user memory
On Fri, Jan 16, 2009 at 9:56 PM, sidc7 <siddhartha.chhabra@...il.com> wrote:
>
> The kernel maintains a free list of pages that are free in physical memory. I
> was wondering, are these pages in the kernel space ? They are not mapped to
> any of the user address space for sure, so will they be in the kernel memory
> ?
Of course. Note that much of user address space is also mapped into
kernel address space (all of it, in fact, unless you're on a 32-bit
x86 system with PAE and more than 3G or so of RAM), so such a clear
division isn't quite that easy :)
All the gory details are in mm/page_alloc.c and mm/slab.c (or slub.c
or slob.c, depending on your build configuration).
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists