linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Updated Commentry Patches
@ 2002-05-17  3:49 Mel
  2002-05-17  4:47 ` William Lee Irwin III
  0 siblings, 1 reply; 2+ messages in thread
From: Mel @ 2002-05-17  3:49 UTC (permalink / raw)
  To: linux-kernel

I've updated four previous patches (previously against pre7) that try to
comment and document how the VM in 2.4.19pre8 works. I've posted them
before on the list so I'm just going to include URL's this time. They are

2.4.19pre8_documentation_numa
http://www.csn.ul.ie/~mel/projects/vm/patches/2.4.19pre8_documentation_numa
  Extends the Documentation/vm/numa file to try and describe NUMA and
  related data structures a bit better

2.4.19pre8_page_alloc_commentry
http://www.csn.ul.ie/~mel/projects/vm/patches/2.4.19pre8_page_alloc_commentry
  This extends the documentation on page_alloc.c to describe how the buddy
  allocator works

2.4.19pre8_slab_commentry
http://www.csn.ul.ie/~mel/projects/vm/patches/2.4.19pre8_slab_commentry
  Extends the commentry on the slab allocator slightly

2.4.19pre8_vmalloc_commentry
http://www.csn.ul.ie/~mel/projects/vm/patches/2.4.19pre8_vmalloc_commentry
  Documents how vmalloc works

If there is no complaints, I'll see what I can do about getting them
integrated into the main branch. Thanks to all those who provided feedback
with them

-- 
		Mel Gorman



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

* Re: [PATCH] Updated Commentry Patches
  2002-05-17  3:49 [PATCH] Updated Commentry Patches Mel
@ 2002-05-17  4:47 ` William Lee Irwin III
  0 siblings, 0 replies; 2+ messages in thread
From: William Lee Irwin III @ 2002-05-17  4:47 UTC (permalink / raw)
  To: Mel; +Cc: linux-kernel

> 2.4.19pre8_page_alloc_commentry
> http://www.csn.ul.ie/~mel/projects/vm/patches/2.4.19pre8_page_alloc_commentry
>   This extends the documentation on page_alloc.c to describe how the buddy
>   allocator works

One way to describe the bit toggling behavior is saying that each page
has a "virtual bit", the bit present in the bitmap is the xor of the
"virtual bits" of the two buddies, and the buddy's bit is recovered by
xor'ing with the bit of the page we're examining, which is known from
the entry point.


Cheers,
Bill

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

end of thread, other threads:[~2002-05-17  4:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-17  3:49 [PATCH] Updated Commentry Patches Mel
2002-05-17  4:47 ` William Lee Irwin III

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).