summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen/swiotlb: remember having called xen_create_contiguous_region()Juergen Gross2019-08-012-1/+7
* xen/swiotlb: simplify range_straddles_page_boundary()Juergen Gross2019-08-011-22/+6
* xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()Juergen Gross2019-08-011-2/+2
* xen: avoid link error on ARMArnd Bergmann2019-07-313-30/+40
* xen/gntdev.c: Replace vm_map_pages() with vm_map_pages_zero()Souptick Joarder2019-07-311-1/+1
* xen/pciback: remove set but not used variable 'old_state'YueHaibing2019-07-261-2/+1
* xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross2019-07-181-3/+13
* xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan2019-07-174-4/+2
* x86/xen: Add "nopv" support for HVM guestZhenzhong Duan2019-07-173-10/+39
* x86/paravirt: Remove const mark from x86_hyper_xen_hvm variableZhenzhong Duan2019-07-173-9/+9
* xen: Map "xen_nopv" parameter to "nopv" and mark it obsoleteZhenzhong Duan2019-07-172-6/+8
* x86: Add "nopv" parameter to disable PV extensionsZhenzhong Duan2019-07-175-0/+22
* x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __initZhenzhong Duan2019-07-172-5/+4
* xen: remove tmem driverJuergen Gross2019-07-178-1074/+0
* Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get ini...Zhenzhong Duan2019-07-172-6/+3
* xen/events: fix binding user event channels to cpusJuergen Gross2019-07-173-4/+13
* Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-1650-210/+660
|\
| * MAINTAINERS: add entry for block io cgroupKonstantin Khlebnikov2019-07-121-0/+13
| * null_blk: fixup ->report_zones() for !CONFIG_BLK_DEV_ZONEDJens Axboe2019-07-121-1/+1
| * block: Limit zone array allocation sizeDamien Le Moal2019-07-122-16/+25
| * sd_zbc: Fix report zones buffer allocationDamien Le Moal2019-07-121-29/+75
| * block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-1212-44/+46
| * block: Allow mapping of vmalloc-ed buffersDamien Le Moal2019-07-121-1/+27
| * block/bio-integrity: fix a memory leak bugWenwen Wang2019-07-121-2/+6
| * nvme: fix NULL deref for fabrics optionsMinwoo Im2019-07-121-1/+1
| * Merge branch 'nvme-5.3' of git://git.infradead.org/nvme into for-linusJens Axboe2019-07-1114-51/+237
| |\
| | * nvme: fix regression upon hot device removal and insertionSagi Grimberg2019-07-101-2/+2
| | * nvme-fc: fix module unloads while lports still pendingJames Smart2019-07-091-3/+48
| | * nvme-tcp: don't use sendpage for SLAB pagesMikhail Skorzhinskii2019-07-091-1/+8
| | * nvme-tcp: set the STABLE_WRITES flag when data digests are enabledMikhail Skorzhinskii2019-07-091-0/+5
| | * nvmet: print a hint while rejecting NSID 0 or 0xffffffffMikhail Skorzhinskii2019-07-091-1/+3
| | * nvme-multipath: do not select namespaces which are about to be removedHannes Reinecke2019-07-091-1/+2
| | * nvme-multipath: also check for a disabled path if there is a single siblingHannes Reinecke2019-07-091-1/+4
| | * nvme-multipath: factor out a nvme_path_is_disabled helperHannes Reinecke2019-07-091-4/+8
| | * nvme: set physical block size and optimal I/O sizeBart Van Assche2019-07-092-2/+33
| | * nvme: add I/O characteristics fieldsBart Van Assche2019-07-091-3/+9
| | * nvmet: export I/O characteristics attributes in IdentifyBart Van Assche2019-07-093-0/+50
| | * nvme-trace: add delete completion and submission queue to admin cmds tracerTom Wu2019-07-091-0/+26
| | * nvme-trace: fix spelling mistake "spcecific" -> "specific"Colin Ian King2019-07-092-2/+2
| | * nvme-pci: limit max_hw_sectors based on the DMA max mapping sizeChristoph Hellwig2019-07-091-1/+2
| | * nvme-pci: check for NULL return from pci_alloc_p2pmem()Alan Mikhak2019-07-091-5/+9
| | * nvme-pci: don't create a read hctx mapping without read queuesAlan Mikhak2019-07-091-1/+3
| | * nvme-pci: don't fall back to a 32-bit DMA maskChristoph Hellwig2019-07-091-2/+1
| | * nvme-pci: make nvme_dev_pm_ops staticYueHaibing2019-07-091-1/+1
| | * nvme-fcloop: resolve warnings on RCU usage and sleep warningsJames Smart2019-07-091-1/+1
| | * nvme-fcloop: fix inconsistent lock state warningsJames Smart2019-07-091-21/+21
| * | nbd: add netlink reconfigure resize supportMike Christie2019-07-111-16/+32
| * | nbd: fix crash when the blksize is zeroXiubo Li2019-07-111-3/+20
| * | block: Disable write plugging for zoned block devicesDamien Le Moal2019-07-103-2/+34
| * | block: Fix elevator name declarationDamien Le Moal2019-07-101-1/+1