Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758241Ab3G3Su4 (ORCPT ); Tue, 30 Jul 2013 14:50:56 -0400 Received: from mail-pb0-f47.google.com ([209.85.160.47]:54214 "EHLO mail-pb0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757194Ab3G3Sux (ORCPT ); Tue, 30 Jul 2013 14:50:53 -0400 Message-ID: <51F80B09.8060509@linaro.org> Date: Tue, 30 Jul 2013 11:50:49 -0700 From: John Stultz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Thomas Gleixner , Olof Johansson CC: Daniel Lezcano , Russell King - ARM Linux , Linux ARM Kernel ML , LKML Subject: [GIT PULL] 64bit friendly generic sched_clock() base for 3.12 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1591 Lines: 44 Hey Thomas, Olof, Here is the common base changes in Stephen's "64bit friendly generic sched_clock()" patch series. This common base will be needed so that following patch series can be merged via both the tip/timers/core and arm-soc trees independently. Please let me know if you have any issues or objections with this set. thanks -john The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) are available in the git repository at: git://git.linaro.org/people/jstultz/linux.git fortglx/3.12/sched-clock64-base for you to fetch changes up to e7e3ff1bfe9c42ee31172e9afdc0383a9e595e29: sched_clock: Add support for >32 bit sched_clock (2013-07-30 11:24:21 -0700) ---------------------------------------------------------------- Stephen Boyd (4): clocksource: Extract max nsec calculation into separate function sched_clock: Use seqcount instead of rolling our own sched_clock: Use an hrtimer instead of timer sched_clock: Add support for >32 bit sched_clock include/linux/clocksource.h | 2 + include/linux/sched_clock.h | 2 + kernel/time/clocksource.c | 45 ++++++++++++------ kernel/time/sched_clock.c | 111 ++++++++++++++++++++++++-------------------- 4 files changed, 95 insertions(+), 65 deletions(-) -- 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/