Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3158563imm; Fri, 10 Aug 2018 04:54:55 -0700 (PDT) X-Google-Smtp-Source: AA+uWPw+h0jSLJkRWiaHysNR67MBeayyNfkYTPlYQ+azE3JytAs/BO6QsEZPVB/1MDRIDbXn7N6a X-Received: by 2002:a65:428b:: with SMTP id j11-v6mr6101173pgp.200.1533902095432; Fri, 10 Aug 2018 04:54:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533902095; cv=none; d=google.com; s=arc-20160816; b=bNgOxyW4iH+8L8QWi+29yWg1r9LGsjxkyF2MXXa8f2rGvpQP5Ad8N9Ij7RwLveGgzC 0H+pxRWM8ZctcvVDtOrPF5VCABJBX2CotUn1/wdMSeSghSqeFtMYSawFOGbswT96pJWl YYniWfHIlsR+vEhS5qUlCUnbfp6bLFqoXTG49s5XetLa3h7WQvs5g2OdHjos51DQQatK u0Kc9p1ImABDr/lDzXMNSBJD64mVuYf0f7zi1t343JCdqxnAczkoCXzr8G0eXfO2IQWA qA5m+CtCfbdfZWRbtOPaAGAYRN9FB0P5um/xnu5A3BFwmshMY1H7OF29jUm0v28Grrkt o73g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=d9BkY+3yaSnXLG+LdwjSrSwznClXFrzPtry82lZ/ehQ=; b=LmSgrKgMBoJDqRa9bB6McvGGrosJ92DVk6rz1aa/8MdzV18DgMdyYVBJso4hlvEhNb /U6EavZS2N+WDU0EjjCixSJpdP4qc0S/0sTzOpI9Q34tlCFfW/UOTEpWf9R5+l0Jbn7n McG5ctOFHEkZ6SLzyGBaU7QZbH/idhuNAmRvPIrbgHOqa20ex4QtLJNfT2U5OGAy9smo MgXDXQ9RE2RgcOe3WeS4Z8PjG8cleZGwCQjv8+3WWDbrfWY86iwMXFVivGpqni9yBDjW Cpvky1mCvfmzywhEylnoh3YfLp0QUnCVB049AaDB1RpSFuPDhbJaSQW5c4iAqozko8UD WT6w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o4-v6si9014441pgb.279.2018.08.10.04.54.41; Fri, 10 Aug 2018 04:54:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728028AbeHJOWh (ORCPT + 99 others); Fri, 10 Aug 2018 10:22:37 -0400 Received: from mx2.suse.de ([195.135.220.15]:38652 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727522AbeHJOWf (ORCPT ); Fri, 10 Aug 2018 10:22:35 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 40D29AE0C; Fri, 10 Aug 2018 11:52:57 +0000 (UTC) From: Juergen Gross To: linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, x86@kernel.org, virtualization@lists.linux-foundation.org Cc: akataria@vmware.com, rusty@rustcorp.com.au, boris.ostrovsky@oracle.com, hpa@zytor.com, tglx@linutronix.de, mingo@redhat.com, Juergen Gross Subject: [PATCH 00/10] x86/paravirt: several cleanups Date: Fri, 10 Aug 2018 13:52:42 +0200 Message-Id: <20180810115252.18213-1-jgross@suse.com> X-Mailer: git-send-email 2.13.7 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series removes some no longer needed stuff from paravirt infrastructure and puts large quantities of paravirt ops under a new config option PARAVIRT_XXL which is selected by XEN_PV only. A pvops kernel without XEN_PV being configured is about 2.5% smaller with this series applied. tip commit 5800dc5c19f34e6e03b5adab1282535cb102fafd ("x86/paravirt: Fix spectre-v2 mitigations for paravirt guests") is a prerequisite for this series. The last 4 patches of this series require my Xen cleanup series https://lore.kernel.org/lkml/20180717120113.12756-1-jgross@suse.com/ which hides more Xen PV-only code behind CONFIG_XEN_PV. Juergen Gross (10): 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 Xen-only pv_irq_ops under the PARAVIRT_XXL umbrella x86/paravirt: move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrella arch/x86/Kconfig | 3 + 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/irqflags.h | 56 +++--- arch/x86/include/asm/mmu_context.h | 4 +- arch/x86/include/asm/msr.h | 4 +- arch/x86/include/asm/paravirt.h | 183 +++++++++--------- arch/x86/include/asm/paravirt_types.h | 65 +++---- 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 | 3 +- 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 | 15 +- arch/x86/kernel/asm-offsets_64.c | 9 +- arch/x86/kernel/cpu/common.c | 4 +- arch/x86/kernel/cpu/vmware.c | 4 +- arch/x86/kernel/head_64.S | 2 +- arch/x86/kernel/kvm.c | 18 +- arch/x86/kernel/kvmclock.c | 4 +- arch/x86/kernel/paravirt-spinlocks.c | 15 +- arch/x86/kernel/paravirt.c | 290 ++++++++++++++-------------- arch/x86/kernel/paravirt_patch_32.c | 9 +- arch/x86/kernel/paravirt_patch_64.c | 11 +- arch/x86/kernel/tsc.c | 2 +- arch/x86/kernel/vsmp_64.c | 17 +- arch/x86/xen/Kconfig | 1 + arch/x86/xen/enlighten_pv.c | 32 +-- arch/x86/xen/irq.c | 2 +- arch/x86/xen/mmu_hvm.c | 2 +- arch/x86/xen/mmu_pv.c | 28 +-- arch/x86/xen/spinlock.c | 12 +- arch/x86/xen/time.c | 4 +- drivers/xen/time.c | 2 +- 39 files changed, 430 insertions(+), 406 deletions(-) -- 2.13.7