Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753750AbbETSmm (ORCPT ); Wed, 20 May 2015 14:42:42 -0400 Received: from mail-ig0-f172.google.com ([209.85.213.172]:34312 "EHLO mail-ig0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751882AbbETSmk (ORCPT ); Wed, 20 May 2015 14:42:40 -0400 MIME-Version: 1.0 In-Reply-To: <1432142376-2077-1-git-send-email-john.stultz@linaro.org> References: <1432142376-2077-1-git-send-email-john.stultz@linaro.org> Date: Wed, 20 May 2015 11:42:39 -0700 Message-ID: Subject: Re: [PATCH 0/7] Current queue for tip/timers/core From: John Stultz To: LKML Cc: John Stultz , Thomas Gleixner , Ingo Molnar Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2185 Lines: 68 On Wed, May 20, 2015 at 10:19 AM, John Stultz wrote: > Hey Thomas, Ingo, > Just wanted to send you my current queue of items that I > have pending for tip/timers/core for 4.2 > > Let me know if you have any concerns or objections. > > thanks > -john > > Cc: Thomas Gleixner > Cc: Ingo Molnar > > Badhri Jagan Sridharan (1): > tracing: timer: Add deferrable flag to timer_start > > Harald Geyer (1): > timekeeping: Provide new API to get the current time resolution > > John Stultz (1): > time: Rework debugging variables so they aren't global > > Sasha Levin (1): > time: make sure tz_minuteswest is set to a valid value when setting > time > > Xunlei Pang (3): > time: include math64.h in time64.h > s390: time: Provide read_boot_clock64() and read_persistent_clock64() > time: Remove read_boot_clock() > > arch/s390/include/asm/timex.h | 5 +-- > arch/s390/kernel/debug.c | 11 ++++--- > arch/s390/kernel/time.c | 6 ++-- > include/linux/time64.h | 1 + > include/linux/timekeeper_internal.h | 15 +++++++++ > include/linux/timekeeping.h | 2 +- > include/trace/events/timer.h | 13 +++++--- > kernel/time/time.c | 4 +++ > kernel/time/timekeeping.c | 64 ++++++++++++++++++------------------- > kernel/time/timer.c | 3 +- > 10 files changed, 75 insertions(+), 49 deletions(-) > > -- > 1.9.1 > And if desired as a pull-request: The following changes since commit 4e3d9cb0134fea035e6eb1707e5e7d8aaffa186d: jiffies: Remove the extra indentation level (2015-05-19 17:17:34 +0200) are available in the git repository at: https://git.linaro.org/people/john.stultz/linux.git fortglx/4.2/time for you to fetch changes up to e84e65281f6225f89923d8572ba13492bb41a353: time: Remove read_boot_clock() (2015-05-20 10:18:17 -0700) thanks -john -- 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/