| Commit message (Expand) | Author | Age | Files | Lines |
* | xen/swiotlb: remember having called xen_create_contiguous_region() | Juergen Gross | 2019-08-01 | 2 | -1/+7 |
* | xen/swiotlb: simplify range_straddles_page_boundary() | Juergen Gross | 2019-08-01 | 1 | -22/+6 |
* | xen/swiotlb: fix condition for calling xen_destroy_contiguous_region() | Juergen Gross | 2019-08-01 | 1 | -2/+2 |
* | xen: avoid link error on ARM | Arnd Bergmann | 2019-07-31 | 3 | -30/+40 |
* | xen/gntdev.c: Replace vm_map_pages() with vm_map_pages_zero() | Souptick Joarder | 2019-07-31 | 1 | -1/+1 |
* | xen/pciback: remove set but not used variable 'old_state' | YueHaibing | 2019-07-26 | 1 | -2/+1 |
* | xen: let alloc_xenballooned_pages() fail if not enough memory free | Juergen Gross | 2019-07-18 | 1 | -3/+13 |
* | xen/pv: Fix a boot up hang revealed by int3 self test | Zhenzhong Duan | 2019-07-17 | 4 | -4/+2 |
* | x86/xen: Add "nopv" support for HVM guest | Zhenzhong Duan | 2019-07-17 | 3 | -10/+39 |
* | x86/paravirt: Remove const mark from x86_hyper_xen_hvm variable | Zhenzhong Duan | 2019-07-17 | 3 | -9/+9 |
* | xen: Map "xen_nopv" parameter to "nopv" and mark it obsolete | Zhenzhong Duan | 2019-07-17 | 2 | -6/+8 |
* | x86: Add "nopv" parameter to disable PV extensions | Zhenzhong Duan | 2019-07-17 | 5 | -0/+22 |
* | x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __init | Zhenzhong Duan | 2019-07-17 | 2 | -5/+4 |
* | xen: remove tmem driver | Juergen Gross | 2019-07-17 | 8 | -1074/+0 |
* | Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get ini... | Zhenzhong Duan | 2019-07-17 | 2 | -6/+3 |
* | xen/events: fix binding user event channels to cpus | Juergen Gross | 2019-07-17 | 3 | -4/+13 |
* | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-07-16 | 50 | -210/+660 |
|\ |
|
| * | MAINTAINERS: add entry for block io cgroup | Konstantin Khlebnikov | 2019-07-12 | 1 | -0/+13 |
| * | null_blk: fixup ->report_zones() for !CONFIG_BLK_DEV_ZONED | Jens Axboe | 2019-07-12 | 1 | -1/+1 |
| * | block: Limit zone array allocation size | Damien Le Moal | 2019-07-12 | 2 | -16/+25 |
| * | sd_zbc: Fix report zones buffer allocation | Damien Le Moal | 2019-07-12 | 1 | -29/+75 |
| * | block: Kill gfp_t argument of blkdev_report_zones() | Damien Le Moal | 2019-07-12 | 12 | -44/+46 |
| * | block: Allow mapping of vmalloc-ed buffers | Damien Le Moal | 2019-07-12 | 1 | -1/+27 |
| * | block/bio-integrity: fix a memory leak bug | Wenwen Wang | 2019-07-12 | 1 | -2/+6 |
| * | nvme: fix NULL deref for fabrics options | Minwoo Im | 2019-07-12 | 1 | -1/+1 |
| * | Merge branch 'nvme-5.3' of git://git.infradead.org/nvme into for-linus | Jens Axboe | 2019-07-11 | 14 | -51/+237 |
| |\ |
|
| | * | nvme: fix regression upon hot device removal and insertion | Sagi Grimberg | 2019-07-10 | 1 | -2/+2 |
| | * | nvme-fc: fix module unloads while lports still pending | James Smart | 2019-07-09 | 1 | -3/+48 |
| | * | nvme-tcp: don't use sendpage for SLAB pages | Mikhail Skorzhinskii | 2019-07-09 | 1 | -1/+8 |
| | * | nvme-tcp: set the STABLE_WRITES flag when data digests are enabled | Mikhail Skorzhinskii | 2019-07-09 | 1 | -0/+5 |
| | * | nvmet: print a hint while rejecting NSID 0 or 0xffffffff | Mikhail Skorzhinskii | 2019-07-09 | 1 | -1/+3 |
| | * | nvme-multipath: do not select namespaces which are about to be removed | Hannes Reinecke | 2019-07-09 | 1 | -1/+2 |
| | * | nvme-multipath: also check for a disabled path if there is a single sibling | Hannes Reinecke | 2019-07-09 | 1 | -1/+4 |
| | * | nvme-multipath: factor out a nvme_path_is_disabled helper | Hannes Reinecke | 2019-07-09 | 1 | -4/+8 |
| | * | nvme: set physical block size and optimal I/O size | Bart Van Assche | 2019-07-09 | 2 | -2/+33 |
| | * | nvme: add I/O characteristics fields | Bart Van Assche | 2019-07-09 | 1 | -3/+9 |
| | * | nvmet: export I/O characteristics attributes in Identify | Bart Van Assche | 2019-07-09 | 3 | -0/+50 |
| | * | nvme-trace: add delete completion and submission queue to admin cmds tracer | Tom Wu | 2019-07-09 | 1 | -0/+26 |
| | * | nvme-trace: fix spelling mistake "spcecific" -> "specific" | Colin Ian King | 2019-07-09 | 2 | -2/+2 |
| | * | nvme-pci: limit max_hw_sectors based on the DMA max mapping size | Christoph Hellwig | 2019-07-09 | 1 | -1/+2 |
| | * | nvme-pci: check for NULL return from pci_alloc_p2pmem() | Alan Mikhak | 2019-07-09 | 1 | -5/+9 |
| | * | nvme-pci: don't create a read hctx mapping without read queues | Alan Mikhak | 2019-07-09 | 1 | -1/+3 |
| | * | nvme-pci: don't fall back to a 32-bit DMA mask | Christoph Hellwig | 2019-07-09 | 1 | -2/+1 |
| | * | nvme-pci: make nvme_dev_pm_ops static | YueHaibing | 2019-07-09 | 1 | -1/+1 |
| | * | nvme-fcloop: resolve warnings on RCU usage and sleep warnings | James Smart | 2019-07-09 | 1 | -1/+1 |
| | * | nvme-fcloop: fix inconsistent lock state warnings | James Smart | 2019-07-09 | 1 | -21/+21 |
| * | | nbd: add netlink reconfigure resize support | Mike Christie | 2019-07-11 | 1 | -16/+32 |
| * | | nbd: fix crash when the blksize is zero | Xiubo Li | 2019-07-11 | 1 | -3/+20 |
| * | | block: Disable write plugging for zoned block devices | Damien Le Moal | 2019-07-10 | 3 | -2/+34 |
| * | | block: Fix elevator name declaration | Damien Le Moal | 2019-07-10 | 1 | -1/+1 |