[PATCH v1 0/6] arm64/sysreg: More system register generation

Mark Brown broonie at kernel.org
Sat Sep 10 09:33:48 PDT 2022


This series converts the last of the 64 bit ID registers to automatic
generation, James Morse has a pending series which will do the 32 bit
ones so we will soon be able to start taking advantage of the conversion
to simplify the CPU feature detection macros.

Mark Brown (6):
  arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architecture
  arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition names
  arm64/sysreg: Use feature numbering for PMU and SPE revisions
  arm64/sysreg: Convert ID_AA64FDR0_EL1 to automatic generation
  arm64/sysreg: Convert ID_AA64DFR1_EL1 to automatic generation
  arm64/sysreg: Convert ID_AA64AFRn_EL1 to automatic generation

 arch/arm64/include/asm/assembler.h     |  2 +-
 arch/arm64/include/asm/cpufeature.h    |  2 +-
 arch/arm64/include/asm/el2_setup.h     |  8 +--
 arch/arm64/include/asm/hw_breakpoint.h |  4 +-
 arch/arm64/include/asm/sysreg.h        | 29 ---------
 arch/arm64/kernel/cpufeature.c         | 14 ++---
 arch/arm64/kernel/debug-monitors.c     |  2 +-
 arch/arm64/kernel/perf_event.c         |  8 +--
 arch/arm64/kvm/debug.c                 |  4 +-
 arch/arm64/kvm/hyp/nvhe/pkvm.c         | 12 ++--
 arch/arm64/kvm/pmu-emul.c              | 16 ++---
 arch/arm64/kvm/sys_regs.c              | 16 ++---
 arch/arm64/tools/sysreg                | 83 ++++++++++++++++++++++++++
 13 files changed, 127 insertions(+), 73 deletions(-)


base-commit: 3e9ae1ce508b8d69762abd1b8b9d9f97d6715b9b
-- 
2.30.2




More information about the linux-arm-kernel mailing list