index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-20
nvme-pci: fix error unwind in nvme_map_data
Christoph Hellwig
1
-10
/
+18
2021-01-20
nvme-pci: refactor nvme_unmap_data
Christoph Hellwig
1
-28
/
+49
2021-01-18
nvme-pci: allow use of cmb on v1.4 controllers
Klaus Jensen
1
-0
/
+14
2021-01-06
nvme: avoid possible double fetch in handling CQE
Lalithambika Krishnakumar
1
-3
/
+4
2021-01-06
nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQN
Gopal Tiwari
1
-1
/
+2
2020-12-16
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-16
/
+11
2020-12-01
nvme-pci: don't allocate unused I/O queues
Niklas Schnelle
1
-9
/
+7
2020-12-01
nvme-pci: drop min() from nr_io_queues assignment
Niklas Schnelle
1
-2
/
+1
2020-12-01
nvme: split nvme_alloc_request()
Chaitanya Kulkarni
1
-2
/
+2
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-22
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-28
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-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-21
nvme: rename and document nvme_end_request
Christoph Hellwig
1
-1
/
+1
2020-08-21
nvme-pci: fix PRP pool size
Christoph Hellwig
1
-1
/
+2
2020-08-21
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-02
Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-51
/
+66
[next]