All of lore.kernel.org
 help / color / mirror / Atom feed
* [MODERATED] [patch 00/11] SSB v2
@ 2018-04-20  2:25 konrad.wilk
  2018-04-20  2:44 ` [MODERATED] " Konrad Rzeszutek Wilk
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: konrad.wilk @ 2018-04-20  2:25 UTC (permalink / raw)
  To: speck

Since v1.4:
 - Picked up Jon's patches
 - Reworked per review's
v1.3:
 - Fixed the bug where IBRS was enabled when going in the kernel.
 - Untangled two patches.

 
Couple of things:

 - No AMD MSR support written in KVM to trap if guest wants to disable
   memory disambiguation.

 - Hadn't been tested on AMD.

 - It is based on v4.16 as I figured this would need to go to stable
   trees so may as well make it less dependent on upstream patches?

 - I added the XXXSuggested-by so that quilt wouldn't pick it up.

 Documentation/admin-guide/kernel-parameters.txt |  42 +++++
 arch/x86/include/asm/cpufeatures.h              |   2 +
 arch/x86/include/asm/msr-index.h                |   1 +
 arch/x86/include/asm/nospec-branch.h            |  26 +++-
 arch/x86/include/asm/processor.h                |   1 +
 arch/x86/kernel/cpu/amd.c                       |  42 +++++
 arch/x86/kernel/cpu/bugs.c                      | 198 ++++++++++++++++++++++--
 arch/x86/kernel/cpu/common.c                    |  43 +++--
 arch/x86/kernel/cpu/cpu.h                       |   1 +
 arch/x86/kernel/cpu/intel.c                     |   9 ++
 arch/x86/kvm/cpuid.c                            |   2 +-
 arch/x86/kvm/svm.c                              |   6 +-
 arch/x86/kvm/vmx.c                              |  14 +-
 drivers/base/cpu.c                              |   8 +
 include/linux/cpu.h                             |   2 +
 15 files changed, 360 insertions(+), 37 deletions(-)
Konrad Rzeszutek Wilk (10):
      Linux Patch #1
      Linux Patch #2
      Linux Patch #3
      Linux Patch #4
      Linux Patch #5
      Linux Patch #6
      Linux Patch #7
      Linux Patch #8
      Linux Patch #9
      Linux Patch #10

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

end of thread, other threads:[~2018-04-24 18:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-20  2:25 [MODERATED] [patch 00/11] SSB v2 konrad.wilk
2018-04-20  2:44 ` [MODERATED] " Konrad Rzeszutek Wilk
2018-04-20  2:53 ` Jon Masters
2018-04-20  3:15   ` Jon Masters
2018-04-20  6:00   ` Jon Masters
2018-04-22 10:01 ` Jon Masters
2018-04-22 10:10   ` Jon Masters
2018-04-23 16:25   ` Tim Chen
2018-04-23 16:30     ` Konrad Rzeszutek Wilk
2018-04-23 17:09     ` Jon Masters
2018-04-24 17:02       ` Peter Zijlstra
2018-04-24 18:00         ` Thomas Gleixner
2018-04-24 18:17           ` [MODERATED] " Jon Masters

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.