summary refs log tree commit diff
path: root/devices
Commit message (Expand)AuthorAge
* vfio: Implement bar mappableXiong Zhang2019-12-06
* devices: use File rather than shm in testsDaniel Verkamp2019-12-06
* devices: virtio: enable MSI-X for all devicesDaniel Verkamp2019-12-06
* ac97: combine PlaybackError and CaptureErrorFletcher Woodruff2019-12-04
* 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
* ac97: bus_master: Sync SR_CELV with civ == lvipaulhsia2019-11-21
* ac97: bus_master: CR: Clean up reset registers optpaulhsia2019-11-21
* devices: block: add option to control sparsenessDaniel Verkamp2019-11-18
* vfio: Don't exit at get_region_info failureXiong Zhang2019-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: update the msix route table regardless msix mask statusChuanxiao Dong2019-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
* 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