summary refs log tree commit diff
path: root/devices/src/virtio
Commit message (Expand)AuthorAge
...
* utilize EventDevices to make virtio-input devicesZach Reizner2019-12-11
* devices: block: add block_size option for disksDaniel Verkamp2019-12-10
* Support configurable screen sizesJason Macnak2019-12-10
* devices: fs: Support fs crypto ioctlsChirantan Ekbote2019-12-10
* devices: clone the EventFds before activateChuanxiao Dong2019-12-09
* devices: use File rather than shm in testsDaniel Verkamp2019-12-06
* devices: virtio: enable MSI-X for all devicesDaniel Verkamp2019-12-06
* disk: add get_len() to eliminate need for SeekDaniel Verkamp2019-11-27
* disk: switch from WriteZeroes to WriteZeroesAtDaniel Verkamp2019-11-27
* devices: fs: Use 32-bit uid/gid values on armChirantan Ekbote2019-11-22
* devices: fs: Only resample interrupts on one threadChirantan Ekbote2019-11-22
* devices: block: add option to control sparsenessDaniel Verkamp2019-11-18
* Revert "devices: virtio: disable MSI-X for block and net"Daniel Verkamp2019-11-18
* devices: virtio: remove unused VirtioPciDevice functionsDaniel Verkamp2019-11-18
* devices: virtio: use signal helper for config changesDaniel Verkamp2019-11-18
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* devices: virtio: block: refactor status_writer setupDaniel Verkamp2019-11-18
* devices: pci: make get_bar_addr work for all BAR typesDaniel Verkamp2019-11-17
* devices: virtio: add missing virtio type IDsZach Reizner2019-11-16
* devices: net: remove rx_buf from receive pathStephen Barber2019-11-16
* devices: fs: Allow running as users other than rootChirantan Ekbote2019-11-12
* devices: virtio: ensure all block data is transferredDaniel Verkamp2019-11-11
* resource: Rename device memory to mmioXiong Zhang2019-11-10
* Resource: Unify mmio allocatorXiong Zhang2019-11-10
* devices: virtio: add peek operation to queueDaniel Verkamp2019-11-09
* devices: virtio: wl: use descriptor reader/writerDaniel Verkamp2019-11-08
* Remove unneeded return statementsDaniel Verkamp2019-11-08
* devices: virtio: block: advertise seg_maxDaniel Verkamp2019-11-08
* devices: fs: Disable HANDLE_KILLPRIV when writeback caching is enabledChirantan Ekbote2019-11-08
* fuzz: Add virtio-fs server fuzzerChirantan Ekbote2019-11-08
* Remove duplicated semicolonsDaniel Verkamp2019-11-08
* devices: virtio: factor out interrupt signal functionDaniel Verkamp2019-11-06
* devices: virtio: do not trigger MSI-X with no vectorDaniel Verkamp2019-11-06
* devices: virtio: simplify interrupt status updateDaniel Verkamp2019-11-06
* devices: virtio: initialize config MSI-X vectorDaniel Verkamp2019-11-06
* devices: Add virtio-fs deviceChirantan Ekbote2019-11-06
* devices: fix fuse compilation on 32-bit platformsDaniel Verkamp2019-11-06
* devices: net: use FileReadWriteVolatile trait for txStephen Barber2019-11-05
* devices: add into_iovec() for DescriptorUtilsDaniel Verkamp2019-11-05
* devices: fs: Fix available_bytes() callChirantan Ekbote2019-11-01
* devices: fs: Add a passthrough file systemChirantan Ekbote2019-11-01
* devices: virtio: disable MSI-X for block and netDaniel Verkamp2019-10-31
* virtio: Convert ring index to u64 earlier in Queue::popChirantan Ekbote2019-10-29
* devices: virtio: block: use FileReadWriteAtVolatileDaniel Verkamp2019-10-29
* descriptor_utils: Use copy_nonoverlappingChirantan Ekbote2019-10-28
* devices: fs: Add multikey moduleChirantan Ekbote2019-10-27
* devices: fs: Implement virtio-fs serverChirantan Ekbote2019-10-27
* devices: fs: Add Filesystem traitChirantan Ekbote2019-10-27
* devices: implement dedicated Interrupt struct for virtio WorkerZide Chen2019-10-25
* devices: enable MSI-X for virtio-net and viotio-block devicesXiong Zhang2019-10-25