linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] timekeeping: cleanup _fast_ variety of functions
@ 2019-06-25  8:19 Jason A. Donenfeld
  2019-06-25  8:19 ` [PATCH 1/2] timekeeping: add missing non-_ns functions for fast accessors Jason A. Donenfeld
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jason A. Donenfeld @ 2019-06-25  8:19 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jason A. Donenfeld, Thomas Gleixner, Arnd Bergmann

Hi Thomas,

When Arnd and I discussed this prior, he thought it best that I separate
these two commits out into a separate patchset, because they might
require additional discussion or consideration from you. They seem
straightforward enough to me, but if deliberations require me to make
some tweaks, I'm happy to do so.

Thanks,
Jason

Jason A. Donenfeld (2):
  timekeeping: add missing non-_ns functions for fast accessors
  timekeeping: rename fast getter functions to be consistent

 Documentation/core-api/timekeeping.rst | 15 ++++---
 Documentation/trace/ftrace.rst         |  2 +-
 drivers/base/power/runtime.c           | 12 +++---
 drivers/gpu/drm/i915/i915_perf.c       |  2 +-
 fs/pstore/platform.c                   |  2 +-
 include/linux/pm_runtime.h             |  2 +-
 include/linux/timekeeping.h            | 28 +++++++++++--
 kernel/bpf/helpers.c                   |  2 +-
 kernel/debug/kdb/kdb_main.c            |  2 +-
 kernel/events/core.c                   |  4 +-
 kernel/rcu/rcuperf.c                   |  6 +--
 kernel/rcu/srcutree.c                  |  6 +--
 kernel/time/timekeeping.c              | 56 +++++++++++++-------------
 kernel/trace/trace.c                   |  6 +--
 kernel/watchdog_hld.c                  |  2 +-
 15 files changed, 85 insertions(+), 62 deletions(-)

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Arnd Bergmann <arnd@arndb.de>

-- 
2.21.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-27 22:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25  8:19 [PATCH 0/2] timekeeping: cleanup _fast_ variety of functions Jason A. Donenfeld
2019-06-25  8:19 ` [PATCH 1/2] timekeeping: add missing non-_ns functions for fast accessors Jason A. Donenfeld
2019-06-25 16:14   ` Randy Dunlap
2019-06-25  8:19 ` [PATCH 2/2] timekeeping: rename fast getter functions to be consistent Jason A. Donenfeld
2019-06-25 10:18 ` [PATCH 0/2] timekeeping: cleanup _fast_ variety of functions Arnd Bergmann
2019-06-27 22:21   ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).