~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* bootstd: Rename bootdev_setup_sibling_blk()Simon Glass2023-08-09
* virtio: provide driver name in debug messageHeinrich Schuchardt2023-08-03
* virtio: Ensure PCI is set up firstSimon Glass2023-04-26
* virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is setWill Deacon2023-04-25
* virtio: Allocate bounce buffers for devices with VIRTIO_F_IOMMU_PLATFORMWill Deacon2023-04-25
* virtio: Add helper functions to attach/detach vring descriptorsWill Deacon2023-04-25
* virtio: Allocate virtqueue in page-size unitsWill Deacon2023-04-25
* virtio: pci: Tear down VQs in virtio_pci_reset()Will Deacon2023-04-25
* virtio: Expose VIRTIO_F_IOMMU_PLATFORM in device featuresWill Deacon2023-04-25
* bootstd: Correct virtio block-device handlingSimon Glass2023-02-06
* virtio: Add some debuggingSimon Glass2023-02-06
* bootstd: Add a new pre-scan priority for bootdevsSimon Glass2023-01-23
* bootstd: Add a virtio bootdevSimon Glass2023-01-23
* virtio: Add a block deviceSimon Glass2023-01-23
* virtio: Avoid strange behaviour on removalSimon Glass2023-01-23
* virtio: Fix returning -ENODEVSimon Glass2023-01-23
* virtio: Avoid repeating a long expressionSimon Glass2023-01-23
* dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek2022-10-17
* blk: Rename if_type to uclass_idSimon Glass2022-09-25
* blk: Switch over to using uclass IDsSimon Glass2022-09-16
* blk: Enable CONFIG_BLK for all mediaSimon Glass2022-09-16
* virtio: pci: fix bug of virtio_pci_map_capabilityXiang W2022-09-15
* virtio: rng: Check length before copyingAndrew Scull2022-06-08
* virtio: sandbox: Bind RNG rather than block deviceAndrew Scull2022-06-08
* virtio: sandbox: Fix device features bitfieldAndrew Scull2022-06-08
* virtio_ring: Check used descriptors are chain headsAndrew Scull2022-06-08
* virtio_ring: Maintain a shadow copy of descriptorsAndrew Scull2022-06-08
* virtio_ring: Add helper to attach vring descriptorAndrew Scull2022-06-08
* virtio_ring: Merge identical variablesAndrew Scull2022-06-08
* virtio: pci: Make use of dm_pci_map_bar()Andrew Scull2022-05-03
* virtio: pci: Check virtio configs are mappedAndrew Scull2022-05-03
* pci: Add mask parameter to dm_pci_map_bar()Andrew Scull2022-05-03
* pci: Map bars with offset and lengthAndrew Scull2022-05-03
* virtio: pci: Read entire capability into memoryAndrew Scull2022-05-03
* virtio: pci: Check virtio capability is in boundsAndrew Scull2022-05-03
* virtio: pci: Check virtio common config sizeAndrew Scull2022-05-03
* virtio: pci: Bounds check notification writesAndrew Scull2022-05-03
* virtio: pci: Bounds check device config accessAndrew Scull2022-05-03
* virtio: pci: Fix discovery of device config lengthAndrew Scull2022-05-03
* virtio: pci: Allow exclusion of legacy driverAndrew Scull2022-05-03
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* pci: Drop DM_PCISimon Glass2021-09-13
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-06
* virtio: Fix VirtIO BLK driver dependencyBin Meng2021-03-05
* virtio: fix off by one device id comparisonVincent Stehlé2021-02-24
* dm: Avoid accessing seq directlySimon Glass2020-12-18
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-13
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-13
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13