1. adf142c Remove misleading test by Alan Stokes · 2 years ago
  2. 6a33357 Merge "More javadoc for capabilities" into main by Treehugger Robot · 2 years ago
  3. 1ab22ea Merge "Allow clippy::unnecessary_fallible_conversions" into main by Stephen Hines · 2 years ago
  4. 4777344 Merge changes I153ccc20,I5e02dc07 into main by Treehugger Robot · 2 years ago
  5. b5d9a46 [attestation] Enable remote attestation for pVM by Alice Wang · 2 years ago
  6. eeadc3f [attestation] Rename test_apk to demo_apk for Vm attestation by Alice Wang · 2 years ago
  7. 25662fe Allow clippy::unnecessary_fallible_conversions by Stephen Hines · 2 years ago
  8. c7fc387 Merge "fsfdt: Add test" into main by Treehugger Robot · 2 years ago
  9. aea90e5 fsfdt: Add test by Jaewan Kim · 2 years ago
  10. 68c7b8f Merge "Introduce avf_build_flags_cc cc_defaults" into main by Nikita Ioffe · 2 years ago
  11. ea9f649 Merge "libfdt: Move FdtNodeMut::next_node_skip_subnodes()" into main by Treehugger Robot · 2 years ago
  12. afe87c0 Merge "libfdt: Introduce Libfdt traits & Move node funcs" into main by Treehugger Robot · 2 years ago
  13. 81c5bc7 libfdt: Move FdtNodeMut::next_node_skip_subnodes() by Pierre-Clément Tosi · 2 years ago
  14. d83741d libfdt: Introduce Libfdt traits & Move node funcs by Pierre-Clément Tosi · 2 years ago
  15. 9e34e6a Merge changes Ic5efebce,I597a6ba5,I4575b41e,I714a95d9,I7d2d8ecb, ... into main by Treehugger Robot · 2 years ago
  16. 7a7b2a9 Merge "Add test API for extra APKs" into main by Alan Stokes · 2 years ago
  17. 38b9e71 Introduce avf_build_flags_cc cc_defaults by Nikita Ioffe · 2 years ago
  18. a80f09b More javadoc for capabilities by Alan Stokes · 2 years ago
  19. 9df1f61 Merge "Fix comment to match code" into main by Treehugger Robot · 2 years ago
  20. 6ec7787 Merge "Revert "Grant CAP_SYS_NICE for virtmgr/crosvm"" into main by Alan Stokes · 2 years ago
  21. 928af75 Merge "pvmfw: Introduce CpuInfo for DT parsing" into main by Pierre-Clément Tosi · 2 years ago
  22. 21331db Revert "Grant CAP_SYS_NICE for virtmgr/crosvm" by Alan Stokes · 2 years ago
  23. cd18984 [automerger skipped] Don't test unspecified behavior am: 51aceed13b -s ours by Alan Stokes · 2 years ago
  24. a8c56f0 Fix comment to match code by Alan Stokes · 2 years ago
  25. 30a5443 Merge "Increase ARM64 memory for tests" into main by Treehugger Robot · 2 years ago
  26. 98acfc3 Merge "[vm_payload][refactoring] Remove redundant vm_payload/lib.rs" into main by Alice Wang · 2 years ago
  27. dab7416 Increase ARM64 memory for tests by Inseob Kim · 2 years ago
  28. b67ee0f Ignore testMicrodroidDebugBootTime_withVendorPartition by Seungjae Yoo · 2 years ago
  29. 8f7f79c Merge "Grant SYS_NICE for CompOS" into main by David Dai · 2 years ago
  30. e2acf9b Merge "Temporarily remove Microdroid tests related to MANAGE_VIRTUAL_MACHINE" into main by David Dai · 2 years ago
  31. 35f5320 Merge "Grant CAP_SYS_NICE for virtmgr/crosvm" into main by David Dai · 2 years ago
  32. d2546ab Merge "pvmfw: Warn if discarding unexpected UART DT nodes" into main by Treehugger Robot · 2 years ago
  33. feaa698 Grant SYS_NICE for CompOS by David Dai · 2 years ago
  34. c7010e3 Temporarily remove Microdroid tests related to MANAGE_VIRTUAL_MACHINE by David Dai · 2 years ago
  35. 8539a64 Merge "Replace use of deprecated logging functions" into main by Jeffrey Vander Stoep · 2 years ago
  36. 689e473 pvmfw: Introduce CpuInfo for DT parsing by Pierre-Clément Tosi · 2 years ago
  37. be89361 pvmfw: Warn if discarding unexpected UART DT nodes by Pierre-Clément Tosi · 2 years ago
  38. 4b31a48 Add test API for extra APKs by Alan Stokes · 2 years ago
  39. 149e0e7 Merge "pvmfw: Remove unsafe code in fdt::patch_timer" into main by Treehugger Robot · 2 years ago
  40. d9dda0c Replace use of deprecated logging functions by Jeff Vander Stoep · 2 years ago
  41. c91541a Merge "[DON'T BLOCK] Test ownership migration rules" into main by Aditya Choudhary · 2 years ago
  42. 51aceed Don't test unspecified behavior by Alan Stokes · 2 years ago
  43. c474a0f [vm_payload][refactoring] Remove redundant vm_payload/lib.rs by Alice Wang · 2 years ago
  44. fbb5ee2 libfdt: Move funcs for non-DT buffers out of Fdt by Pierre-Clément Tosi · 2 years, 2 months ago
  45. 99a7690 libfdt: Move FdtError, Result to dedicated module by Pierre-Clément Tosi · 2 years, 2 months ago
  46. cb92b51 libfdt: Clean up the code before moving FFI calls by Pierre-Clément Tosi · 2 years, 1 month ago
  47. c01fd0d libfdt: Remove duplicate FdtNode::from_mut() by Pierre-Clément Tosi · 2 years ago
  48. ce0b36d libfdt: Make unsafe API for DT cloning safe by Pierre-Clément Tosi · 2 years ago
  49. df3037f libfdt: Make ref casts & transmutes less unsafe by Pierre-Clément Tosi · 2 years, 1 month ago
  50. 42613e6 Merge "pvmfw: Rename intermediate patch_gic() variables" into main by Treehugger Robot · 2 years ago
  51. 7b0848a Merge changes from topic "bootstrap-service-virtualization-jar" into main by Nikita Ioffe · 2 years ago
  52. 6e27534 Merge "pvmfw: use libavb_rs descriptor APIs" into main by David Pursell · 2 years ago
  53. 5369617 [DON'T BLOCK] Test ownership migration rules by Aditya Choudhary · 2 years ago
  54. 0edc4d6 pvmfw: Remove unsafe code in fdt::patch_timer by Pierre-Clément Tosi · 2 years ago
  55. eea2a98 pvmfw: Rename intermediate patch_gic() variables by Pierre-Clément Tosi · 2 years ago
  56. 1f54d78 Merge "Add missing null check" into main by Alan Stokes · 2 years ago
  57. c3e52c5 Merge "Handle broken MicrodroidTests by VM reference DT" into main by Seungjae Yoo · 2 years ago
  58. 05a44b5 Handle broken MicrodroidTests by VM reference DT by Seungjae Yoo · 2 years ago
  59. 4eeb0bf Merge "[DON'T BLOCK] Test ownership migration rules" into main by Aditya Choudhary · 2 years ago
  60. c798edd Track dependency between llpvm, remote attestation and dice flags by Nikita Ioffe · 2 years ago
  61. 20c0825 Add missing null check by Alan Stokes · 2 years ago
  62. ad4c719 Add a VirtualizationSystemService that runs inside system_server by Nikita Ioffe · 2 years ago
  63. a9d71b7 Grant CAP_SYS_NICE for virtmgr/crosvm by David Dai · 2 years ago
  64. 7950894 Merge "Microdroid: Constraints on Payload Subcomponents" into main by Shikha Panwar · 2 years ago
  65. fda7084 Make extra APKs easier to specify by Alan Stokes · 2 years, 2 months ago
  66. 3995207 virtmgr: Create and pass VM reference DT instead of vendor DTBO by Jaewan Kim · 2 years, 1 month ago
  67. 355fcd8 fsfdt: Add FsFdt::append() by Jaewan Kim · 2 years ago
  68. 7086d54 Merge "Use /proc/device-tree for reading AVF DT" into main by Treehugger Robot · 2 years ago
  69. 61615bd [DON'T BLOCK] Test ownership migration rules by Aditya Choudhary · 2 years ago
  70. 5830b2b Merge "Replace use of deprecated logging functions" into main by Jeffrey Vander Stoep · 2 years ago
  71. 2b26d65 Fix error messages by Alan Stokes · 2 years ago
  72. 1f0135b Use /proc/device-tree for reading AVF DT by Jaewan Kim · 2 years ago
  73. 57da157 Replace use of deprecated logging functions by Jeff Vander Stoep · 2 years ago
  74. 9a82132 Merge "virtmgr: Add libfsfdt for reading host DT from file system" into main by Treehugger Robot · 2 years ago
  75. eef79bb Merge "Increase compos default memory" into main by Inseob Kim · 2 years ago
  76. 9cf731b virtmgr: Add libfsfdt for reading host DT from file system by Jaewan Kim · 2 years, 1 month ago
  77. 4036d2d Merge "Move VM Info APIs to MicrodroidHostTestCaseBases" into main by Treehugger Robot · 2 years ago
  78. 61599a2 Increase compos default memory by Inseob Kim · 2 years ago
  79. 9ae2e62 Move cursor to start after truncating the file by Shikha Panwar · 2 years ago
  80. 5eefc09 Move VM Info APIs to MicrodroidHostTestCaseBases by Jaewan Kim · 2 years ago
  81. 6bc52c7 Merge "Fix AVFHostTestCase" into main by Treehugger Robot · 2 years ago
  82. f445992 Fix AVFHostTestCase by Inseob Kim · 2 years ago
  83. c420c8b pvmfw: use libavb_rs descriptor APIs by David Pursell · 2 years, 1 month ago
  84. b167769 Merge "Flag guard virtual cpufreq support" into main by David Dai · 2 years ago
  85. c66c562 Merge "Microdroid: Use libdice_policy_builder" into main by Treehugger Robot · 2 years ago
  86. e6f5bb0 Flag guard virtual cpufreq support by David Dai · 2 years ago
  87. 101ac8f Microdroid: Constraints on Payload Subcomponents by Shikha Panwar · 2 years, 1 month ago
  88. eb78624 Merge "Remove java_api_contribution modules from .bp files" into main by Jihoon Kang · 2 years ago
  89. efb0800 Merge "Fix typo" into main by Treehugger Robot · 2 years ago
  90. ae902cc Fix typo by Alan Stokes · 2 years ago
  91. ae4933a Remove java_api_contribution modules from .bp files by Jihoon Kang · 2 years, 1 month ago
  92. e636342 libfdt: Add FdtNodeMut::add_subnodes() by Jaewan Kim · 2 years, 1 month ago
  93. 4a34b0d libfdt: Fix subnodes() lifetime by Jaewan Kim · 2 years, 1 month ago
  94. e763ce1 Microdroid: Use libdice_policy_builder by Shikha Panwar · 2 years, 1 month ago
  95. 1ec249c Merge "Treat APK path change as compatible" into main by Alan Stokes · 2 years, 1 month ago
  96. 69eb2a6 Merge "Run MicrodroidBenchmarks also on GKI" into main by Inseob Kim · 2 years, 1 month ago
  97. 84bac4d Merge "Mention vendor hashtree digest as use case of VM reference DT" into main by Seungjae Yoo · 2 years, 1 month ago
  98. 9a7b007 Treat APK path change as compatible by Alan Stokes · 2 years, 1 month ago
  99. 1b670a4 Merge "Validate setOs and --gki when creating a VM" into main by Inseob Kim · 2 years, 1 month ago
  100. 816f21c Mention vendor hashtree digest as use case of VM reference DT by Seungjae Yoo · 2 years, 1 month ago