summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* block: loop: mark bvec as ITER_BVEC_FLAG_NO_REFMing Lei2019-04-011-4/+12
* block: don't check if adjacent bvecs in one bio can be mergeableMing Lei2019-04-011-27/+42
* block: reuse __blk_bvec_map_sg() for mapping page sized bvecMing Lei2019-04-011-11/+9
* block: remove argument of 'request_queue' from __blk_bvec_map_sgMing Lei2019-04-011-3/+3
* block: enable multi-page bvec for passthrough IOMing Lei2019-04-011-29/+31
* block: put the same page when adding it to bioMing Lei2019-04-012-12/+19
* block: check if page is mergeable in one helperMing Lei2019-04-011-14/+24
* block: cleanup bio_add_pc_pageMing Lei2019-04-011-7/+7
* block: don't merge adjacent bvecs to one segment in bio blk_queue_splitMing Lei2019-04-011-17/+0
* block: avoid to break XEN by multi-page bvecMing Lei2019-04-011-0/+2
* block: pass page to xen_biovec_phys_mergeableMing Lei2019-04-013-4/+7
* loop: properly observe rotational flag of underlying deviceHolger Hoffstätte2019-04-011-0/+19
* doc, block, bfq: add information on bfq execution timePaolo Valente2019-04-011-7/+22
* block, bfq: save & resume weight on a queue merge/splitFrancesco Pollicino2019-04-012-0/+11
* block, bfq: print SHARED instead of pid for shared queues in logsFrancesco Pollicino2019-04-012-4/+29
* block, bfq: always protect newly-created queues from existing active queuesPaolo Valente2019-04-011-13/+51
* block, bfq: do not tag totally seeky queues as soft rtPaolo Valente2019-04-011-0/+14
* block, bfq: do not merge queues on flash storage with queueingPaolo Valente2019-04-013-6/+73
* block, bfq: tune service injection basing on request service timesPaolo Valente2019-04-012-59/+409
* block, bfq: do not idle for lowest-weight queuesPaolo Valente2019-04-013-94/+118
* block, bfq: increase idling for weight-raised queuesPaolo Valente2019-04-011-0/+2
* block/bfq: fix ifdef for CONFIG_BFQ_GROUP_IOSCHED=yKonstantin Khlebnikov2019-04-012-2/+2
* Linux 5.1-rc3v5.1-rc3Linus Torvalds2019-03-311-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-3160-201/+409
|\
| * Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-03-289-75/+133
| |\
| | * KVM: arm/arm64: Comments cleanup in mmu.cZenghui Yu2019-03-281-14/+9
| | * KVM: arm/arm64: vgic-its: Make attribute accessors staticYueHaibing2019-03-201-5/+5
| | * KVM: arm/arm64: Fix handling of stage2 huge mappingsSuzuki K Poulose2019-03-202-16/+45
| | * KVM: arm/arm64: Enforce PTE mappings at stage2 when neededSuzuki K Poulose2019-03-191-22/+21
| | * KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslotsMarc Zyngier2019-03-191-3/+10
| | * KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier2019-03-194-6/+28
| | * arm64: KVM: Always set ICH_HCR_EL2.EN if GICv4 is enabledMarc Zyngier2019-03-192-6/+12
| | * KVM: arm64: Reset the PMU in preemptible contextMarc Zyngier2019-03-191-3/+3
| * | Documentation: kvm: clarify KVM_SET_USER_MEMORY_REGIONPaolo Bonzini2019-03-281-8/+10
| * | KVM: doc: Document the life cycle of a VM and its resourcesSean Christopherson2019-03-281-0/+17
| * | KVM: selftests: complete IO before migrating guest stateSean Christopherson2019-03-283-2/+33
| * | KVM: selftests: disable stack protector for all KVM testsSean Christopherson2019-03-281-2/+2
| * | KVM: selftests: explicitly disable PIE for testsSean Christopherson2019-03-281-1/+1
| * | KVM: selftests: assert on exit reason in CR4/cpuid sync testSean Christopherson2019-03-281-16/+19
| * | KVM: x86: update %rip after emulating IOSean Christopherson2019-03-282-10/+27
| * | x86/kvm/hyper-v: avoid spurious pending stimer on vCPU initVitaly Kuznetsov2019-03-281-2/+7
| * | kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrsXiaoyao Li2019-03-281-1/+2
| * | KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-03-284-14/+13
| * | kvm: don't redefine flags as something elseSebastian Andrzej Siewior2019-03-281-3/+3
| * | kvm: mmu: Used range based flushing in slot_handle_level_rangeBen Gardon2019-03-281-2/+5
| * | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-2833-20/+18
| * | KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang2019-03-283-8/+4
| * | kvm: nVMX: Add a vmentry check for HOST_SYSENTER_ESP and HOST_SYSENTER_EIP fi...Krish Sadhukhan2019-03-281-0/+5
| * | KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh2019-03-284-3/+45
| * | KVM: Reject device ioctls from processes other than the VM's creatorSean Christopherson2019-03-282-5/+14