1. 4aa8693 kvm_sys: update bindings and add aarch64 bindings by Sonny Rao · 7 years ago
  2. 295ccac devices: Add balloon by Dylan Reid · 7 years ago
  3. 39aa26b crosvm: move run_config to its own module by Zach Reizner · 7 years ago
  4. 5649a04 main: Use /var/empty for jailed roots by Dylan Reid · 7 years ago
  5. 2415ef6 sys_util: Add ability to madvise a region by Dylan Reid · 7 years ago
  6. fedb675 x85: mptable: Move the mptable to the end of base RAM by Dylan Reid · 7 years ago
  7. 939d588 Make the main crosvm project a workspace by Dylan Reid · 7 years ago
  8. 5327d05 mptable: Fix range check and unit tests by Dylan Reid · 7 years ago
  9. bd035c7 io_jail: Fix doc tests and docs by Dylan Reid · 7 years ago
  10. f31455e sys_util/vm_control: Don't test shm if memfd_create doesn't exist by Dylan Reid · 7 years ago
  11. 15ac873 crosvm: fix MPTable, enable apic by Slava Malyugin · 7 years ago
  12. 4e7feee wl: increase max FDs to send/recv by Zach Reizner · 7 years ago
  13. 8b0d12c crosvm: don't die on suspend/resume by Stephen Barber · 7 years ago
  14. ad98452 io_jail: correct io_jail tests that used Minijail::enter() by Zach Reizner · 7 years ago
  15. 082aece crosvm: remove stdin from pollables at EOF/error by Stephen Barber · 7 years ago
  16. ce37479 crosvm/devices: set thread names by Stephen Barber · 7 years ago
  17. d657af6 kvm: reuse memory region slots by Zach Reizner · 7 years ago
  18. 28a5a61 crosvm: allow specifying wayland path and group by Stephen Barber · 7 years ago
  19. f70a9d4 sys_util: add chown wrapper by Stephen Barber · 7 years ago
  20. 5bf651c sys_util: add get_user_id and get_group_id functions by Stephen Barber · 7 years ago
  21. 7a2fec4 crosvm: bump libc version to 0.2.32 by Stephen Barber · 7 years ago
  22. b3bfbde Use minijail_fork by Dylan Reid · 7 years ago
  23. d37aa9f Add ability to minijail_fork by Dylan Reid · 7 years ago
  24. 77ec85e README: use /run paths by Mike Frysinger · 7 years ago
  25. 70a8290 Fix new warning with rust 1.21 by Dylan Reid · 7 years ago
  26. d169a8d Move crosvm/hw to a new devices module by Dylan Reid · 7 years ago
  27. 94bf1bf Move vm_control to a top-level crate by Dylan Reid · 7 years ago
  28. d0c9adc main: Default to sandboxed devices by Dylan Reid · 7 years ago
  29. e026ef0 main: use - instead of _ for seccomp policy argument by Dylan Reid · 7 years ago
  30. 6eb6712 Load seccomp files from standard location by Chirantan Ekbote · 7 years ago
  31. bb493dd convert println logs to logging macros by Zach Reizner · 7 years ago
  32. 26e1aef add usage information to README by Zach Reizner · 7 years ago
  33. 5e4ab46 build_test: use command line arguments instead of enviroment variables by Zach Reizner · 7 years ago
  34. ab839e2 fix dependency versions and add Cargo.lock by Zach Reizner · 7 years ago
  35. 42b3e8d net_util: Remove unused import by Chirantan Ekbote · 7 years ago
  36. 88f9cba Implement virtio-vsock by Chirantan Ekbote · 7 years ago
  37. 270f7b6 Improve guest memory error handling by Dylan Reid · 7 years ago
  38. 6f366b5 vhost: Fix-up failing tests and add a little more coverage by Jason D. Clinton · 7 years ago
  39. 2bcf05b crosvm: add virtio wayland device by Zach Reizner · 7 years ago
  40. 22175fe crosvm: add uid_map/gid_map support to jailed devices by Zach Reizner · 7 years ago
  41. d7f0362 net_util: Fix-up failing tests and add a little more coverage by Jason D. Clinton · 7 years ago
  42. 1ea2f8e crosvm: bump libc version to 0.2.29 by Zach Reizner · 7 years ago
  43. bb23170 io_jail: add ui_map/gid_map support to minijail by Zach Reizner · 7 years ago
  44. 1f77a0d sys_util: use libc's openlog to connect to syslog by Zach Reizner · 7 years ago
  45. d0a1fde crosvm: jailed child processes inherit stderr by Zach Reizner · 7 years ago
  46. 35d4950 io_jail: implement Display for Error by Zach Reizner · 7 years ago
  47. efe9578 crosvm: argument parsing without clap by Zach Reizner · 7 years ago
  48. e932102 data_model: add copy functions for copying slices in VolatileSlice's by Zach Reizner · 7 years ago
  49. 451dd3b add build_test script to automate crosvm test running by Zach Reizner · 7 years ago
  50. 3cbded2 fix armv7a and aarch64 build errors and warnings by Zach Reizner · 7 years ago
  51. 86fb956 Refactor the VhostNet virtio device by Chirantan Ekbote · 7 years ago
  52. ee73bf3 crosvm: unlink control sockets bound to files by Zach Reizner · 7 years ago
  53. 56077cf fix compiler errors and warnings by Zach Reizner · 7 years ago
  54. 195457e Refactor VhostNet into separate vhost and net pieces by Chirantan Ekbote · 7 years ago
  55. 56158c8 sys_util: add safe wrappers getpid,geteuid,getguid,waitpid,kill by Zach Reizner · 7 years ago
  56. 41d5b5b Put seccomp policy files in a common directory by Chirantan Ekbote · 7 years ago
  57. 29ad3c7 crosvm: refactor and expand vm control socket IPC by Zach Reizner · 7 years ago
  58. 5e77e88 crosvm: add pure virtio net device by Stephen Barber · 7 years ago
  59. d527d85 crosvm: Add barrier before updating used_ring index by Dylan Reid · 7 years ago
  60. c28f6a6 crosvm: Add virtio random by Dylan Reid · 7 years ago
  61. d579e3c crosvm: rename Net virtio device to VhostNet by Stephen Barber · 7 years ago
  62. 604d989 net_util: implement Read, Write, and Pollable for Tap by Stephen Barber · 7 years ago
  63. 2fb1969 sys_util: add read_slice_at_addr to GuestMemory by Stephen Barber · 7 years ago
  64. 09a95f5 kvm: add device memory interface to Vm by Zach Reizner · 7 years ago
  65. 7a9de27 sys_util: allow sock_ctrl_msg to be more flexible with iovecs by Zach Reizner · 7 years ago
  66. 3eddedd sys_util: add Pollable impls for UnixDatagram and UnixStream by Zach Reizner · 7 years ago
  67. 174ce13 crosvm: fix queue wrapping behavior over u16 by Zach Reizner · 7 years ago
  68. f463bc1 crosvm: main - Allow read/write block devices by Dylan Reid · 7 years ago
  69. 5ad8bc5 io_jail: Add InvalidPath error by Stephen Barber · 7 years ago
  70. ce3a3e8 sys_util: fix include in sock_ctrl_msg by Stephen Barber · 7 years ago
  71. bf36bcb sys_util: add sock_ctrl_msg module for transmitting messages with FD by Zach Reizner · 7 years ago
  72. 3a4cca1 crosvm: block - Fill upper 4 bytes of disk size by Dylan Reid · 7 years ago
  73. 2cfc205 crosvm: add vhost_net virtio device by Stephen Barber · 7 years ago
  74. d02ae30 vhost: add crate for interacting with vhost net by Stephen Barber · 7 years ago
  75. 648a58d crosvm: mmio register and queue check fixes by Zach Reizner · 7 years ago
  76. 5b55744 sys_util: add get_host_address for GuestMemory by Stephen Barber · 7 years ago
  77. a00753b crosvm: clean up waiting for children by Stephen Barber · 7 years ago
  78. 56fbf09 crosvm: add signalfd support by Stephen Barber · 7 years ago
  79. 99bed77 virtio_sys: add crate for virtio/vhost ioctl bindings by Stephen Barber · 7 years ago
  80. 253ac89 net_util: add crate for creating/configuring tap interfaces by Stephen Barber · 7 years ago
  81. 219b185 net_sys: add crate for tap interface ioctl bindings by Stephen Barber · 7 years ago
  82. c4968f7 sys_util: add ioctl module by Stephen Barber · 7 years ago
  83. 8686d9f crosvm: refactor mmio device setup by Stephen Barber · 7 years ago
  84. 861d672 crosvm: Remove obsolete help message by Dylan Reid · 7 years ago
  85. e60336c sys_util: syslog - Scope access from within macros by Dylan Reid · 7 years ago
  86. 79d07c9 sys_util: add signalfd module by Stephen Barber · 7 years ago
  87. f651357 crosvm: use sys_util::clone_process to create proxy device by Zach Reizner · 7 years ago
  88. 2b2952f sys_util: add fork module for cloning process by Zach Reizner · 7 years ago
  89. fd3425d sys_util: add shared memory module by Zach Reizner · 7 years ago
  90. f98d8f3 sys_util: add with_regions_mut and make do_in_region pub by Stephen Barber · 7 years ago
  91. e4c8c14 crosvm: fix ordering of args for ack_features by Stephen Barber · 7 years ago
  92. 6a4ca75 crosvm: add device type for VirtioDevice by Stephen Barber · 7 years ago
  93. a2b0fc1 main: Dynamically create block device pivot root by Dylan Reid · 7 years ago
  94. 61edbbf crosvm: Put block device process in a minijail by Dylan Reid · 7 years ago
  95. f2164a1 crosvm: fix serial device panic on write to read-only registers by Zach Reizner · 7 years ago
  96. 639d967 crosvm: Add crosvm main program by Zach Reizner · 7 years ago
  97. 61e2a71 sys_util: add syslog module for logging to syslog by Zach Reizner · 7 years ago
  98. 848b9ff io_jail: add bind mount by Zach Reizner · 7 years ago
  99. 1247525 crosvm: remove unusued error type from hw::virtio::queue by Zach Reizner · 7 years ago
  100. 222f732 kernel_loader: Fix clippy warnings. by Dylan Reid · 7 years ago