summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | KVM: PPC: Book3S: Move skip-interrupt handlers to common codePaul Mackerras2013-10-173-50/+26
| | * | | KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cachePaul Mackerras2013-10-176-26/+39
| | * | | KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safePaul Mackerras2013-10-175-34/+72
| | * | | KVM: PPC: Book3S PR: Correct errors in H_ENTER implementationPaul Mackerras2013-10-171-5/+14
| | * | | KVM: PPC: Book3S PR: Handle PP0 page-protection bit in guest HPTEsPaul Mackerras2013-10-171-0/+3
| | * | | KVM: PPC: Book3S PR: Use 64k host pages where possiblePaul Mackerras2013-10-175-13/+57
| | * | | KVM: PPC: Book3S PR: Allow guest to use 64k pagesPaul Mackerras2013-10-176-15/+197
| | * | | KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpuPaul Mackerras2013-10-179-239/+162
| | * | | KVM: PPC: Book3S PR: Fix compilation without CONFIG_ALTIVECPaul Mackerras2013-10-171-0/+2
| | * | | KVM: PPC: Book3S HV: Don't crash host on unknown guest interruptPaul Mackerras2013-10-171-1/+1
| | * | | KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7Paul Mackerras2013-10-176-2/+66
| | * | | KVM: PPC: Book3S HV: Add support for guest Program Priority RegisterPaul Mackerras2013-10-177-1/+30
| | * | | KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras2013-10-178-17/+74
| | * | | KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras2013-10-171-0/+6
| | * | | KVM: PPC: Book3S HV: Avoid unbalanced increments of VPA yield countPaul Mackerras2013-10-171-10/+10
| | * | | KVM: PPC: Book3S HV: Pull out interrupt-reading code into a subroutinePaul Mackerras2013-10-171-49/+68
| | * | | KVM: PPC: Book3S HV: Restructure kvmppc_hv_entry to be a subroutinePaul Mackerras2013-10-171-166/+178
| | * | | KVM: PPC: Book3S HV: Implement H_CONFERPaul Mackerras2013-10-171-0/+9
| | * | | KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras2013-10-172-0/+12
| | * | | KVM: PPC: Book3S HV: Implement timebase offset for guestsPaul Mackerras2013-10-176-10/+56
| | * | | KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registersPaul Mackerras2013-10-174-0/+24
| | * | | KVM: PPC: Book3S HV: Reserve POWER8 space in get/set_one_regMichael Neuling2013-10-171-0/+54
| * | | | KVM: x86: fix emulation of "movzbl %bpl, %eax"Paolo Bonzini2013-11-031-1/+4
| * | | | KVM: x86: emulate SAHF instructionPaolo Bonzini2013-10-311-1/+14
| * | | | kvm/vmx: error message typo fixMichael S. Tsirkin2013-10-311-1/+1
| * | | | KVM: x86: fix KVM_SET_XCRS loopPaolo Bonzini2013-10-311-2/+2
| * | | | KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVEPaolo Bonzini2013-10-311-1/+10
| * | | | kvm: Create non-coherent DMA registerationAlex Williamson2013-10-303-4/+23
| * | | | kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson2013-10-304-4/+4
| * | | | kvm: Add VFIO deviceAlex Williamson2013-10-302-1/+2
| * | | | kvm: Emulate MOVBEBorislav Petkov2013-10-302-5/+66
| * | | | kvm, emulator: Add initial three-byte insns supportBorislav Petkov2013-10-301-0/+30
| * | | | kvm, emulator: Rename VendorSpecific flagBorislav Petkov2013-10-303-10/+9
| * | | | kvm, emulator: Use opcode lengthBorislav Petkov2013-10-303-6/+11
| * | | | kvm: Add KVM_GET_EMULATED_CPUIDBorislav Petkov2013-10-304-14/+63
| * | | | Merge tag 'kvm-arm-for-3.13-2' of git://git.linaro.org/people/cdall/linux-kvm...Paolo Bonzini2013-10-288-52/+230
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | KVM: ARM: Transparent huge page (THP) supportChristoffer Dall2013-10-171-2/+56
| | * | | KVM: ARM: Support hugetlbfs backed huge pagesChristoffer Dall2013-10-175-44/+158
| | * | | KVM: ARM: Update comments for kvm_handle_wfiChristoffer Dall2013-10-172-6/+9
| | * | | ARM: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier2013-10-173-2/+9
| | |/ /
| * | | nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supportedJan Kiszka2013-10-281-1/+2
| * | | nVMX: Fix pick-up of uninjected NMIsJan Kiszka2013-10-281-1/+1
| * | | KVM: nVMX: Report 2MB EPT pages as supportedJan Kiszka2013-10-281-1/+2
| * | | Powerpc KVM work is based on a commit after rc4.Gleb Natapov2013-10-17172-658/+1140
| |\ \ \ | | |/ / | |/| |
| * | | Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm...Gleb Natapov2013-10-1614-130/+242
| |\ \ \
| | * | | KVM: ARM: Add support for Cortex-A7Jonathan Austin2013-10-128-124/+184
| | * | | KVM: ARM: fix the size of TTBCR_{T0SZ,T1SZ} masksJonathan Austin2013-10-121-2/+2
| | * | | KVM: ARM: Fix calculation of virtual CPU IDJonathan Austin2013-10-121-7/+4
| | * | | ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctlAnup Patel2013-10-021-0/+13
| | * | | ARM64: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel2013-10-022-0/+21