From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linutronix.de (193.142.43.55:993) by crypto-ml.lab.linutronix.de with IMAP4-SSL for ; 31 Oct 2019 23:34:04 -0000 Received: from mail-wr1-x42f.google.com ([2a00:1450:4864:20::42f]) by Galois.linutronix.de with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1iQJwz-00026L-Ja for speck@linutronix.de; Fri, 01 Nov 2019 00:33:58 +0100 Received: by mail-wr1-x42f.google.com with SMTP id n1so8046656wra.10 for ; Thu, 31 Oct 2019 16:33:57 -0700 (PDT) Received: from 640k.localdomain.com ([93.56.166.5]) by smtp.gmail.com with ESMTPSA id s21sm7478577wrb.31.2019.10.31.16.33.50 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 31 Oct 2019 16:33:50 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Subject: [MODERATED] [PATCH v8 0/5] NX 0 Date: Fri, 1 Nov 2019 00:33:42 +0100 Message-Id: <1572564827-26288-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 To: speck@linutronix.de List-ID: From: Paolo Bonzini Subject: [PATCH v8 0/5] NX v7->v8: rebase on top of the annoying affair Junaid Shahid (2): kvm: Add helper function for creating VM worker kvm: x86: mmu: Recovery of shattered NX large pages Paolo Bonzini (1): kvm: mmu: ITLB_MULTIHIT mitigation Pawan Gupta (2): x86: Add ITLB_MULTIHIT bug infrastructure x86/cpu: Add Tremont to the cpu vulnerability whitelist .../ABI/testing/sysfs-devices-system-cpu | 1 + .../admin-guide/kernel-parameters.txt | 17 ++ arch/x86/include/asm/cpufeatures.h | 1 + arch/x86/include/asm/kvm_host.h | 6 + arch/x86/include/asm/msr-index.h | 7 + arch/x86/kernel/cpu/bugs.c | 24 ++ arch/x86/kernel/cpu/common.c | 67 +++-- arch/x86/kvm/mmu.c | 264 +++++++++++++++++- arch/x86/kvm/mmu.h | 4 + arch/x86/kvm/paging_tmpl.h | 29 +- arch/x86/kvm/x86.c | 20 ++ drivers/base/cpu.c | 8 + include/linux/cpu.h | 2 + include/linux/kvm_host.h | 6 + virt/kvm/kvm_main.c | 114 +++++++- 15 files changed, 527 insertions(+), 43 deletions(-) -- 2.21.0