1. c62f416 usb: update USBDEVFS_CONNINFO_EX value to new size by Daniel Verkamp · 5 years ago
  2. bb340d9 usb: update xhci policies to allow newer libusb by Dmitry Torokhov · 5 years ago
  3. 3bebfa2 usb: reset backend device on port reset by Daniel Verkamp · 5 years ago
  4. e23231c usb: fix serial devices by removing device context verification by Jingkui Wang · 5 years ago
  5. 1f9ae42 seccomp: Whitelist syscalls for grunt gpu by Drew Davenport · 5 years ago
  6. 33e8ef0 devices: gpu: allow sysinfo syscall by David Riley · 5 years ago
  7. 100e6e4 implement xhci and add it to pci bus by Jingkui Wang · 5 years ago
  8. 4725a39 seccomp: tpm: remove fseek syscall from policy by Zach Reizner · 5 years ago
  9. a632f4b seccomp: unrefactor gpu_device.policy by Zach Reizner · 5 years ago
  10. 25a86d9 tpm: Update tpm device policy to support libtpm2 by David Tolnay · 5 years ago
  11. a60744b crosvm: use seqpacket rather than datagram sockets by Zach Reizner · 5 years ago
  12. d39dd9a seccomp: add mremap to arm common_device.policy by Daniel Verkamp · 5 years ago
  13. bae43dd seccomp: refactor policy into common_device.policy by Zach Reizner · 5 years ago
  14. 825ba52 devices: gpu: allow brk syscall by David Riley · 5 years ago
  15. dffec50 Adds Virtio-Input device simulation by Jorge E. Moreira · 5 years ago
  16. fccfc05 devices: gpu: dup stdout to stderr to allow virglrenderer logging by David Riley · 5 years ago
  17. d48445e devices: gpu: name gpu thread by David Riley · 5 years ago
  18. f052cfe linux: Add ac97 device with CRAS backend by paulhsia · 5 years ago
  19. 3082e8e linux: add ac97 to the pci bus by Dylan Reid · 5 years ago
  20. de6b29a tpm: Virtio tpm device by David Tolnay · 5 years ago
  21. 84c13ec devices: gpu: add lstat to gpu device seccomp by David Riley · 5 years ago
  22. 5656c12 devices: block: fix seccomp failures from free() by Daniel Verkamp · 6 years ago
  23. 31c20fd crosvm: add getpid and prlimit to seccomp by Yunlian Jiang · 6 years ago
  24. a70445a crosvm: add openat to seccomp by Yunlian Jiang · 6 years ago
  25. b1570f2 qcow: track deallocated clusters as unreferenced by Daniel Verkamp · 6 years ago
  26. 0a4f280 seccomp: Update 9p policy by Chirantan Ekbote · 6 years ago
  27. a040825 seccomp: whitelist connect for wl_device by Daniel Verkamp · 6 years ago
  28. 616a093 devices: block: allow timerfd syscalls in seccomp by Daniel Verkamp · 6 years ago
  29. b22b613 gpu: add sandboxing via minijail for virtio gpu device. by David Riley · 6 years ago
  30. 7621d91 devices: block: implement discard and write zeroes by Daniel Verkamp · 6 years ago
  31. bce85fe seccomp: move 9s policy aarch64 -> arm by Stephen Barber · 6 years ago
  32. ebd5681 virtio: Implement the 9P device by Chirantan Ekbote · 6 years ago
  33. a79073a 9s: Server binary for the 9p file system by Chirantan Ekbote · 6 years ago
  34. 448516e balloon: Implement device policy by Chirantan Ekbote · 6 years ago
  35. b847858 seccomp: rename aarch64 -> arm by Sonny Rao · 6 years ago
  36. 98ca995 wl: add pipe2 and fcntl64 to wl_device.policy by Zach Reizner · 6 years ago
  37. 22272dd virtwl: implement dmabuf sync support by David Reveman · 6 years ago
  38. 90c5041 crosvm: aarch64: whitelist gettimeofday for error messages by Sonny Rao · 6 years ago
  39. 2494dde qcow: Call fsync(2) when we want to flush to disk by Dylan Reid · 6 years ago
  40. 0ac9254 crosvm: aarch64: fix truncate on wayland policy by Sonny Rao · 6 years ago
  41. dafdbc0 crosvm: aarch64: fix seccomp entry for ftruncate on aarch64 by Sonny Rao · 6 years ago
  42. 7a7268f crosvm: aarch64: add epoll syscalls to seccomp policy for wayland by Sonny Rao · 6 years ago
  43. d86e698 devices: use nested PollContext in wayland device by Zach Reizner · 6 years ago
  44. 7951f16 crosvm: aarch64: add seccomp policy for wl_wayland by Sonny Rao · 6 years ago
  45. 129bc9c wl: add pipe vfd support by Zach Reizner · 6 years ago
  46. fc62c45 devices: use PollContext for all virtio deivces by Zach Reizner · 6 years ago
  47. f96be03 devices: block: use PollContext in block device by Zach Reizner · 6 years ago
  48. 2ffa0cb crosvm: aarch64 guest support by Sonny Rao · 6 years ago
  49. 5d586b7 sys_util: use MADV_DONTDUMP for new mmaps by Zach Reizner · 6 years ago
  50. fc44d80 sys_util: add ppoll to seccomp policies by Zach Reizner · 6 years ago
  51. 88624f8 main: Allow qcow files to be used as disks by Dylan Reid · 6 years ago
  52. a0ce532 wl: fix seccomp filter for memfd_create by Zach Reizner · 6 years ago
  53. 295ccac devices: Add balloon by Dylan Reid · 7 years ago
  54. 8b0d12c crosvm: don't die on suspend/resume by Stephen Barber · 7 years ago
  55. ce37479 crosvm/devices: set thread names by Stephen Barber · 7 years ago
  56. d37aa9f Add ability to minijail_fork by Dylan Reid · 7 years ago
  57. 88f9cba Implement virtio-vsock by Chirantan Ekbote · 7 years ago
  58. 2bcf05b crosvm: add virtio wayland device by Zach Reizner · 7 years ago
  59. 1f77a0d sys_util: use libc's openlog to connect to syslog by Zach Reizner · 7 years ago
  60. 41d5b5b Put seccomp policy files in a common directory by Chirantan Ekbote · 7 years ago