Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755115AbbETRTu (ORCPT ); Wed, 20 May 2015 13:19:50 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:34463 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755082AbbETRTs (ORCPT ); Wed, 20 May 2015 13:19:48 -0400 From: John Stultz To: LKML Cc: John Stultz , Thomas Gleixner , Ingo Molnar Subject: [PATCH 0/7] Current queue for tip/timers/core Date: Wed, 20 May 2015 10:19:29 -0700 Message-Id: <1432142376-2077-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1578 Lines: 50 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 -- 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/