aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)Author
2022-10-17dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek
2022-09-25blk: Rename if_type to uclass_idSimon Glass
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-09-16blk: Enable CONFIG_BLK for all mediaSimon Glass
2022-09-15virtio: pci: fix bug of virtio_pci_map_capabilityXiang W
2022-06-08virtio: rng: Check length before copyingAndrew Scull
2022-06-08virtio: sandbox: Bind RNG rather than block deviceAndrew Scull
2022-06-08virtio: sandbox: Fix device features bitfieldAndrew Scull
2022-06-08virtio_ring: Check used descriptors are chain headsAndrew Scull
2022-06-08virtio_ring: Maintain a shadow copy of descriptorsAndrew Scull
2022-06-08virtio_ring: Add helper to attach vring descriptorAndrew Scull
2022-06-08virtio_ring: Merge identical variablesAndrew Scull
2022-05-03virtio: pci: Make use of dm_pci_map_bar()Andrew Scull
2022-05-03virtio: pci: Check virtio configs are mappedAndrew Scull
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull
2022-05-03pci: Map bars with offset and lengthAndrew Scull
2022-05-03virtio: pci: Read entire capability into memoryAndrew Scull
2022-05-03virtio: pci: Check virtio capability is in boundsAndrew Scull
2022-05-03virtio: pci: Check virtio common config sizeAndrew Scull
2022-05-03virtio: pci: Bounds check notification writesAndrew Scull
2022-05-03virtio: pci: Bounds check device config accessAndrew Scull
2022-05-03virtio: pci: Fix discovery of device config lengthAndrew Scull
2022-05-03virtio: pci: Allow exclusion of legacy driverAndrew Scull
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-09-13pci: Drop DM_PCISimon Glass
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-03-05virtio: Fix VirtIO BLK driver dependencyBin Meng
2021-02-24virtio: fix off by one device id comparisonVincent Stehlé
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-08-24virtio_blk: set log2blksz correctlyAKASHI Takahiro
2020-06-05virtio: VIRTIO_RNG depends on DM_RNGHeinrich Schuchardt
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-01-10virtio: fix typo devicdHeinrich Schuchardt
2020-01-07virtio: rng: Add a random number generator(rng) driverSughosh Ganu
2019-10-31virtio: pci: use correct type in virtio_pci_bind()Heinrich Schuchardt
2018-11-14virtio: Add a Sandbox transport driverBin Meng
2018-11-14virtio: net: Support non-legacy deviceBin Meng
2018-11-14virtio: pci: Support non-legacy PCI transport deviceBin Meng
2018-11-14virtio: Add virtio over pci transport driverBin Meng