aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-18arm/arm64: KVM: vgic: Clarify and correct vgic documentationChristoffer Dall1-6/+7
2014-09-18arm/arm64: KVM: vgic: Fix SGI writes to GICD_I{CS}PENDR0Christoffer Dall1-2/+16
2014-09-18arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRnChristoffer Dall2-12/+123
2014-09-18arm/arm64: KVM: vgic: Clear queued flags on unqueueChristoffer Dall1-1/+3
2014-09-18arm/arm64: KVM: Rename irq_active to irq_queuedChristoffer Dall2-16/+21
2014-09-18arm/arm64: KVM: Rename irq_state to irq_pendingChristoffer Dall2-28/+28
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: EVENTFD: remove inclusion of irq.hEric Auger1-1/+0
2014-09-11ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel3-26/+10
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-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
2014-08-29KVM: vmx: VMXOFF emulation in vm86 should cause #UDNadav Amit1-6/+8
2014-08-29KVM: x86: fix some sparse warningsPaolo Bonzini2-7/+7
2014-08-29KVM: nVMX: nested TPR shadow/threshold emulationWanpeng Li1-3/+51
2014-08-29KVM: nVMX: introduce nested_get_vmcs12_pagesWanpeng Li1-12/+25
2014-08-29KVM: Unconditionally export KVM_CAP_USER_NMIChristoffer Dall1-3/+1
2014-08-29KVM: Unconditionally export KVM_CAP_READONLY_MEMChristoffer Dall2-3/+1