summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS descriptionGeert Uytterhoeven2018-06-121-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-1274-769/+1827
|\
| * kvm: fix typo in flag nameMichael S. Tsirkin2018-06-123-6/+6
| * kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini2018-06-123-14/+26
| * KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini2018-06-123-28/+38
| * KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini2018-06-121-32/+32
| * kvm: nVMX: Enforce cpl=0 for VMX instructionsFelix Wilhelm2018-06-121-2/+13
| * kvm: nVMX: Add support for "VMWRITE to any supported field"Jim Mattson2018-06-041-9/+60
| * kvm: nVMX: Restrict VMX capability MSR changesJim Mattson2018-06-041-0/+7
| * KVM: VMX: Optimize tscdeadline timer latencyWanpeng Li2018-06-042-1/+8
| * KVM: docs: nVMX: Remove known limitations as they do not exist nowLiran Alon2018-06-011-11/+0
| * KVM: docs: mmu: KVM support exposing SLAT to guestsLiran Alon2018-06-011-2/+2
| * kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-06-014-49/+15
| * kvm: Make VM ioctl do valloc for some archsMarc Orr2018-06-016-4/+32
| * kvm: Change return type to vm_fault_tSouptick Joarder2018-06-017-7/+7
| * Merge tag 'kvm-s390-next-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-06-0113-65/+98
| |\
| | * KVM: s390: vsie: simplify < 8k address checksDavid Hildenbrand2018-05-171-5/+5
| | * Merge tag 'kvm-s390-master-4.17-1'Christian Borntraeger2018-05-171-1/+1
| | |\
| | * | KVM: s390: generalize kvm_s390_get_tod_clock_ext()David Hildenbrand2018-05-171-12/+9
| | * | KVM: s390: no need to inititalize kvm->arch members to 0David Hildenbrand2018-05-171-7/+1
| | * | KVM: s390: introduce defines for control registersDavid Hildenbrand2018-05-174-14/+30
| | * | KVM: s390: reset crypto attributes for all vcpusTony Krowiak2018-05-172-5/+25
| | * | KVM: s390: Add storage key facility interpretation controlJanosch Frank2018-05-178-22/+28
| * | | Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-06-0135-349/+809
| |\ \ \
| | * | | KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512Eric Auger2018-05-251-1/+1
| | * | | KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger2018-05-254-4/+67
| | * | | KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger2018-05-252-0/+2
| | * | | KVM: arm/arm64: Check all vcpu redistributors are set on map_resourcesEric Auger2018-05-251-5/+14
| | * | | KVM: arm/arm64: Check vcpu redist base before registering an iodevEric Auger2018-05-252-0/+6
| | * | | KVM: arm/arm64: Remove kvm_vgic_vcpu_early_initEric Auger2018-05-253-45/+37
| | * | | KVM: arm/arm64: Helper to register a new redistributor regionEric Auger2018-05-252-16/+81
| | * | | KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regionsEric Auger2018-05-252-17/+42
| | * | | KVM: arm/arm64: Revisit Redistributor TYPER last bit computationEric Auger2018-05-251-1/+6
| | * | | KVM: arm/arm64: Helper to locate free rdist indexEric Auger2018-05-253-2/+35
| | * | | KVM: arm/arm64: Replace the single rdist region by a listEric Auger2018-05-255-24/+77
| | * | | KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger2018-05-251-2/+28
| | * | | KVM: arm/arm64: Set dist->spis to NULL after kfreeEric Auger2018-05-251-0/+1
| | * | | KVM: arm64: Invoke FPSIMD context switch trap from CDave Martin2018-05-253-51/+13
| | * | | KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()Dave Martin2018-05-251-4/+8
| | * | | KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()Dave Martin2018-05-251-12/+4
| | * | | KVM: arm64: Remove eager host SVE state savingDave Martin2018-05-254-37/+0
| | * | | KVM: arm64: Save host SVE context as appropriateDave Martin2018-05-256-2/+47
| | * | | arm64/sve: Move sve_pffr() to fpsimd.h and make inlineDave Martin2018-05-253-13/+24
| | * | | arm64/sve: Switch sve_pffr() argument from task to threadDave Martin2018-05-251-5/+5
| | * | | arm64/sve: Move read_zcr_features() out of cpufeature.hDave Martin2018-05-255-29/+32
| | * | | KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin2018-05-259-31/+192
| | * | | KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin2018-05-256-19/+18
| | * | | arm64/sve: Refactor user SVE trap maintenance for external useDave Martin2018-05-251-15/+15
| | * | | arm64: fpsimd: Eliminate task->mm checksDave Martin2018-05-252-25/+19
| | * | | arm64: fpsimd: Avoid FPSIMD context leakage for the init taskDave Martin2018-05-251-6/+7