public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: "Frederick, Fabian" <Fabian.Frederick@prov-liege.be>
Cc: "Linux-Kernel (E-mail)" <linux-kernel@vger.kernel.org>
Subject: Re: [2.7 "thoughts"] V0.3
Date: Fri, 10 Oct 2003 02:11:34 -0700	[thread overview]
Message-ID: <20031010091134.GA682@holomorphy.com> (raw)
In-Reply-To: <D9B4591FDBACD411B01E00508BB33C1B01F24E98@mesadm.epl.prov-liege.be>

On Fri, Oct 10, 2003 at 09:54:12AM +0200, Frederick, Fabian wrote:
> 2.7 "thoughts"
> Thanks to Gabor, Stuart, Stephan and others
> Don't hesitate to send me more or comment.

Ugh, this is all crackpot wishlist gunk.

How about some goodies backed with real working code, like:

* O(1) proc_pid_statm()
	-- originally by bcrl for 2.4, fwd port maintained by wli
* O(lg(n)) proc_pid_readdir()/proc_task_readdir()
	-- original O(1) proc_pid_readdir() by manfred, rewritten by
	-- wli to use rbtrees for O(lg(n)) seeks into the relevant
	-- lists (walking over empty buckets had overhead)
* 4KB ia32 kernel stacks + irqstacks
	-- original by bcrl, fwd port maintained by dhansen for a
	-- substantial amount of time, now maintained by wli
* ia32 leaf pagetable node cache
	-- wli
* node-local per_cpu areas for ia32 NUMA
	-- wli
* highpmd, analogue of highpte for pmd's
	-- wli. Gets pmd's on node-local mem on ia32 NUMA, and
	-- alleviates a lot of lowmem pressure under heavy
	-- multiprogramming levels on PAE.

Some benchmarks of a patchset including these (and several other things)
are at http://home.earthlink.net/~rwhron/kernel/wli.html, and some ports
of the patch set are at ftp://ftp.kernel.org/people/wli/kernels/

Whatever fantasy may be worth, working code is worth a lot more. I'll
refrain from mentioning prototype-quality patches I'm hacking on atm.


-- wli

  parent reply	other threads:[~2003-10-10  9:08 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-10  7:54 [2.7 "thoughts"] V0.3 Frederick, Fabian
2003-10-10  8:01 ` Jens Axboe
2003-10-10  8:13 ` John Bradford
2003-10-10 14:38   ` Rik van Riel
2003-10-10  9:11 ` William Lee Irwin III [this message]
2003-10-10 21:17 ` Uncle Jens
2003-10-10 21:59   ` Jeff Sipek
2003-10-10 22:05   ` Valdis.Kletnieks
2003-10-10 22:33     ` Michael Jensen
2003-10-10 23:13       ` Valdis.Kletnieks
2003-10-11  1:54         ` Michael Jensen
2003-10-11  2:23   ` Greg KH
2003-10-11  2:04 ` ---
2003-10-11  2:13   ` William Lee Irwin III
2003-10-11  2:30     ` ---
2003-10-11  6:24 ` Gabor MICSKO
2003-10-11  6:43   ` Zwane Mwaikambo
2003-10-11 10:56   ` Meelis Roos

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=20031010091134.GA682@holomorphy.com \
    --to=wli@holomorphy.com \
    --cc=Fabian.Frederick@prov-liege.be \
    --cc=linux-kernel@vger.kernel.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