summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme: Elaborate on cache maintenance operation in get/set_featuresAndre Przywara2021-03-191-5/+20
* nvme: Always invalidate whole cqes[] arrayAndre Przywara2021-03-191-4/+12
* Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-8/+0
|\
| * nvme: Use only 32-bit accesses in nvme_writeq/nvme_readqStefan Agner2021-01-041-8/+0
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-1/+1
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-3/+3
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
|/
* nvme: Invalidate dcache before submitting admin cmdJagan Teki2020-06-231-0/+3
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-182-0/+2
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+2
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* nvme: use page-aligned buffer for identify commandPatrick Wildt2019-10-311-6/+18
* nvme: flush dcache on both r/w, and the prp listPatrick Wildt2019-10-311-3/+5
* nvme: add accessor to namespace id and eui64Patrick Wildt2019-10-062-0/+14
* nvme: Fix PRP Offset InvalidAaron Williams2019-08-261-10/+19
* nvme: Fix warning of cast from pointer to integer of different sizeBin Meng2019-05-192-4/+4
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-141-1/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-076-14/+6
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-081-0/+1
* nvme: Remove dead codes in nvme_setup_io_queues()Bin Meng2017-09-031-3/+0
* nvme: Fix potential sign extension issue in nvme_blk_rw()Bin Meng2017-09-031-1/+1
* nvme: Fix wrong ndev->queues memsetBin Meng2017-09-031-2/+1
* nvme: Get rid of the global variable nvme_infoBin Meng2017-08-283-35/+12
* nvme: Use blk_create_devicef() APIBin Meng2017-08-281-9/+3
* nvme: Apply cache operations on the DMA buffersBin Meng2017-08-282-5/+34
* nvme: Consolidate block read and write routinesBin Meng2017-08-281-53/+12
* nvme: Use macros to access NVMe queuesBin Meng2017-08-281-7/+15
* nvme: Respect timeout when en/disabling the controllerBin Meng2017-08-281-3/+11
* nvme: Cache controller's capabilitiesBin Meng2017-08-282-6/+6
* nvme: Fix endianness assignment to prp2 in nvme_identify()Bin Meng2017-08-281-1/+1
* nvme: Fix ndev->queues allocationBin Meng2017-08-281-2/+2
* nvme: Fix getting PCI vendor id of the NVMe block deviceBin Meng2017-08-282-22/+3
* nvme: Remove useless definesBin Meng2017-08-281-60/+0
* nvme: Handle zero Maximum Data Transfer Size (MDTS)Bin Meng2017-08-131-0/+21
* nvme: Fix number of blocks detectionJon Nettleton2017-08-131-1/+1
* nvme: Detect devices that are class Storage ExpressJon Nettleton2017-08-131-1/+1
* nvme: Add show routine to print detailed informationZhikang Zhang2017-08-132-1/+128
* nvme: Add NVM Express driver supportZhikang Zhang2017-08-135-0/+1637