1. 9d9cf18 vmbase_example: Refactor DT boot pointer handling by Pierre-Clément Tosi · 1 year, 1 month ago
  2. 1a089a0 Move vmbase to libs/libvmbase by Jiyong Park · 1 year, 1 month ago[Renamed from vmbase/example/src/main.rs]
  3. b59cda4 Fix formatting issues by Charisee · 1 year, 4 months ago
  4. e5b7834 Update needed for Rust v1.77.1 by Charisee · 1 year, 5 months ago
  5. a3c4ec3 libfdt: Change FdtNodeMut::add_subnode*(self, ...) by Pierre-Clément Tosi · 1 year, 6 months ago
  6. 1bf532b libs: Move cstr!() into its own crate by Pierre-Clément Tosi · 1 year, 10 months ago
  7. aea8364 Remove unsafe lints now that they are enabled globally. by Andrew Walbran · 2 years ago
  8. 4784280 Require safety comments in vmbase example. by Andrew Walbran · 2 years, 2 months ago
  9. 70b580c vmbase_example: Minimize scope of unsafe blocks by Pierre-Clément Tosi · 2 years, 2 months ago
  10. 62ffc0d vmbase: Configure stack guard from Rust by Pierre-Clément Tosi · 2 years, 2 months ago
  11. 67108c3 vmbase: Define Bionic TLS from Rust by Pierre-Clément Tosi · 2 years, 2 months ago
  12. d330548 vmbase: Initialize logger before calling main() by Pierre-Clément Tosi · 2 years, 2 months ago
  13. cee2c65 [vmbase][test] Refactor page table initialization in vmbase test by Alice Wang · 2 years, 2 months ago
  14. a3931aa Update layout/PageTable memory range to Range<VirtualAddress> by Alice Wang · 2 years, 2 months ago
  15. b88eb01 Use read_volatile for stack_check_guard. by Andrew Walbran · 2 years, 2 months ago
  16. 6a4808c vmbase: Rename configure_global_allocator_size by Pierre-Clément Tosi · 2 years, 2 months ago
  17. 8ca7a44 vmbase: Initialize heap in rust_entry by Pierre-Clément Tosi · 2 years, 2 months ago
  18. c332fae vmbase: Move heap.rs out of pvmfw by Pierre-Clément Tosi · 2 years, 2 months ago
  19. 8ecc78b vmbase: Use cstr!() in example by Pierre-Clément Tosi · 2 years, 2 months ago
  20. 2422bdc [fdt] Add function to get the first range in /memory node of fdt by Alice Wang · 2 years, 3 months ago
  21. 50559df vmbase: Explicitly map valid memory ranges by Jakob Vukalovic · 2 years, 4 months ago
  22. 8bb3d72 vmbase: Map .bss, .data, & stack separately by Pierre-Clément Tosi · 2 years, 4 months ago
  23. ef99629 vmbase: Temporarily disable logging in exception handlers by Jakob Vukalovic · 2 years, 5 months ago
  24. 2116f5d Remove unnecessary feature declarations by Chris Wailes · 2 years, 5 months ago
  25. cb9d2f9 [dice] Move hash function to the library libdiced_open_dice by Alice Wang · 2 years, 7 months ago
  26. 730375d Add new library to share FDT/PCI/VirtIO code. by Andrew Walbran · 2 years, 8 months ago
  27. 0a8dac7 No need to allocate PCI BARs after all. by Andrew Walbran · 2 years, 8 months ago
  28. 4a59a17 Reduce verbosity of idmap dump. by Andrew Walbran · 2 years, 9 months ago
  29. 8217d06 Probe for VirtIO PCI devices and allocate BARs. by Andrew Walbran · 2 years, 9 months ago
  30. b244d93 libfdt: Map FDT_ERR_NOTFOUND to Option::None by Pierre-Clément Tosi · 2 years, 9 months ago
  31. 1b0d890 libfdt: Extend Rust wrapper with write functions by Pierre-Clément Tosi · 2 years, 9 months ago
  32. 41c158e libfdt: Add CompatibleIterator by Pierre-Clément Tosi · 2 years, 9 months ago
  33. 1baa9a9 libfdt: Create Rust wrapper by David Brazdil · 3 years, 2 months ago
  34. 581e9b6 vmbase_example: Replace cast with .as{_mut}_ptr() by Pierre-Clément Tosi · 2 years, 10 months ago
  35. 9a83e61 Add libopen_dice nostd wrapper and test it in vmbase_example by David Brazdil · 2 years, 11 months ago
  36. a51c6f0 vmbase: Support LLVM and Bionic stack guard by David Brazdil · 2 years, 11 months ago
  37. b41aa8f vmbase: Use logger in example kernel by David Brazdil · 3 years, 2 months ago
  38. 153aad9 Move memory layout helpers to new module. by Andrew Walbran · 3 years, 2 months ago
  39. f17c651 Format entry register values as 64-bit hex. by Andrew Walbran · 3 years, 2 months ago
  40. 06cba03 Check that DTB address is as expected. by Andrew Walbran · 3 years, 4 months ago
  41. 1356454 Construct page table in Rust. by Andrew Walbran · 3 years, 4 months ago
  42. e03395a Pass x0-x3 boot values to Rust main function. by Andrew Walbran · 3 years, 4 months ago
  43. f7b6dc8 Add a heap allocator. by Andrew Walbran · 3 years, 4 months ago
  44. 5d4e1c9 Test BSS and data sections. by Andrew Walbran · 3 years, 5 months ago
  45. 6261cf4 Print addresses. by Andrew Walbran · 3 years, 5 months ago
  46. eef9820 Add example to run as unprotected VM bootloader. by Andrew Walbran · 3 years, 4 months ago