[EMAIL PROTECTED]: [patch-mm 00/23] High resolution timer updates and x86_64 support]

2007-06-13 Thread Ingo Molnar
Date: Sun, 10 Jun 2007 09:43:58 - From: Thomas Gleixner <[EMAIL PROTECTED]> To: LKML Subject: [patch-mm 00/23] High resolution timer updates and x86_64 support Cc: Andrew Morton <[EMAIL PROTECTED]>, Ingo Molnar <[EMAIL PROTECTED]>, Andi Kleen <[EMAIL PROTECTED]

Re: [patch-mm 00/23] High resolution timer updates and x86_64 support

2007-06-11 Thread Mark Lord
Thomas Gleixner wrote: Mark, On Sun, 2007-06-10 at 18:46 -0400, Mark Lord wrote: Do you know if there's anything specific in there that would fix the start-up race condition with HRTIMERS on my machine here (previously discussed, yet unresolved)? It still happens sporadically on boot-up -- may

Re: [patch-mm 00/23] High resolution timer updates and x86_64 support

2007-06-10 Thread Thomas Gleixner
Mark, On Sun, 2007-06-10 at 18:46 -0400, Mark Lord wrote: > Do you know if there's anything specific in there that would fix > the start-up race condition with HRTIMERS on my machine here > (previously discussed, yet unresolved)? > > It still happens sporadically on boot-up -- maybe one in 10 boo

Re: [patch-mm 00/23] High resolution timer updates and x86_64 support

2007-06-10 Thread Mark Lord
Thomas Gleixner wrote: The following patch series contains: - dyntick bugfixes for -mm (caused by the cpuidle changes in ACPI) - updates and improvements to high resolution timer / dynticks - high resolution timer / dynticks support for x86_64 The x86_64 support is based on an initial patch

[patch-mm 00/23] High resolution timer updates and x86_64 support

2007-06-10 Thread Thomas Gleixner
The following patch series contains: - dyntick bugfixes for -mm (caused by the cpuidle changes in ACPI) - updates and improvements to high resolution timer / dynticks - high resolution timer / dynticks support for x86_64 The x86_64 support is based on an initial patch from Chris Wright. Thanks