linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [patch 0/4] x86/kaiser: Paravirt support and various fixlets
@ 2017-11-27 20:34 Thomas Gleixner
  2017-11-27 20:34 ` [patch 1/4] x86/paravirt: Dont patch flush_tlb_single Thomas Gleixner
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Thomas Gleixner @ 2017-11-27 20:34 UTC (permalink / raw)
  To: LKML
  Cc: Dave Hansen, Andy Lutomirski, Ingo Molnar, Borislav Petkov,
	Brian Gerst, Denys Vlasenko, H. Peter Anvin, Josh Poimboeuf,
	Linus Torvalds, Peter Zijlstra, Rik van Riel, daniel.gruss, hughd,
	keescook, linux-mm, michael.schwarz, moritz.lipp, richard.fellner,
	Juergen Gross, Boris Ostrovsky

The series contains the following changes against

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86/asm

 - Remove the flush_tlb_single paravirt patching. It's not longer INVPCID
   anymore. Especially not with KAISER enabled.

 - Remove the !PARAVIRT dependency of KAISER and just disable it at boot
   time when the kernel runs as XEN_PV guest.

 - Address a few review comments.

Thanks,

	tglx
---
 arch/x86/include/asm/hypervisor.h   |   25 +++++++++++++++----------
 arch/x86/kernel/paravirt_patch_64.c |    2 --
 arch/x86/mm/debug_pagetables.c      |    6 +++---
 arch/x86/mm/dump_pagetables.c       |    6 ++++--
 arch/x86/mm/kaiser.c                |    3 +++
 security/Kconfig                    |    2 +-
 6 files changed, 26 insertions(+), 18 deletions(-)

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2017-11-28  6:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-27 20:34 [patch 0/4] x86/kaiser: Paravirt support and various fixlets Thomas Gleixner
2017-11-27 20:34 ` [patch 1/4] x86/paravirt: Dont patch flush_tlb_single Thomas Gleixner
2017-11-27 21:01   ` Peter Zijlstra
2017-11-27 21:13   ` Josh Poimboeuf
2017-11-27 20:34 ` [patch 2/4] x86/kaiser: Enable PARAVIRT again Thomas Gleixner
2017-11-28  6:47   ` Juergen Gross
2017-11-27 20:34 ` [patch 3/4] x86/mm/debug_pagetables: Use octal file permissions Thomas Gleixner
2017-11-27 21:01   ` Peter Zijlstra
2017-11-27 20:34 ` [patch 4/4] x86/mm/dump_pagetables: Use helper to get the shadow PGD 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).