summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-04-20KVM: PPC: Use preregistered memory API to access TCE listAlexey Kardashevskiy1-16/+42
2017-04-20KVM: PPC: Pass kvm* to kvmppc_find_table()Alexey Kardashevskiy3-10/+12
2017-04-20KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanentlyAlexey Kardashevskiy1-0/+1
2017-04-20Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras8-20/+141
2017-04-20KVM: PPC: Align the table size to system page sizeAlexey Kardashevskiy1-1/+1
2017-04-20KVM: PPC: Book3S PR: Preserve storage control bitsAlexey Kardashevskiy4-1/+5
2017-04-20KVM: PPC: Book3S PR: Exit KVM on failed mappingAlexey Kardashevskiy2-2/+9
2017-04-20KVM: PPC: Book3S PR: Get rid of unused local variableAlexey Kardashevskiy1-3/+1
2017-04-20KVM: PPC: e500: Use kcalloc() in e500_mmu_host_init()Markus Elfring1-3/+2
2017-04-20KVM: PPC: Book3S HV: Use common error handling code in kvmppc_clr_passthru_irq()Markus Elfring1-5/+3
2017-04-20KVM: PPC: Add MMIO emulation for remaining floating-point instructionsPaul Mackerras2-0/+16
2017-04-20KVM: PPC: Emulation for more integer loads and storesPaul Mackerras2-49/+91
2017-04-20KVM: PPC: Add MMIO emulation for stdx (store doubleword indexed)Alexey Kardashevskiy2-0/+7
2017-04-20KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructionsBin Lu6-7/+731
2017-04-20KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interruptsPaul Mackerras3-0/+26
2017-04-11Merge tag 'kvm-s390-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář36-114/+881
2017-04-07kvm: nVMX: Disallow userspace-injected exceptions in guest modeJim Mattson1-1/+2
2017-04-07KVM: x86: fix user triggerable warning in kvm_apic_accept_events()David Hildenbrand1-0/+12
2017-04-07kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini10-8/+12
2017-04-07kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini4-14/+0
2017-04-07KVM: nVMX: support RDRAND and RDSEED exitingPaolo Bonzini2-0/+7
2017-04-07KVM: VMX: add missing exit reasonsPaolo Bonzini1-7/+18
2017-04-07kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini6-25/+54
2017-04-07kvm: x86: MMU support for EPT accessed/dirty bitsPaolo Bonzini1-8/+15
2017-04-07KVM: VMX: remove bogus check for invalid EPT violationPaolo Bonzini1-14/+0
2017-04-07KVM: nVMX: we support 1GB EPT pagesPaolo Bonzini1-3/+3
2017-04-07KVM: x86: drop legacy device assignmentPaolo Bonzini6-1473/+1
2017-04-07KVM: VMX: require virtual NMI supportPaolo Bonzini1-105/+38
2017-04-07kvm/svm: Setup MCG_CAP on AMD properlyBorislav Petkov1-0/+7
2017-04-07KVM: nVMX: single function for switching between vmcsDavid Hildenbrand1-15/+8
2017-04-07kvm: vmx: Don't use INVVPID when EPT is enabledJim Mattson1-1/+2
2017-04-07KVM: s390: introduce AIS capabilityYi Min Zhao1-0/+15
2017-04-06Merge tag 'kvm_mips_4.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář26-366/+4909
2017-04-06KVM: s390: introduce adapter interrupt inject functionYi Min Zhao3-6/+69
2017-04-06KVM: s390: introduce ais mode modify functionFei Li5-0/+94
2017-04-06KVM: s390: interface for suppressible I/O adaptersFei Li3-1/+6
2017-03-30powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy6-16/+36
2017-03-30powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposalAlexey Kardashevskiy2-6/+8
2017-03-30powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()Alexey Kardashevskiy3-1/+57
2017-03-28KVM: MIPS/Emulate: Properly implement TLBR for T&EJames Hogan1-46/+53
2017-03-28MIPS: Allow KVM to be enabled on Octeon CPUsJames Hogan1-0/+1
2017-03-28KVM: MIPS/VZ: Handle Octeon III guest.PRid registerJames Hogan2-2/+19
2017-03-28KVM: MIPS/VZ: Emulate hit CACHE ops for Octeon IIIJames Hogan1-0/+11
2017-03-28KVM: MIPS/VZ: VZ hardware setup for Octeon IIIJames Hogan2-28/+108
2017-03-28KVM: MIPS/T&E: Report correct dcache line sizeJames Hogan1-0/+8
2017-03-28KVM: MIPS/TLB: Handle virtually tagged icachesJames Hogan1-0/+14
2017-03-28KVM: MIPS/Emulate: Adapt T&E CACHE emulation for OcteonJames Hogan2-3/+28
2017-03-28MIPS: Add Octeon III register accessors & definitionsJames Hogan1-0/+36
2017-03-28KVM: MIPS/VZ: Trace guest mode changesJames Hogan3-2/+69
2017-03-28KVM: MIPS/VZ: Support hardware guest timerJames Hogan4-11/+287