All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] CPUCFG emulation future-proofing & HWCAP addition
@ 2020-05-30  7:32 WANG Xuerui
  2020-05-30  7:32 ` [PATCH v2 1/3] MIPS: Loongson64: Guard against future cores without CPUCFG WANG Xuerui
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: WANG Xuerui @ 2020-05-30  7:32 UTC (permalink / raw)
  To: Thomas Bogendoerfer; +Cc: WANG Xuerui, linux-mips

This patch series future-proofs the CPUCFG emulation, in light of
possibility of new Loongson cores still lacking native CPUCFG.
Also an HWCAP flag bit is allocated and exposed for userspace's probing
convenience, per the earlier plan shared on the mailing list.

Tested on Loongson-3A3000 and Loongson-3A4000. Compile-tested with
64r2_defconfig.

v2:
- unconditionally bump PERF_COUNT_SW_EMULATION_FAULTS even on
  unsupported core models
- reordered model match arms per Huacai's review
- tweaked commit message of 2nd patch

WANG Xuerui (3):
  MIPS: Loongson64: Guard against future cores without CPUCFG
  MIPS: Expose Loongson CPUCFG availability via HWCAP
  MIPS: Loongson64: Reorder CPUCFG model match arms

 .../include/asm/mach-loongson64/cpucfg-emul.h | 11 +++
 arch/mips/include/uapi/asm/hwcap.h            |  1 +
 arch/mips/kernel/traps.c                      |  4 ++
 arch/mips/loongson64/cpucfg-emul.c            | 70 +++++++++++--------
 4 files changed, 56 insertions(+), 30 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-05-31  9:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-30  7:32 [PATCH v2 0/3] CPUCFG emulation future-proofing & HWCAP addition WANG Xuerui
2020-05-30  7:32 ` [PATCH v2 1/3] MIPS: Loongson64: Guard against future cores without CPUCFG WANG Xuerui
2020-05-30 10:26   ` Huacai Chen
2020-05-30  7:32 ` [PATCH v2 2/3] MIPS: Expose Loongson CPUCFG availability via HWCAP WANG Xuerui
2020-05-30 10:27   ` Huacai Chen
2020-05-30  7:32 ` [PATCH v2 3/3] MIPS: Loongson64: Reorder CPUCFG model match arms WANG Xuerui
2020-05-30 10:27   ` Huacai Chen
2020-05-31  9:36 ` [PATCH v2 0/3] CPUCFG emulation future-proofing & HWCAP addition Thomas Bogendoerfer

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.