1. fbdc85b [service-vm] Send shutdown request to exit rialto by Alice Wang · 2 years, 4 months ago
  2. 4dbe41c Merge "Dice Policy Aware authentication: Rust library" into main by Shikha Panwar · 2 years, 4 months ago
  3. 71b4f83 Dice Policy Aware authentication: Rust library by Shikha Panwar · 2 years, 5 months ago
  4. 1d9a587 [refactoring] Add VmType enum to service_vm_comm by Alice Wang · 2 years, 4 months ago
  5. 464e473 [rkp] Add request/response for certificate request generation by Alice Wang · 2 years, 4 months ago
  6. 33f4cae [rkp] Add request/response for ECDSA P256 key pair generation by Alice Wang · 2 years, 5 months ago
  7. da1b273 Add avf_build_flags_rust defaults to all rust_ modules by Nikita Ioffe · 2 years, 5 months ago
  8. 2484b46 Merge "Link RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM to payload_not_root" into main by Nikita Ioffe · 2 years, 5 months ago
  9. 679ddf3 Better documentation. by Alan Stokes · 2 years, 5 months ago
  10. 3973d38 Link RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM to payload_not_root by Nikita Ioffe · 2 years, 5 months ago
  11. d158e39 [rialto] Move connection port numbers to communication protocol lib by Alice Wang · 2 years, 5 months ago
  12. c732302 Merge "avb: move Rust bindgen to libavb" into main by David Pursell · 2 years, 5 months ago
  13. 748b032 [rialto] Add communication protocol library for host and rialto by Alice Wang · 2 years, 6 months ago
  14. b94f1ae Merge "Run app payloads as non-root." into main by Treehugger Robot · 2 years, 5 months ago
  15. 1294f94 Run app payloads as non-root. by Alan Stokes · 2 years, 5 months ago
  16. aea8364 Remove unsafe lints now that they are enabled globally. by Andrew Walbran · 2 years, 5 months ago
  17. a29a860 avb: move Rust bindgen to libavb by David Pursell · 2 years, 5 months ago
  18. d7bd2f2 Rename avfutil to avflog by Jiyong Park · 2 years, 5 months ago
  19. f4883fc Add libavfutil by Jiyong Park · 2 years, 5 months ago
  20. 6ef8097 Implement platform API to assign devices by Inseob Kim · 2 years, 6 months ago
  21. afd0287 Merge "Standardise and add safety comments." into main by Andrew Walbran · 2 years, 6 months ago
  22. ae3350d Standardise and add safety comments. by Andrew Walbran · 2 years, 6 months ago
  23. cb4daaf Merge "Move ignorabletest library to common location and rename." into main by Andrew Walbran · 2 years, 6 months ago
  24. cf21585 libhyp: Detect non-protected through MMIO_GUARD by Pierre-Clément Tosi · 2 years, 6 months ago
  25. 15ae4a5 libhyp: Expose MmioGuardedHypervisor::granule() by Pierre-Clément Tosi · 2 years, 6 months ago
  26. 5430a93 libhyp: Make MmioGuardNotsupported UpperCamelCase by Pierre-Clément Tosi · 2 years, 6 months ago
  27. 20bb4e4 Standardise safety comments in pvmfw and fdtpci. by Andrew Walbran · 2 years, 7 months ago
  28. b58d1b4 Standardise safety comments for virtualizationmanager and vmclient. by Andrew Walbran · 2 years, 7 months ago
  29. bd98d92 hyp: Add support for non-protected KvmHypervisor by Pierre-Clément Tosi · 2 years, 7 months ago
  30. d643cfe hyp: Refactor HypervisorCap to harden backends by Pierre-Clément Tosi · 2 years, 7 months ago
  31. 5ad1e8c hyp: Introduce HypervisorCap::MMIO_GUARD by Pierre-Clément Tosi · 2 years, 7 months ago
  32. d2f7ad1 vmbase: Only share if hyp has DYNAMIC_MEM_SHARE by Pierre-Clément Tosi · 2 years, 7 months ago
  33. 84b9a23 Standardise and require safety comments in libfdt. by Andrew Walbran · 2 years, 7 months ago
  34. 31e059b Move ignorabletest library to common location and rename. by Andrew Walbran · 2 years, 7 months ago
  35. 577d007 Merge "Bindgen 0.65.1 no longer supports size_t-is-usize" by Matthew Maurer · 2 years, 7 months ago
  36. 4370854 Merge "Initialise logger for tests." by Treehugger Robot · 2 years, 7 months ago
  37. 2903e9d libs: hyp: Clean source from DOS CR newlines by Pierre-Clément Tosi · 2 years, 7 months ago
  38. 7b6e61f Bindgen 0.65.1 no longer supports size_t-is-usize by Matthew Maurer · 2 years, 7 months ago
  39. 2438760 Initialise logger for tests. by Andrew Walbran · 2 years, 7 months ago
  40. 725bd92 hypervisor: Add support for GenieZone by Yi-De Wu · 2 years, 9 months ago
  41. ce7ed5e Merge "Add a comment in TEST_MAPPING that ath_config has to be updated" by Treehugger Robot · 2 years, 7 months ago
  42. 959f551 Add a comment in TEST_MAPPING that ath_config has to be updated by Jiyong Park · 2 years, 7 months ago
  43. 2422bdc [fdt] Add function to get the first range in /memory node of fdt by Alice Wang · 2 years, 7 months ago
  44. 9d4df70 [fdt][test] Add integration test for libfdt by Alice Wang · 2 years, 8 months ago
  45. 1479d61 Merge "Use linkme rather than collecting tests manually." by Treehugger Robot · 2 years, 7 months ago
  46. 9215476 lib/hyp: Introduce MMIO_GUARD_GRANULE_SIZE by Pierre-Clément Tosi · 2 years, 8 months ago
  47. 7e69ba5 Use linkme rather than collecting tests manually. by Andrew Walbran · 2 years, 8 months ago
  48. f44f160 The psci crate was renamed to smccc. Use the new version. by Andrew Walbran · 2 years, 8 months ago
  49. 4a73ab3 Merge changes Ife13eb84,I22ae4bbb by Pierre-Clément Tosi · 2 years, 8 months ago
  50. c27c427 pvmfw: Add swiotlb <reg> to platform.dts by Pierre-Clément Tosi · 2 years, 8 months ago
  51. be3a97b pvmfw: Accept either swiotlb DT reg or size/align by Pierre-Clément Tosi · 2 years, 8 months ago
  52. de0580c Merge "devicemapper: Implement traits for Flags" by Jakob Vukalović · 2 years, 8 months ago
  53. 53fddb3 devicemapper: Implement traits for Flags by Jakob Vukalovic · 2 years, 9 months ago
  54. b2de8c3 [vbmeta] Raplace avb descriptor consts with AvbDescriptorTag by Alice Wang · 2 years, 8 months ago
  55. 5bf692e Merge "Use ignorabletest for devicemapper tests." by Treehugger Robot · 2 years, 8 months ago
  56. f63914c Merge "Bind ignored results." by Treehugger Robot · 2 years, 8 months ago
  57. 04e5dbd Bind ignored results. by Dan Albert · 2 years, 9 months ago
  58. 3fcebdb Use ignorabletest for devicemapper tests. by Andrew Walbran · 3 years, 2 months ago
  59. 13d5ebc Add ignorabletest test harness. by Andrew Walbran · 3 years, 2 months ago
  60. 0dcc75e libs: libfdt: Fix Fdt::header() using bad pointer by Pierre-Clément Tosi · 2 years, 9 months ago
  61. cb5959e [hypervisor] Gunyah support by Srivatsa Vaddagiri · 2 years, 9 months ago
  62. 5377caf [hypervisor] Add capabilities by Srivatsa Vaddagiri · 2 years, 9 months ago
  63. 353f5d0 [hypervisor] Detect hypervisor by Srivatsa Vaddagiri · 2 years, 9 months ago
  64. 1004aab Merge "Revert "[vs] Extract writable partition initialization into a ne..."" by Treehugger Robot · 2 years, 9 months ago
  65. f50c7a6 Revert "[vs] Extract writable partition initialization into a ne..." by David Brazdil · 2 years, 9 months ago
  66. a91e97e Merge "[vs] Extract writable partition initialization into a new library" by Alice Wang · 2 years, 9 months ago
  67. 16b1809 Merge "Use new psci::smccc error handling rather than smccc library." by Treehugger Robot · 2 years, 9 months ago
  68. 9afab67 Use new psci::smccc error handling rather than smccc library. by Andrew Walbran · 2 years, 9 months ago
  69. ca8d2fd [hypervisor][doc] Update the docs for mmio guard by Alice Wang · 2 years, 9 months ago
  70. 0547e86 [vs] Extract writable partition initialization into a new library by Alice Wang · 2 years, 9 months ago
  71. 90e6f16 [hypervisor] Add mmio_guard_init() to Hypervisor trait by Alice Wang · 2 years, 9 months ago
  72. 3132911 [hypervisor] Add hypervisor backend trait to facilitate hyp support by Alice Wang · 2 years, 9 months ago
  73. 2b03317 Merge "Allow to override AVF debug policy" by Treehugger Robot · 2 years, 9 months ago
  74. 4cf20aa Allow to override AVF debug policy by Jaewan Kim · 2 years, 10 months ago
  75. 0bdc3f6 [pvmfw] Extract a library to support various hypervisor backends by Alice Wang · 2 years, 10 months ago
  76. 0c21f81 [pvmfw] Extract smccc into a separate library for reuse by Alice Wang · 2 years, 9 months ago
  77. 98345c2 Merge "Update usage of uuid crate" by Chris Wailes · 2 years, 10 months ago
  78. e9d87e8 Patch the template DT by Jiyong Park · 2 years, 10 months ago
  79. 9c63cd1 Patch DT using information extracted from DT by Jiyong Park · 2 years, 10 months ago
  80. 6a8789a Refactor DT validation routine by Jiyong Park · 2 years, 10 months ago
  81. 1dfb5e8 Merge "pvmfw: parse and validate incoming device tree" by Treehugger Robot · 2 years, 10 months ago
  82. 00ceff3 pvmfw: parse and validate incoming device tree by Jiyong Park · 2 years, 10 months ago
  83. 25c8621 Test for min/mx sdk in APK signatures by Alan Stokes · 2 years, 11 months ago
  84. 25f6936 Improve APK signature handling by Alan Stokes · 2 years, 11 months ago
  85. 668224f Change request for Rust v1.68.0 by Charisee · 2 years, 11 months ago
  86. 4ba7966 pvmfw: refactor: Generalize BCC DT node creation by Pierre-Clément Tosi · 3 years ago
  87. 8036b4f pvmfw: Use Fdt::as_ptr() during logging by Pierre-Clément Tosi · 3 years ago
  88. 1ab3a35 Merge "libs/avb: Introduce libavb_baremetal" by Pierre-Clément Tosi · 3 years ago
  89. 57bbd30 Merge "Don't start composd if VMs are not supported" by Treehugger Robot · 3 years ago
  90. c4d5def Don't start composd if VMs are not supported by Alan Stokes · 3 years ago
  91. 843d831 [dice] Use libdice_open_dice_nostd for DICE functions in pvmfw by Alice Wang · 3 years ago
  92. 738be14 Update Android source for Rust 1.67.1 by Chris Wailes · 3 years ago
  93. 92ec98e Merge "libs/dice: Only depend on rust bindgens" by Treehugger Robot · 3 years ago
  94. f2479c1 libs/dice: Only depend on rust bindgens by Pierre-Clément Tosi · 3 years ago
  95. 69467e0 libs/avb: Introduce libavb_baremetal by Pierre-Clément Tosi · 3 years ago
  96. ab2f468 Merge changes I7178e6d0,I87443bd1 by Shikha Panwar · 3 years ago
  97. 6337d5b Encryptedstore: Set sector_size=4096B for cryptDev by Shikha Panwar · 3 years ago
  98. cb9d2f9 [dice] Move hash function to the library libdiced_open_dice by Alice Wang · 3 years ago
  99. 54511fd [dice] Move format_condig_descriptor to diced_open_dice by Alice Wang · 3 years ago
  100. 93375b5 [dice] Move CDI_SIZE to upstream library libdiced_open_dice by Alice Wang · 3 years ago