| From: |
| Thomas Gleixner <tglx@linutronix.de> |
| To: |
| Andrew Morton <akpm@linux-foundation.org> |
| Subject: |
| [patch-mm 00/28] High resolution timer updates and x86_64 support - V3 |
| Date: |
| Sat, 23 Jun 2007 13:32:25 -0000 |
| Cc: |
| Andi Kleen <ak@suse.de>, Ingo Molnar <mingo@elte.hu>,
Arjan van de Ven <arjan@infradead.org>,
Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>,
John Stultz <johnstul@us.ibm.com>,
Chris Wright <chrisw@sous-sol.org>,
LKML <linux-kernel@vger.kernel.org> |
| Archive-link: |
| Article,
Thread
|
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 Chris !
The overall diffstat of the patchset is:
50 files changed, 843 insertions(+), 1477 deletions(-)
The patch set has been tested in the -hrt and -rt trees for quite a while
and the initial problems have been sorted out. Thanks to the folks from the
PowerTop project for testing and feedback.
Changes since V2:
- dropped clocksource settimeofday hook for PPC
- fixed compile breakage of vmiclock
- coding style fixups
- better patch split
The patch series is also available from the hrtimers project site:
http://www.tglx.de/projects/hrtimers/2.6.22-rc4-mm2/patch...
http://www.tglx.de/projects/hrtimers/2.6.22-rc4-mm2/patch...
Note: these patches also contain the recently posted HPET force enable
series from Venki.
Thanks,
tglx
--