summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* KVM: fix checkpatch.pl errors in kvm/async_pf.hKevin Mulvey2015-06-191-2/+2
* kvm: irqchip: Break up high order allocations of kvm_irq_routing_tableJoerg Roedel2015-06-191-8/+33
* Merge tag 'kvm-arm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-06-1915-55/+104
|\
| * KVM: arm/arm64: vgic: Remove useless arm-gic.h #includeMarc Zyngier2015-06-181-2/+0
| * KVM: arm/arm64: vgic: Avoid injecting reserved IRQ numbersMarc Zyngier2015-06-171-4/+1
| * arm/arm64: KVM: vgic: Do not save GICH_HCR / ICH_HCR_EL2Marc Zyngier2015-06-173-8/+0
| * KVM: arm: vgic: Drop useless Group0 warningMarc Zyngier2015-06-171-2/+0
| * ARM: kvm: psci: fix handling of unimplemented functionsLorenzo Pieralisi2015-06-171-13/+3
| * KVM: arm64: fix misleading comments in save/restoreAlex Bennée2015-06-171-4/+4
| * KVM: arm/arm64: Enable the KVM-VFIO deviceKim Phillips2015-06-174-2/+4
| * arm/arm64: KVM: Properly account for guest CPU timeChristoffer Dall2015-06-171-4/+17
| * kvm: remove one useless check extensionTiejun Chen2015-06-172-2/+1
| * arm: KVM: force execution of HCPTR access on VM exitMarc Zyngier2015-06-172-8/+22
| * KVM: arm64: add active register handling to GICv3 emulation as wellAndre Przywara2015-06-091-4/+50
| * ARM: KVM: Remove pointless void pointer castFiro Yang2015-06-091-2/+2
* | KVM: x86: mark legacy PCI device assignment as deprecatedPaolo Bonzini2015-06-052-8/+8
* | KVM: x86: advertise KVM_CAP_X86_SMMPaolo Bonzini2015-06-054-0/+28
* | KVM: x86: add SMM to the MMU role, support SMRAM address spacePaolo Bonzini2015-06-055-17/+42
* | KVM: x86: work on all available address spacesPaolo Bonzini2015-06-054-44/+91
* | KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini2015-06-057-80/+80
* | KVM: x86: pass struct kvm_mmu_page to gfn_to_rmapPaolo Bonzini2015-06-052-7/+11
* | KVM: implement multiple address spacesPaolo Bonzini2015-06-055-32/+79
* | KVM: add vcpu-specific functions to read/write/translate GFNsPaolo Bonzini2015-06-052-13/+178
* | KVM: x86: save/load state on SMM switchPaolo Bonzini2015-06-044-2/+498
* | KVM: x86: latch INITs while in system management modePaolo Bonzini2015-06-042-1/+15
* | KVM: x86: stubs for SMM supportPaolo Bonzini2015-06-047-4/+81
* | KVM: x86: API changes for SMM supportPaolo Bonzini2015-06-047-10/+99
* | KVM: x86: pass the whole hflags field to emulator and backPaolo Bonzini2015-06-043-5/+16
* | KVM: x86: pass host_initiated to functions that read MSRsPaolo Bonzini2015-06-044-101/+127
* | KVM: x86: introduce num_emulated_msrsPaolo Bonzini2015-06-041-13/+27
* | KVM: x86: clear hidden CPU state at reset timePaolo Bonzini2015-06-041-0/+2
* | kvm: x86: fix kvm_apic_has_events to check for NULL pointerPaolo Bonzini2015-06-041-1/+1
* | kvm: x86: default legacy PCI device assignment support to "n"Paolo Bonzini2015-06-041-3/+4
* | Merge tag 'kvm-s390-next-20150602' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-06-031-3/+8
|\ \
| * | KVM: s390: introduce KMSG_COMPONENT for kvm-s390David Hildenbrand2015-06-021-2/+6
| * | KVM: s390: call exit_sie() directly on vcpu block/requestDavid Hildenbrand2015-06-021-1/+2
* | | KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSRMarcelo Tosatti2015-05-291-0/+4
* | | x86: kvmclock: set scheduler clock stableLuiz Capitulino2015-05-291-2/+12
* | | x86: kvmclock: add flag to indicate pvclock counts from zeroMarcelo Tosatti2015-05-291-0/+1
* | | arch/x86/kvm/mmu.c: work around gcc-4.4.4 bugAndrew Morton2015-05-281-7/+7
* | | KVM: remove unused argument from mark_page_dirty_in_slotPaolo Bonzini2015-05-281-7/+5
* | | KVM: x86: Allow ARAT CPU featureJan Kiszka2015-05-281-1/+6
* | | KVM: x86: preserve x2APIC LDR on INITRadim Krčmář2015-05-281-1/+2
* | | KVM: x86: use correct APIC ID on x2APIC transitionRadim Krčmář2015-05-281-3/+10
* | | KVM: x86: add module parameter to disable periodic kvmclock syncMarcelo Tosatti2015-05-281-0/+9
* | | KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowedPaolo Bonzini2015-05-281-4/+8
* | | KVM: remove __gfn_to_pfnPaolo Bonzini2015-05-281-24/+15
* | | KVM: pass kvm_memory_slot to gfn_to_page_many_atomicPaolo Bonzini2015-05-283-7/+9
* | | KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2015-05-2814-20/+30
* | | KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini2015-05-268-7/+8