Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Unreleased

### Breaking changes

- `Attributes` is now called `Stage1Attributes`.
- `TranslationRegime` enum now includes the `Stage2` variant.

### New features

- Added support for stage-2 page tables.

## 0.11.0

### Breaking changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
This crate provides a library to manipulate page tables conforming to the AArch64 Virtual Memory
System Architecture.

Currently it only supports:
Currently it supports:

- stage 1 page tables
- stage 1 and stage 2 page tables
- 4 KiB pages
- EL3, NS-EL2, NS-EL2&0 and NS-EL1&0 translation regimes
- 64-bit descriptors
Expand Down
Loading
Loading