1. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
  2. 9fbb0aa nvme: Use only 32-bit accesses in nvme_writeq/nvme_readq by Stefan Agner · 4 years ago
  3. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  4. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  5. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  6. 82bc1a6 nvme: Invalidate dcache before submitting admin cmd by Jagan Teki · 4 years, 6 months ago
  7. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  8. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  9. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  10. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  11. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  12. 968854f nvme: use page-aligned buffer for identify command by Patrick Wildt · 5 years ago
  13. 95f4aba nvme: flush dcache on both r/w, and the prp list by Patrick Wildt · 5 years ago
  14. ccdff86 nvme: add accessor to namespace id and eui64 by Patrick Wildt · 5 years ago
  15. 2db5134 nvme: Fix PRP Offset Invalid by Aaron Williams · 5 years ago
  16. 225589d nvme: Fix warning of cast from pointer to integer of different size by Bin Meng · 6 years ago
  17. cbc3da8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
  18. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  19. b10ba90 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig by Adam Ford · 7 years ago
  20. c9ee946 nvme: Remove dead codes in nvme_setup_io_queues() by Bin Meng · 7 years ago
  21. 8ac9f6c nvme: Fix potential sign extension issue in nvme_blk_rw() by Bin Meng · 7 years ago
  22. 318dda2 nvme: Fix wrong ndev->queues memset by Bin Meng · 7 years ago
  23. 34818738 nvme: Get rid of the global variable nvme_info by Bin Meng · 7 years ago
  24. fbd422b nvme: Use blk_create_devicef() API by Bin Meng · 7 years ago
  25. 578b195 nvme: Apply cache operations on the DMA buffers by Bin Meng · 7 years ago
  26. 29e558d nvme: Consolidate block read and write routines by Bin Meng · 7 years ago
  27. 1c42a29 nvme: Use macros to access NVMe queues by Bin Meng · 7 years ago
  28. dff7df7 nvme: Respect timeout when en/disabling the controller by Bin Meng · 7 years ago
  29. f03e5fc nvme: Cache controller's capabilities by Bin Meng · 7 years ago
  30. b3ea27d nvme: Fix endianness assignment to prp2 in nvme_identify() by Bin Meng · 7 years ago
  31. 663f4b7 nvme: Fix ndev->queues allocation by Bin Meng · 7 years ago
  32. a7cbfff nvme: Fix getting PCI vendor id of the NVMe block device by Bin Meng · 7 years ago
  33. 0c8c930 nvme: Remove useless defines by Bin Meng · 7 years ago
  34. ab1c160 nvme: Handle zero Maximum Data Transfer Size (MDTS) by Bin Meng · 7 years ago
  35. e15555a nvme: Fix number of blocks detection by Jon Nettleton · 7 years ago
  36. 7435481 nvme: Detect devices that are class Storage Express by Jon Nettleton · 7 years ago
  37. a744a4f nvme: Add show routine to print detailed information by Zhikang Zhang · 7 years ago
  38. 145b88f nvme: Add NVM Express driver support by Zhikang Zhang · 7 years ago