1. e633c5e Merge "microdroid_manager: wait for failure reason to transmit" into main am: 3f48fcfc16 by Frederick Mayle · 9 months ago
  2. 3f48fcf Merge "microdroid_manager: wait for failure reason to transmit" into main by Frederick Mayle · 9 months ago
  3. eb105d1 Merge "Allow the payload running in Microdroid to interact with kmsg" into main am: db711f87c0 by Sebastian Ene · 9 months ago
  4. 402fd2e microdroid_manager: wait for failure reason to transmit by Frederick Mayle · 9 months ago
  5. 028a413 Allow the payload running in Microdroid to interact with kmsg by Sebastian Ene · 9 months ago
  6. 198eb97 Take ownership of inherited FDs using the rustutils crate by Jiyong Park · 11 months ago
  7. 7d67171 Take ownership of inherited FDs using the rustutils crate by Jiyong Park · 11 months ago
  8. 263262c Format ExitStatus using Display not Debug by Jiyong Park · 11 months ago
  9. af63d1c Revert changes about libsafe_ownedfd by Jiyong Park · 11 months ago
  10. be8afd6 Add more contexts upon verifying APEX failure by Inseob Kim · 11 months ago
  11. 9ef2732 Remove one more use of from_raw_fd by Jiyong Park · 12 months ago
  12. 7ec05d0 Move microdroid_manager to under guest by Jiyong Park · 1 year, 1 month ago[Renamed from microdroid_manager/src/main.rs]
  13. 538a2c6 virtmgr: Pass hugepages to crosvm by Vincent Donnefort · 1 year, 5 months ago
  14. abb6d8a Actually derive microdroid vendor dice node by Nikita Ioffe · 1 year, 5 months ago
  15. e45e942 MM: Check if Secretkeeper is supported from DT by Shikha Panwar · 1 year, 5 months ago
  16. 185ba93 Revert^2 "Microdroid: Skip instance.img checks" by Shikha Panwar · 1 year, 5 months ago
  17. e18cc13 Move dice_driver to libs/dice/driver by Nikita Ioffe · 1 year, 5 months ago
  18. 5803dc7 Revert "Microdroid: Skip instance.img checks" by Shikha Panwar · 1 year, 5 months ago
  19. 9b4b333 Microdroid: Skip instance.img checks by Shikha Panwar · 1 year, 6 months ago
  20. 14abe44 pVMs to use Sk for rollback protected secrets by Shikha Panwar · 1 year, 6 months ago
  21. fda7084 Make extra APKs easier to specify by Alan Stokes · 1 year, 8 months ago
  22. 7086d54 Merge "Use /proc/device-tree for reading AVF DT" into main by Treehugger Robot · 1 year, 6 months ago
  23. 1f0135b Use /proc/device-tree for reading AVF DT by Jaewan Kim · 1 year, 6 months ago
  24. 57da157 Replace use of deprecated logging functions by Jeff Vander Stoep · 1 year, 6 months ago
  25. 0503cb0 Secretkeeper: Differentiate the VM ID based on salt by Shikha Panwar · 1 year, 7 months ago
  26. 5d6a675 Revert^2 "pVM to use Secretkeeper protected secrets" by Shikha Panwar · 1 year, 8 months ago
  27. 9f145f2 Revert "pVM to use Secretkeeper protected secrets" by Trevor Black · 1 year, 8 months ago
  28. bf3711e pVM to use Secretkeeper protected secrets by Treehugger Robot · 1 year, 8 months ago
  29. 26a6a5c Add APEX info to the DICE chain by Alan Stokes · 1 year, 9 months ago
  30. 9a7f67e Start apexd later by Alan Stokes · 1 year, 9 months ago
  31. 26efd19 Minor changes to boot sequence by Alan Stokes · 1 year, 9 months ago
  32. 0375496 Microdroid Mananger main.rs refactoring by Alan Stokes · 1 year, 9 months ago
  33. bbed887 Make error names more consistent. by Alan Stokes · 1 year, 10 months ago
  34. 1125e01 Refactoring: split Microdroid Manager main.rs by Alan Stokes · 1 year, 10 months ago
  35. 068f6d4 Parse APK manifest to extract version etc by Alan Stokes · 1 year, 10 months ago
  36. 92789f1 Allow execution of code in extra APKs by Alan Stokes · 1 year, 10 months ago
  37. d225af5 microdroid_manager: Use slice::chunks() by Pierre-Clément Tosi · 1 year, 11 months ago
  38. 3d3a70a Move per api sealing derivations to vm_secret. by Shikha Panwar · 2 years ago
  39. 95084df VmSecret struct: Encapsulate secret mechanisms by Shikha Panwar · 2 years, 1 month ago
  40. 679ddf3 Better documentation. by Alan Stokes · 2 years ago
  41. 476ecd4 More readable log in microdroid_manager by Jaewan Kim · 2 years ago
  42. 1294f94 Run app payloads as non-root. by Alan Stokes · 2 years ago
  43. aac6830 Fix soundness issue in microdroid manager. by Andrew Walbran · 2 years, 1 month ago
  44. ae3350d Standardise and add safety comments. by Andrew Walbran · 2 years, 1 month ago
  45. 65c9f1f Merge "Update Virtualization module to protobuf3." by Ludovic Barman · 2 years, 1 month ago
  46. eff5839 [virt] Adjust spelling of initialise in code and comments by Alice Wang · 2 years, 1 month ago
  47. 93ee308 Update Virtualization module to protobuf3. by Ludovic Barman · 2 years, 2 months ago
  48. 2b6346d Stop using kernel logger by Jiyong Park · 2 years, 2 months ago
  49. fd222fd [rpc_binder] Create RpcServer with new_bound_socket by Alice Wang · 2 years, 3 months ago
  50. 2a5306e [socket] Remove CLOEXEC flag set for vm_payload_service socket fd by Alice Wang · 2 years, 2 months ago
  51. 455e09c Merge "Update to use new PropertyWatcher methods." by Treehugger Robot · 2 years, 3 months ago
  52. d9c766e Update to use new PropertyWatcher methods. by Andrew Walbran · 2 years, 3 months ago
  53. 04e5dbd Bind ignored results. by Dan Albert · 2 years, 3 months ago
  54. 061478b [microdroid] Refator payload apk verification by Alice Wang · 2 years, 4 months ago
  55. 3124ef0 Handle ramdump in microdroid_manager by Jaewan Kim · 2 years, 5 months ago
  56. 7d6c066 Merge "MM to set export_tombstones if enabled via config" by Shikha Panwar · 2 years, 5 months ago
  57. 1a6efcd MM to set export_tombstones if enabled via config by Shikha Panwar · 2 years, 6 months ago
  58. 25f6936 Improve APK signature handling by Alan Stokes · 2 years, 5 months ago
  59. 285a3d2 [microdroid] Refactor and test format payload config descriptor by Alice Wang · 2 years, 5 months ago
  60. cecb0aa microdroid_manager: Zero DICE hidden input by Pierre-Clément Tosi · 2 years, 6 months ago
  61. 7e6c935 [dice][microdroid] Refactor DiceDriver with the trait DiceArtifacts by Alice Wang · 2 years, 6 months ago
  62. 62f7e64 [dice] Replace DiceContext with OwnedDiceArtifacts in microdroid by Alice Wang · 2 years, 6 months ago
  63. b40472b Merge "Export tombstones by default for debuggable VMs" by Treehugger Robot · 2 years, 6 months ago
  64. 4fb201c Minor tidying by Alan Stokes · 2 years, 6 months ago
  65. ab1037d Export tombstones by default for debuggable VMs by Inseob Kim · 2 years, 6 months ago
  66. def7ef9 Sync encryptedstorage after payload execution by Shikha Panwar · 2 years, 7 months ago
  67. c16b0cc Mkdir data/tombstones before tombstone_transmit by Inseob Kim · 2 years, 7 months ago
  68. f44917c Wait for tombstone_transmit to init before payload by Inseob Kim · 2 years, 7 months ago
  69. 2df2a2e Merge "Only accept binary name not path" by Treehugger Robot · 2 years, 7 months ago
  70. 8f12f2b Only accept binary name not path by Alan Stokes · 2 years, 7 months ago
  71. 231f969 Add --uid --gid options to zipfuse by Jiyong Park · 2 years, 7 months ago
  72. be453f2 Merge "Drop inheritable caps and caps bounding set before executing payload" by Nikita Ioffe · 2 years, 8 months ago
  73. 3452ee2 Drop inheritable caps and caps bounding set before executing payload by Nikita Ioffe · 2 years, 8 months ago
  74. a2125dd rpc_binder: Update users of RpcSession by David Brazdil · 2 years, 8 months ago
  75. 960c903 Wait for extra_apk mounts before starting payload by Alan Stokes · 2 years, 8 months ago
  76. fa22bb0 Remove DEBUG_LEVEL_APP_ONLY by Seungjae Yoo · 2 years, 8 months ago
  77. ddc124b Implement native method getEncryptedStoragePath() by Shikha Panwar · 2 years, 8 months ago
  78. 3f6f6a5 Add microdroid_manager.init_done - set init done my MM by Shikha Panwar · 2 years, 8 months ago
  79. 49bdf79 Merge changes from topic "encryptedstore_hctr2" by Shikha Panwar · 2 years, 8 months ago
  80. 195f89c Change block cipher mode from XTS -> HCTR2 by Shikha Panwar · 2 years, 9 months ago
  81. 57bc8d7 Fix race condition between authfs_service and /data mounted by Nikita Ioffe · 2 years, 9 months ago
  82. 73988ea Run RpcBinder server for each VM on port==CID by David Brazdil · 2 years, 9 months ago
  83. 9fd198f Mount a filesystem on the crypt block device by Shikha Panwar · 2 years, 9 months ago
  84. 4378108 Merge "Microdroid: Map a dm-crypt dev on (virtio-blk)disk" by Shikha Panwar · 2 years, 9 months ago
  85. 566c967 Microdroid: Map a dm-crypt dev on (virtio-blk)disk by Shikha Panwar · 2 years, 9 months ago
  86. add7b7f Print apkdmverity/zipfuse output to MM's stdio by Inseob Kim · 2 years, 9 months ago
  87. 090b70b Don't inherit vm payload socket and stdio from MM by Inseob Kim · 2 years, 9 months ago
  88. 451cc96 Remove onPayloadStarted stream argument by David Brazdil · 2 years, 10 months ago
  89. 9a537e0 Merge "microdroid_manager: print more info when payload fails via signal" by Frederick Mayle · 2 years, 9 months ago
  90. 7ff121c Print backtrace of microdroid_manager to kmsg by Inseob Kim · 2 years, 9 months ago
  91. b5f7b6b microdroid_manager: print more info when payload fails via signal by Frederick Mayle · 2 years, 9 months ago
  92. 43c884b [rpc_binder] Use RPC binder over UDS for vm_payload_service by Alice Wang · 2 years, 10 months ago
  93. dd91f0f Remove sending VmCpuStatusReported and VmMemStatusReported by Seungjae Yoo · 2 years, 9 months ago
  94. 6bbb6da [API] Add vm_payload API to get APK contents path by Alice Wang · 2 years, 10 months ago
  95. 347479a Merge "Change the cycle period for sending information of VM" by Treehugger Robot · 2 years, 10 months ago
  96. 2b893b9 Change the cycle period for sending information of VM by Seungjae Yoo · 2 years, 10 months ago
  97. 131c089 Merge changes Idefb0d1b,Ia13381b6,I23f04ef8 by Treehugger Robot · 2 years, 10 months ago
  98. a07a179 Use libc::VMADDR_HOST_CID instead of custom consts by David Brazdil · 2 years, 10 months ago
  99. 4d262dc Restrict access to certain vm_payload APIs by Andrew Scull · 2 years, 10 months ago
  100. 52d3c72 Remove support for command-line args by Alan Stokes · 2 years, 10 months ago