index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
pci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme-pci: fix error unwind in nvme_map_data
Christoph Hellwig
2021-01-20
1
-10
/
+18
*
nvme-pci: refactor nvme_unmap_data
Christoph Hellwig
2021-01-20
1
-28
/
+49
*
nvme-pci: allow use of cmb on v1.4 controllers
Klaus Jensen
2021-01-18
1
-0
/
+14
*
nvme: avoid possible double fetch in handling CQE
Lalithambika Krishnakumar
2021-01-06
1
-3
/
+4
*
nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQN
Gopal Tiwari
2021-01-06
1
-1
/
+2
*
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-16
/
+11
|
\
|
*
nvme-pci: don't allocate unused I/O queues
Niklas Schnelle
2020-12-01
1
-9
/
+7
|
*
nvme-pci: drop min() from nr_io_queues assignment
Niklas Schnelle
2020-12-01
1
-2
/
+1
|
*
nvme: split nvme_alloc_request()
Chaitanya Kulkarni
2020-12-01
1
-2
/
+2
|
*
nvme: use consistent macro name for timeout
Chaitanya Kulkarni
2020-12-01
1
-2
/
+2
|
*
nvme: centralize setting the timeout in nvme_alloc_request
Chaitanya Kulkarni
2020-12-01
1
-2
/
+0
*
|
nvme: free sq/cq dbbuf pointers when dbbuf set fails
Minwoo Im
2020-11-14
1
-0
/
+15
|
/
*
Revert "nvme-pci: remove last_sq_tail"
Keith Busch
2020-11-02
1
-4
/
+19
*
nvme-pci: disable Write Zeroes on Sandisk Skyhawk
Kai-Heng Feng
2020-10-22
1
-0
/
+2
*
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-18
/
+17
|
\
|
*
nvme-pci: allocate separate interrupt for the reserved non-polled I/O queue
Jeffle Xu
2020-09-27
1
-17
/
+15
|
*
nvme-pci: Move enumeration by class to be last in the table
Andy Shevchenko
2020-09-27
1
-1
/
+2
*
|
Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-09-26
1
-7
/
+7
|
\
\
|
|
/
|
/
|
|
*
nvme-pci: fix NULL req in completion handler
Xianting Tian
2020-09-22
1
-7
/
+7
*
|
Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-09-22
1
-1
/
+2
|
\
|
|
*
nvme-pci: disable the write zeros command for Intel 600P/P3100
David Milburn
2020-09-15
1
-1
/
+2
*
|
Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-09-04
1
-2
/
+2
|
\
|
|
*
nvme-pci: cancel nvme device request before disabling
Tong Zhang
2020-08-29
1
-2
/
+2
*
|
Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-24
1
-8
/
+9
|
\
|
|
*
nvme: rename and document nvme_end_request
Christoph Hellwig
2020-08-22
1
-1
/
+1
|
*
nvme-pci: fix PRP pool size
Christoph Hellwig
2020-08-22
1
-1
/
+2
|
*
nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depth
John Garry
2020-08-22
1
-6
/
+6
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
|
/
*
Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-05
1
-66
/
+124
|
\
|
*
nvme-pci: add support for ACPI StorageD3Enable property
David E. Box
2020-07-29
1
-0
/
+63
|
*
nvme-pci: use max of PRP or SGL for iod size
Chaitanya Kulkarni
2020-07-29
1
-15
/
+10
|
*
nvme-core: replace ctrl page size with a macro
Chaitanya Kulkarni
2020-07-29
1
-24
/
+23
|
*
nvme-pci: use standard block status symbolic names
Baolin Wang
2020-07-08
1
-3
/
+3
|
*
nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size()
Baolin Wang
2020-07-08
1
-1
/
+1
|
*
nvme-pci: add a blank line after declarations
Baolin Wang
2020-07-08
1
-0
/
+4
|
*
nvme-pci: fix some comments issues
Baolin Wang
2020-07-08
1
-4
/
+4
|
*
nvme-pci: remove redundant segment validation
Baolin Wang
2020-07-08
1
-3
/
+0
|
*
nvme: document quirked Intel models
David Fugate
2020-07-08
1
-4
/
+4
|
*
nvme-pci: remove the empty line at the beginning of nvme_should_reset()
Dongli Zhang
2020-07-08
1
-1
/
+0
|
*
nvme-pci: code cleanup for nvme_alloc_host_mem()
Chaitanya Kulkarni
2020-07-08
1
-4
/
+4
|
*
nvme-pci: use unsigned for io queue depth
Chaitanya Kulkarni
2020-07-08
1
-9
/
+10
|
*
Merge tag 'v5.8-rc4' into for-5.9/drivers
Jens Axboe
2020-07-08
1
-2
/
+4
|
|
\
*
|
|
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-03
1
-1
/
+2
|
\
|
|
|
*
|
nvme: use blk_mq_complete_request_remote to avoid an indirect function call
Christoph Hellwig
2020-06-24
1
-1
/
+2
*
|
|
nvme: add a Identify Namespace Identification Descriptor list quirk
Christoph Hellwig
2020-07-29
1
-0
/
+2
*
|
|
nvme-pci: prevent SK hynix PC400 from using Write Zeroes command
Kai-Heng Feng
2020-07-26
1
-0
/
+2
|
|
/
|
/
|
*
|
nvme-pci: initialize tagset numa value to the value of the ctrl
Max Gurtovoy
2020-06-24
1
-2
/
+2
*
|
nvme-pci: override the value of the controller's numa node
Max Gurtovoy
2020-06-24
1
-0
/
+2
|
/
*
nvme-pci: use simple suspend when a HMB is enabled
Christoph Hellwig
2020-06-11
1
-0
/
+6
*
Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-03
1
-51
/
+66
|
\
[next]