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-2.6.22-rc4-mm2-hrt6.patch http://www.tglx.de/projects/hrtimers/2.6.22-rc4-mm2/patch-2.6.22-rc4-mm2-hrt6.patches.tar.bz2 Note: these patches also contain the recently posted HPET force enable series from Venki. Thanks, tglx -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [patch-mm 00/28] High resolution timer updates and x86_64 support - V3
- From: Andrew Morton <[email protected]>
- [patch -mm 28/28] x86_64: enable high resolution timers and dynticks
- From: Thomas Gleixner <[email protected]>
- [patch -mm 26/28] x86-64 block irq balancing for timer
- From: Thomas Gleixner <[email protected]>
- [patch -mm 27/28] x86_64: prep idle loop for dynticks
- From: Thomas Gleixner <[email protected]>
- [patch -mm 25/28] x86_64: restore restore nohpet cmdline
- From: Thomas Gleixner <[email protected]>
- [patch -mm 22/28] x86_64: Convert to cleckevents
- From: Thomas Gleixner <[email protected]>
- [patch -mm 23/28] ACPI: Remove the useless ifdef code
- From: Thomas Gleixner <[email protected]>
- [patch -mm 24/28] x86_64: hpet restore vread
- From: Thomas Gleixner <[email protected]>
- [patch -mm 21/28] x86-64: Fix APIC typo
- From: Thomas Gleixner <[email protected]>
- [patch -mm 20/28] x86-64: remove dead code and other janitor work in tsc.c
- From: Thomas Gleixner <[email protected]>
- [patch -mm 19/28] x86_64: Use generic cmos update
- From: Thomas Gleixner <[email protected]>
- [patch -mm 18/28] x86_64: untangle asm/hpet.h from asm/timex.h
- From: Thomas Gleixner <[email protected]>
- [patch -mm 17/28] i386: move PIT function declarations and constants to correct header file
- From: Thomas Gleixner <[email protected]>
- [patch -mm 16/28] i386: hpet assumes boot cpu is 0
- From: Thomas Gleixner <[email protected]>
- [patch -mm 15/28] i386: remove volatile in apic.c
- From: Thomas Gleixner <[email protected]>
- [patch -mm 14/28] i386: PIT stop only, when in periodic or oneshot mode
- From: Thomas Gleixner <[email protected]>
- [patch -mm 13/28] NTP: Move the cmos update code into ntp.c
- From: Thomas Gleixner <[email protected]>
- [patch -mm 12/28] pcspkr: use the global PIT lock
- From: Thomas Gleixner <[email protected]>
- [patch -mm 11/28] hrtimer: speedup hrtimer_enqueue
- From: Thomas Gleixner <[email protected]>
- [patch -mm 10/28] highres: Improve debug output
- From: Thomas Gleixner <[email protected]>
- [patch -mm 09/28] Tick management: spread timer interrupt
- From: Thomas Gleixner <[email protected]>
- [patch -mm 07/28] clockevents: Fix resume logic
- From: Thomas Gleixner <[email protected]>
- [patch -mm 08/28] clockevents: Fix device replacement
- From: Thomas Gleixner <[email protected]>
- [patch -mm 06/28] Clockevents remove prototypes of removed functions
- From: Thomas Gleixner <[email protected]>
- [patch -mm 05/28] timer.c cleanup recently introduced whitespace damage
- From: Thomas Gleixner <[email protected]>
- [patch -mm 02/28] ACPI: Move timer broadcast and pmtimer access before C3 arbiter shutdown
- From: Thomas Gleixner <[email protected]>
- [patch -mm 04/28] Timekeeping: Fixup shadow variable argument
- From: Thomas Gleixner <[email protected]>
- [patch -mm 03/28] clockevents: fix typo in acpi_pm.c
- From: Thomas Gleixner <[email protected]>
- [patch -mm 01/28] NOHZ: Fix nox x86 dyntick idle handling
- From: Thomas Gleixner <[email protected]>
- Re: [patch-mm 00/28] High resolution timer updates and x86_64 support - V3
- Prev by Date: Re: NAK (bashizm in the /bin/sh script): [PATCH v3] doc/oops-tracing: add Code: decode info
- Next by Date: [patch -mm 01/28] NOHZ: Fix nox x86 dyntick idle handling
- Previous by thread: [PATCH 0/2] Add group awareness to CFS - v2
- Next by thread: [patch -mm 01/28] NOHZ: Fix nox x86 dyntick idle handling
- Index(es):