summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-04-12KVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pinsDavid Hildenbrand1-9/+6
2017-04-12KVM: x86: push usage of slots_lock downDavid Hildenbrand3-4/+4
2017-04-12KVM: x86: don't take kvm->irq_lock when creating IRQCHIPDavid Hildenbrand1-2/+0
2017-04-12KVM: x86: convert kvm_(set|get)_ioapic() into voidDavid Hildenbrand3-8/+6
2017-04-12KVM: x86: remove duplicate checks for ioapicDavid Hildenbrand1-4/+0
2017-04-12KVM: x86: use ioapic_in_kernel() to check for ioapic existenceDavid Hildenbrand1-3/+1
2017-04-12KVM: x86: get rid of ioapic_irqchip()David Hildenbrand2-7/+2
2017-04-12KVM: x86: get rid of pic_irqchip()David Hildenbrand5-23/+16
2017-04-12KVM: x86: check against irqchip_mode in ioapic_in_kernel()David Hildenbrand1-3/+4
2017-04-12KVM: x86: check against irqchip_mode in pic_in_kernel()David Hildenbrand1-3/+4
2017-04-12KVM: x86: check against irqchip_mode in kvm_set_routing_entry()David Hildenbrand1-6/+8
2017-04-12KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESSDavid Hildenbrand3-6/+24
2017-04-12KVM: s390: fix stale machine check data for guarded storageChristian Borntraeger1-0/+2
2017-04-12KVM: s390: Fix sdnxo setting for nested guestsChristian Borntraeger1-1/+1
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
2017-03-28KVM: MIPS/VZ: Emulate MAARs when necessaryJames Hogan4-5/+132