index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-08
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
2017-09-03
nvme: Remove dead codes in nvme_setup_io_queues()
Bin Meng
2017-09-03
nvme: Fix potential sign extension issue in nvme_blk_rw()
Bin Meng
2017-09-03
nvme: Fix wrong ndev->queues memset
Bin Meng
2017-08-28
nvme: Get rid of the global variable nvme_info
Bin Meng
2017-08-28
nvme: Use blk_create_devicef() API
Bin Meng
2017-08-28
nvme: Apply cache operations on the DMA buffers
Bin Meng
2017-08-28
nvme: Consolidate block read and write routines
Bin Meng
2017-08-28
nvme: Use macros to access NVMe queues
Bin Meng
2017-08-28
nvme: Respect timeout when en/disabling the controller
Bin Meng
2017-08-28
nvme: Cache controller's capabilities
Bin Meng
2017-08-28
nvme: Fix endianness assignment to prp2 in nvme_identify()
Bin Meng
2017-08-28
nvme: Fix ndev->queues allocation
Bin Meng
2017-08-28
nvme: Fix getting PCI vendor id of the NVMe block device
Bin Meng
2017-08-28
nvme: Remove useless defines
Bin Meng
2017-08-13
nvme: Handle zero Maximum Data Transfer Size (MDTS)
Bin Meng
2017-08-13
nvme: Fix number of blocks detection
Jon Nettleton
2017-08-13
nvme: Detect devices that are class Storage Express
Jon Nettleton
2017-08-13
nvme: Add show routine to print detailed information
Zhikang Zhang
2017-08-13
nvme: Add NVM Express driver support
Zhikang Zhang