1. 4c0d8ec virtio: blk: introduce virtio-block erase support by Dmitrii Merkurev · 9 months ago
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  4. a497891 virtio: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  5. 4e23255 virtio: fix get_config / set_config for legacy VirtIO targets by Dmitry Baryshkov · 10 months ago
  6. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year ago
  7. 8dd4ecb virtio: rng: gracefully handle 0 byte returns by Andre Przywara · 1 year, 1 month ago
  8. 21c91c9 virtio: Make VIRTIO_NET depend on NETDEVICES by Tom Rini · 1 year, 1 month ago
  9. b1d581d bootstd: Rename bootdev_setup_sibling_blk() by Simon Glass · 1 year, 4 months ago
  10. b27c27a virtio: provide driver name in debug message by Heinrich Schuchardt · 1 year, 4 months ago
  11. 83009b3 virtio: Ensure PCI is set up first by Simon Glass · 1 year, 7 months ago
  12. 21da252 virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is set by Will Deacon · 1 year, 8 months ago
  13. 1eb6e62 virtio: Allocate bounce buffers for devices with VIRTIO_F_IOMMU_PLATFORM by Will Deacon · 1 year, 8 months ago
  14. 63ee31d virtio: Add helper functions to attach/detach vring descriptors by Will Deacon · 1 year, 8 months ago
  15. 0edbe5c virtio: Allocate virtqueue in page-size units by Will Deacon · 1 year, 8 months ago
  16. 46873ff virtio: pci: Tear down VQs in virtio_pci_reset() by Will Deacon · 1 year, 8 months ago
  17. 3dcaf6d virtio: Expose VIRTIO_F_IOMMU_PLATFORM in device features by Will Deacon · 1 year, 8 months ago
  18. 2bf7734 bootstd: Correct virtio block-device handling by Simon Glass · 1 year, 10 months ago
  19. 1ffa43c virtio: Add some debugging by Simon Glass · 1 year, 10 months ago
  20. 7e1f6a4 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · 1 year, 10 months ago
  21. a4bf8f6 bootstd: Add a virtio bootdev by Simon Glass · 1 year, 10 months ago
  22. 8de5a54 virtio: Add a block device by Simon Glass · 1 year, 10 months ago
  23. a2cc4b7 virtio: Avoid strange behaviour on removal by Simon Glass · 1 year, 10 months ago
  24. d47ec04 virtio: Fix returning -ENODEV by Simon Glass · 1 year, 10 months ago
  25. ddceecf virtio: Avoid repeating a long expression by Simon Glass · 1 year, 10 months ago
  26. 44322b5 dm: treewide: Do not opencode uclass_probe_all() by Michal Suchanek · 2 years, 1 month ago
  27. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
  28. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 3 months ago
  29. a78e906 blk: Enable CONFIG_BLK for all media by Simon Glass · 2 years, 3 months ago
  30. ba650ed virtio: pci: fix bug of virtio_pci_map_capability by Xiang W · 2 years, 3 months ago
  31. 50d11fd virtio: rng: Check length before copying by Andrew Scull · 2 years, 6 months ago
  32. e4ea0fd virtio: sandbox: Bind RNG rather than block device by Andrew Scull · 2 years, 6 months ago
  33. 506ba0d virtio: sandbox: Fix device features bitfield by Andrew Scull · 2 years, 6 months ago
  34. c282bdb virtio_ring: Check used descriptors are chain heads by Andrew Scull · 2 years, 6 months ago
  35. 594d2a6 virtio_ring: Maintain a shadow copy of descriptors by Andrew Scull · 2 years, 6 months ago
  36. 83d15d3 virtio_ring: Add helper to attach vring descriptor by Andrew Scull · 2 years, 6 months ago
  37. b3f3644 virtio_ring: Merge identical variables by Andrew Scull · 2 years, 6 months ago
  38. a625bbd virtio: pci: Make use of dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
  39. 3d41dd4 virtio: pci: Check virtio configs are mapped by Andrew Scull · 2 years, 7 months ago
  40. 6520c82 pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
  41. 58c6102 pci: Map bars with offset and length by Andrew Scull · 2 years, 7 months ago
  42. d1cc2b5 virtio: pci: Read entire capability into memory by Andrew Scull · 2 years, 7 months ago
  43. f53c057 virtio: pci: Check virtio capability is in bounds by Andrew Scull · 2 years, 7 months ago
  44. 53d6e1d virtio: pci: Check virtio common config size by Andrew Scull · 2 years, 7 months ago
  45. 5cda9c0 virtio: pci: Bounds check notification writes by Andrew Scull · 2 years, 7 months ago
  46. a78d056 virtio: pci: Bounds check device config access by Andrew Scull · 2 years, 7 months ago
  47. ba628b1 virtio: pci: Fix discovery of device config length by Andrew Scull · 2 years, 7 months ago
  48. 4e7d098 virtio: pci: Allow exclusion of legacy driver by Andrew Scull · 2 years, 7 months ago
  49. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  50. 3933d29 pci: Drop DM_PCI by Simon Glass · 3 years, 4 months ago
  51. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  52. 90ea54b virtio: Fix VirtIO BLK driver dependency by Bin Meng · 3 years, 9 months ago
  53. 08dd615 virtio: fix off by one device id comparison by Vincent Stehlé · 3 years, 9 months ago
  54. 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  55. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  56. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  57. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  58. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  59. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  60. 16630a8 virtio_blk: set log2blksz correctly by AKASHI Takahiro · 4 years, 3 months ago
  61. 17059ba virtio: VIRTIO_RNG depends on DM_RNG by Heinrich Schuchardt · 4 years, 6 months ago
  62. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  63. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  64. c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
  65. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  66. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  67. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  68. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  69. a89643c virtio: fix typo devicd by Heinrich Schuchardt · 5 years ago
  70. 081da0a virtio: rng: Add a random number generator(rng) driver by Sughosh Ganu · 5 years ago
  71. 393e746 virtio: pci: use correct type in virtio_pci_bind() by Heinrich Schuchardt · 5 years ago
  72. 51a2e0e virtio: Add a Sandbox transport driver by Bin Meng · 6 years ago
  73. 422b34d virtio: net: Support non-legacy device by Bin Meng · 6 years ago
  74. c85a5be virtio: pci: Support non-legacy PCI transport device by Bin Meng · 6 years ago
  75. a8cfa46 virtio: Add virtio over pci transport driver by Bin Meng · 6 years ago
  76. 2b3b9e9 virtio: Add block driver support by Tuomas Tynkkynen · 6 years ago
  77. e98c833 virtio: Add net driver support by Tuomas Tynkkynen · 6 years ago
  78. 5c1a3e6 virtio: Add virtio over mmio transport driver by Bin Meng · 6 years ago
  79. d58269f virtio: Add codes for virtual queue/ring management by Tuomas Tynkkynen · 6 years ago
  80. db7ca2e dm: Add a new uclass driver for VirtIO transport devices by Bin Meng · 6 years ago