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>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Andrew Morton <akpm@linux-foundation.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Juergen Gross <jgross@suse.com>
Subject: [GIT PULL] x86/paravirt changes for v4.20
Date: Tue, 23 Oct 2018 14:13:33 +0200	[thread overview]
Message-ID: <20181023121333.GA114100@gmail.com> (raw)

Linus,

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

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

   # HEAD: 3a025de64bf89c84a79909069e3c24ad9e710d27 x86/hyperv: Enable PV qspinlock for Hyper-V

Two main changes:

 - Remove no longer parts of the paravirt infrastructure and put large 
   quantities of paravirt ops under a new config option PARAVIRT_XXL=y,
   which is selected by XEN_PV only. (Joergen Gross)

 - Enable PV spinlocks on Hyperv (Yi Sun)


 Thanks,

	Ingo

  out-of-topic modifications in x86-paravirt-for-linus:
  -------------------------------------------------------
  arch/arm/include/asm/paravirt.h    # 5c83511bdb98: x86/paravirt: Use a single o
  arch/arm/kernel/paravirt.c         # 5c83511bdb98: x86/paravirt: Use a single o
  arch/arm64/include/asm/paravirt.h  # 5c83511bdb98: x86/paravirt: Use a single o
  arch/arm64/kernel/paravirt.c       # 5c83511bdb98: x86/paravirt: Use a single o

------------------>
Borislav Petkov (1):
      x86/paravirt: Clean up native_patch()

Juergen Gross (17):
      x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrella
      x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.c
      x86/xen: Link platform-pci-unplug.o only if CONFIG_XEN_PVHVM
      x86/xen: Add SPDX identifier in arch/x86/xen files
      x86/paravirt: Make paravirt_patch_call() and paravirt_patch_jmp() static
      x86/paravirt: Remove clobbers parameter from paravirt patch functions
      x86/paravirt: Remove clobbers from struct paravirt_patch_site
      x86/paravirt: Use a single ops structure
      x86/paravirt: Remove unused paravirt bits
      x86/paravirt: Introduce new config option PARAVIRT_XXL
      x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrella
      x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella
      x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrella
      x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrella
      x86/paravirt: Remove unneeded mmu related paravirt ops bits
      x86/xen: Make xen_reservation_lock static
      x86/paravirt: Prevent redefinition of SAVE_FLAGS macro

Yi Sun (2):
      x86/hyperv: Add GUEST_IDLE_MSR support
      x86/hyperv: Enable PV qspinlock for Hyper-V


 Documentation/admin-guide/kernel-parameters.txt |   5 +
 arch/arm/include/asm/paravirt.h                 |   9 +-
 arch/arm/kernel/paravirt.c                      |   4 +-
 arch/arm/xen/enlighten.c                        |  34 --
 arch/arm64/include/asm/paravirt.h               |   9 +-
 arch/arm64/kernel/paravirt.c                    |   4 +-
 arch/x86/Kconfig                                |   4 +
 arch/x86/boot/compressed/misc.h                 |   1 +
 arch/x86/entry/entry_32.S                       |   8 +-
 arch/x86/entry/entry_64.S                       |   8 +-
 arch/x86/hyperv/Makefile                        |   4 +
 arch/x86/hyperv/hv_spinlock.c                   |  88 +++++
 arch/x86/hyperv/mmu.c                           |   4 +-
 arch/x86/include/asm/debugreg.h                 |   2 +-
 arch/x86/include/asm/desc.h                     |   4 +-
 arch/x86/include/asm/fixmap.h                   |   2 +-
 arch/x86/include/asm/hyperv-tlfs.h              |   5 +
 arch/x86/include/asm/irqflags.h                 |  16 +-
 arch/x86/include/asm/mmu_context.h              |   4 +-
 arch/x86/include/asm/mshyperv.h                 |   2 +
 arch/x86/include/asm/msr.h                      |   4 +-
 arch/x86/include/asm/paravirt.h                 | 415 +++++++++++-------------
 arch/x86/include/asm/paravirt_types.h           |  82 +++--
 arch/x86/include/asm/pgalloc.h                  |   2 +-
 arch/x86/include/asm/pgtable-3level_types.h     |   2 +-
 arch/x86/include/asm/pgtable.h                  |   7 +-
 arch/x86/include/asm/processor.h                |   4 +-
 arch/x86/include/asm/ptrace.h                   |   2 +-
 arch/x86/include/asm/segment.h                  |   2 +-
 arch/x86/include/asm/special_insns.h            |   4 +-
 arch/x86/kernel/alternative.c                   |   2 +-
 arch/x86/kernel/asm-offsets.c                   |  13 +-
 arch/x86/kernel/asm-offsets_64.c                |   9 +-
 arch/x86/kernel/cpu/common.c                    |   4 +-
 arch/x86/kernel/cpu/mshyperv.c                  |  14 +
 arch/x86/kernel/cpu/vmware.c                    |   4 +-
 arch/x86/kernel/head_64.S                       |   2 +-
 arch/x86/kernel/kvm.c                           |  19 +-
 arch/x86/kernel/kvmclock.c                      |   4 +-
 arch/x86/kernel/paravirt-spinlocks.c            |  15 +-
 arch/x86/kernel/paravirt.c                      | 316 +++++++++---------
 arch/x86/kernel/paravirt_patch_32.c             |  87 +++--
 arch/x86/kernel/paravirt_patch_64.c             |  97 +++---
 arch/x86/kernel/tsc.c                           |   2 +-
 arch/x86/kernel/vsmp_64.c                       |  26 +-
 arch/x86/mm/mem_encrypt_identity.c              |   1 +
 arch/x86/xen/Kconfig                            |   1 +
 arch/x86/xen/Makefile                           |  41 ++-
 arch/x86/xen/efi.c                              |  14 +-
 arch/x86/xen/enlighten.c                        |   2 +
 arch/x86/xen/enlighten_hvm.c                    |   2 +
 arch/x86/xen/enlighten_pv.c                     |  31 +-
 arch/x86/xen/grant-table.c                      |  25 +-
 arch/x86/xen/irq.c                              |   2 +-
 arch/x86/xen/mmu.c                              | 188 +----------
 arch/x86/xen/mmu_hvm.c                          |   2 +-
 arch/x86/xen/mmu_pv.c                           | 168 +++++++++-
 arch/x86/xen/p2m.c                              |   2 +
 arch/x86/xen/pci-swiotlb-xen.c                  |   2 +
 arch/x86/xen/platform-pci-unplug.c              |  18 +-
 arch/x86/xen/spinlock.c                         |  11 +-
 arch/x86/xen/time.c                             |   4 +-
 arch/x86/xen/vdso.h                             |   2 +
 arch/x86/xen/xen-pvh.S                          |  15 +-
 drivers/xen/time.c                              |   2 +-
 include/xen/events.h                            |   2 +
 include/xen/interface/memory.h                  |   6 -
 include/xen/xen-ops.h                           | 133 +++++---
 68 files changed, 1023 insertions(+), 1006 deletions(-)
 create mode 100644 arch/x86/hyperv/hv_spinlock.c


                 reply	other threads:[~2018-10-23 12:13 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=20181023121333.GA114100@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=jgross@suse.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