summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2022-02-10nvme: apple: Add driver for Apple NVMe storage controllerMark Kettenis
2022-02-10nvme: Add shutdown functionMark Kettenis
2022-02-10nvme: Introduce driver opsMark Kettenis
2022-02-10nvme: Split out PCI supportMark Kettenis
2022-01-14nvme: Do not allocate 8kB buffer on stackPali Rohár
2021-10-12nvme: invalidate correct memory range after readStefan Agner
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-06-23nvme: Don't clear nvme blk device's priv spaceBin Meng
2021-06-23nvme: Drop useless members of 'struct nvme_ns'Bin Meng
2021-06-23nvme: Eliminate the offset of one during block dev creationBin Meng
2021-06-23nvme: Skip block device creation for inactive namespacesBin Meng
2021-06-23nvme: Move block dev creation from uclass post_probe() to driver probe()Bin Meng
2021-06-23nvme: Remove the redundant aqa value settingWesley Sheng
2021-06-23nvme: Correct the prps per page calculation methodWesley Sheng
2021-06-23nvme: fix for big endian systemsDavid Lamparter
2021-03-19nvme: Elaborate on cache maintenance operation in get/set_featuresAndre Przywara
2021-03-19nvme: Always invalidate whole cqes[] arrayAndre Przywara
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2021-01-04nvme: Use only 32-bit accesses in nvme_writeq/nvme_readqStefan Agner
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-06-23nvme: Invalidate dcache before submitting admin cmdJagan Teki
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-10-31nvme: use page-aligned buffer for identify commandPatrick Wildt
2019-10-31nvme: flush dcache on both r/w, and the prp listPatrick Wildt
2019-10-06nvme: add accessor to namespace id and eui64Patrick Wildt
2019-08-26nvme: Fix PRP Offset InvalidAaron Williams
2019-05-19nvme: Fix warning of cast from pointer to integer of different sizeBin Meng
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford
2017-09-03nvme: Remove dead codes in nvme_setup_io_queues()Bin Meng
2017-09-03nvme: Fix potential sign extension issue in nvme_blk_rw()Bin Meng
2017-09-03nvme: Fix wrong ndev->queues memsetBin Meng
2017-08-28nvme: Get rid of the global variable nvme_infoBin Meng
2017-08-28nvme: Use blk_create_devicef() APIBin Meng
2017-08-28nvme: Apply cache operations on the DMA buffersBin Meng
2017-08-28nvme: Consolidate block read and write routinesBin Meng
2017-08-28nvme: Use macros to access NVMe queuesBin Meng
2017-08-28nvme: Respect timeout when en/disabling the controllerBin Meng
2017-08-28nvme: Cache controller's capabilitiesBin Meng
2017-08-28nvme: Fix endianness assignment to prp2 in nvme_identify()Bin Meng
2017-08-28nvme: Fix ndev->queues allocationBin Meng
2017-08-28nvme: Fix getting PCI vendor id of the NVMe block deviceBin Meng
2017-08-28nvme: Remove useless definesBin Meng