1. 888f48d Fix integer overflow of mkswap by Inseob Kim · 2 years, 10 months ago
  2. 6bbb6da [API] Add vm_payload API to get APK contents path by Alice Wang · 2 years, 10 months ago
  3. 347479a Merge "Change the cycle period for sending information of VM" by Treehugger Robot · 2 years, 10 months ago
  4. 2b893b9 Change the cycle period for sending information of VM by Seungjae Yoo · 2 years, 10 months ago
  5. 131c089 Merge changes Idefb0d1b,Ia13381b6,I23f04ef8 by Treehugger Robot · 2 years, 10 months ago
  6. a07a179 Use libc::VMADDR_HOST_CID instead of custom consts by David Brazdil · 2 years, 10 months ago
  7. 4d262dc Restrict access to certain vm_payload APIs by Andrew Scull · 2 years, 11 months ago
  8. 46fc8ba Decrease RAM usage by status collection in microdroid_manager by Seungjae Yoo · 2 years, 11 months ago
  9. 52d3c72 Remove support for command-line args by Alan Stokes · 3 years ago
  10. 3ba10fd Log details for unexpected failure by Alan Stokes · 2 years, 11 months ago
  11. fd9a062 Implement collecting VmStatus in microdroid_manager by Seungjae Yoo · 2 years, 11 months ago
  12. 933f0ac Create a ZRAM swap device by Keir Fraser · 2 years, 11 months ago
  13. b3dd8af Merge "Remove direct access to the sealing CDI from the payload" by Andrew Scull · 2 years, 11 months ago
  14. c975509 Merge changes from topic "b/243513572" by Treehugger Robot · 2 years, 11 months ago
  15. 102067a Remove direct access to the sealing CDI from the payload by Andrew Scull · 2 years, 11 months ago
  16. e4b0285 Use the vm_payload library to access DICE values by Andrew Scull · 2 years, 11 months ago
  17. d64ae7d Migrate DICE access to IVmPayloadService by Andrew Scull · 2 years, 11 months ago
  18. 60f8220 Fix zipfuse race condition by Alan Stokes · 2 years, 11 months ago
  19. 13a2b1b [API][Refactoring] Move service name to IVmPayloadService by Alice Wang · 2 years, 11 months ago
  20. 59a9e56 [API] Add new service to notify host from microdroid manager by Alice Wang · 3 years ago
  21. 7c6b270 Explicitly specify capabilities of root services in microdroid by Nikita Ioffe · 3 years ago
  22. 1f417c9 Handle PayloadConfig in Microdroid by Alan Stokes · 3 years ago
  23. 0d1ef78 Initial work to make VM config file optional by Alan Stokes · 3 years ago
  24. 1bf3d78 [apkverify] Merge idsig into apkverify package by Alice Wang · 3 years ago
  25. 89cff01 [idsig] Simplify building V4Signature from idsig by Alice Wang · 3 years ago
  26. 01b3ef0 Make authfs start optional by Alan Stokes · 3 years ago
  27. 2bead0d Make ErrorCode an enum by Alan Stokes · 3 years ago
  28. 6472ccd Migrate to Rust 2021 edition by Alan Stokes · 3 years ago
  29. 491382d Merge "Moved binder_common to rpcbinder package under binder directory." by Andrew Walbran · 3 years ago
  30. 202856e Load crashkernel using kexec by Jiyong Park · 3 years ago
  31. 7eb5ca4 Moved binder_common to rpcbinder package under binder directory. by Andrew Walbran · 3 years, 1 month ago
  32. 6f5a9b5 Update source for Rust 1.63.0 by Chris Wailes · 3 years, 1 month ago
  33. e379e7d Ignore identity if the debug policy is turned on by Inseob Kim · 3 years, 1 month ago
  34. 36b1bfe Merge "microdroid_manager: Fix duplicate error log" by Treehugger Robot · 3 years, 1 month ago
  35. d913504 microdroid_manager: Fix duplicate error log by Frederick Mayle · 3 years, 1 month ago
  36. c4ce787 Use safe wrapper from binder_common rather than bindgen directly. by Andrew Walbran · 3 years, 1 month ago
  37. cd9c1dd Make sure tombstone is transmitted before VM exit by Inseob Kim · 3 years, 2 months ago
  38. 4de509a Start seriallogging eariler on microdroid by Inseob Kim · 3 years, 2 months ago
  39. cc339a1 Mount extra APKs with noexc by Andrew Scull · 3 years, 2 months ago
  40. 437f105 Shutdown VM once payload finishes by Inseob Kim · 3 years, 3 months ago
  41. 11f40d0 Write microdroid failure reason to serial device by Inseob Kim · 3 years, 3 months ago
  42. a0d1b1a microdroid_manager: Migate from ring to the openssl crate by Andrew Scull · 3 years, 3 months ago
  43. 3d5dc71 Merge "Set dev.bootcomplete in Microdroid" by Treehugger Robot · 3 years, 4 months ago
  44. 8d006ba Set dev.bootcomplete in Microdroid by Victor Hsieh · 3 years, 4 months ago
  45. 1163879 Move APEX handling to a library by Andrew Scull · 3 years, 4 months ago
  46. 9cbf2e0 Migrate payload/apex.rs to thiserror by Andrew Scull · 3 years, 4 months ago
  47. 65aa2ec Merge "Make exporting tombstone (out of VM) configurable" by Shikha Panwar · 3 years, 5 months ago
  48. 6f03c94 Make exporting tombstone (out of VM) configurable by Shikha Panwar · 3 years, 5 months ago
  49. b2519c5 Derive dice before running zipfuse by Inseob Kim · 3 years, 5 months ago
  50. ab72ec5 Strict instance boot checks by Andrew Scull · 3 years, 6 months ago
  51. 65ddfc4 Add a property to reflect the app debuggability by Andrew Scull · 3 years, 7 months ago
  52. e127cff Disable kmsg when microdroid isn't fully debuggable by Andrew Scull · 3 years, 7 months ago
  53. 881d0b0 Remove botoconfig from MicrodroidData by Andrew Scull · 3 years, 7 months ago
  54. a999a32 Flush data to instance disk using BLKFLSBUF by Jiyong Park · 3 years, 7 months ago
  55. 5c71cac Put all our tests to general-tests by Jiyong Park · 3 years, 7 months ago
  56. 6bc3f42 Merge changes from topic "udroid-test-secret" by Andrew Scull · 3 years, 7 months ago
  57. 34916a7 Add a random salt to microdroid data by Andrew Scull · 3 years, 7 months ago
  58. 4b5369f Migrate to reading properties as bools by Andrew Scull · 3 years, 7 months ago
  59. b2f4447 Do a DICE derivation for the payload by Andrew Scull · 3 years, 8 months ago
  60. 684590f Remove placeholder secret used with keymint by Andrew Scull · 3 years, 7 months ago
  61. d650235 Pass isFactory bit from host to Microdroid via payload metadata by Jiyong Park · 3 years, 7 months ago
  62. a919ef7 Merge "Add last_update_seconds." by Treehugger Robot · 3 years, 7 months ago
  63. 97566d3 Merge "Encrypt instance.img data with key from sealing CDI" by Andrew Scull · 3 years, 7 months ago
  64. c96b72e Encrypt instance.img data with key from sealing CDI by Andrew Scull · 3 years, 8 months ago
  65. 40be9d5 Add last_update_seconds. by Andrew Walbran · 3 years, 8 months ago
  66. 66d65f2 Declare module at top of file rather than bottom. by Andrew Walbran · 3 years, 8 months ago
  67. 44e967d Filter-out android.vbmeta.device when reading bootconfig by Jiyong Park · 3 years, 9 months ago
  68. 197748b Verify and mount extra apks by Inseob Kim · 3 years, 9 months ago
  69. 7f18b31 Merge "bootconfig is part of VM identity" by Treehugger Robot · 3 years, 9 months ago
  70. 5c6d417 Microdroid_manager reports error/finished as terminal events by Jooyung Han · 3 years, 9 months ago
  71. 9f72ea6 bootconfig is part of VM identity by Jiyong Park · 3 years, 9 months ago
  72. 217038e Run apk mount utils from microdroid_manager by Inseob Kim · 3 years, 9 months ago
  73. dd0a173 Add notifyError/onError notification for VM errors by Jooyung Han · 3 years, 10 months ago
  74. bfe086f microdroid_manager shuts down on failure by Jooyung Han · 3 years, 10 months ago
  75. fa91d70 Send logd logs from VM to host by Jiyong Park · 3 years, 11 months ago
  76. c7d28c7 Remove cid parameter from VirtualMachineService by Inseob Kim · 3 years, 10 months ago
  77. 86ca016 Trigger onPayloadStarted before spawning payload by Inseob Kim · 3 years, 11 months ago
  78. 6018a8c Ensure we log error details on failure. by Alan Stokes · 4 years ago
  79. 4eea5c7 Log details if payload exits via signal by Alan Stokes · 4 years ago
  80. 311b120 microdroid_manager logs Err from main() by Jooyung Han · 4 years ago
  81. ad60847 Merge "Store/Pass root digests of APEX payload" by Jooyung Han · 4 years ago
  82. c8deb47 Store/Pass root digests of APEX payload by Jooyung Han · 4 years ago
  83. a41535b Store public key of APK to instance disk by Jiyong Park · 4 years ago
  84. 4a9b3bf microdroid_manager: pass apex pubkeys to apexd by Jooyung Han · 4 years ago
  85. a6d11eb microdroid_manager: start zipfuse early by Jooyung Han · 4 years ago
  86. 7a343f9 Microdroid stores APEX pubkeys in instance.img by Jooyung Han · 4 years ago
  87. f7dea25 Data written to instance.img has schema by Jiyong Park · 4 years ago
  88. bb4a987 APK roothash is trusted by Jiyong Park · 4 years ago
  89. d058756 Make port numbers aidl constants by Inseob Kim · 4 years ago
  90. 3787594 Merge "Store apk root hash to the instance disk" by Treehugger Robot · 4 years ago
  91. 21ce2c5 Store apk root hash to the instance disk by Jiyong Park · 4 years ago
  92. 2444af9 Add onPayloadFinished callback by Inseob Kim · 4 years ago
  93. 7f61fe7 Refactor callback and make payload stream duplex by Inseob Kim · 4 years, 1 month ago
  94. 1b95f2e Add VirtualMachineService skeleton code by Inseob Kim · 4 years, 1 month ago
  95. d4e035e Update test key for signing APK payloads by Jooyung Han · 4 years, 1 month ago
  96. 19c1d6c microdroid_manager: verify APK/APEXes by Jooyung Han · 4 years, 1 month ago
  97. 2693882 Merge "Migrate to the librustutils system property bindings." by Joel Galenson · 4 years, 1 month ago
  98. 482704c Migrate to the librustutils system property bindings. by Joel Galenson · 4 years, 1 month ago
  99. e706c9f Microdroid_manager starts before apexd by Jooyung Han · 4 years, 1 month ago
  100. 729a9a0 Migrate keystore2's Rust system library bindings to bionic. by Joel Galenson · 4 years, 2 months ago