summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm64: KVM: vgic-v2: Add the GICV emulation infrastructureMarc Zyngier2016-09-085-0/+45
* arm64: KVM: Make kvm_skip_instr32 available to HYPMarc Zyngier2016-09-081-2/+3
* arm: KVM: Use common AArch32 conditional execution codeMarc Zyngier2016-09-084-104/+33
* arm64: KVM: Move the AArch32 conditional execution to common codeMarc Zyngier2016-09-083-7/+4
* arm64: KVM: Move kvm_vcpu_get_condition out of emulate.cMarc Zyngier2016-09-082-11/+10
* arm64: KVM: VHE: reset PSTATE.PAN on entry to EL2Vladimir Murzin2016-09-081-0/+2
* KVM: arm/arm64: Get rid of exported aliases to static functionsChristoffer Dall2016-09-086-33/+11
* arm64/kvm: remove unused stub functionsMark Rutland2016-09-081-6/+0
* arm/kvm: excise redundant cache maintenanceMark Rutland2016-09-082-28/+2
* KVM: arm: vgic: Drop build compatibility hack for older kernel versionsMarc Zyngier2016-09-081-6/+0
* arm64: KVM: Optimize __guest_enter/exit() to save a few instructionsShanker Donthineni2016-09-082-75/+63
* KVM: arm/arm64: Rename vgic_attr_regs_access to vgic_attr_regs_access_v2Christoffer Dall2016-09-081-15/+11
* KVM: arm/arm64: Factor out vgic_attr_regs_access functionalityChristoffer Dall2016-09-081-27/+73
* KVM: arm/arm64: Add VGICv3 save/restore API documentationChristoffer Dall2016-09-083-35/+261
* KVM: nVMX: expose INS/OUTS information supportJan Dakinevich2016-09-071-0/+9
* KVM: VMX: not use vmcs_config in setup_vmcs_configPaolo Bonzini2016-09-071-1/+1
* KVM: x86: remove stale commentsPaolo Bonzini2016-09-071-1/+0
* KVM: x86: ratelimit and decrease severity for guest-triggered printkPaolo Bonzini2016-09-071-9/+9
* KVM: nVMX: pass valid guest linear-address to the L1Jan Dakinevich2016-09-071-0/+3
* KVM: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-073-34/+5
* KVM: nVMX: make emulated nested preemption timer pinnedWanpeng Li2016-09-071-1/+1
* vmx: refine validity check for guest linear addressLiang Li2016-09-071-1/+1
* Merge branch 'x86/amd-avic' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-09-056-66/+801
|\
| * iommu/amd: Enable vAPIC interrupt remapping mode by defaultSuravee Suthikulpanit2016-09-053-10/+48
| * iommu/amd: Implements irq_set_vcpu_affinity() hook to setup vapic mode for pa...Suravee Suthikulpanit2016-09-053-4/+79
| * iommu/amd: Introduce amd_iommu_update_ga()Suravee Suthikulpanit2016-09-053-0/+49
| * iommu/amd: Adding GALOG interrupt handlerSuravee Suthikulpanit2016-09-052-6/+87
| * iommu/amd: Detect and initialize guest vAPIC logSuravee Suthikulpanit2016-09-052-7/+133
| * iommu/amd: Add support for multiple IRTE formatsSuravee Suthikulpanit2016-09-053-25/+50
| * iommu/amd: Introduce interrupt remapping ops structureSuravee Suthikulpanit2016-09-052-5/+205
| * iommu/amd: Move and introduce new IRTE-related unions and structuresSuravee Suthikulpanit2016-09-052-28/+76
| * iommu/amd: Detect and enable guest vAPIC supportSuravee Suthikulpanit2016-09-054-6/+99
* | KVM: x86: Expose more Intel AVX512 feature to guestLuwei Kang2016-08-191-1/+2
* | mmu: don't pass *kvm to spte_write_protect and spte_*_dirtyBandan Das2016-08-191-6/+6
* | KVM: lapic: don't recalculate apic map table twice when enabling LAPICWanpeng Li2016-08-191-2/+3
* | MIPS: KVM: Check for pfn noslot caseJames Hogan2016-08-191-1/+1
* | Merge tag 'kvm-arm-for-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2016-08-1811-71/+164
|\ \
| * | arm64: KVM: report configured SRE value to 32-bit worldVladimir Murzin2016-08-171-1/+1
| * | arm64: KVM: remove misleading comment on pmu statusVladimir Murzin2016-08-171-8/+0
| * | KVM: arm/arm64: timer: Workaround misconfigured timer interruptMarc Zyngier2016-08-171-1/+10
| * | arm64: Document workaround for Cortex-A72 erratum #853709Marc Zyngier2016-08-172-1/+2
| * | KVM: arm/arm64: Change misleading use of is_error_pfnChristoffer Dall2016-08-171-1/+1
| * | KVM: arm64: ITS: avoid re-mapping LPIsAndre Przywara2016-08-161-14/+13
| * | KVM: arm64: check for ITS device on MSI injectionAndre Przywara2016-08-151-2/+19
| * | KVM: arm64: ITS: move ITS registration into first VCPU runAndre Przywara2016-08-153-10/+47
| * | KVM: arm64: vgic-its: Make updates to propbaser/pendbaser atomicChristoffer Dall2016-08-151-10/+16
| * | KVM: arm64: vgic-its: Plug race in vgic_put_irqChristoffer Dall2016-08-101-5/+5
| * | KVM: arm64: vgic-its: Handle errors from vgic_add_lpiChristoffer Dall2016-08-101-4/+17
| * | KVM: arm64: ITS: return 1 on successful MSI injectionAndre Przywara2016-08-092-19/+38
| |/
* | kvm: nVMX: fix nested tsc scalingPeter Feiner2016-08-181-4/+12
OpenPOWER on IntegriCloud