All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.2-rc2 Interactivity problems with SMP + HT
@ 2004-01-29 10:44 Catalin BOIE
  2004-01-29 10:49 ` Nick Piggin
  0 siblings, 1 reply; 11+ messages in thread
From: Catalin BOIE @ 2004-01-29 10:44 UTC (permalink / raw)
  To: linux-kernel, linux-smp

Hello!

First, thank you very much for the effort you put for Linux!

I have a Intel motherboard with SATA (2 Maxtor disks).
CPUs: 2 x 2.4GHz PIV HT = 4 processors (2 virtual)
1 GB RAM.

Load: postgresql and apache. Very low load (3-4 clients).

RAID: Yes, soft RAID1 between the 2 disks.

I have times when the console freeze for 3-4 seconds!
2.6.0-test11 had the same problem (maybe longer times).
2.6.1-rc2 worked good in this respect but crashed after 2 days. :(
2.6.2-rc2 is back with the delay.

Do you know why this can happen?

Thank you very much!

---
Catalin(ux) BOIE
catab@deuroconsult.ro

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

* Re: 2.6.2-rc2 Interactivity problems with SMP + HT
  2004-01-29 10:44 2.6.2-rc2 Interactivity problems with SMP + HT Catalin BOIE
@ 2004-01-29 10:49 ` Nick Piggin
  2004-01-29 11:35   ` Catalin BOIE
  2004-01-29 15:02     ` Robert M. Hyatt
  0 siblings, 2 replies; 11+ messages in thread
From: Nick Piggin @ 2004-01-29 10:49 UTC (permalink / raw)
  To: Catalin BOIE; +Cc: linux-kernel, linux-smp



Catalin BOIE wrote:

>Hello!
>
>First, thank you very much for the effort you put for Linux!
>
>I have a Intel motherboard with SATA (2 Maxtor disks).
>CPUs: 2 x 2.4GHz PIV HT = 4 processors (2 virtual)
>1 GB RAM.
>
>Load: postgresql and apache. Very low load (3-4 clients).
>
>RAID: Yes, soft RAID1 between the 2 disks.
>
>I have times when the console freeze for 3-4 seconds!
>2.6.0-test11 had the same problem (maybe longer times).
>2.6.1-rc2 worked good in this respect but crashed after 2 days. :(
>2.6.2-rc2 is back with the delay.
>
>Do you know why this can happen?
>
>

There haven't been many scheduler changes there recently so
maybe its something else.

But you could try the latest -mm kernels. They have some
Hyperthreading work in them (you need to enable CONFIG_SCHED_SMT).


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

* Re: 2.6.2-rc2 Interactivity problems with SMP + HT
  2004-01-29 10:49 ` Nick Piggin
@ 2004-01-29 11:35   ` Catalin BOIE
  2004-01-29 15:02     ` Robert M. Hyatt
  1 sibling, 0 replies; 11+ messages in thread
From: Catalin BOIE @ 2004-01-29 11:35 UTC (permalink / raw)
  To: Nick Piggin; +Cc: linux-kernel, linux-smp

> >Do you know why this can happen?
> >
> >
>
> There haven't been many scheduler changes there recently so
> maybe its something else.
>
> But you could try the latest -mm kernels. They have some
> Hyperthreading work in them (you need to enable CONFIG_SCHED_SMT).

It's a production server and now, after the crash I'm a little worried
about side effects. I have to wait some time till I play with it again.

Thank you very much, Nick.

>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

---
Catalin(ux) BOIE
catab@deuroconsult.ro

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

* Re: 2.6.2-rc2 Interactivity problems with SMP + HT
  2004-01-29 10:49 ` Nick Piggin
@ 2004-01-29 15:02     ` Robert M. Hyatt
  2004-01-29 15:02     ` Robert M. Hyatt
  1 sibling, 0 replies; 11+ messages in thread
From: Robert M. Hyatt @ 2004-01-29 15:02 UTC (permalink / raw)
  To: Nick Piggin; +Cc: Catalin BOIE, linux-kernel, linux-smp



It might be some IDE disk I/O that results from flushing buffers or 
whatever.  I don't see this on my SCSI boxes, but I have seen an IDE 
box get sluggish at times due to I/O.

On Thu, 29 Jan 2004, Nick Piggin 
wrote:

> 
> 
> Catalin BOIE wrote:
> 
> >Hello!
> >
> >First, thank you very much for the effort you put for Linux!
> >
> >I have a Intel motherboard with SATA (2 Maxtor disks).
> >CPUs: 2 x 2.4GHz PIV HT = 4 processors (2 virtual)
> >1 GB RAM.
> >
> >Load: postgresql and apache. Very low load (3-4 clients).
> >
> >RAID: Yes, soft RAID1 between the 2 disks.
> >
> >I have times when the console freeze for 3-4 seconds!
> >2.6.0-test11 had the same problem (maybe longer times).
> >2.6.1-rc2 worked good in this respect but crashed after 2 days. :(
> >2.6.2-rc2 is back with the delay.
> >
> >Do you know why this can happen?
> >
> >
> 
> There haven't been many scheduler changes there recently so
> maybe its something else.
> 
> But you could try the latest -mm kernels. They have some
> Hyperthreading work in them (you need to enable CONFIG_SCHED_SMT).
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-smp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

-- 
Robert M. Hyatt, Ph.D.          Computer and Information Sciences
hyatt@uab.edu                   University of Alabama at Birmingham
(205) 934-2213                  136A Campbell Hall
(205) 934-5473 FAX              Birmingham, AL 35294-1170


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

* Re: 2.6.2-rc2 Interactivity problems with SMP + HT
@ 2004-01-29 15:02     ` Robert M. Hyatt
  0 siblings, 0 replies; 11+ messages in thread
From: Robert M. Hyatt @ 2004-01-29 15:02 UTC (permalink / raw)
  To: Nick Piggin; +Cc: Catalin BOIE, linux-kernel, linux-smp



It might be some IDE disk I/O that results from flushing buffers or 
whatever.  I don't see this on my SCSI boxes, but I have seen an IDE 
box get sluggish at times due to I/O.

On Thu, 29 Jan 2004, Nick Piggin 
wrote:

> 
> 
> Catalin BOIE wrote:
> 
> >Hello!
> >
> >First, thank you very much for the effort you put for Linux!
> >
> >I have a Intel motherboard with SATA (2 Maxtor disks).
> >CPUs: 2 x 2.4GHz PIV HT = 4 processors (2 virtual)
> >1 GB RAM.
> >
> >Load: postgresql and apache. Very low load (3-4 clients).
> >
> >RAID: Yes, soft RAID1 between the 2 disks.
> >
> >I have times when the console freeze for 3-4 seconds!
> >2.6.0-test11 had the same problem (maybe longer times).
> >2.6.1-rc2 worked good in this respect but crashed after 2 days. :(
> >2.6.2-rc2 is back with the delay.
> >
> >Do you know why this can happen?
> >
> >
> 
> There haven't been many scheduler changes there recently so
> maybe its something else.
> 
> But you could try the latest -mm kernels. They have some
> Hyperthreading work in them (you need to enable CONFIG_SCHED_SMT).
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-smp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

-- 
Robert M. Hyatt, Ph.D.          Computer and Information Sciences
hyatt@uab.edu                   University of Alabama at Birmingham
(205) 934-2213                  136A Campbell Hall
(205) 934-5473 FAX              Birmingham, AL 35294-1170


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

* Re: 2.6.2-rc2 Interactivity problems with SMP + HT
  2004-01-29 15:02     ` Robert M. Hyatt
  (?)
@ 2004-01-30  7:25     ` Catalin BOIE
  2004-01-30 15:33       ` Gene Heskett
  2004-02-01 21:00         ` Bill Davidsen
  -1 siblings, 2 replies; 11+ messages in thread
From: Catalin BOIE @ 2004-01-30  7:25 UTC (permalink / raw)
  To: Robert M. Hyatt; +Cc: Nick Piggin, linux-kernel, linux-smp

On Thu, 29 Jan 2004, Robert M. Hyatt wrote:

>
>
> It might be some IDE disk I/O that results from flushing buffers or
> whatever.  I don't see this on my SCSI boxes, but I have seen an IDE
> box get sluggish at times due to I/O.

It is possible.
vmstat shows a lot of writes when this happen.
Seems that even reads hangs.
I remember tat I was in pine and I tried to save a small file (under 1k)
and it took 5-7 seconds to do it.

>
> On Thu, 29 Jan 2004, Nick Piggin
> wrote:
>
> >
> >
> > Catalin BOIE wrote:
> >
> > >Hello!
> > >
> > >First, thank you very much for the effort you put for Linux!
> > >
> > >I have a Intel motherboard with SATA (2 Maxtor disks).
> > >CPUs: 2 x 2.4GHz PIV HT = 4 processors (2 virtual)
> > >1 GB RAM.
> > >
> > >Load: postgresql and apache. Very low load (3-4 clients).
> > >
> > >RAID: Yes, soft RAID1 between the 2 disks.
> > >
> > >I have times when the console freeze for 3-4 seconds!
> > >2.6.0-test11 had the same problem (maybe longer times).
> > >2.6.1-rc2 worked good in this respect but crashed after 2 days. :(
> > >2.6.2-rc2 is back with the delay.
> > >
> > >Do you know why this can happen?
> > >
> > >
> >
> > There haven't been many scheduler changes there recently so
> > maybe its something else.
> >
> > But you could try the latest -mm kernels. They have some
> > Hyperthreading work in them (you need to enable CONFIG_SCHED_SMT).
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-smp" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> >
>
> --
> Robert M. Hyatt, Ph.D.          Computer and Information Sciences
> hyatt@uab.edu                   University of Alabama at Birmingham
> (205) 934-2213                  136A Campbell Hall
> (205) 934-5473 FAX              Birmingham, AL 35294-1170
>

---
Catalin(ux) BOIE
catab@deuroconsult.ro

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

* Re: 2.6.2-rc2 Interactivity problems with SMP + HT
  2004-01-30  7:25     ` Catalin BOIE
@ 2004-01-30 15:33       ` Gene Heskett
  2004-01-30 20:09         ` Andrew Morton
  2004-02-01 21:00         ` Bill Davidsen
  1 sibling, 1 reply; 11+ messages in thread
From: Gene Heskett @ 2004-01-30 15:33 UTC (permalink / raw)
  To: Catalin BOIE; +Cc: Robert M. Hyatt, Nick Piggin, linux-kernel, linux-smp

On Friday 30 January 2004 02:25, Catalin BOIE wrote:
>On Thu, 29 Jan 2004, Robert M. Hyatt wrote:
>> It might be some IDE disk I/O that results from flushing buffers
>> or whatever.  I don't see this on my SCSI boxes, but I have seen
>> an IDE box get sluggish at times due to I/O.
>
>It is possible.
>vmstat shows a lot of writes when this happen.
>Seems that even reads hangs.
>I remember tat I was in pine and I tried to save a small file (under
> 1k) and it took 5-7 seconds to do it.
>
I'm having similar problems with kmail on the later kernels. Sometimes 
it works just fine, and in the middle of typing a nessage it can get 
laggy as hell, cursor motions with the arrow keys are down to 1 space 
a second, and gkrellm is saying the user apps are at 100% cpu.  
Screen redraws for a page up or page down might take 3 or 4 seconds.
Or it can get over it. (sometimes)

>> On Thu, 29 Jan 2004, Nick Piggin
>>
>> wrote:
>> > Catalin BOIE wrote:
>> > >Hello!
>> > >
>> > >First, thank you very much for the effort you put for Linux!
>> > >
>> > >I have a Intel motherboard with SATA (2 Maxtor disks).
>> > >CPUs: 2 x 2.4GHz PIV HT = 4 processors (2 virtual)
>> > >1 GB RAM.
>> > >
>> > >Load: postgresql and apache. Very low load (3-4 clients).
>> > >
>> > >RAID: Yes, soft RAID1 between the 2 disks.
>> > >
>> > >I have times when the console freeze for 3-4 seconds!
>> > >2.6.0-test11 had the same problem (maybe longer times).
>> > >2.6.1-rc2 worked good in this respect but crashed after 2 days.
>> > > :( 2.6.2-rc2 is back with the delay.
>> > >
>> > >Do you know why this can happen?
>> >
>> > There haven't been many scheduler changes there recently so
>> > maybe its something else.
>> >
>> > But you could try the latest -mm kernels. They have some
>> > Hyperthreading work in them (you need to enable
>> > CONFIG_SCHED_SMT).
>> >
>> > -
>> > To unsubscribe from this list: send the line "unsubscribe
>> > linux-smp" in the body of a message to majordomo@vger.kernel.org
>> > More majordomo info at 
>> > http://vger.kernel.org/majordomo-info.html
>>
>> --
>> Robert M. Hyatt, Ph.D.          Computer and Information Sciences
>> hyatt@uab.edu                   University of Alabama at
>> Birmingham (205) 934-2213                  136A Campbell Hall
>> (205) 934-5473 FAX              Birmingham, AL 35294-1170
>
>---
>Catalin(ux) BOIE
>catab@deuroconsult.ro
>-
>To unsubscribe from this list: send the line "unsubscribe
> linux-kernel" in the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty: soap,
ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.22% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attornies please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.

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

* Re: 2.6.2-rc2 Interactivity problems with SMP + HT
  2004-01-30 15:33       ` Gene Heskett
@ 2004-01-30 20:09         ` Andrew Morton
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Morton @ 2004-01-30 20:09 UTC (permalink / raw)
  To: gene.heskett; +Cc: util, hyatt, piggin, linux-kernel, linux-smp

Gene Heskett <gene.heskett@verizon.net> wrote:
>
> On Friday 30 January 2004 02:25, Catalin BOIE wrote:
> >On Thu, 29 Jan 2004, Robert M. Hyatt wrote:
> >> It might be some IDE disk I/O that results from flushing buffers
> >> or whatever.  I don't see this on my SCSI boxes, but I have seen
> >> an IDE box get sluggish at times due to I/O.
> >
> >It is possible.
> >vmstat shows a lot of writes when this happen.
> >Seems that even reads hangs.
> >I remember tat I was in pine and I tried to save a small file (under
> > 1k) and it took 5-7 seconds to do it.
> >
> I'm having similar problems with kmail on the later kernels.

There's a problem with reiserfs and kmail.  If you're using reiserfs, be
sure to have the latest kmail installed, or mount the filesytems with
`nolargeio=1'.

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

* Re: 2.6.2-rc2 Interactivity problems with SMP + HT
  2004-01-30  7:25     ` Catalin BOIE
@ 2004-02-01 21:00         ` Bill Davidsen
  2004-02-01 21:00         ` Bill Davidsen
  1 sibling, 0 replies; 11+ messages in thread
From: Bill Davidsen @ 2004-02-01 21:00 UTC (permalink / raw)
  To: linux-kernel, Catalin BOIE
  Cc: Robert M. Hyatt, Nick Piggin, linux-kernel, linux-smp

Catalin BOIE wrote:
> On Thu, 29 Jan 2004, Robert M. Hyatt wrote:
> 
> 
>>
>>It might be some IDE disk I/O that results from flushing buffers or
>>whatever.  I don't see this on my SCSI boxes, but I have seen an IDE
>>box get sluggish at times due to I/O.
> 
> 
> It is possible.
> vmstat shows a lot of writes when this happen.
> Seems that even reads hangs.
> I remember tat I was in pine and I tried to save a small file (under 1k)
> and it took 5-7 seconds to do it.
> 
> 
>>On Thu, 29 Jan 2004, Nick Piggin
>>wrote:
>>
>>
>>>
>>>Catalin BOIE wrote:
>>>
>>>
>>>>Hello!
>>>>
>>>>First, thank you very much for the effort you put for Linux!
>>>>
>>>>I have a Intel motherboard with SATA (2 Maxtor disks).
>>>>CPUs: 2 x 2.4GHz PIV HT = 4 processors (2 virtual)
>>>>1 GB RAM.
>>>>
>>>>Load: postgresql and apache. Very low load (3-4 clients).
>>>>
>>>>RAID: Yes, soft RAID1 between the 2 disks.
>>>>
>>>>I have times when the console freeze for 3-4 seconds!
>>>>2.6.0-test11 had the same problem (maybe longer times).
>>>>2.6.1-rc2 worked good in this respect but crashed after 2 days. :(
>>>>2.6.2-rc2 is back with the delay.
>>>>
>>>>Do you know why this can happen?
>>>>
>>>>
>>>
>>>There haven't been many scheduler changes there recently so
>>>maybe its something else.
>>>
>>>But you could try the latest -mm kernels. They have some
>>>Hyperthreading work in them (you need to enable CONFIG_SCHED_SMT).

Another possible improvement might come from the recent ide changes 
posted here for evaluation. There was a change to not block all devices 
or even all devices on a cable if one device delayed. I believe it was 
if a command didn't finish as intended, but I don't have it handy since 
I sent it off for testing tomorrow on a system which may have that problem.

There's a good bit of work on hangs happening right now, so you could 
wait or dig up the patches and try them. I think they were by Davin 
McCall if memory serves.


-- 
bill davidsen <davidsen@tmr.com>
   CTO TMR Associates, Inc
   Doing interesting things with small computers since 1979

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

* Re: 2.6.2-rc2 Interactivity problems with SMP + HT
@ 2004-02-01 21:00         ` Bill Davidsen
  0 siblings, 0 replies; 11+ messages in thread
From: Bill Davidsen @ 2004-02-01 21:00 UTC (permalink / raw)
  To: Catalin BOIE; +Cc: Robert M. Hyatt, Nick Piggin, linux-kernel, linux-smp

Catalin BOIE wrote:
> On Thu, 29 Jan 2004, Robert M. Hyatt wrote:
> 
> 
>>
>>It might be some IDE disk I/O that results from flushing buffers or
>>whatever.  I don't see this on my SCSI boxes, but I have seen an IDE
>>box get sluggish at times due to I/O.
> 
> 
> It is possible.
> vmstat shows a lot of writes when this happen.
> Seems that even reads hangs.
> I remember tat I was in pine and I tried to save a small file (under 1k)
> and it took 5-7 seconds to do it.
> 
> 
>>On Thu, 29 Jan 2004, Nick Piggin
>>wrote:
>>
>>
>>>
>>>Catalin BOIE wrote:
>>>
>>>
>>>>Hello!
>>>>
>>>>First, thank you very much for the effort you put for Linux!
>>>>
>>>>I have a Intel motherboard with SATA (2 Maxtor disks).
>>>>CPUs: 2 x 2.4GHz PIV HT = 4 processors (2 virtual)
>>>>1 GB RAM.
>>>>
>>>>Load: postgresql and apache. Very low load (3-4 clients).
>>>>
>>>>RAID: Yes, soft RAID1 between the 2 disks.
>>>>
>>>>I have times when the console freeze for 3-4 seconds!
>>>>2.6.0-test11 had the same problem (maybe longer times).
>>>>2.6.1-rc2 worked good in this respect but crashed after 2 days. :(
>>>>2.6.2-rc2 is back with the delay.
>>>>
>>>>Do you know why this can happen?
>>>>
>>>>
>>>
>>>There haven't been many scheduler changes there recently so
>>>maybe its something else.
>>>
>>>But you could try the latest -mm kernels. They have some
>>>Hyperthreading work in them (you need to enable CONFIG_SCHED_SMT).

Another possible improvement might come from the recent ide changes 
posted here for evaluation. There was a change to not block all devices 
or even all devices on a cable if one device delayed. I believe it was 
if a command didn't finish as intended, but I don't have it handy since 
I sent it off for testing tomorrow on a system which may have that problem.

There's a good bit of work on hangs happening right now, so you could 
wait or dig up the patches and try them. I think they were by Davin 
McCall if memory serves.


-- 
bill davidsen <davidsen@tmr.com>
   CTO TMR Associates, Inc
   Doing interesting things with small computers since 1979

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

* Re: 2.6.2-rc2 Interactivity problems with SMP + HT
  2004-02-01 21:00         ` Bill Davidsen
  (?)
@ 2004-02-02 13:03         ` Catalin BOIE
  -1 siblings, 0 replies; 11+ messages in thread
From: Catalin BOIE @ 2004-02-02 13:03 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: Robert M. Hyatt, Nick Piggin, linux-kernel, linux-smp

> >>It might be some IDE disk I/O that results from flushing buffers or
> >>whatever.  I don't see this on my SCSI boxes, but I have seen an IDE
> >>box get sluggish at times due to I/O.
> >
> >
> > It is possible.
> > vmstat shows a lot of writes when this happen.
> > Seems that even reads hangs.
> > I remember tat I was in pine and I tried to save a small file (under 1k)
> > and it took 5-7 seconds to do it.
> >
> >
> >>On Thu, 29 Jan 2004, Nick Piggin
> >>wrote:
> >>
> >>
> >>>
> >>>Catalin BOIE wrote:
> >>>
> >>>
> >>>>Hello!
> >>>>
> >>>>First, thank you very much for the effort you put for Linux!
> >>>>
> >>>>I have a Intel motherboard with SATA (2 Maxtor disks).
> >>>>CPUs: 2 x 2.4GHz PIV HT = 4 processors (2 virtual)
> >>>>1 GB RAM.
> >>>>
> >>>>Load: postgresql and apache. Very low load (3-4 clients).
> >>>>
> >>>>RAID: Yes, soft RAID1 between the 2 disks.
> >>>>
> >>>>I have times when the console freeze for 3-4 seconds!
> >>>>2.6.0-test11 had the same problem (maybe longer times).
> >>>>2.6.1-rc2 worked good in this respect but crashed after 2 days. :(
> >>>>2.6.2-rc2 is back with the delay.
> >>>>
> >>>>Do you know why this can happen?
> >>>>
> >>>>
> >>>
> >>>There haven't been many scheduler changes there recently so
> >>>maybe its something else.
> >>>
> >>>But you could try the latest -mm kernels. They have some
> >>>Hyperthreading work in them (you need to enable CONFIG_SCHED_SMT).
>
> Another possible improvement might come from the recent ide changes
> posted here for evaluation. There was a change to not block all devices
> or even all devices on a cable if one device delayed. I believe it was
> if a command didn't finish as intended, but I don't have it handy since
> I sent it off for testing tomorrow on a system which may have that problem.
>
> There's a good bit of work on hangs happening right now, so you could
> wait or dig up the patches and try them. I think they were by Davin
> McCall if memory serves.

Thank you very much.

>
>
> --
> bill davidsen <davidsen@tmr.com>
>    CTO TMR Associates, Inc
>    Doing interesting things with small computers since 1979
>

---
Catalin(ux) BOIE
catab@deuroconsult.ro

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

end of thread, other threads:[~2004-02-02 13:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-29 10:44 2.6.2-rc2 Interactivity problems with SMP + HT Catalin BOIE
2004-01-29 10:49 ` Nick Piggin
2004-01-29 11:35   ` Catalin BOIE
2004-01-29 15:02   ` Robert M. Hyatt
2004-01-29 15:02     ` Robert M. Hyatt
2004-01-30  7:25     ` Catalin BOIE
2004-01-30 15:33       ` Gene Heskett
2004-01-30 20:09         ` Andrew Morton
2004-02-01 21:00       ` Bill Davidsen
2004-02-01 21:00         ` Bill Davidsen
2004-02-02 13:03         ` Catalin BOIE

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.