summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2014-12-18KVM: move APIC types to arch/x86/Paolo Bonzini
2014-12-15Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2014-12-15arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall
2014-12-13arm/arm64: KVM: Don't allow creating VCPUs after vgic_initializedChristoffer Dall
2014-12-13arm/arm64: KVM: Rename vgic_initialized to vgic_readyChristoffer Dall
2014-12-13arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()Peter Maydell
2014-12-13arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall
2014-12-13arm/arm64: KVM: Turn off vcpus on PSCI shutdown/rebootChristoffer Dall
2014-12-13arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABIChristoffer Dall
2014-12-13arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall
2014-12-13arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off optionChristoffer Dall
2014-12-13arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flagChristoffer Dall
2014-12-11KVM: x86: em_ret_far overrides cplNadav Amit
2014-12-11KVM: nVMX: Disable unrestricted mode if ept=0Bandan Das
2014-12-10KVM: x86: Emulate should check #UD before #GPNadav Amit
2014-12-10KVM: x86: Do not push eflags.vm on pushfNadav Amit
2014-12-10KVM: x86: Remove prefix flag when GP macro is usedNadav Amit
2014-12-10x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitAndy Lutomirski
2014-12-05KVM: cpuid: recompute CPUID 0xD.0:EBX,ECXRadim Krčmář
2014-12-05kvm: vmx: add nested virtualization support for xsavesWanpeng Li
2014-12-05kvm: vmx: add MSR logic for XSAVESWanpeng Li
2014-12-05kvm: x86: handle XSAVES vmcs and vmexitWanpeng Li
2014-12-05KVM: cpuid: mask more bits in leaf 0xd and subleavesPaolo Bonzini
2014-12-05KVM: cpuid: set CPUID(EAX=0xd,ECX=1).EBX correctlyPaolo Bonzini
2014-12-05kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guestWanpeng Li
2014-12-05KVM: x86: use F() macro throughout cpuid.cPaolo Bonzini
2014-12-05KVM: x86: support XSAVES usage in the hostPaolo Bonzini
2014-12-05x86: export get_xsave_addrPaolo Bonzini
2014-12-05Merge tag 'kvm-s390-next-20141204' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2014-12-04KVM: s390: clean up return code handling in irq delivery codeJens Freimann
2014-12-04KVM: s390: use atomic bitops to access pending_irqs bitmapJens Freimann
2014-12-04KVM: s390: some ext irqs have to clear the ext cpu addrDavid Hildenbrand
2014-12-04KVM: x86: allow 256 logical x2APICs againRadim Krčmář
2014-12-04KVM: x86: check bounds of APIC mapsRadim Krčmář
2014-12-04KVM: x86: fix APIC physical destination wrappingRadim Krčmář
2014-12-04KVM: x86: deliver phys lowest-prioRadim Krčmář
2014-12-04KVM: x86: don't retry hopeless APIC deliveryRadim Krčmář
2014-12-04KVM: x86: use MSR_ICR instead of a numberRadim Krčmář
2014-12-04KVM: x86: Fix reserved x2apic registersNadav Amit
2014-12-04KVM: x86: Generate #UD when memory operand is requiredNadav Amit
2014-12-03Merge tag 'kvm-s390-next-20141128' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2014-11-28KVM: s390: allow injecting all kinds of machine checksJens Freimann
2014-11-28KVM: s390: handle pending local interrupts via bitmapJens Freimann
2014-11-28KVM: s390: add bitmap for handling cpu-local interruptsJens Freimann
2014-11-28KVM: s390: refactor interrupt delivery codeJens Freimann
2014-11-28KVM: s390: add defines for virtio and pfault interrupt codeJens Freimann
2014-11-28KVM: s390: external param not valid for cpu timer and ckcDavid Hildenbrand
2014-11-28KVM: s390: refactor interrupt injection codeJens Freimann
2014-11-28KVM: S390: Create helper function get_guest_storage_keyJason J. Herne
2014-11-28KVM: s390: trigger the right CPU exit for floating interruptsChristian Borntraeger