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