index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
nvme-core.c
Age
Commit message (
Expand
)
Author
2013-09-06
NVMe: Merge issue on character device bring-up
Keith Busch
2013-09-03
NVMe: Handle ioremap failure
Keith Busch
2013-09-03
NVMe: Add pci suspend/resume driver callbacks
Keith Busch
2013-09-03
NVMe: Use normal shutdown
Keith Busch
2013-09-03
NVMe: Separate controller init from disk discovery
Keith Busch
2013-09-03
NVMe: Separate queue alloc/free from create/delete
Keith Busch
2013-09-03
NVMe: Group pci related actions in functions
Keith Busch
2013-09-03
NVMe: Disk stats for read/write commands only
Keith Busch
2013-09-03
NVMe: Bring up cdev on set feature failure
Keith Busch
2013-09-03
NVMe: Fix checkpatch issues
Keith Busch
2013-09-03
NVMe: Namespace IDs are unsigned
Matthew Wilcox
2013-06-24
NVMe: Call nvme_process_cq from submission path
Matthew Wilcox
2013-06-24
NVMe: Remove "process_cq did something" message
Matthew Wilcox
2013-06-24
NVMe: Return correct value from interrupt handler
Matthew Wilcox
2013-06-20
NVMe: Disk IO statistics
Keith Busch
2013-06-20
NVMe: Restructure MSI / MSI-X setup
Matthew Wilcox
2013-05-31
NVMe: Add MSI support
Ramachandra Rao Gajula
2013-05-28
NVMe: Use dma_set_mask() correctly
Matthew Wilcox
2013-05-23
Return the result from user admin command IOCTL even in case of failure
Chayan Biswas
2013-05-17
NVMe: Do not cancel command multiple times
Keith Busch
2013-05-17
NVMe: fix error return code in nvme_submit_bio_queue()
Wei Yongjun
2013-05-17
NVMe: check for integer overflow in nvme_map_user_pages()
Dan Carpenter
2013-05-09
NVMe: Use user defined admin ioctl timeout
Keith Busch
2013-05-08
NVMe: Only clear the enable bit when disabling controller
Matthew Wilcox
2013-05-08
NVMe: Wait for device to acknowledge shutdown
Matthew Wilcox
2013-05-02
NVMe: Schedule timeout for sync commands
Keith Busch
2013-05-02
NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IO
Keith Busch
2013-05-02
NVMe: Device specific stripe size handling
Keith Busch
2013-05-02
NVMe: Split non-mergeable bio requests
Keith Busch
2013-05-02
NVMe: Remove dead code in nvme_dev_add
Keith Busch
2013-05-02
NVMe: Check for NULL memory in nvme_dev_add
Keith Busch
2013-05-02
NVMe: Fix error clean-up on nvme_alloc_queue
Keith Busch
2013-05-02
NVMe: Free admin queue on request_irq error
Keith Busch
2013-05-01
NVMe: Set TASK_INTERRUPTIBLE before processing queues
Arjan van de Ven
2013-04-16
NVMe: Add a character device for each nvme device
Keith Busch
2013-04-16
NVMe: Fix endian-related problems in user I/O submission path
Matthew Wilcox
2013-04-16
NVMe: Fix I/O cancellation status on big-endian machines
Matthew Wilcox
2013-04-16
NVMe: Don't fail initialisation unnecessarily
Matthew Wilcox
2013-04-16
NVMe: Abstract out sector to block number conversion
Matthew Wilcox
2013-04-16
NVMe: Use round_jiffies_relative() for the periodic, once-per-second timer
Arjan van de Ven
2013-03-28
NVMe: Add nvme-scsi.c
Vishal Verma
2013-03-27
NVMe: Add definitions for format command
Vishal Verma
2013-03-27
NVMe: Move structures & definitions to header file
Vishal Verma
2013-03-26
NVMe: Rename nvme.c to nvme-core.c
Vishal Verma