1. 8025197 pvmfw: Randomize guest KASLR seed by Pierre-Clément Tosi · 2 years, 8 months ago
  2. 7f27c0d Stop truncating the BCC by Alan Stokes · 2 years, 6 months ago
  3. da1b273 Add avf_build_flags_rust defaults to all rust_ modules by Nikita Ioffe · 2 years, 7 months ago
  4. a7c727b avb: move error module to libavb by David Pursell · 2 years, 7 months ago
  5. 4c2e783 Merge "pvmfw: config: Treat v1.x as latest version known" into main by Treehugger Robot · 2 years, 7 months ago
  6. ce3e313 pvmfw: config: Treat v1.x as latest version known by Pierre-Clément Tosi · 2 years, 7 months ago
  7. 9116022 Merge "Use the new API for creating config descriptor" into main by Alan Stokes · 2 years, 7 months ago
  8. c6e9246 Use the new API for creating config descriptor by Alan Stokes · 2 years, 7 months ago
  9. aea8364 Remove unsafe lints now that they are enabled globally. by Andrew Walbran · 2 years, 7 months ago
  10. bf5978c pvmfw: Handle config version 1.1 by Jaewan Kim · 2 years, 8 months ago
  11. 3300149 pvmfw: Add support for variable config entry count by Pierre-Clément Tosi · 2 years, 7 months ago
  12. fd694c7 pvmfw: Simplify HeaderEntry parsing by Pierre-Clément Tosi · 2 years, 7 months ago
  13. 6b7fb3c pvmfw: Refactor to manage config version in its struct by Jaewan Kim · 2 years, 7 months ago
  14. b27ec8f Adjust virtio_blk API for virtio-drivers 0.6.0 by Alice Wang · 2 years, 8 months ago
  15. 196192b Improve safety comment. by Alan Stokes · 2 years, 8 months ago
  16. ae3350d Standardise and add safety comments. by Andrew Walbran · 2 years, 8 months ago
  17. 0550d9f Merge "Increase number of PCI devices to 10" into main by Nikita Ioffe · 2 years, 8 months ago
  18. 85d8026 Increase number of PCI devices to 10 by Nikita Ioffe · 2 years, 8 months ago
  19. bf4b24d Merge "pvmfw: Detect and log large number of PCI devices" into main by Treehugger Robot · 2 years, 8 months ago
  20. aa0f655 pvmfw: Detect and log large number of PCI devices by Pierre-Clément Tosi · 2 years, 8 months ago
  21. 3829b64 Merge "Standardise safety comments in pvmfw and fdtpci." into main by Treehugger Robot · 2 years, 8 months ago
  22. 20bb4e4 Standardise safety comments in pvmfw and fdtpci. by Andrew Walbran · 2 years, 8 months ago
  23. b7e26b3 Merge changes I73e522f9,Ifc92a85b,I9b918dd9,I6f84eff9 into main by Jiyong Park · 2 years, 8 months ago
  24. 7a9abd3 doc: add debug/README.md by Jiyong Park · 2 years, 9 months ago
  25. 616b17c doc: major refactoring of the getting started doc by Jiyong Park · 2 years, 9 months ago
  26. 48d3422 Merge "pvmfw: fdt: Rename read_common_debug_policy" into main by Treehugger Robot · 2 years, 8 months ago
  27. b6082dc Merge "pvmfw: Make the NonZeroUsize FDT_SIZE non-const" into main by Treehugger Robot · 2 years, 8 months ago
  28. d88fd2d pvmfw: Make the NonZeroUsize FDT_SIZE non-const by Pierre-Clément Tosi · 2 years, 8 months ago
  29. 4e83bca Merge "[vmbase] Move current exception handling helper functions to vmbase" into main by Alice Wang · 2 years, 8 months ago
  30. 62ffc0d vmbase: Configure stack guard from Rust by Pierre-Clément Tosi · 2 years, 9 months ago
  31. d330548 vmbase: Initialize logger before calling main() by Pierre-Clément Tosi · 2 years, 9 months ago
  32. d643cfe hyp: Refactor HypervisorCap to harden backends by Pierre-Clément Tosi · 2 years, 9 months ago
  33. 5ad1e8c hyp: Introduce HypervisorCap::MMIO_GUARD by Pierre-Clément Tosi · 2 years, 9 months ago
  34. 8e30640 Merge "[vmbase] Update return type of layout functions to VirtualAddress" into main by Treehugger Robot · 2 years, 9 months ago
  35. a9fe1fb [vmbase] Move current exception handling helper functions to vmbase by Alice Wang · 2 years, 9 months ago
  36. 8b09704 [vmbase] Update return type of layout functions to VirtualAddress by Alice Wang · 2 years, 9 months ago
  37. 8873646 [pvmfw] Update faulting address register value type to VirtualAddress by Alice Wang · 2 years, 9 months ago
  38. ae9ed2a [pvmfw] Extract EL1 exception register read into a function by Alice Wang · 2 years, 9 months ago
  39. a3931aa Update layout/PageTable memory range to Range<VirtualAddress> by Alice Wang · 2 years, 9 months ago
  40. 7c55c7d [vmbase][pci] Decouple Hal impl from PciTransportIterator by Alice Wang · 2 years, 9 months ago
  41. 0ae33e9 [pvmfw] Move exception name out of print_exception_failure() by Alice Wang · 2 years, 9 months ago
  42. 8364a48 [pvmfw]Refactor non UART exception handling failure reporting by Alice Wang · 2 years, 9 months ago
  43. a04c2f1 Merge "[virt] Adjust spelling of initialise in code and comments" by Alice Wang · 2 years, 9 months ago
  44. eff5839 [virt] Adjust spelling of initialise in code and comments by Alice Wang · 2 years, 9 months ago
  45. 0d52747 [pvmfw] Ensure the /memory node in DT contains only one range by Alice Wang · 2 years, 9 months ago
  46. 17e2032 Merge changes Iae7130f2,Ibe6629a2,If39f46d9 by Treehugger Robot · 2 years, 9 months ago
  47. 6a4808c vmbase: Rename configure_global_allocator_size by Pierre-Clément Tosi · 2 years, 9 months ago
  48. e0bc174 Android.bp: Remove apex_avaiable from guest libs by Pierre-Clément Tosi · 2 years, 9 months ago
  49. 4894b43 Android.bp: Clean up vmbase_*_defaults by Pierre-Clément Tosi · 2 years, 9 months ago
  50. 326f1ea Merge "pvmfw: Log clarification about initrd_normal error" by Treehugger Robot · 2 years, 9 months ago
  51. 8ca7a44 vmbase: Initialize heap in rust_entry by Pierre-Clément Tosi · 2 years, 9 months ago
  52. c332fae vmbase: Move heap.rs out of pvmfw by Pierre-Clément Tosi · 2 years, 9 months ago
  53. f90655d pvmfw: Log clarification about initrd_normal error by Pierre-Clément Tosi · 2 years, 9 months ago
  54. 0cff343 Merge changes I84242526,I478e6e99 by Treehugger Robot · 2 years, 9 months ago
  55. bd807bb Merge "pvmfw: Prepare heap.rs for move" by Treehugger Robot · 2 years, 9 months ago
  56. f3681e8 pvmfw: Prepare heap.rs for move by Pierre-Clément Tosi · 2 years, 9 months ago
  57. 44e9f94 pvmfw/avb: Squash libpvmfw_avb_nostd BP module by Pierre-Clément Tosi · 2 years, 9 months ago
  58. 3e3d733 vmbase: Move rand.rs out of pvmfw by Pierre-Clément Tosi · 2 years, 9 months ago
  59. cb38e6d pvmfw: Prepare rand.rs for move by Pierre-Clément Tosi · 2 years, 9 months ago
  60. 78b6851 pvmfw: Panic on fill_with_entropy error for BSSL by Pierre-Clément Tosi · 2 years, 9 months ago
  61. 56ec45b [pvmfw][fdt] Do not panic if the DT has no /chosen node by Alice Wang · 2 years, 9 months ago
  62. 7f2e5dc Merge "[rialto] Initialize the shared memory pool" by Alice Wang · 2 years, 9 months ago
  63. 456b8ea Merge "[vmbase] Move SwiotlbInfo from pvmfw to vmbase" by Alice Wang · 2 years, 9 months ago
  64. 9b14222 Merge "[pvmfw] Separate SWIOTLB info parsing and validation properly" by Treehugger Robot · 2 years, 9 months ago
  65. b6d2c64 [rialto] Initialize the shared memory pool by Alice Wang · 2 years, 9 months ago
  66. a397106 [vmbase] Move SwiotlbInfo from pvmfw to vmbase by Alice Wang · 2 years, 9 months ago
  67. abc7d63 [pvmfw] Introduce FdtValidationError during the FDT validation by Alice Wang · 2 years, 9 months ago
  68. 9cfbfd6 [pvmfw] Separate SWIOTLB info parsing and validation properly by Alice Wang · 2 years, 9 months ago
  69. 0e08623 [virtio] Refactor VirtIOBlkIterator to PciTransportIterator by Alice Wang · 2 years, 9 months ago
  70. ce7ed5e Merge "Add a comment in TEST_MAPPING that ath_config has to be updated" by Treehugger Robot · 2 years, 9 months ago
  71. 959f551 Add a comment in TEST_MAPPING that ath_config has to be updated by Jiyong Park · 2 years, 9 months ago
  72. 2422bdc [fdt] Add function to get the first range in /memory node of fdt by Alice Wang · 2 years, 9 months ago
  73. e9ae5c4 [rialto] Adjust FDT size in initialization by Alice Wang · 2 years, 9 months ago
  74. 63f4c9e [vmbase] Move MAX_VIRT_ADDR from pvmfw to vmbase by Alice Wang · 2 years, 9 months ago
  75. 89d2959 [rialto] Adjust the MMIO range mapped in page table by Alice Wang · 2 years, 9 months ago
  76. 5bb7950 [vmbase] Change payload_range in MemoryTracker to Option by Alice Wang · 2 years, 9 months ago
  77. eade167 [virtio] Move virtio module from pvmfw to vmbase by Alice Wang · 2 years, 9 months ago
  78. 287de62 [pvmfw][virtio] Refactor PCI initialisation by Alice Wang · 2 years, 9 months ago
  79. 93ee98a [pvmfw][vmbase] Move MemoryTracker to vmbase for reuse by Alice Wang · 2 years, 9 months ago
  80. 110476e [pvmfw][vmbase] Move MemoryTrackerError to vmbase by Alice Wang · 2 years, 9 months ago
  81. b73a81b [pvmfw][vmbase] Move page table update functions to vmbase by Alice Wang · 2 years, 9 months ago
  82. ee5b180 [vmbase] Add page table parameters to vmbase for reuse by Alice Wang · 2 years, 10 months ago
  83. 446146a [pvmfw] Move payload_range out of MemoryTracker by Alice Wang · 2 years, 10 months ago
  84. 4c70d14 [pvmfw] Refactor MMIO range check in pvmfw by Alice Wang · 2 years, 10 months ago
  85. 4be4dd0 [vmbase] Move RangeExt to vmbase for reuse by Alice Wang · 2 years, 10 months ago
  86. e243d46 [vmbase] Add crosvm layout constant MEM_START to vmbase by Alice Wang · 2 years, 10 months ago
  87. 1a3de7f Merge "[pvmfw][vmbase] Add constant PAGE_SIZE to vmbase" by Treehugger Robot · 2 years, 10 months ago
  88. 81e8f14 [pvmfw] Refactor Range<usize> overlap check by Alice Wang · 2 years, 10 months ago
  89. 4b3cc11 [pvmfw][vmbase] Add constant PAGE_SIZE to vmbase by Alice Wang · 2 years, 10 months ago
  90. 3fa9b80 [pvmfw] Move memory flush functions to vmbase by Alice Wang · 2 years, 10 months ago
  91. eacb738 [pvmfw] Move utility functions/consts relating to memory to vmbase by Alice Wang · 2 years, 10 months ago
  92. ee92db4 Merge "[pvmfw] Move MemorySharer from pvmfw to vmbase" by Alice Wang · 2 years, 10 months ago
  93. c3829f1 Remove redundant unsafe markers by Alan Stokes · 2 years, 10 months ago
  94. f47b234 [pvmfw] Move MemorySharer from pvmfw to vmbase by Alice Wang · 2 years, 10 months ago
  95. 807fa59 [pvmfw][rialto] Refactor and reuse console_uart_range() by Alice Wang · 2 years, 10 months ago
  96. 3d4c5c3 rialto: Use PageTable from pvmfw through vmbase by Pierre-Clément Tosi · 2 years, 10 months ago
  97. 232b89c Merge "The psci crate was renamed to smccc. Use the new version." by Treehugger Robot · 2 years, 10 months ago
  98. ad1fc75 pvmfw: Extract pvmfw-specific code out of mmu.rs by Pierre-Clément Tosi · 2 years, 10 months ago
  99. f44f160 The psci crate was renamed to smccc. Use the new version. by Andrew Walbran · 2 years, 10 months ago
  100. 4dd2093 [pvmfw] Move dirty state management control util to vmbase by Alice Wang · 2 years, 10 months ago