index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_lf_v2025.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
virtio
Age
Commit message (
Expand
)
Author
2025-11-07
virtio: typo 'private date'
Heinrich Schuchardt
2025-11-07
virtio: typo complaint
Heinrich Schuchardt
2025-10-16
virito: blk: fix logic to determine block sizes
Heinrich Schuchardt
2025-09-10
virtio: blk: support block sizes exceeding 512 bytes
Heinrich Schuchardt
2025-08-07
virtio: fix freeing of virtio ring buffer
Heinrich Schuchardt
2025-08-01
virtio: net: Add missing virtqueue_kick in free_pkt
Christian Speich
2025-06-02
global: Cleanup usage of "ETH_ALEN"
Tom Rini
2025-01-20
blk: Make block subsystems select BLK
Tom Rini
2024-10-18
virtio: blk: introduce virtio-block erase support
Dmitrii Merkurev
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
virtio: Remove <common.h> and add needed includes
Tom Rini
2024-03-05
virtio: fix get_config / set_config for legacy VirtIO targets
Dmitry Baryshkov
2023-11-20
Merge tag 'v2024.01-rc3' into next
Tom Rini
2023-11-17
virtio: rng: gracefully handle 0 byte returns
Andre Przywara
2023-11-07
virtio: Make VIRTIO_NET depend on NETDEVICES
Tom Rini
2023-08-09
bootstd: Rename bootdev_setup_sibling_blk()
Simon Glass
2023-08-03
virtio: provide driver name in debug message
Heinrich Schuchardt
2023-04-26
virtio: Ensure PCI is set up first
Simon Glass
2023-04-25
virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is set
Will Deacon
2023-04-25
virtio: Allocate bounce buffers for devices with VIRTIO_F_IOMMU_PLATFORM
Will Deacon
2023-04-25
virtio: Add helper functions to attach/detach vring descriptors
Will Deacon
2023-04-25
virtio: Allocate virtqueue in page-size units
Will Deacon
2023-04-25
virtio: pci: Tear down VQs in virtio_pci_reset()
Will Deacon
2023-04-25
virtio: Expose VIRTIO_F_IOMMU_PLATFORM in device features
Will Deacon
2023-02-06
bootstd: Correct virtio block-device handling
Simon Glass
2023-02-06
virtio: Add some debugging
Simon Glass
2023-01-23
bootstd: Add a new pre-scan priority for bootdevs
Simon Glass
2023-01-23
bootstd: Add a virtio bootdev
Simon Glass
2023-01-23
virtio: Add a block device
Simon Glass
2023-01-23
virtio: Avoid strange behaviour on removal
Simon Glass
2023-01-23
virtio: Fix returning -ENODEV
Simon Glass
2023-01-23
virtio: Avoid repeating a long expression
Simon Glass
2022-10-17
dm: treewide: Do not opencode uclass_probe_all()
Michal Suchanek
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
2022-09-16
blk: Switch over to using uclass IDs
Simon Glass
2022-09-16
blk: Enable CONFIG_BLK for all media
Simon Glass
2022-09-15
virtio: pci: fix bug of virtio_pci_map_capability
Xiang W
2022-06-08
virtio: rng: Check length before copying
Andrew Scull
2022-06-08
virtio: sandbox: Bind RNG rather than block device
Andrew Scull
2022-06-08
virtio: sandbox: Fix device features bitfield
Andrew Scull
2022-06-08
virtio_ring: Check used descriptors are chain heads
Andrew Scull
2022-06-08
virtio_ring: Maintain a shadow copy of descriptors
Andrew Scull
2022-06-08
virtio_ring: Add helper to attach vring descriptor
Andrew Scull
2022-06-08
virtio_ring: Merge identical variables
Andrew Scull
2022-05-03
virtio: pci: Make use of dm_pci_map_bar()
Andrew Scull
2022-05-03
virtio: pci: Check virtio configs are mapped
Andrew Scull
2022-05-03
pci: Add mask parameter to dm_pci_map_bar()
Andrew Scull
2022-05-03
pci: Map bars with offset and length
Andrew Scull
2022-05-03
virtio: pci: Read entire capability into memory
Andrew Scull
[next]