1. 6ef8097 Implement platform API to assign devices by Inseob Kim · 2 years, 1 month ago
  2. e37425e Merge "[rialto] Enable the host and service VM vsock connection" into main by Alice Wang · 2 years, 1 month ago
  3. 4e082c3 [rialto] Enable the host and service VM vsock connection by Alice Wang · 2 years, 1 month ago
  4. ae3350d Standardise and add safety comments. by Andrew Walbran · 2 years, 1 month ago
  5. 6218335 [rialto] Find virtio socket device through PCI bus by Alice Wang · 2 years, 1 month ago
  6. f1d5efd [rialto] Handle page table exceptions in rialto by Alice Wang · 2 years, 1 month ago
  7. 9a7328e vmbase/rialto: Read ESR_EL1 with read_sysreg!() by Pierre-Clément Tosi · 2 years, 1 month ago
  8. d330548 vmbase: Initialize logger before calling main() by Pierre-Clément Tosi · 2 years, 1 month ago
  9. 910a72d rialto: Clean up code handling non-protected KVM by Pierre-Clément Tosi · 2 years, 1 month ago
  10. d643cfe hyp: Refactor HypervisorCap to harden backends by Pierre-Clément Tosi · 2 years, 1 month ago
  11. 5ad1e8c hyp: Introduce HypervisorCap::MMIO_GUARD by Pierre-Clément Tosi · 2 years, 1 month ago
  12. 8937cb8 vmbase: Use heap for non-protected SHARED_POOL by Pierre-Clément Tosi · 2 years, 1 month ago
  13. a3931aa Update layout/PageTable memory range to Range<VirtualAddress> by Alice Wang · 2 years, 1 month ago
  14. a04c2f1 Merge "[virt] Adjust spelling of initialise in code and comments" by Alice Wang · 2 years, 1 month ago
  15. cc0c625 Merge "[rialto][MMIO] Remove redundant memory mapping for MMIO range" by Alice Wang · 2 years, 1 month ago
  16. eff5839 [virt] Adjust spelling of initialise in code and comments by Alice Wang · 2 years, 1 month ago
  17. 37cb07c [rialto][MMIO] Remove redundant memory mapping for MMIO range by Alice Wang · 2 years, 1 month ago
  18. d36c711 [rialto] Initialize CAM and BAR ranges for PCI bus by Alice Wang · 2 years, 1 month ago
  19. 46d77fc Merge changes from topic "microdroid_log" by Jiyong Park · 2 years, 1 month ago
  20. 17e2032 Merge changes Iae7130f2,Ibe6629a2,If39f46d9 by Treehugger Robot · 2 years, 1 month ago
  21. 6a4808c vmbase: Rename configure_global_allocator_size by Pierre-Clément Tosi · 2 years, 1 month ago
  22. e0bc174 Android.bp: Remove apex_avaiable from guest libs by Pierre-Clément Tosi · 2 years, 1 month ago
  23. 4894b43 Android.bp: Clean up vmbase_*_defaults by Pierre-Clément Tosi · 2 years, 1 month ago
  24. 8ca7a44 vmbase: Initialize heap in rust_entry by Pierre-Clément Tosi · 2 years, 2 months ago
  25. c332fae vmbase: Move heap.rs out of pvmfw by Pierre-Clément Tosi · 2 years, 2 months ago
  26. e6fb167 Support console input to VM by Jiyong Park · 2 years, 1 month ago
  27. b6d2c64 [rialto] Initialize the shared memory pool by Alice Wang · 2 years, 2 months ago
  28. 674257a [rialto] Shrink the memory range to the memory range in DT by Alice Wang · 2 years, 2 months ago
  29. 74f7f4b [rialto][fdt] Map and validate FDT range in memory before parsing by Alice Wang · 2 years, 2 months ago
  30. 959f551 Add a comment in TEST_MAPPING that ath_config has to be updated by Jiyong Park · 2 years, 2 months ago
  31. b70bdb5 [rialto] Set up and tear down the global memory tracker in rialto by Alice Wang · 2 years, 2 months ago
  32. e9ae5c4 [rialto] Adjust FDT size in initialization by Alice Wang · 2 years, 2 months ago
  33. 89d2959 [rialto] Adjust the MMIO range mapped in page table by Alice Wang · 2 years, 2 months ago
  34. 77d9dd3 [rialto] Unmap UART in the end of main() execution by Alice Wang · 2 years, 2 months ago
  35. ee5b180 [vmbase] Add page table parameters to vmbase for reuse by Alice Wang · 2 years, 2 months ago
  36. 4b3cc11 [pvmfw][vmbase] Add constant PAGE_SIZE to vmbase by Alice Wang · 2 years, 2 months ago
  37. 807fa59 [pvmfw][rialto] Refactor and reuse console_uart_range() by Alice Wang · 2 years, 2 months ago
  38. 3d4c5c3 rialto: Use PageTable from pvmfw through vmbase by Pierre-Clément Tosi · 2 years, 2 months ago
  39. 920a490 Merge "[service-vm] Identitfy service VM in pvmfw with avb property" by Alice Wang · 2 years, 2 months ago
  40. dda3ba9 [rialto] Parse the PCI info from rialto's device tree by Alice Wang · 2 years, 3 months ago
  41. ab0d020 [service-vm] Identitfy service VM in pvmfw with avb property by Alice Wang · 2 years, 3 months ago
  42. 50559df vmbase: Explicitly map valid memory ranges by Jakob Vukalovic · 2 years, 4 months ago
  43. ff27757 rialto: Initialize heap when entering main() by Pierre-Clément Tosi · 2 years, 3 months ago
  44. 23aba52 vmbase: Move stack to end of writable_data by Pierre-Clément Tosi · 2 years, 4 months ago
  45. 8bb3d72 vmbase: Map .bss, .data, & stack separately by Pierre-Clément Tosi · 2 years, 4 months ago
  46. 5fa484f rialto: Get memory regions from vmbase::layout by Pierre-Clément Tosi · 2 years, 4 months ago
  47. 90e6f16 [hypervisor] Add mmio_guard_init() to Hypervisor trait by Alice Wang · 2 years, 4 months ago
  48. 9a8b39f [rialto] Enable Rialto to run in protected VM by Alice Wang · 2 years, 4 months ago
  49. 2116f5d Remove unnecessary feature declarations by Chris Wailes · 2 years, 4 months ago
  50. 5776f08 Add --gdb flag to vm run,run-app and run-microdroid commands by Nikita Ioffe · 2 years, 6 months ago
  51. 7d1e5ec Refactor VM config to support different CPU topologies by David Brazdil · 2 years, 6 months ago
  52. 8d39a9b virtmgr: fail fast on misconfigured device by Alan Stokes · 2 years, 7 months ago
  53. 4b4c510 Start using virtmgr for running VMs by David Brazdil · 2 years, 8 months ago
  54. f219cd8 Delete cpu affinity config by Victor Hsieh · 2 years, 11 months ago
  55. d1bd3c1 Merge changes I5e4db74f,I167148cd,I512a2cd0 by Treehugger Robot · 3 years ago
  56. 62085c0 Send UID and VM identifier to existing atoms by Seungjae Yoo · 3 years ago
  57. 5f7c3c7 Move AVF tests to avf-pre/postsubmit test group by David Brazdil · 3 years ago
  58. 7749795 Update for new version of aarch64-paging. by Andrew Walbran · 3 years ago
  59. 0e82b50 Move VM callback to vmclient by Alan Stokes · 3 years ago
  60. dfca76c rialto: Apply timeout to VM exit in test by Alan Stokes · 3 years ago
  61. b6463c9 rialto: Remove activate_kernel_pgt function by David Brazdil · 3 years, 1 month ago
  62. 6629b6e rialto: Move PT Attributes to global constants by David Brazdil · 3 years, 1 month ago
  63. 05a72fd rialto: Remove 'extern crate log' by David Brazdil · 3 years, 1 month ago
  64. 2022bfb rialto: Add rialto_test to presubmit by David Brazdil · 3 years, 1 month ago
  65. 66fc120 rialto: Initial commit by David Brazdil · 3 years, 1 month ago