linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Florian Schmidt <mista.tapas@gmx.net>
To: "Rui Nuno Capela" <rncbc@rncbc.org>
Cc: "Ingo Molnar" <mingo@elte.hu>,
	linux-kernel@vger.kernel.org, "Lee Revell" <rlrevell@joe-job.com>,
	mark_h_johnson@raytheon.com, "K.R. Foley" <kr@cybsft.com>,
	"Bill Huey" <bhuey@lnxw.com>, "Adam Heath" <doogie@debian.org>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Michal Schmidt" <xschmi00@stud.feec.vutbr.cz>,
	"Fernando Pablo Lopez-Lezcano" <nando@ccrma.stanford.edu>
Subject: Re: [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U6
Date: Tue, 19 Oct 2004 18:50:16 +0200	[thread overview]
Message-ID: <20041019185016.2af4fa86@mango.fruits.de> (raw)
In-Reply-To: <28172.195.245.190.93.1098199429.squirrel@195.245.190.93>

On Tue, 19 Oct 2004 16:23:49 +0100 (WEST)
"Rui Nuno Capela" <rncbc@rncbc.org> wrote:

> I'm experiencing terrible kernel panics at a very early bootstrap stage
> while testing the U5 and U6 latest patch(es) on my laptop (P4/UP) --
> (Ingo: this is about the very same trouble I've reported while pre-testing
> U6).

[..]

> OK. After some incremental configurations, I've isolated that those
> oops(es) only occurs if PREEMPT_TIMING and/or LATENCY_TRACE areset (Y). My
> first suspect was that newest RWSEM_DEADLOCK_DETECT, but it wasn't the
> case.
> 
> So something has broken on that non-preemptible critical section timing
> stuff since U4.
> 
> Hasn't anybody else stumbled on this?

I don't get any oopses or panics, but i can observer a rather interesting
behaviour. When i enable the latency traces via

echo 1 > /proc/sys/kernel/trace_enabled

my machine starts to make little pauses of ca 3-4 secs. X "hangs" for this
duration and so does aplay when playing a .wav file. "hangs" means that the
X display seems to be locked. Interestingly enough all keystrokes i entered
during the "hang" seem to arrive fine after the hang has ended. aplay
experiences an xrun.

jackd OTOH is not affected (probably since it runs SCHED_FIFO). I can
happily continue noodling with my guitar through jackd and jack-rack..

But besides that it runs fine here. I get some fairly long non preemptible
critical sections reports though.

here's one (i snipped off quite a few in the middle to make the email
smaller):

preemption latency trace v1.0.7 on 2.6.9-rc4-mm1-RT-U6
-------------------------------------------------------
 latency: 1841 us, entries: 4000 (12990)   |   [VP:1 KP:1 SP:1 HP:1 #CPUS:1]
    -----------------
    | task: aplay/2160, uid:1000 nice:0 policy:0 rt_prio:0
    -----------------
 => started at: __schedule+0x3b/0x5d0 <c02a767b>
 => ended at:   finish_task_switch+0x43/0xb0 <c0114ae3>
=======>
00000001 0.000ms (+0.000ms): __schedule (ksoftirqd)
00000001 0.000ms (+0.000ms): sched_clock (__schedule)
00000002 0.000ms (+0.000ms): deactivate_task (__schedule)
00000002 0.000ms (+0.000ms): dequeue_task (deactivate_task)
04000002 0.000ms (+0.000ms): __switch_to (__schedule)
04000002 0.001ms (+0.000ms): finish_task_switch (__schedule)
04000000 0.001ms (+0.000ms): schedule (down_write)
04000000 0.001ms (+0.000ms): __schedule (down_write)
04000001 0.001ms (+0.000ms): sched_clock (__schedule)
04000000 0.001ms (+0.000ms): schedule (down_write)
04000000 0.001ms (+0.000ms): __schedule (down_write)
04000001 0.002ms (+0.000ms): sched_clock (__schedule)
04000000 0.002ms (+0.000ms): schedule (down_write)
04000000 0.002ms (+0.000ms): __schedule (down_write)
04000001 0.002ms (+0.000ms): sched_clock (__schedule)
04000000 0.002ms (+0.000ms): schedule (down_write)
04000000 0.002ms (+0.000ms): __schedule (down_write)
04000001 0.003ms (+0.000ms): sched_clock (__schedule)
04000000 0.003ms (+0.000ms): schedule (down_write)
04000000 0.003ms (+0.000ms): __schedule (down_write)
04000001 0.003ms (+0.000ms): sched_clock (__schedule)
04000000 0.003ms (+0.000ms): schedule (down_write)
04000000 0.003ms (+0.000ms): __schedule (down_write)
04000001 0.003ms (+0.000ms): sched_clock (__schedule)
04000000 0.004ms (+0.000ms): schedule (down_write)
04000000 0.004ms (+0.000ms): __schedule (down_write)
04000001 0.004ms (+0.000ms): sched_clock (__schedule)
04000000 0.004ms (+0.000ms): schedule (down_write)
04000000 0.004ms (+0.000ms): __schedule (down_write)
04000001 0.004ms (+0.000ms): sched_clock (__schedule)
04000000 0.005ms (+0.000ms): schedule (down_write)
04000000 0.005ms (+0.000ms): __schedule (down_write)
04000001 0.005ms (+0.000ms): sched_clock (__schedule)
04000000 0.005ms (+0.000ms): schedule (down_write)
04000000 0.005ms (+0.000ms): __schedule (down_write)
04000001 0.005ms (+0.000ms): sched_clock (__schedule)
04000000 0.006ms (+0.000ms): schedule (down_write)
04000000 0.006ms (+0.000ms): __schedule (down_write)
04000001 0.006ms (+0.000ms): sched_clock (__schedule)
04000000 0.006ms (+0.000ms): schedule (down_write)
04000000 0.006ms (+0.000ms): __schedule (down_write)
04000001 0.006ms (+0.000ms): sched_clock (__schedule)
04000000 0.006ms (+0.000ms): schedule (down_write)
04000000 0.007ms (+0.000ms): __schedule (down_write)
04000001 0.007ms (+0.000ms): sched_clock (__schedule)
04000000 0.007ms (+0.000ms): schedule (down_write)
04000000 0.007ms (+0.000ms): __schedule (down_write)
04000001 0.007ms (+0.000ms): sched_clock (__schedule)
04000000 0.007ms (+0.000ms): schedule (down_write)
04000000 0.007ms (+0.000ms): __schedule (down_write)
04000001 0.008ms (+0.000ms): sched_clock (__schedule)
04000000 0.008ms (+0.000ms): schedule (down_write)
04000000 0.008ms (+0.000ms): __schedule (down_write)
04000001 0.008ms (+0.000ms): sched_clock (__schedule)
04000000 0.008ms (+0.000ms): schedule (down_write)
04000000 0.008ms (+0.000ms): __schedule (down_write)
04000001 0.009ms (+0.000ms): sched_clock (__schedule)
04000000 0.009ms (+0.000ms): schedule (down_write)
04000000 0.009ms (+0.000ms): __schedule (down_write)
04000001 0.009ms (+0.000ms): sched_clock (__schedule)
04000000 0.009ms (+0.000ms): schedule (down_write)
04000000 0.009ms (+0.000ms): __schedule (down_write)
04000001 0.009ms (+0.000ms): sched_clock (__schedule)
04000000 0.010ms (+0.000ms): schedule (down_write)
04000000 0.010ms (+0.000ms): __schedule (down_write)
04000001 0.010ms (+0.000ms): sched_clock (__schedule)
04000000 0.010ms (+0.000ms): schedule (down_write)
04000000 0.010ms (+0.000ms): __schedule (down_write)
04000001 0.010ms (+0.000ms): sched_clock (__schedule)
04000000 0.011ms (+0.000ms): schedule (down_write)
04000000 0.011ms (+0.000ms): __schedule (down_write)
04000001 0.011ms (+0.000ms): sched_clock (__schedule)
04000000 0.011ms (+0.000ms): schedule (down_write)
04000000 0.011ms (+0.000ms): __schedule (down_write)
04000001 0.011ms (+0.000ms): sched_clock (__schedule)
04000000 0.012ms (+0.000ms): schedule (down_write)
04000000 0.012ms (+0.000ms): __schedule (down_write)
04000001 0.012ms (+0.000ms): sched_clock (__schedule)
04000000 0.012ms (+0.000ms): schedule (down_write)
04000000 0.012ms (+0.000ms): __schedule (down_write)
04000001 0.012ms (+0.000ms): sched_clock (__schedule)
04000000 0.012ms (+0.000ms): schedule (down_write)
04000000 0.013ms (+0.000ms): __schedule (down_write)
04000001 0.013ms (+0.000ms): sched_clock (__schedule)
04000000 0.013ms (+0.000ms): schedule (down_write)
04000000 0.013ms (+0.000ms): __schedule (down_write)
04000001 0.013ms (+0.000ms): sched_clock (__schedule)
04000000 0.013ms (+0.000ms): schedule (down_write)
04000000 0.013ms (+0.000ms): __schedule (down_write)
04000001 0.014ms (+0.000ms): sched_clock (__schedule)
04000000 0.014ms (+0.000ms): schedule (down_write)
04000000 0.014ms (+0.000ms): __schedule (down_write)
04000001 0.014ms (+0.000ms): sched_clock (__schedule)
04000000 0.014ms (+0.000ms): schedule (down_write)
04000000 0.014ms (+0.000ms): __schedule (down_write)
04000001 0.014ms (+0.000ms): sched_clock (__schedule)
04000000 0.015ms (+0.000ms): schedule (down_write)
04000000 0.015ms (+0.000ms): __schedule (down_write)
04000001 0.015ms (+0.000ms): sched_clock (__schedule)
04000000 0.015ms (+0.000ms): schedule (down_write)
04000000 0.015ms (+0.000ms): __schedule (down_write)
04000001 0.015ms (+0.000ms): sched_clock (__schedule)
04000000 0.016ms (+0.000ms): schedule (down_write)
04000000 0.016ms (+0.000ms): __schedule (down_write)
04000001 0.016ms (+0.000ms): sched_clock (__schedule)
04000000 0.016ms (+0.000ms): schedule (down_write)
04000000 0.016ms (+0.000ms): __schedule (down_write)
04000001 0.016ms (+0.000ms): sched_clock (__schedule)
04000000 0.017ms (+0.000ms): schedule (down_write)
04000000 0.017ms (+0.000ms): __schedule (down_write)
04000001 0.017ms (+0.000ms): sched_clock (__schedule)
04000000 0.017ms (+0.000ms): schedule (down_write)
04000000 0.017ms (+0.000ms): __schedule (down_write)
04000001 0.017ms (+0.000ms): sched_clock (__schedule)
04000000 0.018ms (+0.000ms): schedule (down_write)
04000000 0.018ms (+0.000ms): __schedule (down_write)
04000001 0.018ms (+0.000ms): sched_clock (__schedule)
04000000 0.018ms (+0.000ms): schedule (down_write)
04000000 0.018ms (+0.000ms): __schedule (down_write)
04000001 0.018ms (+0.000ms): sched_clock (__schedule)
04000000 0.018ms (+0.000ms): schedule (down_write)
04000000 0.019ms (+0.000ms): __schedule (down_write)
04000001 0.019ms (+0.000ms): sched_clock (__schedule)
04000000 0.019ms (+0.000ms): schedule (down_write)
04000000 0.019ms (+0.000ms): __schedule (down_write)
04000001 0.019ms (+0.000ms): sched_clock (__schedule)
04000000 0.019ms (+0.000ms): schedule (down_write)
04000000 0.019ms (+0.000ms): __schedule (down_write)
04000001 0.020ms (+0.000ms): sched_clock (__schedule)
04000000 0.020ms (+0.000ms): schedule (down_write)
04000000 0.020ms (+0.000ms): __schedule (down_write)
04000001 0.020ms (+0.000ms): sched_clock (__schedule)
04000000 0.020ms (+0.000ms): schedule (down_write)
04000000 0.020ms (+0.000ms): __schedule (down_write)
04000001 0.020ms (+0.000ms): sched_clock (__schedule)
04000000 0.021ms (+0.000ms): schedule (down_write)
04000000 0.021ms (+0.000ms): __schedule (down_write)
04000001 0.021ms (+0.000ms): sched_clock (__schedule)
04000000 0.021ms (+0.000ms): schedule (down_write)
04000000 0.021ms (+0.000ms): __schedule (down_write)
04000001 0.021ms (+0.000ms): sched_clock (__schedule)
04000000 0.022ms (+0.000ms): schedule (down_write)
04000000 0.022ms (+0.000ms): __schedule (down_write)
04000001 0.022ms (+0.000ms): sched_clock (__schedule)
04000000 0.022ms (+0.000ms): schedule (down_write)
04000000 0.022ms (+0.000ms): __schedule (down_write)
04000001 0.022ms (+0.000ms): sched_clock (__schedule)
04000000 0.023ms (+0.000ms): schedule (down_write)
04000000 0.023ms (+0.000ms): __schedule (down_write)
04000001 0.023ms (+0.000ms): sched_clock (__schedule)
04000000 0.023ms (+0.000ms): schedule (down_write)
04000000 0.023ms (+0.000ms): __schedule (down_write)
04000001 0.023ms (+0.000ms): sched_clock (__schedule)
04000000 0.023ms (+0.000ms): schedule (down_write)
04000000 0.024ms (+0.000ms): __schedule (down_write)
04000001 0.024ms (+0.000ms): sched_clock (__schedule)
04000000 0.024ms (+0.000ms): schedule (down_write)
04000000 0.024ms (+0.000ms): __schedule (down_write)
04000001 0.024ms (+0.000ms): sched_clock (__schedule)
04000000 0.024ms (+0.000ms): schedule (down_write)
04000000 0.025ms (+0.000ms): __schedule (down_write)
04000001 0.025ms (+0.000ms): sched_clock (__schedule)
04000000 0.025ms (+0.000ms): schedule (down_write)
04000000 0.025ms (+0.000ms): __schedule (down_write)
04000001 0.025ms (+0.000ms): sched_clock (__schedule)
04000000 0.025ms (+0.000ms): schedule (down_write)
04000000 0.025ms (+0.000ms): __schedule (down_write)
04000001 0.026ms (+0.000ms): sched_clock (__schedule)
04000000 0.026ms (+0.000ms): schedule (down_write)
04000000 0.026ms (+0.000ms): __schedule (down_write)
04000001 0.026ms (+0.000ms): sched_clock (__schedule)
04000000 0.026ms (+0.000ms): schedule (down_write)
04000000 0.026ms (+0.000ms): __schedule (down_write)
04000001 0.026ms (+0.000ms): sched_clock (__schedule)
04000000 0.027ms (+0.000ms): schedule (down_write)
04000000 0.027ms (+0.000ms): __schedule (down_write)
04000001 0.027ms (+0.000ms): sched_clock (__schedule)
04000000 0.027ms (+0.000ms): schedule (down_write)
04000000 0.027ms (+0.000ms): __schedule (down_write)
04000001 0.027ms (+0.000ms): sched_clock (__schedule)
04000000 0.028ms (+0.000ms): schedule (down_write)
04000000 0.028ms (+0.000ms): __schedule (down_write)
04000001 0.028ms (+0.000ms): sched_clock (__schedule)
04000000 0.028ms (+0.000ms): schedule (down_write)
04000000 0.028ms (+0.000ms): __schedule (down_write)
04000001 0.028ms (+0.000ms): sched_clock (__schedule)
04000000 0.029ms (+0.000ms): schedule (down_write)
04000000 0.029ms (+0.000ms): __schedule (down_write)
04000001 0.029ms (+0.000ms): sched_clock (__schedule)
04000000 0.029ms (+0.000ms): schedule (down_write)
04000000 0.029ms (+0.000ms): __schedule (down_write)
04000001 0.029ms (+0.000ms): sched_clock (__schedule)
04000000 0.029ms (+0.000ms): schedule (down_write)
04000000 0.030ms (+0.000ms): __schedule (down_write)
04000001 0.030ms (+0.000ms): sched_clock (__schedule)
04000000 0.030ms (+0.000ms): schedule (down_write)
04000000 0.030ms (+0.000ms): __schedule (down_write)
04000001 0.030ms (+0.000ms): sched_clock (__schedule)
04000000 0.030ms (+0.000ms): schedule (down_write)
04000000 0.030ms (+0.000ms): __schedule (down_write)
04000001 0.031ms (+0.000ms): sched_clock (__schedule)
04000000 0.031ms (+0.000ms): schedule (down_write)
04000000 0.031ms (+0.000ms): __schedule (down_write)
04000001 0.031ms (+0.000ms): sched_clock (__schedule)
04000000 0.031ms (+0.000ms): schedule (down_write)
04000000 0.031ms (+0.000ms): __schedule (down_write)
04000001 0.031ms (+0.000ms): sched_clock (__schedule)
04000000 0.032ms (+0.000ms): schedule (down_write)
04000000 0.032ms (+0.000ms): __schedule (down_write)
04000001 0.032ms (+0.000ms): sched_clock (__schedule)
04000000 0.032ms (+0.000ms): schedule (down_write)
04000000 0.032ms (+0.000ms): __schedule (down_write)
04000001 0.032ms (+0.000ms): sched_clock (__schedule)
04000000 0.033ms (+0.000ms): schedule (down_write)
04000000 0.033ms (+0.000ms): __schedule (down_write)
04000001 0.033ms (+0.000ms): sched_clock (__schedule)
04000000 0.033ms (+0.000ms): schedule (down_write)
04000000 0.033ms (+0.000ms): __schedule (down_write)
04000001 0.033ms (+0.000ms): sched_clock (__schedule)
04000000 0.034ms (+0.000ms): schedule (down_write)
04000000 0.034ms (+0.000ms): __schedule (down_write)
04000001 0.034ms (+0.000ms): sched_clock (__schedule)
04000000 0.034ms (+0.000ms): schedule (down_write)
04000000 0.034ms (+0.000ms): __schedule (down_write)
04000001 0.034ms (+0.000ms): sched_clock (__schedule)
04000000 0.035ms (+0.000ms): schedule (down_write)
04000000 0.035ms (+0.000ms): __schedule (down_write)
04000001 0.035ms (+0.000ms): sched_clock (__schedule)
04000000 0.035ms (+0.000ms): schedule (down_write)
04000000 0.035ms (+0.000ms): __schedule (down_write)
04000001 0.035ms (+0.000ms): sched_clock (__schedule)
04000000 0.035ms (+0.000ms): schedule (down_write)
04000000 0.036ms (+0.000ms): __schedule (down_write)

[...many many more of similar ones...]

04000000 0.554ms (+0.000ms): __schedule (down_write)
04000001 0.554ms (+0.000ms): sched_clock (__schedule)
04000000 0.554ms (+0.000ms): schedule (down_write)
04000000 0.554ms (+0.000ms): __schedule (down_write)
04000001 0.554ms (+0.000ms): sched_clock (__schedule)
04000000 0.555ms (+0.000ms): schedule (down_write)
04000000 0.555ms (+0.000ms): __schedule (down_write)
04000001 0.555ms (+0.000ms): sched_clock (__schedule)
04000000 0.555ms (+0.000ms): schedule (down_write)
04000000 0.555ms (+0.000ms): __schedule (down_write)
04000001 0.555ms (+0.000ms): sched_clock (__schedule)
04000000 0.555ms (+0.000ms): schedule (down_write)
04000000 0.556ms (+0.000ms): __schedule (down_write)
04000001 0.556ms (+0.000ms): sched_clock (__schedule)
04000000 0.556ms (+0.000ms): schedule (down_write)
04000000 0.556ms (+0.000ms): __schedule (down_write)
04000001 0.556ms (+0.000ms): sched_clock (__schedule)
04000000 0.556ms (+0.000ms): schedule (down_write)
04000000 0.556ms (+0.000ms): __schedule (down_write)
04000001 0.557ms (+0.000ms): sched_clock (__schedule)
04000000 0.557ms (+0.000ms): schedule (down_write)
04000000 0.557ms (+0.000ms): __schedule (down_write)
04000001 0.557ms (+0.000ms): sched_clock (__schedule)
04000000 0.557ms (+0.000ms): schedule (down_write)
04000000 0.557ms (+0.000ms): __schedule (down_write)
04000001 0.557ms (+0.000ms): sched_clock (__schedule)
04000000 0.558ms (+0.000ms): schedule (down_write)
04000000 0.558ms (+0.000ms): __schedule (down_write)
04000001 0.558ms (+0.000ms): sched_clock (__schedule)
04000000 0.558ms (+0.000ms): schedule (down_write)
04000000 0.558ms (+0.000ms): __schedule (down_write)
04000001 0.558ms (+0.000ms): sched_clock (__schedule)
04000000 0.559ms (+0.000ms): schedule (down_write)
04000000 0.559ms (+0.000ms): __schedule (down_write)
04000001 0.559ms (+0.000ms): sched_clock (__schedule)
04000000 0.559ms (+0.000ms): schedule (down_write)
04000000 0.559ms (+0.000ms): __schedule (down_write)
04000001 0.559ms (+0.000ms): sched_clock (__schedule)
04000000 0.560ms (+0.000ms): schedule (down_write)
04000000 0.560ms (+0.000ms): __schedule (down_write)
04000001 0.560ms (+0.000ms): sched_clock (__schedule)
04000000 0.560ms (+0.000ms): schedule (down_write)
04000000 0.560ms (+0.000ms): __schedule (down_write)
04000001 0.560ms (+0.000ms): sched_clock (__schedule)
04000000 0.561ms (+0.000ms): schedule (down_write)
04000000 0.561ms (+0.000ms): __schedule (down_write)
04000001 0.561ms (+0.000ms): sched_clock (__schedule)
04000000 0.561ms (+0.000ms): schedule (down_write)
04000000 0.561ms (+0.000ms): __schedule (down_write)
04000001 0.561ms (+0.000ms): sched_clock (__schedule)
04000000 0.561ms (+0.000ms): schedule (down_write)
04000000 0.562ms (+0.000ms): __schedule (down_write)
04000001 0.562ms (+0.000ms): sched_clock (__schedule)
04000000 0.562ms (+0.000ms): schedule (down_write)
04000000 0.562ms (+0.000ms): __schedule (down_write)
04000001 0.562ms (+0.000ms): sched_clock (__schedule)
04000000 0.562ms (+0.000ms): schedule (down_write)
04000000 0.562ms (+0.000ms): __schedule (down_write)
04000001 0.563ms (+0.000ms): sched_clock (__schedule)
04000000 0.563ms (+0.000ms): schedule (down_write)
04000000 0.563ms (+0.000ms): __schedule (down_write)
04000001 0.563ms (+0.000ms): sched_clock (__schedule)
04000000 0.563ms (+0.000ms): schedule (down_write)
04000000 0.563ms (+0.000ms): __schedule (down_write)
04000001 0.563ms (+0.000ms): sched_clock (__schedule)
04000000 0.564ms (+0.000ms): schedule (down_write)
04000000 0.564ms (+0.000ms): __schedule (down_write)
04000001 0.564ms (+0.000ms): sched_clock (__schedule)
04000000 0.564ms (+0.000ms): schedule (down_write)
04000000 0.564ms (+0.000ms): __schedule (down_write)
04000001 0.564ms (+0.000ms): sched_clock (__schedule)
04000000 0.565ms (+0.000ms): schedule (down_write)
04000000 0.565ms (+0.000ms): __schedule (down_write)
04000001 0.565ms (+0.000ms): sched_clock (__schedule)
04000000 0.565ms (+0.000ms): schedule (down_write)
04000000 0.565ms (+0.000ms): __schedule (down_write)
04000001 0.565ms (+0.000ms): sched_clock (__schedule)
04000000 0.566ms (+0.000ms): schedule (down_write)
04000000 0.566ms (+0.000ms): __schedule (down_write)
04000001 0.566ms (+0.000ms): sched_clock (__schedule)
04000000 0.566ms (+0.000ms): schedule (down_write)
04000000 0.566ms (+0.000ms): __schedule (down_write)
04000001 0.566ms (+0.000ms): sched_clock (__schedule)
04000000 0.567ms (+0.000ms): schedule (down_write)
04000000 0.567ms (+0.000ms): __schedule (down_write)
04000001 0.567ms (+0.000ms): sched_clock (__schedule)
04000000 0.567ms (+0.000ms): schedule (down_write)
04000000 0.567ms (+0.000ms): __schedule (down_write)
04000001 0.567ms (+0.000ms): sched_clock (__schedule)
04000000 0.567ms (+0.000ms): schedule (down_write)
04000000 0.568ms (+0.000ms): __schedule (down_write)
04000001 0.568ms (+0.000ms): sched_clock (__schedule)
04000000 0.568ms (+0.000ms): schedule (down_write)
04000000 0.568ms (+0.000ms): __schedule (down_write)
04000001 0.568ms (+0.000ms): sched_clock (__schedule)
04000000 0.568ms (+0.000ms): schedule (down_write)
04000000 0.568ms (+0.000ms): __schedule (down_write)
04000001 0.569ms (+0.000ms): sched_clock (__schedule)
04000000 0.569ms (+0.000ms): schedule (down_write)
04000000 0.569ms (+0.000ms): __schedule (down_write)
04000001 0.569ms (+0.000ms): sched_clock (__schedule)
04000000 0.569ms (+0.000ms): schedule (down_write)
04000000 0.569ms (+0.000ms): __schedule (down_write)
04000001 0.569ms (+0.000ms): sched_clock (__schedule)
04000000 0.570ms (+0.000ms): schedule (down_write)
04000000 0.570ms (+0.000ms): __schedule (down_write)
04000001 0.570ms (+0.000ms): sched_clock (__schedule)
04000000 0.570ms (+0.000ms): schedule (down_write)
04000000 0.570ms (+0.000ms): __schedule (down_write)
04000001 0.570ms (+0.000ms): sched_clock (__schedule)
04000000 0.571ms (+0.000ms): schedule (down_write)
04000000 0.571ms (+0.000ms): __schedule (down_write)
04000001 0.571ms (+0.000ms): sched_clock (__schedule)
04000000 0.571ms (+0.000ms): schedule (down_write)
04000000 0.571ms (+0.000ms): __schedule (down_write)
04000001 0.571ms (+0.000ms): sched_clock (__schedule)
04000000 0.572ms (+0.000ms): schedule (down_write)
04000000 0.572ms (+0.000ms): __schedule (down_write)
04000001 0.572ms (+0.000ms): sched_clock (__schedule)
04000000 0.572ms (+0.000ms): schedule (down_write)
04000000 0.572ms (+0.000ms): __schedule (down_write)
04000001 0.572ms (+0.000ms): sched_clock (__schedule)
04000000 0.572ms (+0.000ms): schedule (down_write)
04000000 0.573ms (+0.000ms): __schedule (down_write)
04000001 0.573ms (+0.000ms): sched_clock (__schedule)
04000000 0.573ms (+0.000ms): schedule (down_write)
04000000 0.573ms (+0.000ms): __schedule (down_write)
04000001 0.573ms (+0.000ms): sched_clock (__schedule)
04000000 0.573ms (+0.000ms): schedule (down_write)
04000000 0.574ms (+0.000ms): __schedule (down_write)
04000001 0.574ms (+0.000ms): sched_clock (__schedule)
04000000 0.574ms (+0.000ms): schedule (down_write)
04000000 0.574ms (+0.000ms): __schedule (down_write)
04000001 0.574ms (+0.000ms): sched_clock (__schedule)
04000000 0.574ms (+0.000ms): schedule (down_write)
04000000 0.574ms (+0.000ms): __schedule (down_write)
04000001 0.575ms (+0.000ms): sched_clock (__schedule)
04000000 0.575ms (+0.000ms): schedule (down_write)
04000000 0.575ms (+0.000ms): __schedule (down_write)
04000001 0.575ms (+0.000ms): sched_clock (__schedule)
04000000 0.575ms (+0.000ms): schedule (down_write)
04000000 0.575ms (+0.000ms): __schedule (down_write)
04000001 0.575ms (+0.000ms): sched_clock (__schedule)
04000000 0.576ms (+0.000ms): schedule (down_write)
04000000 0.576ms (+0.000ms): __schedule (down_write)
04000001 0.576ms (+0.000ms): sched_clock (__schedule)
04000000 0.576ms (+0.000ms): schedule (down_write)
04000000 0.576ms (+0.000ms): __schedule (down_write)
04000001 0.576ms (+0.000ms): sched_clock (__schedule)
04000000 0.577ms (+0.000ms): schedule (down_write)
04000000 0.577ms (+0.000ms): __schedule (down_write)
04000001 0.577ms (+0.000ms): sched_clock (__schedule)
04000000 0.577ms (+0.000ms): schedule (down_write)
04000000 0.577ms (+0.000ms): __schedule (down_write)
04000001 0.577ms (+0.000ms): sched_clock (__schedule)
04000000 0.578ms (+0.000ms): schedule (down_write)
04000000 0.578ms (+0.000ms): __schedule (down_write)
04000001 0.578ms (+0.000ms): sched_clock (__schedule)
04000000 0.578ms (+0.000ms): schedule (down_write)
04000000 0.578ms (+0.000ms): __schedule (down_write)
04000001 0.578ms (+0.000ms): sched_clock (__schedule)
04000000 0.578ms (+0.000ms): schedule (down_write)
04000000 0.579ms (+0.000ms): __schedule (down_write)
04000001 0.579ms (+0.000ms): sched_clock (__schedule)
04000000 0.579ms (+0.000ms): schedule (down_write)
04000000 0.579ms (+0.000ms): __schedule (down_write)
04000001 0.579ms (+0.000ms): sched_clock (__schedule)
04000000 0.579ms (+0.000ms): schedule (down_write)
04000000 0.579ms (+0.000ms): __schedule (down_write)
04000001 0.580ms (+0.000ms): sched_clock (__schedule)
04000000 0.580ms (+0.000ms): schedule (down_write)
04000000 0.580ms (+0.000ms): __schedule (down_write)
04000001 0.580ms (+0.000ms): sched_clock (__schedule)
04000000 0.580ms (+0.000ms): schedule (down_write)
04000000 0.580ms (+0.000ms): __schedule (down_write)
04000001 0.581ms (+0.000ms): sched_clock (__schedule)
04000000 0.581ms (+0.000ms): schedule (down_write)
04000000 0.581ms (+0.000ms): __schedule (down_write)
04000001 0.581ms (+0.000ms): sched_clock (__schedule)
04000000 0.581ms (+0.000ms): schedule (down_write)
04000000 0.581ms (+0.000ms): __schedule (down_write)
04000001 0.581ms (+0.000ms): sched_clock (__schedule)
04000000 0.582ms (+0.000ms): schedule (down_write)
04000000 0.582ms (+0.000ms): __schedule (down_write)
04000001 0.582ms (+0.000ms): sched_clock (__schedule)
04000000 0.582ms (+0.000ms): schedule (down_write)
04000000 0.582ms (+0.000ms): __schedule (down_write)
04000001 0.582ms (+0.000ms): sched_clock (__schedule)
04000000 0.583ms (+0.000ms): schedule (down_write)
04000000 0.583ms (+0.000ms): __schedule (down_write)
04000001 0.583ms (+0.000ms): sched_clock (__schedule)
04000000 0.583ms (+0.000ms): schedule (down_write)
04000000 0.583ms (+0.000ms): __schedule (down_write)
04000001 0.583ms (+0.000ms): sched_clock (__schedule)
04000000 0.584ms (+0.000ms): schedule (down_write)
04000000 0.584ms (+0.000ms): __schedule (down_write)
04000001 0.584ms (+0.000ms): sched_clock (__schedule)
04000000 0.584ms (+0.000ms): schedule (down_write)
04000000 0.584ms (+0.000ms): __schedule (down_write)
04000001 0.584ms (+0.000ms): sched_clock (__schedule)
04000000 0.584ms (+0.000ms): schedule (down_write)
04000000 0.585ms (+0.000ms): __schedule (down_write)
04000001 0.585ms (+0.000ms): sched_clock (__schedule)
04000000 0.585ms (+0.000ms): schedule (down_write)
04000000 0.585ms (+0.000ms): __schedule (down_write)
04000001 0.585ms (+0.000ms): sched_clock (__schedule)
04000000 0.585ms (+0.000ms): schedule (down_write)
04000000 0.585ms (+0.000ms): __schedule (down_write)
04000001 0.586ms (+0.000ms): sched_clock (__schedule)
04000000 0.586ms (+0.000ms): schedule (down_write)
04000000 0.586ms (+0.000ms): __schedule (down_write)
04000001 0.586ms (+0.000ms): sched_clock (__schedule)
04000000 0.586ms (+0.000ms): schedule (down_write)
04000000 0.586ms (+0.000ms): __schedule (down_write)
04000001 0.586ms (+0.000ms): sched_clock (__schedule)
04000000 0.587ms (+0.000ms): schedule (down_write)
04000000 0.587ms (+0.000ms): __schedule (down_write)
04000001 0.587ms (+0.000ms): sched_clock (__schedule)
04000000 0.587ms (+0.000ms): schedule (down_write)
04000000 0.587ms (+0.000ms): __schedule (down_write)
04000001 0.587ms (+0.000ms): sched_clock (__schedule)
04000000 0.588ms (+0.000ms): schedule (down_write)
04000000 0.588ms (+0.000ms): __schedule (down_write)
04000001 0.588ms (+0.000ms): sched_clock (__schedule)
04000000 0.588ms (+0.000ms): schedule (down_write)
04000000 0.588ms (+0.000ms): __schedule (down_write)
04000001 0.588ms (+0.000ms): sched_clock (__schedule)
04000000 0.589ms (+0.000ms): schedule (down_write)
04000000 0.589ms (+0.000ms): __schedule (down_write)
04000001 0.589ms (+0.000ms): sched_clock (__schedule)
04000000 0.589ms (+0.000ms): schedule (down_write)
04000000 0.589ms (+0.000ms): __schedule (down_write)
04000001 0.589ms (+0.000ms): sched_clock (__schedule)
04000000 0.590ms (+0.000ms): schedule (down_write)
04000000 0.590ms (+0.000ms): __schedule (down_write)
04000001 0.590ms (+0.000ms): sched_clock (__schedule)
04000000 0.590ms (+0.000ms): schedule (down_write)
04000000 0.590ms (+0.000ms): __schedule (down_write)
04000001 0.590ms (+0.000ms): sched_clock (__schedule)
04000000 0.590ms (+0.000ms): schedule (down_write)
04000000 0.591ms (+0.000ms): __schedule (down_write)
04000001 0.591ms (+0.000ms): sched_clock (__schedule)
04000000 0.591ms (+0.000ms): schedule (down_write)
04000000 0.591ms (+0.000ms): __schedule (down_write)
04000001 0.591ms (+0.000ms): sched_clock (__schedule)
04000000 0.591ms (+0.000ms): schedule (down_write)
04000000 0.591ms (+0.000ms): __schedule (down_write)
04000001 0.592ms (+0.000ms): sched_clock (__schedule)
04000000 0.592ms (+0.000ms): schedule (down_write)
04000000 0.592ms (+0.000ms): __schedule (down_write)
04000001 0.592ms (+0.000ms): sched_clock (__schedule)
04000000 0.592ms (+0.000ms): schedule (down_write)
04000000 0.592ms (+0.000ms): __schedule (down_write)
04000001 0.592ms (+0.000ms): sched_clock (__schedule)
04000000 0.593ms (+0.000ms): schedule (down_write)
04000000 0.593ms (+0.000ms): __schedule (down_write)
04000001 0.593ms (+0.000ms): sched_clock (__schedule)
04000000 0.593ms (+0.000ms): schedule (down_write)
04000000 0.593ms (+0.000ms): __schedule (down_write)
04000001 0.593ms (+0.000ms): sched_clock (__schedule)
04000000 0.594ms (+0.000ms): schedule (down_write)
04000000 0.594ms (+0.000ms): __schedule (down_write)
04000001 0.594ms (+0.000ms): sched_clock (__schedule)
04000000 0.594ms (+0.000ms): schedule (down_write)
04000000 0.594ms (+0.000ms): __schedule (down_write)
04000001 0.594ms (+0.000ms): sched_clock (__schedule)
04000000 0.595ms (+0.000ms): schedule (down_write)
04000000 0.595ms (+0.000ms): __schedule (down_write)
04000001 0.595ms (+0.000ms): sched_clock (__schedule)
04000000 0.595ms (+0.000ms): schedule (down_write)
04000000 0.595ms (+0.000ms): __schedule (down_write)
04000001 0.595ms (+0.000ms): sched_clock (__schedule)
04000000 0.596ms (+0.000ms): schedule (down_write)
04000000 0.596ms (+0.000ms): __schedule (down_write)
04000001 0.596ms (+0.000ms): sched_clock (__schedule)
04000000 0.596ms (+0.000ms): schedule (down_write)
04000000 0.596ms (+0.000ms): __schedule (down_write)
04000001 0.596ms (+0.000ms): sched_clock (__schedule)
04000000 0.596ms (+0.000ms): schedule (down_write)
04000000 0.597ms (+0.000ms): __schedule (down_write)
04000001 0.597ms (+0.000ms): sched_clock (__schedule)
04000000 0.597ms (+0.000ms): schedule (down_write)
04000000 0.597ms (+0.000ms): __schedule (down_write)
04000001 0.597ms (+0.000ms): sched_clock (__schedule)
04000000 0.597ms (+0.000ms): schedule (down_write)
04000000 0.597ms (+0.000ms): __schedule (down_write)
04000001 0.598ms (+0.000ms): sched_clock (__schedule)
04000000 0.598ms (+0.000ms): schedule (down_write)
04000000 0.598ms (+0.000ms): __schedule (down_write)
04000001 0.598ms (+0.000ms): sched_clock (__schedule)
04000000 0.598ms (+0.000ms): schedule (down_write)
04000000 0.598ms (+0.000ms): __schedule (down_write)
04000001 0.598ms (+0.000ms): sched_clock (__schedule)
04000000 0.599ms (+0.000ms): schedule (down_write)
04000000 0.599ms (+0.000ms): __schedule (down_write)
04000001 0.599ms (+0.000ms): sched_clock (__schedule)
04000000 0.599ms (+0.000ms): schedule (down_write)
04000000 0.599ms (+0.000ms): __schedule (down_write)
04000001 0.599ms (+0.000ms): sched_clock (__schedule)
04000000 0.600ms (+0.000ms): schedule (down_write)
04000000 0.600ms (+0.000ms): __schedule (down_write)
04000001 0.600ms (+0.000ms): sched_clock (__schedule)
04000000 0.600ms (+0.000ms): schedule (down_write)
04000000 0.600ms (+0.000ms): __schedule (down_write)
04000001 0.600ms (+0.000ms): sched_clock (__schedule)
04000000 0.601ms (+0.000ms): schedule (down_write)
04000000 0.601ms (+0.000ms): __schedule (down_write)
04000001 0.601ms (+0.000ms): sched_clock (__schedule)
04000000 0.601ms (+0.000ms): schedule (down_write)
04000000 0.601ms (+0.000ms): __schedule (down_write)
04000001 0.601ms (+0.000ms): sched_clock (__schedule)
04000000 0.601ms (+0.000ms): schedule (down_write)
04000000 0.602ms (+0.000ms): __schedule (down_write)
04000001 0.602ms (+0.000ms): sched_clock (__schedule)
04000000 0.602ms (+0.000ms): schedule (down_write)
04000000 0.602ms (+0.000ms): __schedule (down_write)
04000001 0.602ms (+0.000ms): sched_clock (__schedule)
04000000 0.602ms (+0.000ms): schedule (down_write)
04000000 0.602ms (+0.000ms): __schedule (down_write)
04000001 0.603ms (+0.000ms): sched_clock (__schedule)
04000000 0.603ms (+0.000ms): schedule (down_write)
04000000 0.603ms (+0.000ms): __schedule (down_write)
04000001 0.603ms (+0.000ms): sched_clock (__schedule)
04000000 0.603ms (+0.000ms): schedule (down_write)
04000000 0.603ms (+0.000ms): __schedule (down_write)
04000001 0.604ms (+0.000ms): sched_clock (__schedule)
04000000 0.604ms (+0.000ms): schedule (down_write)
04000000 0.604ms (+0.000ms): __schedule (down_write)
04000001 0.604ms (+0.000ms): sched_clock (__schedule)
04000000 0.604ms (+0.000ms): schedule (down_write)
04000000 0.604ms (+0.000ms): __schedule (down_write)
04000001 0.604ms (+0.000ms): sched_clock (__schedule)
04000000 0.605ms (+0.000ms): schedule (down_write)
04000000 0.605ms (+0.000ms): __schedule (down_write)
04000001 0.605ms (+0.000ms): sched_clock (__schedule)
04000000 0.605ms (+0.000ms): schedule (down_write)
04000000 0.605ms (+0.000ms): __schedule (down_write)
04000001 0.605ms (+0.000ms): sched_clock (__schedule)
04000000 0.606ms (+0.000ms): schedule (down_write)
04000000 0.606ms (+0.000ms): __schedule (down_write)
04000001 0.606ms (+0.000ms): sched_clock (__schedule)
04000000 0.606ms (+0.000ms): schedule (down_write)
04000000 0.606ms (+0.000ms): __schedule (down_write)
04000001 0.606ms (+0.000ms): sched_clock (__schedule)
04000000 0.607ms (+0.000ms): schedule (down_write)
04000000 0.607ms (+0.000ms): __schedule (down_write)
04000001 0.607ms (+0.000ms): sched_clock (__schedule)
04000000 0.607ms (+0.000ms): schedule (down_write)
04000000 0.607ms (+0.000ms): __schedule (down_write)
04000001 0.607ms (+0.000ms): sched_clock (__schedule)
04000000 0.607ms (+0.000ms): schedule (down_write)
04000000 0.608ms (+0.000ms): __schedule (down_write)
04000001 0.608ms (+0.000ms): sched_clock (__schedule)
04000000 0.608ms (+0.000ms): schedule (down_write)
04000000 0.608ms (+0.000ms): __schedule (down_write)
04000001 0.608ms (+0.000ms): sched_clock (__schedule)
04000000 0.608ms (+0.000ms): schedule (down_write)
04000000 0.608ms (+0.000ms): __schedule (down_write)
04000001 0.609ms (+0.000ms): sched_clock (__schedule)
04000000 0.609ms (+0.000ms): schedule (down_write)
04000000 0.609ms (+0.000ms): __schedule (down_write)
04000001 0.609ms (+0.000ms): sched_clock (__schedule)
04000000 0.609ms (+0.000ms): schedule (down_write)
04000000 0.609ms (+0.000ms): __schedule (down_write)
04000001 0.610ms (+0.000ms): sched_clock (__schedule)
04000000 0.610ms (+0.000ms): schedule (down_write)
04000000 0.610ms (+0.000ms): __schedule (down_write)
04000001 0.610ms (+0.000ms): sched_clock (__schedule)
04000000 0.610ms (+0.000ms): schedule (down_write)
04000000 0.610ms (+0.000ms): __schedule (down_write)
04000001 0.610ms (+0.000ms): sched_clock (__schedule)
04000000 0.611ms (+0.000ms): schedule (down_write)
04000000 0.611ms (+0.000ms): __schedule (down_write)
04000001 0.611ms (+0.000ms): sched_clock (__schedule)
04000000 0.611ms (+0.000ms): schedule (down_write)
04000000 0.611ms (+0.000ms): __schedule (down_write)
04000001 0.611ms (+0.000ms): sched_clock (__schedule)
04000000 0.612ms (+0.000ms): schedule (down_write)
04000000 0.612ms (+0.000ms): __schedule (down_write)
04000001 0.612ms (+0.000ms): sched_clock (__schedule)
04000000 0.612ms (+0.000ms): schedule (down_write)
04000000 0.612ms (+0.000ms): __schedule (down_write)
04000001 0.612ms (+0.000ms): sched_clock (__schedule)
04000000 0.613ms (+0.000ms): schedule (down_write)
04000000 0.613ms (+0.000ms): __schedule (down_write)
04000001 0.613ms (+0.000ms): sched_clock (__schedule)
04000000 0.613ms (+0.000ms): schedule (down_write)
04000000 0.613ms (+0.000ms): __schedule (down_write)
04000001 0.613ms (+0.000ms): sched_clock (__schedule)
04000000 0.613ms (+1168210.574ms): schedule (down_write)


mango:~# uname -a
Linux mango.fruits.de 2.6.9-rc4-mm1-RT-U6 #1 Tue Oct 19 17:59:48 CEST 2004 i686 GNU/Linux

mango:~# cat /proc/cpuinfo 
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 6
model           : 4
model name      : AMD Athlon(tm) Processor
stepping        : 2
cpu MHz         : 1195.144
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr syscall mmxext 3dnowext 3dnow
bogomips        : 2359.29

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.9-rc4-mm1-RT-U6
# Tue Oct 19 17:39:11 2004
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y
CONFIG_BROKEN_ON_SMP=y

#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
CONFIG_SYSCTL=y
# CONFIG_AUDIT is not set
CONFIG_LOG_BUF_SHIFT=14
# CONFIG_HOTPLUG is not set
CONFIG_KOBJECT_UEVENT=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SHMEM=y
# CONFIG_TINY_SHMEM is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_OBSOLETE_MODPARM=y
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y

#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
CONFIG_MK7=y
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_RWSEM_GENERIC=y
CONFIG_GENERIC_SEMAPHORES=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_USE_3DNOW=y
# CONFIG_SMP is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_BKL=y
CONFIG_PREEMPT_VOLUNTARY=y
CONFIG_PREEMPT_SOFTIRQS=y
CONFIG_PREEMPT_HARDIRQS=y
CONFIG_PREEMPT_REALTIME=y
# CONFIG_X86_UP_APIC is not set
CONFIG_X86_TSC=y
# CONFIG_X86_MCE is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_HAVE_DEC_LOCK=y

#
# Performance-monitoring counters support
#
# CONFIG_PERFCTR is not set
# CONFIG_KEXEC is not set

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
# CONFIG_SOFTWARE_SUSPEND is not set

#
# ACPI (Advanced Configuration and Power Interface) Support
#
# CONFIG_ACPI is not set
CONFIG_ACPI_BLACKLIST_YEAR=0

#
# APM (Advanced Power Management) BIOS Support
#
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
CONFIG_APM_REAL_MODE_POWER_OFF=y

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set

#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
# CONFIG_PCI_LEGACY_PROC is not set
CONFIG_PCI_NAMES=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_MISC=y

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
# CONFIG_DEBUG_DRIVER is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play support
#

#
# Block devices
#
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_CRYPTOLOOP=m
CONFIG_BLK_DEV_NBD=m
# CONFIG_BLK_DEV_SX8 is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
# CONFIG_LBD is not set
# CONFIG_CDROM_PKTCDVD is not set

#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
CONFIG_BLK_DEV_IDESCSI=m
# CONFIG_IDE_TASK_IOCTL is not set

#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_CMD640 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
CONFIG_BLK_DEV_SIS5513=y
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_ARM is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set

#
# SCSI device support
#
CONFIG_SCSI=m
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=m
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=m

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set

#
# SCSI Transport Attributes
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set

#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
CONFIG_SCSI_AIC7XXX=m
CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
# CONFIG_AIC7XXX_REG_PRETTY_PRINT is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_SCSI_SATA is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLOGIC_1280_1040 is not set
CONFIG_SCSI_QLA2XXX=m
# CONFIG_SCSI_QLA21XX is not set
# CONFIG_SCSI_QLA22XX is not set
# CONFIG_SCSI_QLA2300 is not set
# CONFIG_SCSI_QLA2322 is not set
# CONFIG_SCSI_QLA6312 is not set
# CONFIG_SCSI_QLA6322 is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
# CONFIG_I2O is not set

#
# Networking support
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_NETLINK_DEV=y
CONFIG_UNIX=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_IP_MULTIPLE_TABLES is not set
# CONFIG_IP_ROUTE_MULTIPATH is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_TUNNEL is not set

#
# IP: Virtual Server Configuration
#
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set

#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
# CONFIG_IP_NF_CT_ACCT is not set
# CONFIG_IP_NF_CT_PROTO_SCTP is not set
# CONFIG_IP_NF_FTP is not set
# CONFIG_IP_NF_IRC is not set
# CONFIG_IP_NF_TFTP is not set
# CONFIG_IP_NF_AMANDA is not set
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=m
CONFIG_IP_NF_MATCH_IPRANGE=m
CONFIG_IP_NF_MATCH_MAC=m
CONFIG_IP_NF_MATCH_PKTTYPE=m
CONFIG_IP_NF_MATCH_MARK=m
CONFIG_IP_NF_MATCH_MULTIPORT=m
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_RECENT=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_DSCP=m
CONFIG_IP_NF_MATCH_AH_ESP=m
CONFIG_IP_NF_MATCH_LENGTH=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_MATCH_TCPMSS=m
CONFIG_IP_NF_MATCH_HELPER=m
CONFIG_IP_NF_MATCH_STATE=m
CONFIG_IP_NF_MATCH_CONNTRACK=m
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_MATCH_ADDRTYPE=m
CONFIG_IP_NF_MATCH_REALM=m
# CONFIG_IP_NF_MATCH_SCTP is not set
# CONFIG_IP_NF_MATCH_COMMENT is not set
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_IP_NF_TARGET_TCPMSS=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_SAME=m
# CONFIG_IP_NF_NAT_LOCAL is not set
# CONFIG_IP_NF_NAT_SNMP_BASIC is not set
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_TOS=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_DSCP=m
CONFIG_IP_NF_TARGET_MARK=m
CONFIG_IP_NF_TARGET_CLASSIFY=m
# CONFIG_IP_NF_RAW is not set
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m
# CONFIG_IP_NF_COMPAT_IPCHAINS is not set
# CONFIG_IP_NF_COMPAT_IPFWADM is not set

#
# SCTP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_SCTP is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_HW_FLOWCONTROL is not set

#
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_CLK_JIFFIES=y
# CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set
# CONFIG_NET_SCH_CLK_CPU is not set
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
# CONFIG_NET_SCH_HFSC is not set
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
# CONFIG_NET_SCH_NETEM is not set
CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_QOS=y
CONFIG_NET_ESTIMATOR=y
CONFIG_NET_CLS=y
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
# CONFIG_CLS_U32_PERF is not set
# CONFIG_NET_CLS_IND is not set
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
# CONFIG_NET_CLS_ACT is not set
CONFIG_NET_CLS_POLICE=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_KGDBOE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NETPOLL_RX is not set
# CONFIG_NETPOLL_TRAP is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_ETHERTAP is not set

#
# ARCnet devices
#
# CONFIG_ARCNET is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=m
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set

#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_B44 is not set
# CONFIG_FORCEDETH is not set
# CONFIG_DGRS is not set
# CONFIG_EEPRO100 is not set
# CONFIG_E100 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
CONFIG_SIS900=m
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SK98LIN is not set
# CONFIG_VIA_VELOCITY is not set
# CONFIG_TIGON3 is not set

#
# Ethernet (10000 Mbit)
#
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set

#
# Token Ring devices
#
# CONFIG_TR is not set

#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPPOE=m
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set

#
# Input I/O drivers
#
CONFIG_GAMEPORT=m
CONFIG_SOUND_GAMEPORT=m
# CONFIG_GAMEPORT_NS558 is not set
# CONFIG_GAMEPORT_L4 is not set
# CONFIG_GAMEPORT_EMU10K1 is not set
# CONFIG_GAMEPORT_VORTEX is not set
# CONFIG_GAMEPORT_FM801 is not set
# CONFIG_GAMEPORT_CS461x is not set
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
CONFIG_SERIO_PCIPS2=m
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=y
# CONFIG_INPUT_UINPUT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_CONSOLE is not set
CONFIG_SERIAL_8250_NR_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256

#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_HW_RANDOM is not set
CONFIG_NVRAM=y
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=m
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_INTEL_MCH is not set
# CONFIG_AGP_NVIDIA is not set
CONFIG_AGP_SIS=m
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
# CONFIG_DRM is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HANGCHECK_TIMER=m

#
# I2C support
#
# CONFIG_I2C is not set

#
# Dallas's 1-wire bus
#
# CONFIG_W1 is not set

#
# Misc devices
#
# CONFIG_IBM_ASM is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set

#
# Graphics support
#
# CONFIG_FB is not set
CONFIG_VIDEO_SELECT=y

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y

#
# Sound
#
CONFIG_SOUND=m

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=m
# CONFIG_SND_VERBOSE_PRINTK is not set
CONFIG_SND_DEBUG=y
# CONFIG_SND_DEBUG_MEMORY is not set
# CONFIG_SND_DEBUG_DETECT is not set

#
# Generic devices
#
CONFIG_SND_DUMMY=m
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set

#
# PCI devices
#
CONFIG_SND_AC97_CODEC=m
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
CONFIG_SND_CS46XX=m
CONFIG_SND_CS46XX_NEW_DSP=y
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=m
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VX222 is not set

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set

#
# USB support
#
# CONFIG_USB is not set

#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set

#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
# CONFIG_EXT2_FS_POSIX_ACL is not set
# CONFIG_EXT2_FS_SECURITY is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
# CONFIG_EXT3_FS_POSIX_ACL is not set
# CONFIG_EXT3_FS_SECURITY is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_MINIX_FS is not set
CONFIG_ROMFS_FS=y
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y

#
# Caches
#
# CONFIG_FSCACHE is not set

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_ZISOFS_FS=y
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=y

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
# CONFIG_DEVFS_FS is not set
CONFIG_DEVPTS_FS_XATTR=y
# CONFIG_DEVPTS_FS_SECURITY is not set
CONFIG_TMPFS=y
# CONFIG_TMPFS_XATTR is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
CONFIG_CRAMFS=m
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set

#
# Network File Systems
#
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
# CONFIG_EXPORTFS is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
CONFIG_AFS_FS=m
CONFIG_RXRPC=m

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y

#
# Native Language Support
#
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=y
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
CONFIG_NLS_CODEPAGE_1250=y
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=y
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set

#
# Profiling support
#
# CONFIG_PROFILING is not set

#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
CONFIG_MAGIC_SYSRQ=y
# CONFIG_DEBUG_SLAB is not set
CONFIG_DEBUG_PREEMPT=y
CONFIG_PREEMPT_TIMING=y
CONFIG_PREEMPT_TRACE=y
CONFIG_LATENCY_TRACE=y
CONFIG_MCOUNT=y
CONFIG_RWSEM_DEADLOCK_DETECT=y
CONFIG_RWSEM_MAX_OWNERS=64
# CONFIG_DEBUG_INFO is not set
CONFIG_EARLY_PRINTK=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_KPROBES is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_4KSTACKS=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_KGDB is not set

#
# Security options
#
# CONFIG_KEYS is not set
CONFIG_SECURITY=y
# CONFIG_SECURITY_NETWORK is not set
CONFIG_SECURITY_CAPABILITIES=m
# CONFIG_SECURITY_SECLVL is not set
# CONFIG_SECURITY_SELINUX is not set

#
# Cryptographic options
#
CONFIG_CRYPTO=y
# CONFIG_CRYPTO_HMAC is not set
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_MD4 is not set
# CONFIG_CRYPTO_MD5 is not set
# CONFIG_CRYPTO_SHA1 is not set
# CONFIG_CRYPTO_SHA256 is not set
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_DES is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_AES_586 is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_ARC4 is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_DEFLATE is not set
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_CRC32C is not set
# CONFIG_CRYPTO_TEST is not set

#
# Library routines
#
CONFIG_CRC_CCITT=m
CONFIG_CRC32=m
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=m
CONFIG_GENERIC_HARDIRQS=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_PC=y

  parent reply	other threads:[~2004-10-22  8:21 UTC|newest]

Thread overview: 950+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-11 18:23 [patch] CONFIG_PREEMPT_REALTIME, 'Fully Preemptible Kernel', VP-2.6.9-rc4-mm1-T4 Mark_H_Johnson
2004-10-11 21:59 ` [patch] VP-2.6.9-rc4-mm1-T5 Ingo Molnar
2004-10-11 22:57   ` Florian Schmidt
2004-10-11 23:14     ` Florian Schmidt
2004-10-12  0:52       ` Lee Revell
2004-10-12  8:22         ` Wen-chien Jesse Sung
2004-10-12  6:12       ` Ingo Molnar
2004-10-12 10:45         ` Florian Schmidt
2004-10-12  0:11   ` Rui Nuno Capela
2004-10-12  0:57   ` Lee Revell
2004-10-12  6:37     ` Ingo Molnar
2004-10-12  3:51   ` K.R. Foley
2004-10-12  6:02     ` Ingo Molnar
2004-10-12 11:08       ` K.R. Foley
2004-10-12 11:43         ` Ingo Molnar
2004-10-12  9:15   ` [patch] VP-2.6.9-rc4-mm1-T6 Ingo Molnar
2004-10-12  9:31     ` Wen-chien Jesse Sung
2004-10-12 10:35       ` Ingo Molnar
2004-10-12 11:32         ` Wen-chien Jesse Sung
2004-10-12  9:42     ` Ingo Molnar
2004-10-12  9:53       ` Ingo Molnar
2004-10-12 12:33     ` Ingo Molnar
2004-10-12 13:59       ` VP-2.6.9-rc4-mm1-T7 Rui Nuno Capela
2004-10-12 14:23         ` VP-2.6.9-rc4-mm1-T7 Ingo Molnar
2004-10-12 15:12       ` [patch] VP-2.6.9-rc4-mm1-T6 K.R. Foley
2004-10-12 15:27         ` Ingo Molnar
2004-10-12 16:57           ` K.R. Foley
2004-10-12 19:54       ` [patch] VP-2.6.9-rc4-mm1-T8 Ingo Molnar
2004-10-12 20:57         ` K.R. Foley
2004-10-13  5:45           ` Ingo Molnar
2004-10-13 14:00             ` K.R. Foley
2004-10-13  6:15         ` [patch] VP-2.6.9-rc4-mm1-T9 Ingo Molnar
2004-10-13  9:15           ` Rui Nuno Capela
2004-10-13 14:52           ` K.R. Foley
2004-10-13 16:53           ` Radoslaw Szkodzinski
2004-10-14  0:24           ` [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U0 Ingo Molnar
2004-10-14  1:27             ` Adam Heath
2004-10-14  1:31               ` Ingo Molnar
2004-10-14  2:22                 ` Adam Heath
2004-10-14  1:36               ` Ingo Molnar
2004-10-14  2:45             ` K.R. Foley
2004-10-14  3:59             ` K.R. Foley
2004-10-14  8:57             ` Florian Schmidt
2004-10-14  9:19               ` Ingo Molnar
2004-10-14  9:42                 ` Florian Schmidt
2004-10-14  9:36                   ` Ingo Molnar
2004-10-14 10:00                 ` Florian Schmidt
2004-10-14 10:22                   ` Rui Nuno Capela
2004-10-14 10:48                     ` Florian Schmidt
2004-10-14 10:54                       ` K.R. Foley
2004-10-14 11:16                         ` Florian Schmidt
2004-10-14 11:23                           ` Florian Schmidt
2004-10-14 11:42                           ` Florian Schmidt
2004-10-14 13:33                             ` Florian Schmidt
2004-10-14 17:43                 ` Miquel van Smoorenburg
2004-10-14 14:31             ` [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U1 Ingo Molnar
2004-10-14 17:34               ` Adam Heath
2004-10-14 22:16                 ` Adam Heath
2004-10-14 22:24                   ` Ingo Molnar
2004-10-14 19:42               ` Daniel Walker
2004-10-14 19:57                 ` Ingo Molnar
2004-10-14 20:34                   ` Daniel Walker
     [not found]               ` <200410142216.23572.l_allegrucci@yahoo.it>
2004-10-14 20:21                 ` Lee Revell
2004-10-14 20:28               ` Lorenzo Allegrucci
2004-10-14 20:39               ` K.R. Foley
2004-10-14 22:52               ` Radoslaw Szkodzinski
2004-10-14 23:42               ` [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U2 Ingo Molnar
2004-10-15  0:31                 ` Adam Heath
2004-10-15  0:41                   ` Adam Heath
2004-10-15  0:53                     ` Adam Heath
2004-10-15  7:14                     ` Ingo Molnar
2004-10-15  2:23                 ` Bill Huey
2004-10-15  2:40                   ` K.R. Foley
2004-10-15  2:47                     ` Bill Huey
2004-10-15  3:19                       ` K.R. Foley
2004-10-15  3:47                         ` Bill Huey
2004-10-15  3:48                           ` Bill Huey
2004-10-15  7:08                   ` Ingo Molnar
2004-10-15  8:21                     ` Bill Huey
2004-10-15 11:47                     ` K.R. Foley
2004-10-15 11:58                       ` Ingo Molnar
2004-10-15  2:33                 ` Adam Heath
2004-10-15 10:26                 ` [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U3 Ingo Molnar
2004-10-15 11:59                   ` Dominik Karall
2004-10-15 12:03                     ` Ingo Molnar
2004-10-15 16:48                     ` Lee Revell
2004-10-15 17:40                       ` Adam Heath
2004-10-15 17:54                   ` K.R. Foley
2004-10-15 18:16                   ` K.R. Foley
2004-10-15 20:29                   ` Gunther Persoons
2004-10-15 23:16                   ` Bill Huey
2004-10-16  0:21                     ` Bill Huey
2004-10-16  6:48                     ` Ingo Molnar
2004-10-16  1:00                   ` Lee Revell
2004-10-16  2:35                     ` Lee Revell
2004-10-16  6:42                       ` Ingo Molnar
2004-10-16  9:02                         ` Lee Revell
2004-10-16 10:36                           ` Ingo Molnar
2004-10-16 11:03                             ` Rui Nuno Capela
2004-10-16 11:12                               ` Ingo Molnar
2004-10-16 11:55                                 ` Rui Nuno Capela
2004-10-16 12:01                                   ` Ingo Molnar
2004-10-16 12:32                             ` K.R. Foley
2004-10-17 13:14                             ` Rui Nuno Capela
2004-10-17 13:21                               ` Ingo Molnar
     [not found]                                 ` <32793.192.168.1.5.1098023139.squirrel@192.168.1.5>
2004-10-17 16:12                                   ` Ingo Molnar
2004-10-17 17:20                                     ` Rui Nuno Capela
2004-10-17 17:27                                       ` Ingo Molnar
2004-10-17 16:47                                   ` Ingo Molnar
2004-10-17 19:05                                     ` Rui Nuno Capela
2004-10-17 19:24                                       ` Ingo Molnar
2004-10-17 20:23                                         ` Rui Nuno Capela
2004-10-16 10:29                       ` Rui Nuno Capela
2004-10-16 12:54                         ` K.R. Foley
2004-10-16 13:04                           ` Ingo Molnar
2004-10-16 13:07                             ` K.R. Foley
2004-10-16 13:41                           ` Rui Nuno Capela
2004-10-16 13:55                             ` K.R. Foley
2004-10-16  2:58                   ` Adam Heath
2004-10-16  7:56                     ` Ingo Molnar
2004-10-16  8:18                       ` Ingo Molnar
2004-10-16 18:38                       ` Adam Heath
2004-10-16  6:13                   ` Lee Revell
2004-10-16 14:21                   ` Dominik Karall
2004-10-16 15:24                     ` Ingo Molnar
2004-10-16 20:30                       ` Dominik Karall
2004-10-16 20:31                         ` Lee Revell
2004-10-16 21:44                           ` Dominik Karall
2004-10-17  5:21                             ` Ingo Molnar
2004-10-17 15:32                             ` OGAWA Hirofumi
2004-10-17 17:46                               ` Dominik Karall
2004-10-18  3:50                                 ` OGAWA Hirofumi
2004-10-21 10:24                                   ` Dominik Karall
2004-10-16 15:33                   ` [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U4 Ingo Molnar
2004-10-16 17:11                     ` K.R. Foley
2004-10-16 19:25                       ` Ingo Molnar
2004-10-16 18:54                     ` Adam Heath
2004-10-16 19:24                       ` Ingo Molnar
2004-10-16 19:27                         ` Robert Love
2004-10-16 19:35                         ` Adam Heath
2004-10-16 19:29                     ` Adam Heath
2004-10-16 19:36                       ` Ingo Molnar
2004-10-16 19:59                         ` Adam Heath
2004-10-16 20:14                           ` Ingo Molnar
2004-10-16 20:39                             ` john cooper
2004-10-16 21:02                               ` Ingo Molnar
2004-10-16 21:15                                 ` Esben Nielsen
2004-10-16 23:41                                   ` Sam Ravnborg
2004-10-17 17:03                     ` Florian Schmidt
2004-10-17 16:55                       ` Ingo Molnar
2004-10-17 17:53                         ` Florian Schmidt
2004-10-17 17:40                           ` Ingo Molnar
2004-10-18 14:50                     ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U5 Ingo Molnar
2004-10-18 15:58                       ` Jason Munro
2004-10-18 17:08                       ` Adam Heath
2004-10-18 17:12                         ` Ingo Molnar
2004-10-18 17:57                       ` Adam Heath
2004-10-18 18:18                         ` Ingo Molnar
2004-10-18 20:58                           ` Adam Heath
2004-10-18 21:06                             ` Ingo Molnar
2004-10-18 21:21                               ` Adam Heath
2004-10-18 18:44                       ` K.R. Foley
2004-10-18 18:49                         ` Ingo Molnar
2004-10-18 19:17                           ` K.R. Foley
2004-10-18 19:32                       ` Bill Huey
2004-10-18 19:34                         ` Bill Huey
2004-10-18 19:36                         ` Ingo Molnar
2004-10-18 19:40                           ` Bill Huey
2004-10-18 19:46                             ` Ingo Molnar
2004-10-18 19:52                               ` Bill Huey
2004-10-19  1:27                       ` Adam Heath
2004-10-19  8:09                       ` Thomas Gleixner
2004-10-19  8:12                       ` Thomas Gleixner
2004-10-19  9:04                         ` Ingo Molnar
2004-10-19  9:03                           ` Thomas Gleixner
2004-10-19  9:34                             ` Ingo Molnar
2004-10-19  9:50                               ` Ingo Molnar
2004-10-19 10:12                               ` Thomas Gleixner
2004-10-19 11:07                                 ` Ingo Molnar
2004-10-19 11:14                                   ` Thomas Gleixner
2004-10-19 10:34                       ` Michal Schmidt
2004-10-19 12:46                       ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U6 Ingo Molnar
2004-10-19 14:46                         ` Ingo Molnar
2004-10-19 15:23                           ` Rui Nuno Capela
2004-10-19 15:44                             ` Thomas Gleixner
2004-10-19 15:57                               ` Ingo Molnar
2004-10-19 16:44                                 ` Thomas Gleixner
2004-10-19 17:58                                   ` Thomas Gleixner
2004-10-19 18:26                                     ` Ingo Molnar
2004-10-19 20:04                                       ` Thomas Gleixner
2004-10-19 15:50                             ` Ingo Molnar
2004-10-19 16:01                               ` K.R. Foley
2004-10-19 16:20                               ` Ingo Molnar
2004-10-19 16:28                                 ` Ingo Molnar
2004-10-19 16:31                                   ` Ingo Molnar
2004-10-19 17:17                                     ` Ingo Molnar
2004-10-19 16:50                             ` Florian Schmidt [this message]
2004-10-19 16:56                               ` Ingo Molnar
2004-10-19 17:49                                 ` Florian Schmidt
2004-10-19 15:48                           ` Thomas Gleixner
2004-10-19 16:26                             ` Ingo Molnar
2004-10-19 16:39                               ` Thomas Gleixner
2004-10-19 17:22                         ` Adam Heath
2004-10-19 17:35                           ` Ingo Molnar
2004-10-19 18:52                             ` Adam Heath
2004-10-19 20:59                               ` Lee Revell
2004-10-19 18:00                         ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U7 Ingo Molnar
2004-10-19 19:04                           ` Thomas Gleixner
2004-10-19 22:38                             ` Thomas Gleixner
2004-10-19 23:25                             ` Thomas Gleixner
2004-10-19 19:57                           ` Bill Huey
2004-10-23  0:05                             ` Lee Revell
2004-10-19 20:46                           ` Rui Nuno Capela
2004-10-19 21:09                             ` Rui Nuno Capela
2004-10-19 21:30                           ` Rui Nuno Capela
     [not found]                             ` <1098227713.23628.10.camel@krustophenia.net>
     [not found]                               ` <1098228272.12223.1134.camel@thomas>
2004-10-19 23:34                                 ` Lee Revell
2004-10-19 23:38                           ` Fernando Pablo Lopez-Lezcano
2004-10-19 23:39                             ` Thomas Gleixner
2004-10-20  5:02                               ` Thomas Gleixner
2004-10-20  7:40                                 ` Ingo Molnar
2004-10-20  9:57                                   ` Thomas Gleixner
2004-10-20 10:27                                     ` Ingo Molnar
2004-10-20  5:40                           ` Lee Revell
2004-10-20  9:45                           ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U8 Ingo Molnar
2004-10-20 10:04                             ` Ingo Molnar
2004-10-20 10:32                               ` Rui Nuno Capela
2004-10-20 10:40                                 ` Ingo Molnar
2004-10-20 11:31                                   ` Rui Nuno Capela
2004-10-20 11:43                                     ` Ingo Molnar
2004-10-20 12:40                                       ` Rui Nuno Capela
2004-10-20 10:38                             ` Michal Schmidt
2004-10-20 10:56                               ` Ingo Molnar
2004-10-20 11:01                                 ` Michal Schmidt
2004-10-20 12:04                                   ` Ingo Molnar
2004-10-20 21:34                                     ` Michal Schmidt
2004-10-21  8:12                                       ` Ingo Molnar
2004-10-21  8:18                                         ` Ingo Molnar
2004-10-21  8:20                                           ` Ingo Molnar
2004-10-20 12:50                             ` Florian Schmidt
2004-10-20 12:55                               ` Ingo Molnar
2004-10-20 13:25                                 ` Florian Schmidt
2004-10-20 13:24                                   ` Ingo Molnar
2004-10-20 14:24                                   ` Florian Schmidt
2004-10-20 14:18                                     ` Ingo Molnar
2004-10-20 14:53                                       ` Florian Schmidt
2004-10-20 15:08                                         ` Florian Schmidt
2004-10-20 15:37                                       ` Lee Revell
2004-10-20 12:52                             ` Lorenzo Allegrucci
2004-10-20 12:56                               ` Ingo Molnar
2004-10-20 16:27                             ` Adam Heath
2004-10-21 16:59                               ` Adam Heath
2004-10-20 17:49                             ` Alexander Batyrshin
2004-10-20 19:02                               ` Adam Heath
2004-10-20 22:35                               ` Daniel Walker
2004-10-22 13:19                               ` Ingo Molnar
2004-10-22 13:48                               ` Ingo Molnar
2004-10-20 21:19                             ` Esben Nielsen
2004-10-21  0:32                             ` Fernando Pablo Lopez-Lezcano
2004-10-21  9:12                             ` Rui Nuno Capela
2004-10-21  9:16                               ` Thomas Gleixner
2004-10-21  9:35                                 ` Christoph Hellwig
2004-10-21  9:44                                   ` Ingo Molnar
2004-10-21  9:47                                     ` Christoph Hellwig
2004-10-21 10:03                                       ` Ingo Molnar
2004-10-21  9:47                                   ` Thomas Gleixner
2004-10-21  9:53                                 ` Jens Axboe
2004-10-21  9:54                                   ` Thomas Gleixner
2004-10-21 10:11                                     ` Jens Axboe
2004-10-21 10:11                                       ` Thomas Gleixner
2004-10-21 10:42                                         ` Ingo Molnar
2004-10-21 11:59                                           ` john cooper
2004-10-21 14:16                                             ` Esben Nielsen
2004-10-21 14:52                                               ` john cooper
2004-10-21 15:47                                                 ` Eugeny S. Mints
2004-10-21 16:49                                                   ` john cooper
2004-10-21 17:33                                                     ` Scott Wood
2004-10-21 18:09                                                       ` john cooper
2004-10-21 18:47                                                         ` Scott Wood
2004-10-21 20:18                                                           ` john cooper
2004-10-21 21:12                                                             ` Scott Wood
2004-10-21 22:15                                                               ` john cooper
2004-10-21 22:30                                                                 ` Scott Wood
2004-10-21 22:55                                                                   ` john cooper
2004-10-21 21:01                                                           ` Esben Nielsen
2004-10-21 21:52                                                             ` Scott Wood
2004-10-22  0:46                                                             ` john cooper
2004-10-21 18:10                                                       ` Eugeny S. Mints
2004-10-21 18:29                                                         ` Scott Wood
2004-10-21 17:54                                                     ` Eugeny S. Mints
2004-10-21 17:41                                                   ` Scott Wood
2004-10-21 11:11                                         ` Jens Axboe
2004-10-21 11:18                                           ` Thomas Gleixner
2004-10-21 10:18                                       ` Ingo Molnar
2004-10-21 10:34                                         ` Jens Axboe
2004-10-21 19:58                                       ` Bill Huey
2004-10-21 20:14                                         ` Jens Axboe
2004-10-21 20:24                                           ` Bill Huey
2004-10-21 20:33                                             ` Jens Axboe
2004-10-21 20:38                                               ` Bill Huey
2004-10-21 20:43                                                 ` Thomas Gleixner
2004-10-21 23:06                                                   ` Bill Huey
2004-10-22  6:24                                                   ` Jens Axboe
2004-10-21 20:49                                                 ` Bill Huey
2004-10-22  6:19                                                 ` Jens Axboe
2004-10-22  7:29                                                   ` Ingo Molnar
2004-10-22  8:01                                                     ` Jens Axboe
2004-10-22  8:13                                                       ` Ingo Molnar
2004-10-22  8:50                                                   ` Bill Huey
2004-10-22  8:59                                                     ` Jens Axboe
2004-10-22  9:06                                                       ` Bill Huey
2004-10-22  9:09                                                         ` Bill Huey
2004-10-22  9:20                                                           ` Jens Axboe
2004-10-22  9:24                                                             ` Bill Huey
2004-10-22  9:31                                                               ` Jens Axboe
2004-10-22  9:17                                                         ` Jens Axboe
2004-10-22  9:23                                                         ` Thomas Gleixner
2004-10-22  9:00                                                     ` Ingo Molnar
2004-10-22 10:21                                                     ` Christoph Hellwig
2004-10-21 22:42                                             ` Timothy Miller
2004-10-21 23:01                                               ` Thomas Gleixner
2004-10-21  9:18                               ` Ingo Molnar
2004-10-21 10:26                                 ` Rui Nuno Capela
2004-10-21 11:20                                   ` Rui Nuno Capela
2004-10-21  9:55                               ` Thomas Gleixner
2004-10-21 13:03                               ` Rui Nuno Capela
2004-10-21 13:41                                 ` Ingo Molnar
2004-10-21 13:53                                   ` Ingo Molnar
2004-10-22 10:15                                 ` Rui Nuno Capela
2004-10-21 13:27                             ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U9 Ingo Molnar
2004-10-21 14:22                               ` Thomas Gleixner
2004-10-21 14:43                                 ` Thomas Gleixner
2004-10-21 15:41                               ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U9 HOTFIX Thomas Gleixner
2004-10-21 15:58                                 ` Ingo Molnar
2004-10-21 15:43                               ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U9 Michal Schmidt
2004-10-21 16:00                                 ` Ingo Molnar
2004-10-21 18:06                               ` Gunther Persoons
2004-10-21 16:40                                 ` Ingo Molnar
2004-10-21 17:54                                   ` Nikita Danilov
2004-10-22 10:22                                     ` Ingo Molnar
2004-10-22 11:50                                       ` Nikita Danilov
2004-10-22 11:57                                         ` Ingo Molnar
2004-10-22 12:27                                           ` Nikita Danilov
2004-10-22 12:42                                             ` Ingo Molnar
2004-10-21 20:21                                   ` Gunther Persoons
2004-10-21 18:07                               ` K.R. Foley
2004-10-21 18:40                                 ` Thomas Gleixner
2004-10-21 18:57                                   ` K.R. Foley
2004-10-21 18:57                                     ` Thomas Gleixner
2004-10-21 19:25                                       ` K.R. Foley
2004-10-22 14:12                                       ` K.R. Foley
2004-10-22 14:43                                         ` Thomas Gleixner
2004-10-22 15:15                                           ` K.R. Foley
2004-10-22 15:57                                             ` Thomas Gleixner
2004-10-22 16:51                                               ` Ingo Molnar
2004-10-22 17:44                                               ` K.R. Foley
2004-10-21 19:09                                   ` K.R. Foley
2004-10-22 11:54                                 ` Ingo Molnar
2004-10-21 18:34                               ` Adam Heath
2004-10-21 20:06                               ` Michal Schmidt
2004-10-22 13:35                               ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U9.3 Ingo Molnar
2004-10-22 15:50                                 ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-U10 Ingo Molnar
2004-10-22 16:47                                   ` Gene Heskett
2004-10-22 16:51                                     ` Ingo Molnar
2004-10-22 16:19                                       ` Jeff V. Merkey
2004-10-22 17:27                                         ` Russell Miller
2004-10-22 16:48                                           ` Jeff V. Merkey
2004-10-22 21:47                                         ` Gene Heskett
2004-10-22 17:56                                   ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-U10.2 Ingo Molnar
2004-10-22 21:49                                     ` Gene Heskett
2004-10-22 22:06                                       ` Lee Revell
2004-10-22 22:30                                         ` Lee Revell
2004-10-23 10:36                                         ` Ingo Molnar
2004-10-25  0:33                                           ` john cooper
2004-10-25 10:09                                             ` remi.colinet
2004-10-25 13:35                                               ` john cooper
2004-10-22 22:38                                     ` K.R. Foley
2004-10-23 10:32                                       ` Ingo Molnar
2004-10-23 14:03                                         ` K.R. Foley
2004-10-23  0:27                                     ` Rui Nuno Capela
2004-10-23  0:41                                       ` Fernando Pablo Lopez-Lezcano
2004-10-23 10:29                                       ` Ingo Molnar
2004-10-23 12:30                                         ` Rui Nuno Capela
2004-10-23 12:51                                           ` Ingo Molnar
2004-10-23 13:45                                             ` Rui Nuno Capela
2004-10-23 13:54                                               ` Ingo Molnar
2004-10-23 20:59                                                 ` Rui Nuno Capela
2004-10-23  1:15                                     ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-U10.3 Thomas Gleixner
2004-10-23 18:51                                     ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-U10.2 Paul E. McKenney
2004-10-23 19:14                                       ` Lee Revell
2004-10-23 19:31                                         ` Thomas Gleixner
2004-10-23 20:24                                       ` Ingo Molnar
2004-10-23 21:12                                         ` Paul E. McKenney
2004-10-24 15:19                                     ` Gunther Persoons
2004-10-25 10:40                                     ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0 Ingo Molnar
2004-10-25 11:08                                       ` K.R. Foley
2004-10-25 11:10                                         ` Ingo Molnar
2004-10-25 11:13                                           ` K.R. Foley
2004-10-25 12:12                                           ` Ingo Molnar
2004-10-25 13:24                                             ` Florian Schmidt
2004-10-25 13:26                                               ` Ingo Molnar
2004-10-25 14:03                                                 ` Florian Schmidt
2004-10-25 14:10                                                   ` Ingo Molnar
2004-10-25 14:16                                                     ` Ingo Molnar
2004-10-25 19:40                                                       ` Rui Nuno Capela
2004-10-26  3:01                                                         ` Lee Revell
2004-10-26  3:11                                                           ` K.R. Foley
2004-10-26  3:58                                                             ` Lee Revell
2004-10-26  4:15                                                               ` K.R. Foley
2004-10-26  5:11                                                           ` Fernando Pablo Lopez-Lezcano
2004-10-26 17:25                                                             ` Lee Revell
2004-10-26 17:45                                                               ` Fernando Pablo Lopez-Lezcano
2004-10-26 17:55                                                                 ` Lee Revell
2004-10-26  5:28                                                         ` Denis Vlasenko
2004-10-26 10:40                                                           ` Rui Nuno Capela
2004-10-26 19:09                                                             ` Denis Vlasenko
2004-10-27  8:23                                                               ` Rui Nuno Capela
2004-10-25 15:06                                                     ` Florian Schmidt
2004-10-25 16:45                                                       ` K.R. Foley
2004-10-26  8:29                                                         ` Eran Mann
2004-10-25 13:39                                             ` Florian Schmidt
2004-10-25 13:48                                               ` Florian Schmidt
2004-10-25 13:35                                                 ` Ingo Molnar
2004-10-25 18:52                                       ` K.R. Foley
2004-10-25 20:38                                         ` Ingo Molnar
2004-10-26 10:53                                           ` K.R. Foley
2004-10-26 10:57                                             ` Ingo Molnar
2004-10-27  0:24                                             ` Ingo Molnar
2004-10-27  0:53                                               ` K.R. Foley
2004-10-27  3:32                                               ` K.R. Foley
2004-10-27  8:28                                                 ` Ingo Molnar
2004-10-27  8:44                                                   ` Ingo Molnar
2004-10-27  8:52                                                     ` Ingo Molnar
2004-10-27  9:06                                                       ` Ingo Molnar
2004-10-27 10:03                                                         ` Ingo Molnar
2004-10-27 10:33                                                         ` Florian Schmidt
2004-10-27 10:29                                                           ` Ingo Molnar
2004-10-27 10:58                                                             ` Florian Schmidt
2004-10-27 10:45                                                           ` Florian Schmidt
2004-10-27 11:09                                                             ` Ingo Molnar
2004-10-27  9:24                                                 ` Ingo Molnar
2004-10-27  9:32                                                   ` Ingo Molnar
2004-10-27 12:19                                                     ` K.R. Foley
2004-10-27 13:29                                                 ` Ingo Molnar
2004-10-27 15:00                                                   ` K.R. Foley
2004-10-27 15:05                                                     ` Ingo Molnar
2004-10-27 15:13                                                       ` Lee Revell
2004-10-27 15:17                                                         ` Ingo Molnar
2004-10-27 17:14                                                           ` Lee Revell
2004-10-27 17:21                                                             ` K.R. Foley
2004-10-27 17:26                                                               ` Lee Revell
2004-10-27 17:40                                                                 ` K.R. Foley
2004-10-27 17:44                                                                   ` Lee Revell
2004-10-27 17:43                                                                 ` K.R. Foley
2004-10-27 19:47                                                                   ` Lee Revell
2004-10-27 21:40                                                                     ` K.R. Foley
2004-10-27 20:09                                                           ` Andrew Morton
2004-10-27 21:43                                                             ` K.R. Foley
2004-10-27 15:16                                                       ` K.R. Foley
2004-10-27 20:49                                                       ` Bill Huey
2004-10-27 20:54                                                         ` Bill Huey
2004-10-27 21:01                                                           ` Bill Huey
2004-10-28  7:11                                                             ` Ingo Molnar
2004-10-27  3:48                                               ` K.R. Foley
2004-10-25 21:41                                         ` Esben Nielsen
2004-10-25 21:47                                       ` Michal Schmidt
2004-10-25 23:04                                       ` Remi Colinet
2004-10-27  0:15                                       ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.3 Ingo Molnar
2004-10-27  0:44                                         ` Ingo Molnar
2004-10-27  1:43                                         ` Bill Huey
2004-10-27  2:04                                           ` K.R. Foley
2004-10-27  3:29                                             ` Bill Huey
2004-10-27  3:35                                               ` K.R. Foley
2004-10-27  3:40                                                 ` Bill Huey
2004-10-27 10:50                                         ` Michal Schmidt
2004-10-27 13:48                                           ` Ingo Molnar
2004-10-27 17:25                                             ` Michal Schmidt
2004-10-28 11:57                                               ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.5 Ingo Molnar
2004-10-30  0:02                                                 ` Bill Huey
2004-10-30 11:46                                                   ` Ingo Molnar
2004-11-02  8:56                                                   ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.5 (networking problems) Bill Huey
2004-11-02  9:37                                                     ` Ingo Molnar
2004-11-02 11:08                                                       ` Bill Huey
2004-11-02 11:45                                                         ` Ingo Molnar
2004-11-02 12:02                                                           ` Ingo Molnar
2004-11-02 17:34                                                             ` Karsten Wiese
2004-11-02 13:35                                                           ` Ingo Molnar
2004-11-02 22:08                                                           ` Bill Huey
2004-10-27 12:43                                         ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.3 Rui Nuno Capela
2004-10-27 13:53                                           ` Ingo Molnar
2004-10-27 15:26                                             ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.4 Rui Nuno Capela
2004-10-27 15:30                                               ` Lee Revell
2004-10-27 17:39                                                 ` Rui Nuno Capela
2004-10-27 18:57                                                   ` karsten wiese
2004-10-27 20:28                                                     ` Rui Nuno Capela
2004-10-27 18:59                                                   ` karsten wiese
2004-10-27 20:01                                               ` Ingo Molnar
2004-10-27 20:51                                               ` Ingo Molnar
2004-10-27 21:19                                                 ` Ingo Molnar
2004-10-27 23:31                                                   ` Rui Nuno Capela
2004-10-28  6:36                                                     ` Ingo Molnar
2004-10-28  8:31                                                       ` Rui Nuno Capela
2004-10-28  8:56                                                         ` Ingo Molnar
2004-10-28  9:17                                                           ` Rui Nuno Capela
2004-10-28  9:32                                                             ` Ingo Molnar
2004-10-28 13:57                                                               ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.5.2 Ingo Molnar
2004-10-28 14:10                                                                 ` DaMouse
2004-10-28 14:18                                                                   ` Ingo Molnar
2004-10-28 16:33                                                               ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.4 Rui Nuno Capela
2004-10-28 19:16                                                                 ` Ingo Molnar
2004-10-28 23:49                                                                   ` Rui Nuno Capela
2004-10-29  0:07                                                                     ` Lee Revell
2004-10-29  7:30                                                                     ` Ingo Molnar
2004-10-29 15:00                                                                       ` Rui Nuno Capela
2004-10-29 17:57                                                                         ` Lee Revell
2004-10-29 14:31                                                                 ` Florian Schmidt
2004-10-29 14:25                                                                   ` Ingo Molnar
2004-10-29 15:09                                                                     ` Florian Schmidt
2004-10-29 14:53                                                                   ` Florian Schmidt
2004-10-30  3:09                                                                   ` Lee Revell
2004-10-30  3:22                                                                     ` Joe
2004-10-27 13:03                                         ` Ingo Molnar
2004-10-27 21:41                                           ` Magnus Naeslund(t)
2004-10-28  6:55                                             ` Ingo Molnar
2004-10-28  9:31                                               ` Magnus Naeslund(t)
2004-10-28  6:58                                             ` Ingo Molnar
2004-10-28 14:14                                           ` K.R. Foley
2004-10-28 14:20                                             ` Ingo Molnar
2004-11-03 10:58                                         ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm2-V0.7.1 Ingo Molnar
2004-11-03 13:44                                           ` Lorenzo Allegrucci
2004-11-03 13:46                                             ` Ingo Molnar
2004-11-03 17:53                                               ` Lorenzo Allegrucci
2004-11-03 20:41                                                 ` Lorenzo Allegrucci
2004-11-03 20:43                                                   ` Ingo Molnar
2004-11-03 21:05                                                     ` Lorenzo Allegrucci
2004-11-03 19:33                                           ` john cooper
2004-11-03 23:03                                           ` Magnus Naeslund(t)
2004-11-04  6:56                                             ` Ingo Molnar
2004-11-04 19:34                                           ` Gunther Persoons
2004-11-04 20:31                                             ` Chris Friesen
2004-11-06 15:57                                           ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.18 Ingo Molnar
2004-11-06 17:17                                             ` Gunther Persoons
2004-11-06 19:25                                               ` Lorenzo Allegrucci
2004-11-06 17:55                                             ` Rui Nuno Capela
2004-11-06 18:56                                               ` Peter Zijlstra
2004-11-06 22:52                                             ` Rui Nuno Capela
2004-11-07 22:22                                             ` Karsten Wiese
2004-11-08  8:21                                               ` Ingo Molnar
2004-11-08  7:50                                             ` Eran Mann
2004-11-08  9:45                                               ` Ingo Molnar
2004-11-08  9:16                                             ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.19 Ingo Molnar
2004-11-08  9:15                                               ` Karsten Wiese
2004-11-08 10:19                                                 ` Ingo Molnar
2004-11-08 12:42                                                   ` Karsten Wiese
2004-11-08 10:24                                                 ` Ingo Molnar
2004-11-08  9:50                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.20 Ingo Molnar
2004-11-08 13:13                                                 ` Lorenzo Allegrucci
2004-11-08 14:15                                                 ` Rui Nuno Capela
2004-11-08 16:17                                                 ` Florian Schmidt
2004-11-08 16:57                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.21 Ingo Molnar
2004-11-08 17:41                                                 ` Gunther Persoons
2004-11-08 23:41                                                   ` Ingo Molnar
2004-11-08 17:59                                                 ` Norberto Bensa
2004-11-08 19:01                                                   ` K.R. Foley
2004-11-08 23:42                                                     ` Ingo Molnar
2004-11-09 16:05                                                 ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.23 Ingo Molnar
2004-11-10 13:52                                                   ` Karsten Wiese
2004-11-10 13:58                                                     ` Karsten Wiese
2004-11-10 15:01                                                     ` Ingo Molnar
2004-11-10 14:20                                                       ` Karsten Wiese
2004-11-10 14:50                                                         ` Karsten Wiese
2004-11-10 15:33                                                         ` Ingo Molnar
2004-11-11  4:34                                                   ` K.R. Foley
2004-11-11  5:01                                                   ` K.R. Foley
2004-11-11  9:52                                                     ` Ingo Molnar
2004-11-11 10:20                                                     ` Ingo Molnar
2004-11-11 13:05                                                       ` Ingo Molnar
2004-11-11 12:27                                                         ` K.R. Foley
2004-11-11 14:44                                                   ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.25-0 Ingo Molnar
2004-11-11 16:03                                                     ` Gunther Persoons
2004-11-11 16:08                                                       ` Ingo Molnar
2004-11-11 16:12                                                         ` Ingo Molnar
2004-11-11 16:25                                                           ` Gunther Persoons
2004-11-11 16:30                                                           ` Ingo Molnar
2004-11-11 17:36                                                             ` Gunther Persoons
2004-11-11 16:16                                                         ` Gunther Persoons
2004-11-11 20:56                                                     ` Remi Colinet
2004-11-11 18:12                                                       ` K.R. Foley
2004-11-11 18:42                                                       ` K.R. Foley
2004-11-11 21:41                                                         ` Ingo Molnar
2004-11-12  3:49                                                         ` Remi Colinet
2004-11-11 21:38                                                     ` Ingo Molnar
2004-11-11 21:51                                                     ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.25-1 Ingo Molnar
2004-11-12  4:08                                                       ` Bill Huey
2004-11-12  5:03                                                         ` Bill Huey
2004-11-12  8:39                                                           ` Ingo Molnar
2004-11-12 10:52                                                             ` Bill Huey
2004-11-12 14:31                                                       ` Shane Shrybman
2004-11-12 17:27                                                         ` K.R. Foley
2004-11-12 17:50                                                           ` Shane Shrybman
2004-11-12 20:13                                                         ` Ingo Molnar
2004-11-12 22:15                                                           ` Shane Shrybman
2004-11-12 23:44                                                           ` Shane Shrybman
2004-11-14 12:51                                                             ` Ingo Molnar
2004-11-12 19:48                                                       ` Gunther Persoons
2004-11-12 20:19                                                         ` Ingo Molnar
2004-11-13 12:55                                                           ` Gunther Persoons
2004-11-13 14:36                                                           ` Gunther Persoons
2004-11-14 12:49                                                             ` Ingo Molnar
2004-11-14 14:25                                                               ` Gunther Persoons
2004-11-13 23:12                                                           ` Gunther Persoons
2004-11-14 12:38                                                             ` Ingo Molnar
2004-11-14 12:56                                                       ` Florian Schmidt
2004-11-14 13:26                                                         ` K.R. Foley
2004-11-14 13:35                                                           ` Florian Schmidt
2004-11-14 13:56                                                           ` K.R. Foley
2004-11-14 14:11                                                           ` Florian Schmidt
2004-11-14 14:15                                                         ` Ingo Molnar
2004-11-15  1:27                                                           ` Florian Schmidt
2004-11-15  2:22                                                             ` K.R. Foley
2004-11-15 15:15                                                           ` Florian Schmidt
2004-11-15 14:33                                                       ` Rui Nuno Capela
2004-11-15 15:40                                                         ` Ingo Molnar
2004-11-15 16:11                                                         ` Ingo Molnar
2004-11-15 16:52                                                           ` Rui Nuno Capela
     [not found]                                                           ` <33583.195.245.190.93.1100537554.squirrel@195.245.190.93>
2004-11-15 22:35                                                             ` Rui Nuno Capela
2004-11-16 10:41                                                               ` Ingo Molnar
2004-11-16 12:05                                                                 ` Rui Nuno Capela
2004-11-16 13:16                                                                 ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.27-2 Ingo Molnar
2004-11-16 12:54                                                       ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.27-0 Ingo Molnar
2004-11-16 13:09                                                         ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.27-1 Ingo Molnar
2004-11-16 13:40                                                           ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.27-3 Ingo Molnar
2004-11-16 14:20                                                             ` Florian Schmidt
2004-11-16 15:08                                                               ` Florian Schmidt
2004-11-16 15:29                                                                 ` Florian Schmidt
2004-11-16 15:52                                                                   ` Stefan Schweizer
2004-11-16 18:43                                                             ` Marcos D. Marado Torres
2004-11-16 18:51                                                               ` Lee Revell
2004-11-16 19:53                                                               ` Ingo Molnar
2004-11-17  0:36                                                             ` Bill Huey
2004-11-17 12:42                                                             ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.28-0 Ingo Molnar
2004-11-17 18:18                                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.27-10 Adam Heath
2004-11-18 15:44                                                                 ` Ingo Molnar
2004-11-18  2:38                                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.28-0 K.R. Foley
2004-11-18  9:57                                                                 ` Ingo Molnar
2004-11-18 10:24                                                               ` Christian Meder
2004-11-18 16:11                                                                 ` Ingo Molnar
2004-11-18 15:58                                                                   ` Christian Meder
2004-11-18 16:39                                                                   ` Christian Meder
2004-11-18 19:58                                                                     ` Ingo Molnar
2004-11-18 19:51                                                                       ` Adam Heath
2004-11-18 12:35                                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.28-1 Ingo Molnar
2004-11-18 12:23                                                                 ` Florian Schmidt
2004-11-18 14:46                                                                 ` Rui Nuno Capela
2004-11-18 20:01                                                                   ` Ingo Molnar
2004-11-18 20:49                                                                   ` Ingo Molnar
2004-11-18 21:05                                                                   ` Ingo Molnar
2004-11-18 22:54                                                                     ` Christian Meder
2004-11-19  9:54                                                                       ` Ingo Molnar
2004-11-22  9:31                                                                         ` Christian Meder
2004-11-22  9:44                                                                           ` Bill Huey
2004-11-22 13:19                                                                             ` Ingo Molnar
2004-11-22 13:05                                                                           ` Ingo Molnar
2004-11-22 13:32                                                                             ` Christian Meder
2004-11-22 14:38                                                                               ` Ingo Molnar
2004-11-18 21:50                                                                   ` Lee Revell
2004-11-19  9:56                                                                     ` Ingo Molnar
2004-11-19 15:44                                                                       ` Shane Shrybman
2004-11-20 13:17                                                                         ` Ingo Molnar
2004-11-18 15:23                                                                 ` Christian Meder
2004-11-18 15:37                                                                   ` Jan Engelhardt
2004-11-18 20:06                                                                   ` [patch] " Ingo Molnar
2004-11-18 16:46                                                                 ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.29-0 Ingo Molnar
2004-11-18 21:27                                                                   ` Michal Schmidt
2004-11-19 10:05                                                                     ` Ingo Molnar
2004-11-19 14:11                                                                       ` Steven Rostedt
2004-11-19 17:08                                                                         ` K.R. Foley
2004-11-21 21:50                                                                           ` Ingo Molnar
2004-11-19 19:05                                                                   ` Peter Zijlstra
2004-11-20 13:13                                                                     ` Ingo Molnar
2004-11-20  3:22                                                                   ` Lee Revell
2004-11-20 11:50                                                                     ` Florian Schmidt
2004-11-20 12:59                                                                       ` Ingo Molnar
2004-11-20 12:55                                                                     ` Ingo Molnar
2004-11-20 17:19                                                                       ` Lee Revell
2004-11-20 19:14                                                                         ` Ingo Molnar
2004-11-20 18:35                                                                           ` Lee Revell
2004-11-20 19:11                                                                             ` Florian Schmidt
2004-11-20 20:40                                                                               ` Florian Schmidt
2004-11-21 12:45                                                                                 ` Ingo Molnar
2004-11-21 14:32                                                                                   ` Ingo Molnar
2004-11-21 14:49                                                                                   ` Florian Schmidt
2004-11-21 12:50                                                                                 ` Ingo Molnar
2004-11-21 14:50                                                                                   ` Florian Schmidt
2004-11-21 12:54                                                                                 ` Ingo Molnar
2004-11-21 13:43                                                                                   ` Ingo Molnar
2004-11-21 15:05                                                                                     ` Florian Schmidt
2004-11-21 14:52                                                                                   ` Florian Schmidt
2004-11-21 15:12                                                                               ` Ingo Molnar
2004-11-21 15:18                                                                                 ` Ingo Molnar
2004-11-21 14:44                                                                                   ` Florian Schmidt
2004-11-21 15:28                                                                                 ` Florian Schmidt
2004-11-20 19:09                                                                           ` Lee Revell
2004-11-21 12:47                                                                             ` Ingo Molnar
2004-11-21 13:27                                                                               ` Ingo Molnar
2004-11-21 13:32                                                                                 ` Ingo Molnar
2004-11-21  0:32                                                                           ` Lee Revell
2004-11-24 12:15                                                                             ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm3-V0.7.31-1 Ingo Molnar
2004-11-24 12:28                                                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm3-V0.7.31-2 Ingo Molnar
2004-11-20 20:23                                                                   ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.29-0 K.R. Foley
2004-11-20 20:51                                                                     ` K.R. Foley
2004-11-22  0:54                                                                   ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.30-2 Ingo Molnar
2004-11-22  1:07                                                                     ` Florian Schmidt
2004-11-22  9:46                                                                       ` Ingo Molnar
2004-11-22 10:36                                                                         ` Rui Nuno Capela
2004-11-22 13:24                                                                           ` Ingo Molnar
2004-11-22 12:56                                                                             ` Rui Nuno Capela
2004-11-22 15:00                                                                               ` Ingo Molnar
2004-11-22 15:10                                                                                 ` Ingo Molnar
2004-11-22 15:20                                                                                   ` Ingo Molnar
2004-11-22 13:27                                                                             ` Florian Schmidt
2004-11-22 14:18                                                                               ` Rui Nuno Capela
2004-11-22 15:41                                                                                 ` Ingo Molnar
2004-11-22 15:45                                                                                 ` Ingo Molnar
2004-11-22 16:53                                                                                   ` Rui Nuno Capela
2004-11-23 13:55                                                                                     ` Ingo Molnar
2004-11-23 13:56                                                                                       ` Ingo Molnar
2004-11-23 13:58                                                                                       ` Ingo Molnar
2004-11-23 14:11                                                                                         ` Ingo Molnar
2004-11-23 14:32                                                                                           ` Ingo Molnar
2004-11-23 14:41                                                                                             ` Ingo Molnar
2004-11-23 14:00                                                                                       ` Rui Nuno Capela
2004-11-23 15:41                                                                                         ` Ingo Molnar
2004-11-23 16:53                                                                                           ` Rui Nuno Capela
2004-11-23 18:00                                                                                             ` Ingo Molnar
2004-11-23 14:46                                                                                     ` Ingo Molnar
2004-11-23 13:57                                                                                       ` Florian Schmidt
2004-11-23 15:05                                                                                         ` Ingo Molnar
2004-11-23 15:21                                                                                         ` Ingo Molnar
2004-11-23 14:41                                                                                           ` Florian Schmidt
2004-12-01 13:57                                                                                             ` Paul Davis
2004-12-01 14:37                                                                                               ` Ingo Molnar
2004-12-01 14:56                                                                                                 ` Paul Davis
2004-12-01 15:53                                                                                                   ` Ingo Molnar
2004-12-01 16:05                                                                                                     ` Paul Davis
2004-12-01 16:16                                                                                                     ` Esben Nielsen
2004-12-01 21:24                                                                                                       ` Ingo Molnar
2004-12-01 21:40                                                                                                         ` Chris Friesen
2004-12-01 16:08                                                                                                   ` Esben Nielsen
2004-11-23 14:53                                                                                       ` Ingo Molnar
2004-11-22  8:44                                                                     ` Eran Mann
2004-11-22 10:01                                                                       ` Ingo Molnar
2004-11-22 13:34                                                                         ` Eran Mann
2004-11-22 14:42                                                                           ` Ingo Molnar
2004-11-23  8:24                                                                             ` Eran Mann
2004-11-23 17:58                                                                     ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.30-9 Ingo Molnar
2004-11-23 17:53                                                                       ` K.R. Foley
2004-11-23 18:01                                                                       ` K.R. Foley
2004-11-24  0:28                                                                       ` Florian Schmidt
2004-11-24  3:19                                                                         ` Ingo Molnar
2004-11-24  2:48                                                                           ` Florian Schmidt
2004-11-24  0:58                                                                       ` Lee Revell
2004-11-24  3:45                                                                         ` Ingo Molnar
2004-11-24 13:33                                                                           ` Steven Rostedt
2004-11-24 15:23                                                                             ` kernel builds starving evolution process - scheduler issue? (was Re: [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.30-9) Lee Revell
2004-11-24 10:16                                                                       ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.30-10 Ingo Molnar
2004-11-24 11:27                                                                         ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm3-V0.7.31-0 Ingo Molnar
2004-11-24 19:43                                                                           ` Gene Heskett
2004-11-25 10:03                                                                           ` Rui Nuno Capela
2004-11-25 11:13                                                                             ` Ingo Molnar
2004-11-25 10:38                                                                               ` Rui Nuno Capela
2004-11-25 11:44                                                                                 ` Ingo Molnar
2004-11-25 10:47                                                                                   ` Rui Nuno Capela
2004-11-25 11:17                                                                               ` Ingo Molnar
2004-11-25 12:01                                                                             ` Ingo Molnar
2004-11-25 11:14                                                                               ` Rui Nuno Capela
2004-11-25 12:20                                                                                 ` Ingo Molnar
2004-11-25 14:33                                                                               ` [patch, 2.6.10-rc2] floppy boot-time detection fix Ingo Molnar
2004-11-25 14:44                                                                                 ` Ingo Molnar
2004-11-25 14:48                                                                                 ` Ingo Molnar
2004-11-25 15:27                                                                                   ` Ingo Molnar
2004-11-25 15:00                                                                                 ` Arjan van de Ven
2004-12-03 20:58                                                                         ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.32-0 Ingo Molnar
2004-12-03 21:04                                                                           ` Ingo Molnar
2004-12-04 22:32                                                                           ` Rui Nuno Capela
2004-12-04 22:46                                                                             ` Ingo Molnar
2004-12-04 23:38                                                                               ` Rui Nuno Capela
2004-12-04 23:55                                                                               ` K.R. Foley
2004-12-05  3:10                                                                                 ` Gene Heskett
2004-12-05  3:05                                                                             ` Gene Heskett
2004-12-05 23:14                                                                           ` Esben Nielsen
2004-12-06 13:14                                                                             ` Ingo Molnar
2004-12-06 15:01                                                                               ` Esben Nielsen
2004-12-06 15:27                                                                                 ` Ingo Molnar
2004-12-07 13:29                                                                           ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm3-V0.7.32-4 Ingo Molnar
2004-12-07 14:11                                                                             ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm3-V0.7.32-6 Ingo Molnar
2004-12-08  4:31                                                                               ` K.R. Foley
2004-12-08  8:34                                                                                 ` Ingo Molnar
2004-12-08 16:07                                                                                   ` K.R. Foley
2004-12-08 16:18                                                                                     ` Lee Revell
2004-12-08 16:52                                                                                       ` K.R. Foley
2004-12-08 16:58                                                                                         ` Lee Revell
2004-12-09  9:02                                                                                         ` Ingo Molnar
2004-12-09  2:45                                                                                     ` K.R. Foley
2004-12-09 12:11                                                                                       ` Ingo Molnar
2004-12-09 14:50                                                                                         ` K.R. Foley
2004-12-08 17:13                                                                               ` Steven Rostedt
2004-12-08 18:14                                                                                 ` Rui Nuno Capela
2004-12-08 19:03                                                                                   ` Steven Rostedt
2004-12-08 21:39                                                                                     ` Rui Nuno Capela
2004-12-08 22:11                                                                                       ` Steven Rostedt
2004-12-09  9:32                                                                                         ` Ingo Molnar
2004-12-09 13:13                                                                                           ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm3-V0.7.32-12 Ingo Molnar
2004-12-09 14:23                                                                                             ` Gene Heskett
2004-12-09 14:33                                                                                             ` Steven Rostedt
2004-12-09 19:19                                                                                               ` Steven Rostedt
2004-12-09 20:33                                                                                                 ` john cooper
2004-12-09 22:19                                                                                                   ` Steven Rostedt
2004-12-09 23:10                                                                                                     ` john cooper
2004-12-09 22:10                                                                                                 ` Ingo Molnar
2004-12-10  6:11                                                                                                   ` Steven Rostedt
2004-12-10 11:05                                                                                                     ` Ingo Molnar
2004-12-10 11:11                                                                                                     ` Ingo Molnar
2004-12-10 16:32                                                                                                       ` K.R. Foley
2004-12-10 18:02                                                                                                         ` Steven Rostedt
2004-12-11  2:26                                                                                                       ` Steven Rostedt
2004-12-11  3:01                                                                                                         ` Steven Rostedt
2004-12-11  7:37                                                                                                         ` Fernando Lopez-Lezcano
2004-12-11 12:30                                                                                                           ` Steven Rostedt
2004-12-13 23:34                                                                                                             ` Fernando Lopez-Lezcano
2004-12-15  9:51                                                                                                               ` Ingo Molnar
2004-12-11  9:57                                                                                                         ` Ingo Molnar
2004-12-09 14:43                                                                                             ` Rui Nuno Capela
2004-12-09 13:36                                                                                           ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm3-V0.7.32-6 Steven Rostedt
2004-12-09  9:06                                                                                 ` Ingo Molnar
2004-12-14 13:28                                                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc3-mm1-V0.7.33-0 Ingo Molnar
2004-12-14 19:34                                                                                 ` Steven Rostedt
2004-12-14 20:08                                                                                   ` Lee Revell
2004-12-14 20:45                                                                                     ` Steven Rostedt
2004-12-14 21:18                                                                                       ` Ingo Molnar
2004-12-14 21:47                                                                                         ` Lee Revell
2004-12-14 21:51                                                                                           ` Ingo Molnar
2004-12-14 21:57                                                                                             ` Lee Revell
2004-12-14 21:52                                                                                         ` George Anzinger
2004-12-14 21:59                                                                                           ` Steven Rostedt
2004-12-14 22:28                                                                                           ` Ingo Molnar
2004-12-14 22:13                                                                                         ` Lee Revell
2004-12-14 22:31                                                                                           ` Ingo Molnar
2004-12-14 22:47                                                                                             ` Lee Revell
2004-12-14 22:57                                                                                               ` Paul Davis
2004-12-15  9:32                                                                                                 ` Ingo Molnar
2004-12-15 16:23                                                                                                   ` Lee Revell
2004-12-14 23:18                                                                                               ` linux-os
2004-12-15  1:53                                                                                                 ` Paul Davis
2004-12-15  2:49                                                                                                 ` Gene Heskett
2004-12-15  2:38                                                                                             ` Gene Heskett
2004-12-15 15:24                                                                                               ` K.R. Foley
2004-12-15 16:34                                                                                                 ` Gene Heskett
2004-12-15 16:38                                                                                                   ` K.R. Foley
2004-12-14 20:07                                                                                 ` Fernando Lopez-Lezcano
2004-12-14 20:35                                                                                   ` Ingo Molnar
2004-12-14 23:21                                                                                 ` Fernando Lopez-Lezcano
2004-12-15  0:43                                                                                   ` Florian Schmidt
2004-12-15  1:09                                                                                   ` Lee Revell
2004-12-15  2:04                                                                                     ` Fernando Lopez-Lezcano
2004-12-15  9:09                                                                                       ` Ingo Molnar
2004-12-15 10:17                                                                                         ` Andrew Walrond
2004-12-15 16:51                                                                                         ` Lee Revell
2004-12-17  0:45                                                                                   ` Fernando Lopez-Lezcano
2004-12-15 20:52                                                                                 ` Magnus Määttä
2005-01-04  6:40                                                                                 ` Bill Huey
2005-01-04  9:45                                                                                   ` [patch] Real-Time Preemption, -RT-2.6.10-mm1-V0.7.34-00 Ingo Molnar
2005-01-04 10:48                                                                                     ` Bill Huey
2005-01-04 10:52                                                                                       ` Ingo Molnar
2005-01-04 10:55                                                                                     ` Felipe Alfaro Solana
2005-01-06 18:45                                                                                     ` Florian Schmidt
2005-01-07 19:26                                                                                     ` Tom Rini
2005-01-07 19:36                                                                                       ` Lee Revell
2005-01-26  8:09                                                                                       ` [patch] Real-Time Preemption, -RT-2.6.11-rc2-V0.7.36-04 Ingo Molnar
2005-02-01 20:01                                                                                         ` Lee Revell
2005-02-01 20:17                                                                                           ` Ingo Molnar
2005-02-01 20:31                                                                                             ` Lee Revell
2005-02-01 20:44                                                                                               ` Ingo Molnar
2005-02-01 23:45                                                                                                 ` Lee Revell
2005-02-02  7:06                                                                                                   ` Ingo Molnar
2005-01-15 13:34                                                                                     ` [patch] Real-Time Preemption, -RT-2.6.11-rc1-V0.7.35-00 Ingo Molnar
2005-01-15 15:16                                                                                       ` K.R. Foley
2005-01-15 19:29                                                                                       ` [patch] Real-Time Preemption, -RT-2.6.11-rc1-V0.7.35-01 Gene Heskett
2005-01-21 20:34                                                                                       ` [patch] Real-Time Preemption, -RT-2.6.11-rc1-V0.7.35-00 K.R. Foley
2005-01-22 12:29                                                                                       ` [patch] Real-Time Preemption, -RT-2.6.11-rc2-V0.7.36-00 Ingo Molnar
2005-01-22 21:22                                                                                         ` Gene Heskett
2005-01-23  9:27                                                                                           ` andyliu
2005-01-23 11:31                                                                                             ` Ingo Molnar
2005-01-23 14:40                                                                                               ` Gene Heskett
2005-01-24  1:01                                                                                                 ` andyliu
2005-01-24  2:54                                                                                                   ` Gene Heskett
2005-01-24  8:02                                                                                           ` Ingo Molnar
2005-01-24 10:42                                                                                             ` Gene Heskett
2005-01-26  1:05                                                                                             ` Lee Revell
2005-02-01 20:14                                                                                         ` [patch] Real-Time Preemption, -RT-2.6.11-rc2-V0.7.37-02 Ingo Molnar
2005-02-03 20:53                                                                                           ` Eugeny S. Mints
2005-02-03 20:55                                                                                             ` Ingo Molnar
2005-02-04  1:51                                                                                           ` Steven Rostedt
2005-02-04  2:18                                                                                             ` Steven Rostedt
2005-02-05  6:02                                                                                               ` Steven Rostedt
2005-02-05  7:59                                                                                                 ` Ingo Molnar
2005-02-05 14:32                                                                                                   ` Steven Rostedt
2005-02-07  9:22                                                                                                     ` Ingo Molnar
2004-11-24 19:23                                                                       ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.30-9 Fernando Lopez-Lezcano
2004-11-24 22:17                                                                         ` Ingo Molnar
2004-11-24 21:56                                                                           ` Fernando Lopez-Lezcano
     [not found]                                                               ` <1100732223.3472.10.camel@localhost>
2004-11-18 15:54                                                                 ` [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm1-V0.7.28-0 Ingo Molnar
2004-11-18 15:07                                                                   ` Christian Meder
2004-11-18 20:42                                                                     ` Ingo Molnar
2004-11-18 22:41                                                                       ` Christian Meder
2004-11-18 22:33                                                                   ` Christian Meder
2004-11-08 22:21                                               ` [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.19 Adam Heath
2004-10-22 21:44                                   ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-U10 Gene Heskett
2004-10-22 18:41                                 ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U9.3 Alexander Batyrshin
2004-10-22 20:08                                   ` Ingo Molnar
2004-10-19 18:54                         ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U6 Adam Heath
2004-10-19 20:52                         ` Michal Schmidt
2004-10-20 16:31                         ` Adam Heath
2004-10-19 12:57                       ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U5 Kevin Hilman
2004-10-19 13:04                         ` Ingo Molnar
2004-10-15 11:22               ` [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U1 Florian Schmidt
2004-10-15 11:44                 ` Ingo Molnar
2004-10-15 12:25                   ` Florian Schmidt
2004-10-14 18:52             ` [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U0 Daniel Walker
2004-10-14 19:28               ` Ingo Molnar
2004-10-14 19:43                 ` Dipankar Sarma
2004-10-14 20:30               ` Bill Huey
2004-10-14 20:02             ` Daniel Walker
2004-10-14 20:23               ` Ingo Molnar
2004-10-14 22:13             ` Radoslaw Szkodzinski
2004-10-14 22:40             ` Karim Yaghmour
2004-10-14 23:46               ` Ingo Molnar
2004-10-15  0:07                 ` Karim Yaghmour
2004-10-15  0:31                   ` Roland Dreier
2004-10-15  1:22                     ` Karim Yaghmour
2004-10-15  2:00                     ` Robert Wisniewski
2004-10-15  2:21                       ` Lee Revell
2004-10-15 12:27                         ` Robert Wisniewski
2004-10-15  6:59                   ` Ingo Molnar
2004-10-15 12:32                     ` Robert Wisniewski
2004-10-15 13:11                       ` Ingo Molnar
2004-10-15 14:50                         ` Robert Wisniewski
2004-10-15 14:58                           ` Ingo Molnar
  -- strict thread matches above, loose matches on Subject: below --
2004-10-19 17:14 [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U6 Mark_H_Johnson
2004-10-19 17:40 ` Ingo Molnar
2004-10-19 18:05   ` K.R. Foley

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=20041019185016.2af4fa86@mango.fruits.de \
    --to=mista.tapas@gmx.net \
    --cc=bhuey@lnxw.com \
    --cc=doogie@debian.org \
    --cc=kr@cybsft.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark_h_johnson@raytheon.com \
    --cc=mingo@elte.hu \
    --cc=nando@ccrma.stanford.edu \
    --cc=rlrevell@joe-job.com \
    --cc=rncbc@rncbc.org \
    --cc=tglx@linutronix.de \
    --cc=xschmi00@stud.feec.vutbr.cz \
    /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;
as well as URLs for NNTP newsgroup(s).