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