summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | arm/arm64: KVM: Remove unreferenced S2_PGD_ORDERVladimir Murzin2015-12-183-5/+3
| | * | | | arm64: KVM: debug: Remove spurious inline attributesMarc Zyngier2015-12-181-29/+29
| | * | | | ARM: KVM: Cleanup exception injectionMarc Zyngier2015-12-181-36/+38
| | * | | | arm64: KVM: Remove weak attributesMarc Zyngier2015-12-145-21/+13
| | * | | | arm64: KVM: Cleanup asm-offset.cMarc Zyngier2015-12-141-39/+0
| | * | | | arm64: KVM: Turn system register numbers to an enumMarc Zyngier2015-12-1412-82/+87
| | * | | | arm64: KVM: Move away from the assembly version of the world switchMarc Zyngier2015-12-144-1485/+1
| | * | | | arm64: KVM: Map the kernel RO section into HYPMarc Zyngier2015-12-141-0/+7
| | * | | | arm64: KVM: Add compatibility aliasesMarc Zyngier2015-12-145-0/+21
| | * | | | arm64: KVM: Add panic handlingMarc Zyngier2015-12-143-1/+41
| | * | | | arm64: KVM: HYP mode entry pointsMarc Zyngier2015-12-142-0/+204
| | * | | | arm64: KVM: Implement TLB handlingMarc Zyngier2015-12-143-0/+75
| | * | | | arm64: KVM: Implement fpsimd save/restoreMarc Zyngier2015-12-146-2/+81
| | * | | | arm64: KVM: Implement the core world switchMarc Zyngier2015-12-142-0/+136
| | * | | | arm64: KVM: Add patchable function selectorMarc Zyngier2015-12-141-0/+24
| | * | | | arm64: KVM: Implement guest entryMarc Zyngier2015-12-143-0/+133
| | * | | | arm64: KVM: Implement debug save/restoreMarc Zyngier2015-12-143-0/+147
| | * | | | arm64: KVM: Implement 32bit system register save/restoreMarc Zyngier2015-12-142-0/+49
| | * | | | arm64: KVM: Implement system register save/restoreMarc Zyngier2015-12-143-0/+94
| | * | | | arm64: KVM: Implement timer save/restoreMarc Zyngier2015-12-144-0/+81
| | * | | | arm64: KVM: Implement vgic-v3 save/restoreMarc Zyngier2015-12-143-0/+230
| | * | | | KVM: arm/arm64: vgic-v3: Make the LR indexing macro publicMarc Zyngier2015-12-142-8/+8
| | * | | | arm64: KVM: Implement vgic-v2 save/restoreMarc Zyngier2015-12-144-0/+93
| | * | | | arm64: KVM: Add a HYP-specific header fileMarc Zyngier2015-12-141-0/+33
| | * | | | arm64: Add macros to read/write system registersMark Rutland2015-12-141-0/+21
| | * | | | KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar2015-12-148-0/+37
| | * | | | KVM: arm/arm64: vgic: make vgic_io_ops staticJisheng Zhang2015-12-141-1/+1
| * | | | | KVM: x86: MMU: Use clear_page() instead of init_shadow_page_table()Takuya Yoshikawa2015-12-181-9/+1
| * | | | | kvm/x86: Remove Hyper-V SynIC timer stoppingAndrey Smetanin2015-12-161-1/+0
| * | | | | kvm: Dump guest rIP when the guest tried something unsupportedBorislav Petkov2015-12-161-1/+2
| * | | | | KVM: vmx: detect mismatched size in VMCS read/writePaolo Bonzini2015-12-161-17/+83
| * | | | | KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcsPaolo Bonzini2015-12-161-19/+20
| * | | | | KVM: VMX: fix read/write sizes of VMCS fieldsPaolo Bonzini2015-12-161-4/+4
| * | | | | KVM: VMX: fix the writing POSTED_INTR_NVLi RongQing2015-12-161-2/+2
| * | | | | kvm/x86: Hyper-V SynIC timersAndrey Smetanin2015-12-166-3/+368
| * | | | | kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ackAndrey Smetanin2015-12-162-0/+33
| * | | | | kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNTAndrey Smetanin2015-12-161-4/+7
| * | | | | kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpersAndrey Smetanin2015-12-161-6/+14
| * | | | | kvm/x86: Rearrange func's declarations inside Hyper-V headerAndrey Smetanin2015-12-161-10/+10
| * | | | | drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 headerAndrey Smetanin2015-12-162-9/+8
| * | | | | drivers/hv: Move struct hv_message into UAPI Hyper-V x86 headerAndrey Smetanin2015-12-162-75/+76
| * | | | | drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 headerAndrey Smetanin2015-12-162-2/+2
| * | | | | drivers/hv: replace enum hv_message_type by u32Andrey Smetanin2015-12-161-2/+2
| | |/ / / | |/| | |
| * | | | Merge tag 'kvm-s390-next-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2015-12-167-18/+50
| |\ \ \ \
| | * | | | KVM: s390: consider system MHA for guest storageGuenther Hutzl2015-12-152-2/+12
| | * | | | KVM: s390: fix mismatch between user and in-kernel guest limitDominik Dingel2015-12-155-8/+27
| | * | | | KVM: s390: obey kptr_restrict in tracesChristian Borntraeger2015-12-152-7/+8
| | * | | | KVM: s390: use assignment instead of memcpyChristian Borntraeger2015-12-151-2/+4
| |/ / / /
| * | | | Merge tag 'kvm-s390-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2015-12-0215-159/+407
| |\ \ \ \
| | * | | | KVM: s390: remove redudant assigment of error codeChristian Borntraeger2015-11-301-3/+1