summary refs log tree commit diff
path: root/devices
Commit message (Expand)AuthorAge
...
* 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
* Vfio: Suitably allocate bar for vfio deviceXiong Zhang2019-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: proxy: print failed command on errorDaniel Verkamp2019-11-06
* 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
* vfio: Add vfio msi routing information into kvmXiong Zhang2019-10-29
* descriptor_utils: Use copy_nonoverlappingChirantan Ekbote2019-10-28
* vfio: Intx supportXiong Zhang2019-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
* descriptor_utils: check for size overflow in new()Daniel Verkamp2019-10-25
* devices: implement MSI control socketXiong Zhang2019-10-24
* devices: finish the functions to enable MSI-XZide Chen2019-10-24
* devices: implement MsixConfig struct and generic MSI-X functionsZide Chen2019-10-24
* devices: implement msix capability structureZide Chen2019-10-24
* descriptor_utils: Consume all buffers when reading or writingChirantan Ekbote2019-10-23
* virtio-net: reduce number of virtual interrupts to the guestZide Chen2019-10-22
* ac97: add sample format to create_*_streamFletcher Woodruff2019-10-22
* devices: vhost: simplify vhost importsDaniel Verkamp2019-10-21
* Reformat with rustfmt from Rust 1.38.0Daniel Verkamp2019-10-17
* Add explicit `dyn` for trait objectsDaniel Verkamp2019-10-17
* usb: replace libusb with Rust usb_util libraryDaniel Verkamp2019-10-17
* vfio: Add msi supportXiong Zhang2019-10-17