- 86adc2e global: Rename SPL_ to XPL_ by Simon Glass · 8 weeks ago
- ca51b77 Merge tag 'v2024.07-rc5' into next by Tom Rini · 5 months ago
- c5d6da4 Fix typo in NVME show command by Thomas Perl · 6 months ago
- dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
- abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
- 4294ec8 nvme: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
- 693d559 nvme: Update nvme_scan_namespace to keep trying on busy by Moritz Fischer · 11 months ago
- d04fd99 nvme: Fix error code and log to indicate busy by Moritz Fischer · 11 months ago
- 2294ecb blk: Use a macro for the typical block size by Bin Meng · 1 year, 2 months ago
- b1d581d bootstd: Rename bootdev_setup_sibling_blk() by Simon Glass · 1 year, 4 months ago
- 7bb3cee nvme: Provide more useful debugging messages by Simon Glass · 1 year, 4 months ago
- 1cee77e nvme: pci: Enable for SPL by Mayuresh Chitale · 1 year, 6 months ago
- 4e969d6 nvme: Enable PCI bus mastering by Simon Glass · 1 year, 7 months ago
- 7e1f6a4 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · 1 year, 10 months ago
- 0838287 bootstd: Add an NVMe bootdev by Simon Glass · 1 year, 10 months ago
- 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
- dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 3 months ago
- e1a5ec5 blk: Select SPL_LEGACY_BLOCK automatically by Simon Glass · 2 years, 3 months ago
- 3bf7d7a blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · 2 years, 3 months ago
- a78e906 blk: Enable CONFIG_BLK for all media by Simon Glass · 2 years, 3 months ago
- d34dab6 nvme: Fix multipage prp-list by Alexander Sowarka · 2 years, 3 months ago
- 19104f7 nvme: Do a clean NVMe shutdown by Hector Martin · 2 years, 4 months ago
- e3a438f arm: apple: nvme: Add SART support and RTKit buffer management by Janne Grunau · 2 years, 5 months ago
- 6520c82 pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
- 58c6102 pci: Map bars with offset and length by Andrew Scull · 2 years, 7 months ago
- 9fb7a36 nvme: call device_probe() after scanning by AKASHI Takahiro · 2 years, 9 months ago
- 31d5f7b nvme: apple: Add driver for Apple NVMe storage controller by Mark Kettenis · 2 years, 10 months ago
- a106a30 nvme: Add shutdown function by Mark Kettenis · 2 years, 10 months ago
- 7579e90 nvme: Introduce driver ops by Mark Kettenis · 2 years, 10 months ago
- f8463d6 nvme: Split out PCI support by Mark Kettenis · 2 years, 10 months ago
- 2684c93 nvme: Do not allocate 8kB buffer on stack by Pali Rohár · 3 years ago
- 2c85230 nvme: invalidate correct memory range after read by Stefan Agner · 3 years, 2 months ago
- 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
- bc80956 nvme: Don't clear nvme blk device's priv space by Bin Meng · 3 years, 5 months ago
- 36144bb nvme: Drop useless members of 'struct nvme_ns' by Bin Meng · 3 years, 5 months ago
- abc6d08 nvme: Eliminate the offset of one during block dev creation by Bin Meng · 3 years, 5 months ago
- 818db24 nvme: Skip block device creation for inactive namespaces by Bin Meng · 3 years, 5 months ago
- a82f325 nvme: Move block dev creation from uclass post_probe() to driver probe() by Bin Meng · 3 years, 5 months ago
- 631dde6 nvme: Remove the redundant aqa value setting by Wesley Sheng · 3 years, 5 months ago
- 85a9561 nvme: Correct the prps per page calculation method by Wesley Sheng · 3 years, 5 months ago
- 9f7e942 nvme: fix for big endian systems by David Lamparter · 3 years, 7 months ago
- 0608336 nvme: Elaborate on cache maintenance operation in get/set_features by Andre Przywara · 3 years, 9 months ago
- 7309c17 nvme: Always invalidate whole cqes[] array by Andre Przywara · 3 years, 10 months ago
- e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
- 9fbb0aa nvme: Use only 32-bit accesses in nvme_writeq/nvme_readq by Stefan Agner · 3 years, 11 months ago
- b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 82bc1a6 nvme: Invalidate dcache before submitting admin cmd by Jagan Teki · 4 years, 6 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
- 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
- 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
- 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
- 968854f nvme: use page-aligned buffer for identify command by Patrick Wildt · 5 years ago
- 95f4aba nvme: flush dcache on both r/w, and the prp list by Patrick Wildt · 5 years ago
- ccdff86 nvme: add accessor to namespace id and eui64 by Patrick Wildt · 5 years ago
- 2db5134 nvme: Fix PRP Offset Invalid by Aaron Williams · 5 years ago
- 225589d nvme: Fix warning of cast from pointer to integer of different size by Bin Meng · 6 years ago
- cbc3da8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- b10ba90 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig by Adam Ford · 7 years ago
- c9ee946 nvme: Remove dead codes in nvme_setup_io_queues() by Bin Meng · 7 years ago
- 8ac9f6c nvme: Fix potential sign extension issue in nvme_blk_rw() by Bin Meng · 7 years ago
- 318dda2 nvme: Fix wrong ndev->queues memset by Bin Meng · 7 years ago
- 34818738 nvme: Get rid of the global variable nvme_info by Bin Meng · 7 years ago
- fbd422b nvme: Use blk_create_devicef() API by Bin Meng · 7 years ago
- 578b195 nvme: Apply cache operations on the DMA buffers by Bin Meng · 7 years ago
- 29e558d nvme: Consolidate block read and write routines by Bin Meng · 7 years ago
- 1c42a29 nvme: Use macros to access NVMe queues by Bin Meng · 7 years ago
- dff7df7 nvme: Respect timeout when en/disabling the controller by Bin Meng · 7 years ago
- f03e5fc nvme: Cache controller's capabilities by Bin Meng · 7 years ago
- b3ea27d nvme: Fix endianness assignment to prp2 in nvme_identify() by Bin Meng · 7 years ago
- 663f4b7 nvme: Fix ndev->queues allocation by Bin Meng · 7 years ago
- a7cbfff nvme: Fix getting PCI vendor id of the NVMe block device by Bin Meng · 7 years ago
- 0c8c930 nvme: Remove useless defines by Bin Meng · 7 years ago
- ab1c160 nvme: Handle zero Maximum Data Transfer Size (MDTS) by Bin Meng · 7 years ago
- e15555a nvme: Fix number of blocks detection by Jon Nettleton · 7 years ago
- 7435481 nvme: Detect devices that are class Storage Express by Jon Nettleton · 7 years ago
- a744a4f nvme: Add show routine to print detailed information by Zhikang Zhang · 7 years ago
- 145b88f nvme: Add NVM Express driver support by Zhikang Zhang · 7 years ago