summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-24kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack1-0/+4
2014-09-24kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla5-6/+63
2014-09-24kvm: x86: fix two typos in commentTiejun Chen2-2/+2
2014-09-24KVM: vmx: Inject #GP on invalid PAT CRNadav Amit3-2/+7
2014-09-24KVM: x86: emulating descriptor load misses long-mode caseNadav Amit1-0/+9
2014-09-24KVM: x86: directly use kvm_make_request againLiang Chen4-14/+7
2014-09-24KVM: x86: count actual tlb flushesRadim Krčmář2-2/+7
2014-09-24KVM: nested VMX: disable perf cpuid reportingMarcelo Tosatti2-0/+8
2014-09-24KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit1-1/+1
2014-09-24kvm: Make init_rmode_tss() return 0 on success.Paolo Bonzini1-10/+3
2014-09-24KVM: x86: Warn if guest virtual address space is not 48-bitsNadav Amit2-8/+15
2014-09-24kvm-vfio: do not use module_initPaolo Bonzini3-2/+19
2014-09-24KVM: EVENTFD: Remove inclusion of irq.hChristoffer Dall1-1/+3
2014-09-17kvm: Make init_rmode_identity_map() return 0 on success.Tang Chen1-10/+8
2014-09-17kvm: Remove ept_identity_pagetable from struct kvm_arch.Tang Chen3-28/+22
2014-09-17KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon3-12/+15
2014-09-17KVM: s390: register flic ops dynamicallyCornelia Huck4-6/+3
2014-09-17KVM: ARM: vgic: register kvm_device_ops dynamicallyWill Deacon3-83/+79
2014-09-17KVM: device: add simple registration mechanism for kvm_device_opsWill Deacon3-33/+55
2014-09-16kvm: ioapic: conditionally delay irq delivery duringeoi broadcastZhang Haoyu3-2/+66
2014-09-16KVM: x86: Use kvm_make_request when applicableGuo Hui Liu1-8/+7
2014-09-11KVM: x86: make apic_accept_irq tracepoint more genericPaolo Bonzini2-9/+6
2014-09-11kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address.Tang Chen2-4/+5
2014-09-11Merge tag 'kvm-s390-next-20140910' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini6-20/+74
2014-09-10KVM: s390/interrupt: remove double assignmentChristian Borntraeger1-1/+0
2014-09-10KVM: s390/cmm: Fix prefix handling for diag 10 balloonChristian Borntraeger1-8/+18
2014-09-10KVM: s390: get rid of constant condition in ipte_unlock_simpleChristian Borntraeger1-2/+1
2014-09-10KVM: s390: unintended fallthrough for external callChristian Borntraeger1-0/+1
2014-09-10KVM: s390: Limit guest size to 16TBChristian Borntraeger1-1/+1
2014-09-10KVM: s390: add __must_check to interrupt deliver functionsChristian Borntraeger2-7/+7
2014-09-10KVM: CPACF: Enable MSA4 instructions for kvm guestTony Krowiak2-1/+46
2014-09-10KVM: fix api documentation of KVM_GET_EMULATED_CPUIDAlex Bennée1-70/+70
2014-09-10KVM: document KVM_SET_GUEST_DEBUG apiAlex Bennée1-0/+44
2014-09-05KVM: remove redundant assignments in __kvm_set_memory_regionChristian Borntraeger1-3/+0
2014-09-05KVM: remove redundant assigment of return value in kvm_dev_ioctlChristian Borntraeger1-2/+0
2014-09-05KVM: remove redundant check of in_spin_loopChristian Borntraeger1-2/+1
2014-09-05KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini4-11/+16
2014-09-05KVM: x86: skip writeback on injection of nested exceptionPaolo Bonzini2-6/+10
2014-09-03KVM: nSVM: propagate the NPF EXITINFO to the guestPaolo Bonzini2-4/+32
2014-09-03KVM: x86: reserve bit 8 of non-leaf PDPEs and PML4Es in 64-bit mode on AMDPaolo Bonzini2-2/+19
2014-09-03KVM: mmio: cleanup kvm_set_mmio_spte_maskTiejun Chen3-6/+6
2014-09-03kvm: x86: fix stale mmio cache bugDavid Matlack3-6/+17
2014-09-03kvm: fix potentially corrupt mmio cacheDavid Matlack3-15/+42
2014-09-03KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini2-6/+8
2014-08-29KVM: x86: use guest maxphyaddr to check MTRR valuesPaolo Bonzini1-3/+2
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář16-27/+27
2014-08-29KVM: static inline empty kvm_arch functionsRadim Krčmář11-163/+57
2014-08-29KVM: forward declare structs in kvm_types.hPaolo Bonzini9-34/+21
2014-08-29KVM: x86: remove Aligned bit from movntps/movntpdPaolo Bonzini1-3/+3
2014-08-29KVM: x86 emulator: emulate MOVNTDQAlex Williamson1-1/+6