index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
nvme-core.c
Age
Commit message (
Expand
)
Author
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