index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
block
/
nvme.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-27
nvme: Fix spurious interrupts
Keith Busch
1
-1
/
+3
2018-11-22
nvme: fix bug with PCI IRQ pins on teardown
Logan Gunthorpe
1
-0
/
+1
2018-11-22
nvme: fix CMB endianness confusion
Paolo Bonzini
1
-5
/
+2
2018-11-22
Revert "nvme: fix oob access issue(CVE-2018-16847)"
Kevin Wolf
1
-7
/
+0
2018-11-22
nvme: fix out-of-bounds access to the CMB
Paolo Bonzini
1
-1
/
+1
2018-11-22
nvme: call blk_drain in NVMe reset code to avoid lockups
Igor Druzhinin
1
-0
/
+2
2018-11-19
nvme: fix oob access issue(CVE-2018-16847)
Li Qiang
1
-0
/
+7
2018-11-12
nvme: free cmbuf in nvme_exit
Li Qiang
1
-0
/
+3
2018-11-12
nvme: don't unref ctrl_mem when device unrealized
Li Qiang
1
-3
/
+0
2018-08-15
block: Remove deprecated -drive option serial
Kevin Wolf
1
-1
/
+0
2018-07-10
Revert "block: Remove deprecated -drive option serial"
Cornelia Huck
1
-0
/
+1
2018-07-02
hw/block: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-1
/
+2
2018-06-29
hw/block/nvme: add optional parameter num_queues for nvme device
Weiping Zhang
1
-2
/
+3
2018-06-15
block: Remove deprecated -drive option serial
Kevin Wolf
1
-1
/
+0
2018-06-01
hw/block/nvme: Include "qemu/cutils.h" directly in the source file
Philippe Mathieu-Daudé
1
-0
/
+1
2018-02-08
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
1
-1
/
+0
2018-01-23
hw/block: Fix pin-based interrupt behaviour of NVMe
Hikaru Nishida
1
-5
/
+34
2017-12-22
nvme: Add tracing
Doug Gale
1
-52
/
+297
2017-12-19
hw/block: Use errp directly rather than local_err
Mao Zhongyi
1
-5
/
+2
2017-12-19
hw/block/nvme: Convert to realize
Mao Zhongyi
1
-8
/
+10
2017-10-15
pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices
Eduardo Habkost
1
-0
/
+4
2017-08-29
nvme: Fix get/set number of queues feature, again
Dan Aloni
1
-2
/
+2
2017-06-26
nvme: Add support for Read Data and Write Data in CMBs.
Stephen Bates
1
-26
/
+57
2017-05-26
nvme: Add support for Controller Memory Buffers
Stephen Bates
1
-4
/
+71
2017-05-11
nvme: Implement Write Zeroes
Christoph Hellwig
1
-0
/
+26
2017-02-28
hw/block: Request permissions
Kevin Wolf
1
-1
/
+7
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
1
-1
/
+1
2016-10-28
hw/block/nvme: Simplify if-statements a little bit
Thomas Huth
1
-2
/
+2
2016-10-27
dma-helpers: explicitly pass alignment into DMA helpers
Mark Cave-Ayland
1
-2
/
+4
2016-08-05
nvme: bump PCI revision
Christoph Hellwig
1
-1
/
+1
2016-08-05
nvme: fix identify to be NVMe 1.1 compliant
Christoph Hellwig
1
-7
/
+52
2016-07-13
block/qdev: Allow configuring WCE with qdev properties
Kevin Wolf
1
-0
/
+1
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-4
/
+4
2016-05-25
dma-helpers: change interface to byte-based
Paolo Bonzini
1
-3
/
+3
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-02
nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file
Laszlo Ersek
1
-36
/
+4
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-12
nvme: Account for failed and invalid operations
Alberto Garcia
1
-3
/
+8
2015-09-07
hw/block/nvme.c: Use pow2ceil() rather than hand-calculation
Peter Maydell
1
-1
/
+1
2015-07-14
nvme: properly report volatile write caches
Christoph Hellwig
1
-5
/
+14
2015-07-14
nvme: implement the Flush command
Christoph Hellwig
1
-3
/
+16
2015-06-23
nvme: Fix memleak in nvme_dma_read_prp
Lu Lina
1
-0
/
+1
2015-05-22
nvme: support NVME_VOLATILE_WRITE_CACHE feature
Christoph Hellwig
1
-0
/
+3
2015-04-30
Enable NVMe start controller for Windows guest.
Daniel Stekloff
1
-0
/
+7
2015-03-27
nvme: Fix unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)
Stefan Weil
1
-1
/
+1
2015-03-10
BlockConf: Call backend functions to detect geometry and blocksizes
Ekaterina Tumanova
1
-0
/
+1
2015-01-13
NVMe: Set correct VS Value for 1.1 Compliant Controllers
Anubhav Rakshit
1
-1
/
+1
2015-01-13
nvme: Fix get/set number of queues feature
Alex Friedman
1
-2
/
+4
2014-12-10
nvme: 64kB page size fixes
Anton Blanchard
1
-0
/
+1
2014-11-17
nvme: remove superfluous check
Gonglei
1
-2
/
+1
[next]