mirror of https://lore.kernel.org/lkml/
 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>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Borislav Petkov <bp@alien8.de>
Subject: [GIT PULL] x86/platform changes for v4.15
Date: Mon, 13 Nov 2017 09:37:47 +0100	[thread overview]
Message-ID: <20171113083746.uiml4bnjsawyedp7@gmail.com> (raw)

Linus,

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

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

   # HEAD: 418492ba40b2c2bbdaf1a169aac5b1673bde8189 x86/virt/xen: Use guest_late_init to detect Xen PVH guest

The main changes in this cycle were:

 - A refactoring of the early virt init code by merging 'struct x86_hyper' into
   'struct x86_platform' and 'struct x86_init', which allows simplifications and 
   also the addition of a new ->guest_late_init() callback. (Juergen Gross)

 - timer_setup() conversion of the UV code (Kees Cook)


  out-of-topic modifications in x86-platform-for-linus:
  -------------------------------------------------------
  drivers/hv/vmbus_drv.c             # 03b2a320b19f: x86/virt: Add enum for hyper
  drivers/input/mouse/vmmouse.c      # 03b2a320b19f: x86/virt: Add enum for hyper
  drivers/misc/vmw_balloon.c         # 03b2a320b19f: x86/virt: Add enum for hyper
  include/linux/hypervisor.h         # f72e38e8ec88: x86/virt, x86/platform: Merg

 Thanks,

	Ingo

------------------>
Juergen Gross (5):
      x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init'
      x86/virt: Add enum for hypervisors to replace x86_hyper
      x86/virt, x86/acpi: Add test for ACPI_FADT_NO_VGA
      x86/virt, x86/platform: Add ->guest_late_init() callback to hypervisor_x86 structure
      x86/virt/xen: Use guest_late_init to detect Xen PVH guest

Kees Cook (1):
      x86/platform/UV: Convert timers to use timer_setup()


 arch/x86/hyperv/hv_init.c          |  2 +-
 arch/x86/include/asm/hypervisor.h  | 46 +++++++++++----------------
 arch/x86/include/asm/kvm_para.h    |  2 --
 arch/x86/include/asm/x86_init.h    | 27 ++++++++++++++++
 arch/x86/kernel/acpi/boot.c        |  5 +++
 arch/x86/kernel/apic/apic.c        |  2 +-
 arch/x86/kernel/apic/x2apic_uv_x.c |  5 ++-
 arch/x86/kernel/cpu/hypervisor.c   | 64 ++++++++++++++++++++------------------
 arch/x86/kernel/cpu/mshyperv.c     |  6 ++--
 arch/x86/kernel/cpu/vmware.c       |  8 ++---
 arch/x86/kernel/kvm.c              |  9 +++---
 arch/x86/kernel/setup.c            |  2 +-
 arch/x86/kernel/x86_init.c         | 10 ++++++
 arch/x86/mm/init.c                 |  2 +-
 arch/x86/xen/enlighten_hvm.c       | 36 ++++++++++++++++-----
 arch/x86/xen/enlighten_pv.c        |  6 ++--
 arch/x86/xen/enlighten_pvh.c       |  9 ------
 drivers/hv/vmbus_drv.c             |  2 +-
 drivers/input/mouse/vmmouse.c      | 10 +++---
 drivers/misc/vmw_balloon.c         |  2 +-
 include/linux/hypervisor.h         |  8 +++--
 21 files changed, 155 insertions(+), 108 deletions(-)

                 reply	other threads:[~2017-11-13  8:37 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=20171113083746.uiml4bnjsawyedp7@gmail.com \
    --to=mingo@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=bp@alien8.de \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.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

Powered by JetHome