All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Catalin Marinas <catalin.marinas@arm.com>, Will Deacon <will@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
	linux-arm-kernel@lists.infradead.org,
	Mark Brown <broonie@kernel.org>
Subject: [PATCH v1 0/9] arm64/sysreg: More system register generation
Date: Thu,  7 Jul 2022 19:12:11 +0100	[thread overview]
Message-ID: <20220707181220.3373540-1-broonie@kernel.org> (raw)

This series continues on with the conversion of the system registers to
automatic generation, together with a few cleanups and improvements that
were identified as part of looking through all the register definitions
and bringing them into line with the conventions we've been using.

Mark Brown (9):
  arm64/sysreg: Remove stray SMIDR_EL1 defines
  arm64/sysreg: Add _EL1 to ID_AA64PFR1_EL1 constant names
  arm64/sysreg: Standardise naming for SSBS feature enumeration
  arm64/sysreg: Standardise naming for MTE feature enumeration
  arm64/sysreg: Standardise naming of ID_AA64PFR1_EL1 fractional version
    fields
  arm64/sysreg: Standardise naming of ID_AA64PFR1_EL1 BTI enumeration
  arm64/sysreg: Standardise naming of ID_AA64PFR1_EL1 SME enumeration
  arm64/sysreg: Convert ID_AA64PFR1_EL1 to automatic generation
  arm64/sysreg: Convert HCRX_EL2 to automatic generation

 arch/arm64/include/asm/cpufeature.h           |  6 +-
 arch/arm64/include/asm/el2_setup.h            |  2 +-
 arch/arm64/include/asm/sysreg.h               | 27 --------
 arch/arm64/kernel/cpufeature.c                | 42 ++++++-------
 arch/arm64/kernel/hyp-stub.S                  |  2 +-
 arch/arm64/kernel/idreg-override.c            |  6 +-
 .../arm64/kvm/hyp/include/nvhe/fixed_config.h |  4 +-
 arch/arm64/kvm/hyp/nvhe/pkvm.c                |  2 +-
 arch/arm64/kvm/hyp/nvhe/sys_regs.c            |  2 +-
 arch/arm64/kvm/sys_regs.c                     |  4 +-
 arch/arm64/mm/mmu.c                           |  2 +-
 arch/arm64/mm/proc.S                          |  4 +-
 arch/arm64/tools/sysreg                       | 61 +++++++++++++++++++
 13 files changed, 99 insertions(+), 65 deletions(-)


base-commit: b31f932090da32764e5c550a493e25982be4fa01
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-07-07 18:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07 18:12 Mark Brown [this message]
2022-07-07 18:12 ` [PATCH v1 1/9] arm64/sysreg: Remove stray SMIDR_EL1 defines Mark Brown
2022-07-07 18:12 ` [PATCH v1 2/9] arm64/sysreg: Add _EL1 to ID_AA64PFR1_EL1 constant names Mark Brown
2022-07-07 18:12 ` [PATCH v1 3/9] arm64/sysreg: Standardise naming for SSBS feature enumeration Mark Brown
2022-07-07 18:12 ` [PATCH v1 4/9] arm64/sysreg: Standardise naming for MTE " Mark Brown
2022-07-07 18:12 ` [PATCH v1 5/9] arm64/sysreg: Standardise naming of ID_AA64PFR1_EL1 fractional version fields Mark Brown
2022-07-07 18:12 ` [PATCH v1 6/9] arm64/sysreg: Standardise naming of ID_AA64PFR1_EL1 BTI enumeration Mark Brown
2022-07-07 18:12 ` [PATCH v1 7/9] arm64/sysreg: Standardise naming of ID_AA64PFR1_EL1 SME enumeration Mark Brown
2022-07-07 18:12 ` [PATCH v1 8/9] arm64/sysreg: Convert ID_AA64PFR1_EL1 to automatic generation Mark Brown
2022-07-07 18:12 ` [PATCH v1 9/9] arm64/sysreg: Convert HCRX_EL2 " Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2022-05-17 18:22 [PATCH v1 0/9] arm64/sysreg: More system register generation Mark Brown

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=20220707181220.3373540-1-broonie@kernel.org \
    --to=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=will@kernel.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 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.