summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy2017-04-205-3/+518
* KVM: PPC: iommu: Unify TCE checkingAlexey Kardashevskiy2017-04-204-55/+39
* KVM: PPC: Use preregistered memory API to access TCE listAlexey Kardashevskiy2017-04-201-16/+42
* KVM: PPC: Pass kvm* to kvmppc_find_table()Alexey Kardashevskiy2017-04-203-10/+12
* KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanentlyAlexey Kardashevskiy2017-04-201-0/+1
* Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-04-208-20/+141
|\
| * powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy2017-03-306-16/+36
| * powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposalAlexey Kardashevskiy2017-03-302-6/+8
| * powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()Alexey Kardashevskiy2017-03-303-1/+57
| * powerpc/mmu: Add real mode support for IOMMU preregistered memoryAlexey Kardashevskiy2017-03-272-0/+43
* | KVM: PPC: Align the table size to system page sizeAlexey Kardashevskiy2017-04-201-1/+1
* | KVM: PPC: Book3S PR: Preserve storage control bitsAlexey Kardashevskiy2017-04-204-1/+5
* | KVM: PPC: Book3S PR: Exit KVM on failed mappingAlexey Kardashevskiy2017-04-202-2/+9
* | KVM: PPC: Book3S PR: Get rid of unused local variableAlexey Kardashevskiy2017-04-201-3/+1
* | KVM: PPC: e500: Use kcalloc() in e500_mmu_host_init()Markus Elfring2017-04-201-3/+2
* | KVM: PPC: Book3S HV: Use common error handling code in kvmppc_clr_passthru_irq()Markus Elfring2017-04-201-5/+3
* | KVM: PPC: Add MMIO emulation for remaining floating-point instructionsPaul Mackerras2017-04-202-0/+16
* | KVM: PPC: Emulation for more integer loads and storesPaul Mackerras2017-04-202-49/+91
* | KVM: PPC: Add MMIO emulation for stdx (store doubleword indexed)Alexey Kardashevskiy2017-04-202-0/+7
* | KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructionsBin Lu2017-04-206-7/+731
* | KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interruptsPaul Mackerras2017-04-203-0/+26
* | Merge tag 'kvm-s390-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-04-1136-114/+881
|\ \
| * | KVM: s390: introduce AIS capabilityYi Min Zhao2017-04-071-0/+15
| * | KVM: s390: introduce adapter interrupt inject functionYi Min Zhao2017-04-063-6/+69
| * | KVM: s390: introduce ais mode modify functionFei Li2017-04-065-0/+94
| * | KVM: s390: interface for suppressible I/O adaptersFei Li2017-04-063-1/+6
| * | KVM: s390: gs support for kvm guestsFan Zhang2017-03-228-4/+181
| * | Merge remote-tracking branch 's390/guarded-storage' into kvms390/nextChristian Borntraeger2017-03-2276-210/+1203
| |\ \
| | * | s390: add a system call for guarded storageMartin Schwidefsky2017-03-2226-46/+435
| | |/
| * | KVM: s390: Use defines for intercept codeFarhan Ali2017-03-212-10/+13
| * | KVM: s390: use defines for execution controlsDavid Hildenbrand2017-03-166-41/+56
| * | KVM: s390: Handle sthyi also for instruction interceptChristian Borntraeger2017-03-163-2/+5
| * | KVM: s390: log runtime instrumentation enablementChristian Borntraeger2017-03-162-6/+9
* | | kvm: nVMX: Disallow userspace-injected exceptions in guest modeJim Mattson2017-04-071-1/+2
* | | KVM: x86: fix user triggerable warning in kvm_apic_accept_events()David Hildenbrand2017-04-071-0/+12
* | | kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini2017-04-0710-8/+12
* | | kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini2017-04-074-14/+0
* | | KVM: nVMX: support RDRAND and RDSEED exitingPaolo Bonzini2017-04-072-0/+7
* | | KVM: VMX: add missing exit reasonsPaolo Bonzini2017-04-071-7/+18
* | | kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini2017-04-076-25/+54
* | | kvm: x86: MMU support for EPT accessed/dirty bitsPaolo Bonzini2017-04-071-8/+15
* | | KVM: VMX: remove bogus check for invalid EPT violationPaolo Bonzini2017-04-071-14/+0
* | | KVM: nVMX: we support 1GB EPT pagesPaolo Bonzini2017-04-071-3/+3
* | | KVM: x86: drop legacy device assignmentPaolo Bonzini2017-04-076-1473/+1
* | | KVM: VMX: require virtual NMI supportPaolo Bonzini2017-04-071-105/+38
* | | kvm/svm: Setup MCG_CAP on AMD properlyBorislav Petkov2017-04-071-0/+7
* | | KVM: nVMX: single function for switching between vmcsDavid Hildenbrand2017-04-071-15/+8
* | | kvm: vmx: Don't use INVVPID when EPT is enabledJim Mattson2017-04-071-1/+2
* | | Merge tag 'kvm_mips_4.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2017-04-0626-366/+4909
|\ \ \
| * | | KVM: MIPS/Emulate: Properly implement TLBR for T&EJames Hogan2017-03-281-46/+53