index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-01
nvme: use consistent macro name for timeout
Chaitanya Kulkarni
1
-2
/
+2
2020-12-01
nvme: centralize setting the timeout in nvme_alloc_request
Chaitanya Kulkarni
1
-2
/
+0
2020-11-14
nvme: free sq/cq dbbuf pointers when dbbuf set fails
Minwoo Im
1
-0
/
+15
2020-11-02
Revert "nvme-pci: remove last_sq_tail"
Keith Busch
1
-4
/
+19
2020-10-22
nvme-pci: disable Write Zeroes on Sandisk Skyhawk
Kai-Heng Feng
1
-0
/
+2
2020-10-13
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-18
/
+17
2020-09-27
nvme-pci: allocate separate interrupt for the reserved non-polled I/O queue
Jeffle Xu
1
-17
/
+15
2020-09-27
nvme-pci: Move enumeration by class to be last in the table
Andy Shevchenko
1
-1
/
+2
2020-09-26
Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+7
2020-09-23
Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2020-09-22
nvme-pci: fix NULL req in completion handler
Xianting Tian
1
-7
/
+7
2020-09-15
nvme-pci: disable the write zeros command for Intel 600P/P3100
David Milburn
1
-1
/
+2
2020-09-04
Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2020-08-29
nvme-pci: cancel nvme device request before disabling
Tong Zhang
1
-2
/
+2
2020-08-24
Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+9
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-22
nvme: rename and document nvme_end_request
Christoph Hellwig
1
-1
/
+1
2020-08-22
nvme-pci: fix PRP pool size
Christoph Hellwig
1
-1
/
+2
2020-08-22
nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depth
John Garry
1
-6
/
+6
2020-08-05
Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-66
/
+124
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2020-07-29
nvme: add a Identify Namespace Identification Descriptor list quirk
Christoph Hellwig
1
-0
/
+2
2020-07-29
nvme-pci: add support for ACPI StorageD3Enable property
David E. Box
1
-0
/
+63
2020-07-29
nvme-pci: use max of PRP or SGL for iod size
Chaitanya Kulkarni
1
-15
/
+10
2020-07-29
nvme-core: replace ctrl page size with a macro
Chaitanya Kulkarni
1
-24
/
+23
2020-07-26
nvme-pci: prevent SK hynix PC400 from using Write Zeroes command
Kai-Heng Feng
1
-0
/
+2
2020-07-08
nvme-pci: use standard block status symbolic names
Baolin Wang
1
-3
/
+3
2020-07-08
nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size()
Baolin Wang
1
-1
/
+1
2020-07-08
nvme-pci: add a blank line after declarations
Baolin Wang
1
-0
/
+4
2020-07-08
nvme-pci: fix some comments issues
Baolin Wang
1
-4
/
+4
2020-07-08
nvme-pci: remove redundant segment validation
Baolin Wang
1
-3
/
+0
2020-07-08
nvme: document quirked Intel models
David Fugate
1
-4
/
+4
2020-07-08
nvme-pci: remove the empty line at the beginning of nvme_should_reset()
Dongli Zhang
1
-1
/
+0
2020-07-08
nvme-pci: code cleanup for nvme_alloc_host_mem()
Chaitanya Kulkarni
1
-4
/
+4
2020-07-08
nvme-pci: use unsigned for io queue depth
Chaitanya Kulkarni
1
-9
/
+10
2020-07-08
Merge tag 'v5.8-rc4' into for-5.9/drivers
Jens Axboe
1
-2
/
+4
2020-06-24
nvme-pci: initialize tagset numa value to the value of the ctrl
Max Gurtovoy
1
-2
/
+2
2020-06-24
nvme-pci: override the value of the controller's numa node
Max Gurtovoy
1
-0
/
+2
2020-06-24
nvme: use blk_mq_complete_request_remote to avoid an indirect function call
Christoph Hellwig
1
-1
/
+2
2020-06-11
nvme-pci: use simple suspend when a HMB is enabled
Christoph Hellwig
1
-0
/
+6
2020-06-03
Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-51
/
+66
2020-05-27
nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()
Dongli Zhang
1
-4
/
+7
2020-05-27
nvme: introduce max_integrity_segments ctrl attribute
Max Gurtovoy
1
-0
/
+6
2020-05-27
nvme-pci: make sure write/poll_queues less or equal then cpu count
Weiping Zhang
1
-4
/
+18
2020-05-12
nvme-pci: dma read memory barrier for completions
Keith Busch
1
-0
/
+5
2020-05-10
nvme-pci: align io queue count with allocted nvme_queue in nvme_probe
Weiping Zhang
1
-24
/
+33
2020-05-10
nvme-pci: remove last_sq_tail
Keith Busch
1
-19
/
+4
2020-05-10
nvme-pci: remove volatile cqes
Keith Busch
1
-4
/
+5
2020-05-10
nvme-pci: fix "slimmer CQ head update"
Alexey Dobriyan
1
-1
/
+5
2020-03-25
nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrl
Israel Rukshin
1
-2
/
+1
[prev]
[next]