linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] RISC-V KVM preparation
@ 2020-04-24  4:59 Anup Patel
  2020-04-24  4:59 ` [PATCH 1/3] RISC-V: Export riscv_cpuid_to_hartid_mask() API Anup Patel
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Anup Patel @ 2020-04-24  4:59 UTC (permalink / raw)
  To: Palmer Dabbelt, Palmer Dabbelt, Paul Walmsley, Albert Ou, Paolo Bonzini
  Cc: Atish Patra, Alistair Francis, Anup Patel, kvm, kvm-riscv,
	linux-riscv, linux-kernel, Anup Patel

This patch series is factored-out from the KVM RISC-V v11 series and is
based upon Linux-5.7-rc2.

These patches are mostly preparatory changes in Linux RISC-V kernel which
we require for KVM RISC-V implementation. Also, most of these patches are
already reviewed as part of original KVM RISC-V series.

Anup Patel (3):
  RISC-V: Export riscv_cpuid_to_hartid_mask() API
  RISC-V: Add bitmap reprensenting ISA features common across CPUs
  RISC-V: Remove N-extension related defines

 arch/riscv/include/asm/csr.h   |  3 --
 arch/riscv/include/asm/hwcap.h | 22 +++++++++
 arch/riscv/kernel/cpufeature.c | 83 ++++++++++++++++++++++++++++++++--
 arch/riscv/kernel/smp.c        |  2 +
 4 files changed, 104 insertions(+), 6 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-05-04 20:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24  4:59 [PATCH 0/3] RISC-V KVM preparation Anup Patel
2020-04-24  4:59 ` [PATCH 1/3] RISC-V: Export riscv_cpuid_to_hartid_mask() API Anup Patel
2020-04-24  4:59 ` [PATCH 2/3] RISC-V: Add bitmap reprensenting ISA features common across CPUs Anup Patel
2020-04-24  4:59 ` [PATCH 3/3] RISC-V: Remove N-extension related defines Anup Patel
2020-05-04 20:01 ` [PATCH 0/3] RISC-V KVM preparation Palmer Dabbelt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).