public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>,
	Borislav Petkov <bp@alien8.de>, Andy Lutomirski <luto@kernel.org>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] x86/vdso changes for v4.20
Date: Tue, 23 Oct 2018 14:34:29 +0200	[thread overview]
Message-ID: <20181023123429.GA88575@gmail.com> (raw)

Linus,

Please pull the latest x86-vdso-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-vdso-for-linus

   # HEAD: 99c19e6a8fe4a95fa0dac191207a1d40461b1604 x86/vdso: Rearrange do_hres() to improve code generation

Two main changes:

 - Cleanups, simplifications and CLOCK_TAI support (Thomas Gleixner)

 - Improve code generation (Andy Lutomirski)

 Thanks,

	Ingo

  out-of-topic modifications in x86-vdso-for-linus:
  ---------------------------------------------------
  include/linux/clocksource.h        # d67f34c19a67: clocksource: Provide clockso
  kernel/time/Kconfig                # d67f34c19a67: clocksource: Provide clockso
  kernel/time/clocksource.c          # d67f34c19a67: clocksource: Provide clockso


------------------>
Andy Lutomirski (3):
      x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacks
      x86/vdso: Document vgtod_ts better
      x86/vdso: Rearrange do_hres() to improve code generation

Thomas Gleixner (11):
      clocksource: Provide clocksource_arch_init()
      x86/time: Implement clocksource_arch_init()
      x86/vdso: Enforce 64bit clocksource
      x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: Seq
      x86/vdso: Introduce and use vgtod_ts
      x86/vdso: Collapse high resolution functions
      x86/vdso: Collapse coarse functions
      x86/vdso: Replace the clockid switch case
      x86/vdso: Simplify the invalid vclock case
      x86/vdso: Move cycle_last handling into the caller
      x66/vdso: Add CLOCK_TAI support


 arch/x86/Kconfig                        |   1 +
 arch/x86/entry/vdso/vclock_gettime.c    | 210 +++++++++-----------------------
 arch/x86/entry/vsyscall/vsyscall_gtod.c |  51 ++++----
 arch/x86/include/asm/vgtod.h            |  53 +++++---
 arch/x86/kernel/time.c                  |  22 ++++
 include/linux/clocksource.h             |   5 +
 kernel/time/Kconfig                     |   4 +
 kernel/time/clocksource.c               |   2 +
 8 files changed, 155 insertions(+), 193 deletions(-)


                 reply	other threads:[~2018-10-23 12:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181023123429.GA88575@gmail.com \
    --to=mingo@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox