Merge patch series "Add PMEM support for RISC-V"
authorPalmer Dabbelt <palmer@rivosinc.com>
Thu, 8 Dec 2022 23:45:28 +0000 (15:45 -0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 8 Dec 2022 23:45:28 +0000 (15:45 -0800)
Anup Patel <apatel@ventanamicro.com> says:

The Linux NVDIMM PEM drivers require arch support to map and access the
persistent memory device. This series adds RISC-V PMEM support using
recently added Svpbmt and Zicbom support.

* b4-shazam-merge:
  RISC-V: Enable PMEM drivers
  RISC-V: Implement arch specific PMEM APIs
  RISC-V: Fix MEMREMAP_WB for systems with Svpbmt

Link: https://lore.kernel.org/r/20221114090536.1662624-1-apatel@ventanamicro.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1  2 
arch/riscv/Kconfig
arch/riscv/configs/defconfig
arch/riscv/mm/Makefile

Simple merge
Simple merge
@@@ -13,7 -13,7 +13,8 @@@ obj-y += extable.
  obj-$(CONFIG_MMU) += fault.o pageattr.o
  obj-y += cacheflush.o
  obj-y += context.o
 +obj-y += pgtable.o
+ obj-y += pmem.o
  
  ifeq ($(CONFIG_MMU),y)
  obj-$(CONFIG_SMP) += tlbflush.o