1. eacc261 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · 1 year, 9 months ago
  2. 758c706 bootstd: Add an NVMe bootdev by Simon Glass · 1 year, 9 months ago
  3. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 1 month ago
  4. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 2 months ago
  5. ca28baf blk: Select SPL_LEGACY_BLOCK automatically by Simon Glass · 2 years, 2 months ago
  6. 7f8967c blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · 2 years, 2 months ago
  7. 6b03b9d blk: Enable CONFIG_BLK for all media by Simon Glass · 2 years, 2 months ago
  8. 4ca8d95 nvme: Fix multipage prp-list by Alexander Sowarka · 2 years, 2 months ago
  9. e9ac3a9 nvme: Do a clean NVMe shutdown by Hector Martin · 2 years, 3 months ago
  10. e44d59c arm: apple: nvme: Add SART support and RTKit buffer management by Janne Grunau · 2 years, 4 months ago
  11. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 6 months ago
  12. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 6 months ago
  13. df1ed8b nvme: call device_probe() after scanning by AKASHI Takahiro · 2 years, 8 months ago
  14. 50333c9 nvme: apple: Add driver for Apple NVMe storage controller by Mark Kettenis · 2 years, 9 months ago
  15. ca99a17 nvme: Add shutdown function by Mark Kettenis · 2 years, 9 months ago
  16. 19d9dad nvme: Introduce driver ops by Mark Kettenis · 2 years, 9 months ago
  17. 045474b nvme: Split out PCI support by Mark Kettenis · 2 years, 9 months ago
  18. d17ab6e nvme: Do not allocate 8kB buffer on stack by Pali Rohár · 2 years, 11 months ago
  19. 30ac0b4 nvme: invalidate correct memory range after read by Stefan Agner · 3 years, 1 month ago
  20. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 6 months ago
  21. 78d5f20 nvme: Don't clear nvme blk device's priv space by Bin Meng · 3 years, 4 months ago
  22. 757cc4b nvme: Drop useless members of 'struct nvme_ns' by Bin Meng · 3 years, 4 months ago
  23. 8c60d40 nvme: Eliminate the offset of one during block dev creation by Bin Meng · 3 years, 4 months ago
  24. 478f7fc nvme: Skip block device creation for inactive namespaces by Bin Meng · 3 years, 4 months ago
  25. 8434425 nvme: Move block dev creation from uclass post_probe() to driver probe() by Bin Meng · 3 years, 4 months ago
  26. c3e52c7 nvme: Remove the redundant aqa value setting by Wesley Sheng · 3 years, 4 months ago
  27. 859b33c nvme: Correct the prps per page calculation method by Wesley Sheng · 3 years, 4 months ago
  28. b12f623 nvme: fix for big endian systems by David Lamparter · 3 years, 6 months ago
  29. 4c49879 nvme: Elaborate on cache maintenance operation in get/set_features by Andre Przywara · 3 years, 8 months ago
  30. d0c0492 nvme: Always invalidate whole cqes[] array by Andre Przywara · 3 years, 8 months ago
  31. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 10 months ago
  32. 71fd11b nvme: Use only 32-bit accesses in nvme_writeq/nvme_readq by Stefan Agner · 3 years, 10 months ago
  33. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  34. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  35. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  36. 1a027a9 nvme: Invalidate dcache before submitting admin cmd by Jagan Teki · 4 years, 4 months ago
  37. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  38. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  39. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  40. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  41. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  42. 2f83481 nvme: use page-aligned buffer for identify command by Patrick Wildt · 5 years ago
  43. 8c40340 nvme: flush dcache on both r/w, and the prp list by Patrick Wildt · 5 years ago
  44. c50b288 nvme: add accessor to namespace id and eui64 by Patrick Wildt · 5 years ago
  45. b21dceb nvme: Fix PRP Offset Invalid by Aaron Williams · 5 years ago
  46. 5b2a20e nvme: Fix warning of cast from pointer to integer of different size by Bin Meng · 5 years ago
  47. d0851c8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
  48. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  49. 1811a92 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig by Adam Ford · 7 years ago
  50. 9e18eae nvme: Remove dead codes in nvme_setup_io_queues() by Bin Meng · 7 years ago
  51. 52a5690 nvme: Fix potential sign extension issue in nvme_blk_rw() by Bin Meng · 7 years ago
  52. 37d4687 nvme: Fix wrong ndev->queues memset by Bin Meng · 7 years ago
  53. 18aa5a4 nvme: Get rid of the global variable nvme_info by Bin Meng · 7 years ago
  54. d5b7ee9 nvme: Use blk_create_devicef() API by Bin Meng · 7 years ago
  55. 704e040 nvme: Apply cache operations on the DMA buffers by Bin Meng · 7 years ago
  56. 625a483 nvme: Consolidate block read and write routines by Bin Meng · 7 years ago
  57. 722e668 nvme: Use macros to access NVMe queues by Bin Meng · 7 years ago
  58. 04d2a38 nvme: Respect timeout when en/disabling the controller by Bin Meng · 7 years ago
  59. b65c692 nvme: Cache controller's capabilities by Bin Meng · 7 years ago
  60. 3e18562 nvme: Fix endianness assignment to prp2 in nvme_identify() by Bin Meng · 7 years ago
  61. 099c201 nvme: Fix ndev->queues allocation by Bin Meng · 7 years ago
  62. e5dc2d2 nvme: Fix getting PCI vendor id of the NVMe block device by Bin Meng · 7 years ago
  63. abe25db nvme: Remove useless defines by Bin Meng · 7 years ago
  64. beb5f52 nvme: Handle zero Maximum Data Transfer Size (MDTS) by Bin Meng · 7 years ago
  65. f81d83d nvme: Fix number of blocks detection by Jon Nettleton · 7 years ago
  66. 0deb913 nvme: Detect devices that are class Storage Express by Jon Nettleton · 7 years ago
  67. f6aa61d nvme: Add show routine to print detailed information by Zhikang Zhang · 7 years ago
  68. 982388e nvme: Add NVM Express driver support by Zhikang Zhang · 7 years ago