1. a625bbd virtio: pci: Make use of dm_pci_map_bar() by Andrew Scull · Thu Apr 21 16:11:15 2022 +0000
  2. 3d41dd4 virtio: pci: Check virtio configs are mapped by Andrew Scull · Thu Apr 21 16:11:14 2022 +0000
  3. 6520c82 pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · Thu Apr 21 16:11:13 2022 +0000
  4. 58c6102 pci: Map bars with offset and length by Andrew Scull · Thu Apr 21 16:11:10 2022 +0000
  5. d1cc2b5 virtio: pci: Read entire capability into memory by Andrew Scull · Thu Apr 21 16:11:05 2022 +0000
  6. f53c057 virtio: pci: Check virtio capability is in bounds by Andrew Scull · Thu Apr 21 16:11:04 2022 +0000
  7. 53d6e1d virtio: pci: Check virtio common config size by Andrew Scull · Thu Apr 21 16:11:03 2022 +0000
  8. 5cda9c0 virtio: pci: Bounds check notification writes by Andrew Scull · Thu Apr 21 16:11:02 2022 +0000
  9. a78d056 virtio: pci: Bounds check device config access by Andrew Scull · Thu Apr 21 16:11:01 2022 +0000
  10. ba628b1 virtio: pci: Fix discovery of device config length by Andrew Scull · Thu Apr 21 16:11:00 2022 +0000
  11. 4e7d098 virtio: pci: Allow exclusion of legacy driver by Andrew Scull · Thu Apr 21 16:10:59 2022 +0000
  12. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  13. 3933d29 pci: Drop DM_PCI by Simon Glass · Sun Aug 01 18:54:44 2021 -0600
  14. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · Tue Apr 27 11:02:19 2021 +0200
  15. 90ea54b virtio: Fix VirtIO BLK driver dependency by Bin Meng · Thu Feb 25 17:22:47 2021 +0800
  16. 08dd615 virtio: fix off by one device id comparison by Vincent Stehlé · Sun Feb 14 19:39:04 2021 +0100
  17. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  18. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  19. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  20. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  21. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  22. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  23. 16630a8 virtio_blk: set log2blksz correctly by AKASHI Takahiro · Wed Aug 19 18:07:32 2020 +0900
  24. 17059ba virtio: VIRTIO_RNG depends on DM_RNG by Heinrich Schuchardt · Sun May 31 11:02:42 2020 +0200
  25. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  26. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  27. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  28. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  29. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  30. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  31. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  32. a89643c virtio: fix typo devicd by Heinrich Schuchardt · Tue Dec 24 12:21:09 2019 +0100
  33. 081da0a virtio: rng: Add a random number generator(rng) driver by Sughosh Ganu · Sun Dec 29 15:30:14 2019 +0530
  34. 393e746 virtio: pci: use correct type in virtio_pci_bind() by Heinrich Schuchardt · Wed Oct 16 12:59:49 2019 +0200
  35. 51a2e0e virtio: Add a Sandbox transport driver by Bin Meng · Mon Oct 15 02:21:25 2018 -0700
  36. 422b34d virtio: net: Support non-legacy device by Bin Meng · Mon Oct 15 02:21:24 2018 -0700
  37. c85a5be virtio: pci: Support non-legacy PCI transport device by Bin Meng · Mon Oct 15 02:21:23 2018 -0700
  38. a8cfa46 virtio: Add virtio over pci transport driver by Bin Meng · Mon Oct 15 02:21:17 2018 -0700
  39. 2b3b9e9 virtio: Add block driver support by Tuomas Tynkkynen · Mon Oct 15 02:21:11 2018 -0700
  40. e98c833 virtio: Add net driver support by Tuomas Tynkkynen · Mon Oct 15 02:21:03 2018 -0700
  41. 5c1a3e6 virtio: Add virtio over mmio transport driver by Bin Meng · Mon Oct 15 02:21:02 2018 -0700
  42. d58269f virtio: Add codes for virtual queue/ring management by Tuomas Tynkkynen · Mon Oct 15 02:21:01 2018 -0700
  43. db7ca2e dm: Add a new uclass driver for VirtIO transport devices by Bin Meng · Mon Oct 15 02:21:00 2018 -0700