From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759892AbcHaVu1 (ORCPT ); Wed, 31 Aug 2016 17:50:27 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:36539 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754626AbcHaVu0 (ORCPT ); Wed, 31 Aug 2016 17:50:26 -0400 From: John Stultz To: lkml Cc: John Stultz , Thomas Gleixner , Ingo Molnar , Richard Cochran , Prarit Bhargava Subject: [GIT PULL][PATCH 0/6] 4.9 timekeeping changes for tip/timers/core Date: Wed, 31 Aug 2016 14:50:16 -0700 Message-Id: <1472680222-21060-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 Hey Thomas, Ingo, I just wanted to send out an initial queue of timekeeping items for the 4.9 merge window. Please let me know if you have any feedback or objections to this set. Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Richard Cochran Cc: Prarit Bhargava thanks -john The following changes since commit 3eab887a55424fc2c27553b7bfe32330df83f7b8: Linux 4.8-rc4 (2016-08-28 15:04:33 -0700) are available in the git repository at: https://git.linaro.org/people/john.stultz/linux.git fortglx/4.9/time for you to fetch changes up to a0a6e06d545a753740c9d8d5ce2c4fdd3ab1c021: time: alarmtimer: Add tracepoints for alarmtimers (2016-08-31 14:44:18 -0700) ---------------------------------------------------------------- Baolin Wang (1): time: alarmtimer: Add tracepoints for alarmtimers Kyle Walker (1): clocksource: Defer override invalidation unless clock is unstable Pratyush Patel (1): hrtimer: Spelling fixes Ruchi Kandoi (1): timekeeping: Prints the amounts of time spent during suspend Vegard Nossum (2): time: Avoid undefined behaviour in timespec64_add_safe() time: Avoid undefined behaviour in ktime_add_safe() include/linux/ktime.h | 7 +++++++ include/linux/time64.h | 1 + include/trace/events/alarmtimer.h | 137 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ kernel/time/alarmtimer.c | 23 +++++++++++++++++--- kernel/time/clocksource.c | 15 ++++++++++--- kernel/time/hrtimer.c | 6 +++--- kernel/time/time.c | 2 +- kernel/time/timekeeping_debug.c | 2 ++ 8 files changed, 183 insertions(+), 10 deletions(-) create mode 100644 include/trace/events/alarmtimer.h