summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ptp_kvm: try to detect hypercall availabilityRadim Krčmář2017-02-161-0/+7
* KVM: svm: inititalize hash table structures directlyDavid Hildenbrand2017-02-151-4/+2
* kvm: nVMX: Refactor nested_vmx_run()Jim Mattson2017-02-151-49/+62
* kvm: nVMX: Split VMCS checks from nested_vmx_run()Jim Mattson2017-02-151-91/+103
* kvm: nVMX: Refactor nested_get_vmcs12_pages()Jim Mattson2017-02-151-69/+69
* kvm: nVMX: Refactor handle_vmptrld()Jim Mattson2017-02-151-9/+13
* kvm: nVMX: Refactor handle_vmon()Jim Mattson2017-02-151-41/+52
* kvm: nVMX: Prepare for checkpointing L2 stateJim Mattson2017-02-151-29/+48
* kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injectionPaolo Bonzini2017-02-153-29/+34
* KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini2017-02-155-28/+28
* KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callersPaolo Bonzini2017-02-152-4/+7
* KVM: x86: preparatory changes for APICv cleanupsPaolo Bonzini2017-02-153-26/+35
* kvm: nVMX: move nested events check to kvm_vcpu_runningPaolo Bonzini2017-02-151-3/+3
* KVM: vmx: clear pending interrupts on KVM_SET_LAPICPaolo Bonzini2017-02-152-2/+10
* kvm: vmx: Use the hardware provided GPA instead of page walkPaolo Bonzini2017-02-151-0/+3
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-159-87/+56
|\
| * KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce()Wei Yongjun2017-02-091-0/+1
| * Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-02-088-87/+55
| |\
| | * powerpc/powernv: Remove separate entry for OPAL real mode callsBenjamin Herrenschmidt2017-02-076-86/+46
| | * powerpc/64: CONFIG_RELOCATABLE support for hmi interruptsNicholas Piggin2017-02-072-1/+9
* | | KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bitArnd Bergmann2017-02-091-0/+4
* | | Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-09295-1399/+3818
|\ \ \
| * | | KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim2017-02-083-4/+37
| * | | KVM: arm64: Add the EL1 physical timer access handlerJintack Lim2017-02-081-0/+34
| * | | KVM: arm/arm64: Set up a background timer for the physical timer emulationJintack Lim2017-02-081-1/+24
| * | | KVM: arm/arm64: Set a background timer to the earliest timer expirationJintack Lim2017-02-082-14/+42
| * | | KVM: arm/arm64: Update the physical timer interrupt levelJintack Lim2017-02-081-0/+4
| * | | KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim2017-02-084-5/+25
| * | | KVM: arm/arm64: Add the EL1 physical timer contextJintack Lim2017-02-081-0/+2
| * | | KVM: arm/arm64: Decouple kvm timer functions from virtual timerJintack Lim2017-02-083-31/+27
| * | | KVM: arm/arm64: Move cntvoff to each timer contextJintack Lim2017-02-086-25/+32
| * | | KVM: arm/arm64: Abstract virtual timer context into separate structureJintack Lim2017-02-083-50/+56
| * | | KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twiceShanker Donthineni2017-02-081-0/+3
| * | | KVM: arm/arm64: Remove kvm_vgic_inject_mapped_irqChristoffer Dall2017-02-012-35/+18
| * | | arm/arm64: KVM: Get rid of KVM_MEMSLOT_INCOHERENTMarc Zyngier2017-01-302-10/+0
| * | | arm/arm64: KVM: Stop propagating cacheability status of a faulted pageMarc Zyngier2017-01-303-11/+6
| * | | arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier2017-01-302-10/+2
| * | | KVM: arm/arm64: Documentation: Update arm-vgic-v3.txtVijaya Kumar K2017-01-301-3/+8
| * | | KVM: arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctlVijaya Kumar K2017-01-307-1/+131
| * | | KVM: arm/arm64: vgic: Implement VGICv3 CPU interface accessVijaya Kumar K2017-01-3011-3/+465
| * | | KVM: arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr structVijaya Kumar K2017-01-305-20/+39
| * | | irqchip/gic-v3: Add missing system register definitionsVijaya Kumar K2017-01-301-2/+41
| * | | KVM: arm/arm64: vgic: Introduce find_reg_by_id()Vijaya Kumar K2017-01-302-11/+20
| * | | KVM: arm/arm64: vgic: Add distributor and redistributor accessVijaya Kumar K2017-01-307-36/+300
| * | | KVM: arm/arm64: vgic: Implement support for userspace accessVijaya Kumar K2017-01-304-49/+169
| * | | KVM: arm/arm64: vgic: Add debugfs vgic-state fileChristoffer Dall2017-01-256-0/+297
| * | | KVM: arm/arm64: Remove struct vgic_irq pending fieldChristoffer Dall2017-01-259-46/+40
| * | | Linux 4.10-rc5v4.10-rc5Linus Torvalds2017-01-221-2/+2
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-221-0/+2
| |\ \ \
| | * | | x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko2017-01-181-0/+2