commit | f66c7e65d180d0b8686939091fe08736126bf918 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@google.com> | Thu Nov 09 16:46:42 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 09 16:46:42 2023 +0000 |
tree | 2b9e6ee31a0b2732258f3cc1708764d7f54835ec | |
parent | 2c0561492e6c41d3525e8542180c69207d785a7f [diff] | |
parent | 28e439f40a0af608cd5efb521f172ea8dcc04edc [diff] |
Merge changes from topic "aarch64-paging-0.5.0" into main * changes: Use unsafe block to activate the ID map Map DBM data region down to pages Use statically typed callback function in modify_range Drop is_leaf() check now that modify_range() returns leaves only Use walk_range when traversing the page tables without modifying them Simplify lazy MMIO on-demand mapping
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: