From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161149AbWJDRhs (ORCPT ); Wed, 4 Oct 2006 13:37:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161154AbWJDRhs (ORCPT ); Wed, 4 Oct 2006 13:37:48 -0400 Received: from www.osadl.org ([213.239.205.134]:62948 "EHLO mail.tglx.de") by vger.kernel.org with ESMTP id S1161149AbWJDRhr (ORCPT ); Wed, 4 Oct 2006 13:37:47 -0400 Message-Id: <20061004172217.092570000@cruncher.tec.linutronix.de> Date: Wed, 04 Oct 2006 17:31:29 -0000 From: Thomas Gleixner To: Andrew Morton Cc: LKML , Ingo Molnar , John Stultz , Valdis Kletnieks , Arjan van de Ven , Dave Jones , David Woodhouse , Jim Gettys , Roman Zippel Subject: [patch 00/22] high resolution timers / dynamic ticks - V3 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Andrew, this is an updated replacement queue against -mm3 , with all the fixlets backmerged to the appropriate places (Build-fix-from: added). The queue contains further: - accounting weirdness fixup, which solves Valdis problem - command line option to disable high resolution mode on boot - resolution config option removed - TSC marked unusable for high resolution mode, due to circular dependency problems - Comments for the secret PIT fix :) The broken out series is available at the usual place: http://www.tglx.de/projects/hrtimers/2.6.18-mm3 tglx --