- de6bee5 [service-vm] Deserialize CBOR-encoded CSR byte array into struct by Alice Wang · 2 years, 4 months ago
- 74eb78b [test] Test attestation request in e2e test rialto_test by Alice Wang · 2 years, 4 months ago
- 86cb4b0 Merge "[service-vm] Add more context when reading value as bytes failed" into main by Alice Wang · 2 years, 4 months ago
- da282ac Merge "[rkp] Introduce a new request type for attestation request" into main by Alice Wang · 2 years, 4 months ago
- a3476fd Merge "Switch ParcelFileDescriptor to OwnerFd" into main by Treehugger Robot · 2 years, 4 months ago
- a13dbb6 Merge "Fixes to API documentation" into main by Treehugger Robot · 2 years, 4 months ago
- f66c7e6 Merge changes from topic "aarch64-paging-0.5.0" into main by Ard Biesheuvel · 2 years, 4 months ago
- 2c05614 Merge "Fix minor build error" into main by Treehugger Robot · 2 years, 4 months ago
- 9aeb406 [rkp] Introduce a new request type for attestation request by Alice Wang · 2 years, 5 months ago
- 9f21147 Merge "[rkp] Return error code when requestAttestation fails" into main by Alice Wang · 2 years, 4 months ago
- 28e439f Use unsafe block to activate the ID map by Ard Biesheuvel · 2 years, 4 months ago
- b4310bc Map DBM data region down to pages by Ard Biesheuvel · 2 years, 5 months ago
- dc47339 Use statically typed callback function in modify_range by Ard Biesheuvel · 2 years, 5 months ago
- ba031fb Drop is_leaf() check now that modify_range() returns leaves only by Ard Biesheuvel · 2 years, 5 months ago
- a8dc46f Use walk_range when traversing the page tables without modifying them by Ard Biesheuvel · 2 years, 5 months ago
- 5815c8b Simplify lazy MMIO on-demand mapping by Ard Biesheuvel · 2 years, 5 months ago
- f760196 Fix minor build error by Alan Stokes · 2 years, 4 months ago
- 677a5b8 [rkp] Return error code when requestAttestation fails by Alice Wang · 2 years, 4 months ago
- 6b21a66 [service-vm] Add more context when reading value as bytes failed by Alice Wang · 2 years, 4 months ago
- a660b52 Merge changes I0d736955,I62345041,I563036b4 into main by Treehugger Robot · 2 years, 4 months ago
- 9a7f67e Start apexd later by Alan Stokes · 2 years, 4 months ago
- 15b48f9 Merge "Wait for ueventd cold boot" into main by Treehugger Robot · 2 years, 4 months ago
- 11333c6 Switch ParcelFileDescriptor to OwnerFd by Andrei Homescu · 2 years, 4 months ago
- 26efd19 Minor changes to boot sequence by Alan Stokes · 2 years, 4 months ago
- 0375496 Microdroid Mananger main.rs refactoring by Alan Stokes · 2 years, 4 months ago
- 20ccdbb Wait for ueventd cold boot by Alan Stokes · 2 years, 4 months ago
- d9ada13 Merge "pvmfw: Re-scope global var FILTERED_VM_DTBO_PROP" into main by Treehugger Robot · 2 years, 4 months ago
- 7631271 Merge "pvmfw: Replace const_cstr! with now-const cstr!" into main by Treehugger Robot · 2 years, 4 months ago
- 7ced542 Merge "[client-vm] Build client VM CSR and sign the CSR with two keys" into main by Alice Wang · 2 years, 4 months ago
- fc3e8b5 pvmfw: Re-scope global var FILTERED_VM_DTBO_PROP by Pierre-Clément Tosi · 2 years, 4 months ago
- d701a0b pvmfw: Replace const_cstr! with now-const cstr! by Pierre-Clément Tosi · 2 years, 4 months ago
- 6d424fa Fixes to API documentation by Alan Stokes · 2 years, 4 months ago
- 4e3015d [client-vm] Build client VM CSR and sign the CSR with two keys by Alice Wang · 2 years, 5 months ago
- 80ed241 Merge changes I9c148947,I4e4aea08 into main by Treehugger Robot · 2 years, 4 months ago
- f72f4f2 libfdt: Add FdtNodeMut::as_node() by Jaewan Kim · 2 years, 5 months ago
- c6e023b pvmfw: Apply VM DTBO by Jaewan Kim · 2 years, 5 months ago
- 180a7c2 vmbase,libfdt: Make cstr! safe & const-compatible by Pierre-Clément Tosi · 2 years, 4 months ago
- 31c43ca Merge "Minor init.rc tweaks" into main by Treehugger Robot · 2 years, 4 months ago
- c422907 Merge "Update needed for Rust v1.73.0" into main by Treehugger Robot · 2 years, 4 months ago
- f6e52e6 Minor init.rc tweaks by Alan Stokes · 2 years, 4 months ago
- 2acf573 Merge "README for the Java APIs" into main by Treehugger Robot · 2 years, 4 months ago
- 32bbc2e README for the Java APIs by Alan Stokes · 2 years, 5 months ago
- a732371 Update needed for Rust v1.73.0 by Charisee · 2 years, 5 months ago
- 3b980eb Remove unncessary .so files from the apex by Jooyung Han · 2 years, 5 months ago
- 6517f74 Merge "libfdt: Add Fdt::symbols() and Fdt::symbols_mut()" into main by Treehugger Robot · 2 years, 5 months ago
- 2c5018b Merge "libfdt: Use cstr!()" into main by Treehugger Robot · 2 years, 5 months ago
- ac080d3 [attestation] Rename service_vm/client_apk to test_apk by Alice Wang · 2 years, 5 months ago
- 08395dd Merge "Add APK details to the DICE chain" into main by Treehugger Robot · 2 years, 5 months ago
- f163d76 libfdt: Add Fdt::symbols() and Fdt::symbols_mut() by Jaewan Kim · 2 years, 5 months ago
- ce83215 Update needed for Rust v1.73.0 by Charisee · 2 years, 5 months ago
- 9b8b8ec Add APK details to the DICE chain by Alan Stokes · 2 years, 5 months ago
- b635bb0 libfdt: Use cstr!() by Jaewan Kim · 2 years, 5 months ago
- a454ca2 Merge "Revert "[rkp] Expose RKP Hal implementation in virtualizationservice"" into main by Alice Wang · 2 years, 5 months ago
- aef7935 Revert "[rkp] Expose RKP Hal implementation in virtualizationservice" by Alice Wang · 2 years, 5 months ago
- 36ce1e2 Merge "Flag APK permission changes" into main by Treehugger Robot · 2 years, 5 months ago
- 76c3cb5 Merge "libfdt: tests: Improve assert!() error messages" into main by Treehugger Robot · 2 years, 5 months ago
- 5af6057 Merge "libfdt: Make Phandle::new() const" into main by Treehugger Robot · 2 years, 5 months ago
- 504b430 libfdt: tests: Improve assert!() error messages by Pierre-Clément Tosi · 2 years, 5 months ago
- eba2779 libfdt: Make Phandle::new() const by Pierre-Clément Tosi · 2 years, 5 months ago
- fcbf5ff [rkp] Expose RKP Hal implementation in virtualizationservice by Alice Wang · 2 years, 5 months ago
- 71d06a4 Merge "[attestation] Rename the client VM attestation API" into main by Alice Wang · 2 years, 5 months ago
- ab12736 Flag APK permission changes by Alan Stokes · 2 years, 5 months ago
- 5ab1358 libfdt: Add adb_subnode_with_name_len() and subnode_with_name_len() by Jaewan Kim · 2 years, 5 months ago
- 4ae0e71 libfdt: FdtNodeMut::nop() by Jaewan Kim · 2 years, 5 months ago
- 17ba7a3 libfdt: Add phandle APIs by Jaewan Kim · 2 years, 5 months ago
- 5b05777 libfdt: Add FdtNode::supernode_at_depth() by Jaewan Kim · 2 years, 5 months ago
- bab4259 libfdt: Refactor path_offset() by Jaewan Kim · 2 years, 5 months ago
- 72d1090 libfdt: Add property iterator by Jaewan Kim · 2 years, 5 months ago
- a410b64 [attestation] Rename the client VM attestation API by Alice Wang · 2 years, 5 months ago
- 5ad310d Merge "Refactor Dice policy test" into main by Shikha Panwar · 2 years, 5 months ago
- 1d01686 Refactor Dice policy test by Shikha Panwar · 2 years, 5 months ago
- 2847d0c Merge changes I3f9fed0e,I44420fab,Ib847ee61 into main by Treehugger Robot · 2 years, 5 months ago
- 3fd8b78 Merge "vmbase: Improve error logging for stack_guard" into main by Treehugger Robot · 2 years, 5 months ago
- e6135ea pvmfw: Update README.md to explain pvmfw-tool by Jaewan Kim · 2 years, 5 months ago
- 3b95d28 pvmfw-tool: Make VM DTBO optional for building pvmfw by Jaewan Kim · 2 years, 5 months ago
- 3aa97b0 pvmfw-tool: Fix runtime crash by Jaewan Kim · 2 years, 5 months ago
- 442902f Merge "vmbase: Please rustfmt" into main by Treehugger Robot · 2 years, 5 months ago
- 20daaef vmbase: Improve error logging for stack_guard by Pierre-Clément Tosi · 2 years, 5 months ago
- fb54a0a vmbase: Please rustfmt by Pierre-Clément Tosi · 2 years, 5 months ago
- 3d9cac4 Merge "Fix license" into main by Treehugger Robot · 2 years, 5 months ago
- 94475b8 Fix license by Alan Stokes · 2 years, 5 months ago
- 9d4c893 README: Fix instructions for hypervisor.pvmfw.path by Pierre-Clément Tosi · 2 years, 5 months ago
- 5e55e55 pvmfw: README: Fix code links to master by Pierre-Clément Tosi · 2 years, 5 months ago
- 7cd9972 Merge "Let test_microdroid_vendor_image use avb" into main by Seungjae Yoo · 2 years, 5 months ago
- d95de95 Let test_microdroid_vendor_image use avb by Seungjae Yoo · 2 years, 5 months ago
- 8f79590 switch from `data_model::DataInit` to `zerocopy` by Frederick Mayle · 2 years, 5 months ago
- 17bf963 Merge "Better error messages in tests" into main by Treehugger Robot · 2 years, 5 months ago
- 2183b07 Merge "Make error names more consistent." into main by Alan Stokes · 2 years, 5 months ago
- 6e87dd0 Better error messages in tests by Alan Stokes · 2 years, 5 months ago
- dfca90a Merge "[doc] Add documentation for RKP VM" into main by Alice Wang · 2 years, 5 months ago
- bbed887 Make error names more consistent. by Alan Stokes · 2 years, 5 months ago
- 341e04a Merge "Remove microdroid_kernel_with_modules" into main by Nikita Ioffe · 2 years, 5 months ago
- d20515b [doc] Add documentation for RKP VM by Alice Wang · 2 years, 5 months ago
- eff8cff [doc] Add RKP link to derive_cdi_leaf_priv documentation by Alice Wang · 2 years, 5 months ago
- f5ce7cc Merge "[cbor] Separate cbor conversion functions in an independent lib" into main by Alice Wang · 2 years, 5 months ago
- 598d236 Merge changes Idad0ce1e,I84f0ca0f into main by Treehugger Robot · 2 years, 5 months ago
- 5dddeea [cbor] Separate cbor conversion functions in an independent lib by Alice Wang · 2 years, 5 months ago
- 35e818d Renaming dtbo_node to dtbo_label by Jaewan Kim · 2 years, 5 months ago
- e031edc Update needed for Rust v1.73.0 by Charisee · 2 years, 5 months ago
- 0486e25 [rialto] Enable rialto to receive messages longer than recv buffer by Alice Wang · 2 years, 6 months ago