summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2017-09-0720-74/+181
| |\ \ \ \
| | * | | | KVM: PPC: Book3S HV: Fix memory leak in kvm_vm_ioctl_get_htab_fdnixiaoming2017-09-011-0/+1
| | * | | | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-08-3117-67/+151
| | |\ \ \ \
| | * | | | | KVM: PPC: Book3S HV: Report storage key support to userspacePaul Mackerras2017-08-311-0/+8
| | * | | | | KVM: PPC: Book3S HV: Fix case where HDEC is treated as 32-bit on POWER9Paul Mackerras2017-08-311-1/+2
| | * | | | | KVM: PPC: Book3S HV: Fix invalid use of register expressionAndreas Schwab2017-08-311-1/+1
| | * | | | | KVM: PPC: Book3S HV: Fix H_REGISTER_VPA VPA size validationNicholas Piggin2017-08-311-1/+7
| | * | | | | KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTERRam Pai2017-08-312-1/+2
| | * | | | | KVM: PPC: e500mc: Fix a NULL dereferenceDan Carpenter2017-08-311-1/+3
| | * | | | | KVM: PPC: e500: Fix some NULL dereferences on errorDan Carpenter2017-08-311-2/+6
| * | | | | | Merge tag 'kvm-arm-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2017-09-074-31/+41
| |\ \ \ \ \ \
| | * | | | | | KVM: arm/arm64: Extract GICv3 max APRn index calculationChristoffer Dall2017-09-051-20/+3
| | * | | | | | KVM: arm/arm64: Fix guest external abort matchingJames Morse2017-09-053-11/+38
| | |/ / / / /
| * | | | | | Merge tag 'kvm-s390-next-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-09-0723-121/+580
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | KVM: s390: vsie: cleanup mcck reinjectionDavid Hildenbrand2017-08-311-5/+1
| | * | | | | KVM: s390: use WARN_ON_ONCE only for checkingDavid Hildenbrand2017-08-311-2/+4
| | * | | | | KVM: s390: guestdbg: fix range checkDavid Hildenbrand2017-08-311-1/+1
| | * | | | | KVM: s390: we are always in czam modeDavid Hildenbrand2017-08-292-1/+4
| | * | | | | KVM: s390: expose no-DAT to guest and migration supportClaudio Imbrenda2017-08-294-5/+17
| | * | | | | KVM: s390: sthyi: remove invalid guest write accessHeiko Carstens2017-08-291-8/+0
| | * | | | | KVM: s390: Multiple Epoch Facility supportCollin L. Walling2017-08-296-1/+125
| | * | | | | KVM: s390: Support Configuration z/Architecture ModeJason J. Herne2017-08-282-19/+18
| | * | | | | Merge tag 'kvm-s390-master-4.13-2' into kvms390/nextChristian Borntraeger2017-08-282-4/+11
| | |\ \ \ \ \
| * | | | | | | kvm: nVMX: Validate the virtual-APIC address on nested VM-entryJim Mattson2017-08-251-0/+15
| * | | | | | | KVM: nVMX: Fix trying to cancel vmlauch/vmresumeWanpeng Li2017-08-241-14/+17
| * | | | | | | KVM: X86: Fix loss of exception which has not yet been injectedWanpeng Li2017-08-245-32/+70
| * | | | | | | KVM: VMX: use kvm_event_needs_reinjectionWanpeng Li2017-08-241-3/+1
| * | | | | | | KVM: MMU: speedup update_permission_bitmaskPaolo Bonzini2017-08-241-51/+70
| * | | | | | | KVM: MMU: Expose the LA57 feature to VM.Yu Zhang2017-08-247-36/+65
| * | | | | | | KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang2017-08-249-29/+67
| * | | | | | | KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang2017-08-245-23/+25
| * | | | | | | KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang2017-08-244-7/+19
| * | | | | | | KVM: x86: Add return value to kvm_cpuid().Yu Zhang2017-08-247-21/+34
| * | | | | | | kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORSPaolo Bonzini2017-08-241-4/+22
| * | | | | | | kvm: vmx: Raise #UD on unsupported RDSEEDJim Mattson2017-08-241-1/+23
| * | | | | | | kvm: vmx: Raise #UD on unsupported RDRANDJim Mattson2017-08-241-1/+30
| * | | | | | | KVM: VMX: cache secondary exec controlsPaolo Bonzini2017-08-241-46/+54
| * | | | | | | KVM: SVM: Enable Virtual GIF featureJanakarajan Natarajan2017-08-232-6/+56
| * | | | | | | KVM: SVM: Add Virtual GIF feature definitionJanakarajan Natarajan2017-08-231-0/+1
| * | | | | | | KVM: VMX: always require WB memory type for EPTDavid Hildenbrand2017-08-181-2/+7
| * | | | | | | KVM: VMX: cleanup EPTP definitionsDavid Hildenbrand2017-08-182-19/+17
| * | | | | | | KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array)Denys Vlasenko2017-08-181-40/+21
| * | | | | | | KVM: x86: fix use of L1 MMIO areas in nested guestsPaolo Bonzini2017-08-184-5/+20
| * | | | | | | KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh2017-08-185-22/+17
| * | | | | | | KVM: x86: simplify ept_misconfigPaolo Bonzini2017-08-183-28/+21
| * | | | | | | kvm: x86: Disallow illegal IA32_APIC_BASE MSR valuesJim Mattson2017-08-111-6/+8
| * | | | | | | KVM: MMU: Bail out immediately if there is no available mmu pageWanpeng Li2017-08-112-10/+29
| * | | | | | | KVM: MMU: Fix softlockup due to mmu_lock is held too longWanpeng Li2017-08-111-3/+1
| * | | | | | | KVM: nVMX: validate eptp pointerDavid Hildenbrand2017-08-111-5/+2
| * | | | | | | kvm: nVMX: Add support for fast unprotection of nested guest page tablesPaolo Bonzini2017-08-103-6/+5