All Projects → riscv → virtual-memory

riscv / virtual-memory

Licence: CC-BY-4.0 License
No description, website, or topics provided.

Overview

This repository contains the meeting minutes for the RISC-V Virtual Memory task group, which is currently working on the following tasks:

  • Naturally-aligned power-of-two (NAPOT) address translation contiguity
  • Attributes (e.g., cacheability) associated with virtual rather than physical addresses
  • Assorted other updates to the RISC-V virtual memory sections of the RISC-V privileged ISA

The documentation is being developed on the virtual-memory branch of the riscv/riscv-isa-manual repository, since it is largely a set of small extensions to the existing privileged ISA specification.

2020 Member Day Update Video

Maintainers

The repository is currently being maintained by the chair and vice-chair of the virtual memory task group: Daniel Lustig ([email protected]), and Andrea Mondelli ([email protected])

Task Group Status

PDFs of all spec drafts are available at the following link: https://github.com/riscv/virtual-memory/tree/main/specs.

Assorted minor virtual memory tweaks

Draft available: https://github.com/riscv/riscv-isa-manual/pull/611

To be merged into master and reviewed as part of Priv 1.12.

  • Sv57 added
  • Allow speculative updates of PTE A bit
  • Addition of PTE C bit
  • Address translation algorithm refactoring
  • Slightly relaxed A/D bit update atomicity requirement

Svnapot: Naturally-Aligned Power-of-Two Address-Translation Contiguity

Draft available: https://github.com/riscv/riscv-isa-manual/pull/628

Progress towards Stable status

Working through the RISC-V review process.

Svpbmt: Page-based Memory Types

First draft now available https://github.com/riscv/riscv-isa-manual/pull/663

Svinval: Fine-Grained Address-Translation Cache Invalidation

First draft now available https://github.com/riscv/riscv-isa-manual/pull/668

Progress beyond Stable status

For all of these extensions we'll have to complete the "Definition of Done" tasks, including those below, but there is no current timeline on these.

  • Full architecture test suite
  • Full support in at least one OS
  • At least one prototype must be implemented as an ASIC or custom placed-and-routed design (e.g., GDSII, not necessarily silicon)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].