aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-16KVM: use separate generations for each address spacePaolo Bonzini1-8/+16
2017-02-16KVM: only retrieve memslots once when initializing cachePaolo Bonzini1-7/+14
2017-02-16KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controlsPaolo Bonzini1-22/+8
2017-02-16ptp_kvm: try to detect hypercall availabilityRadim Krčmář1-0/+7
2017-02-15KVM: svm: inititalize hash table structures directlyDavid Hildenbrand1-4/+2
2017-02-15kvm: nVMX: Refactor nested_vmx_run()Jim Mattson1-49/+62
2017-02-15kvm: nVMX: Split VMCS checks from nested_vmx_run()Jim Mattson1-91/+103
2017-02-15kvm: nVMX: Refactor nested_get_vmcs12_pages()Jim Mattson1-69/+69
2017-02-15kvm: nVMX: Refactor handle_vmptrld()Jim Mattson1-9/+13
2017-02-15kvm: nVMX: Refactor handle_vmon()Jim Mattson1-41/+52
2017-02-15kvm: nVMX: Prepare for checkpointing L2 stateJim Mattson1-29/+48
2017-02-15kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injectionPaolo Bonzini3-29/+34
2017-02-15KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini5-28/+28
2017-02-15KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callersPaolo Bonzini2-4/+7
2017-02-15KVM: x86: preparatory changes for APICv cleanupsPaolo Bonzini3-26/+35
2017-02-15kvm: nVMX: move nested events check to kvm_vcpu_runningPaolo Bonzini1-3/+3
2017-02-15KVM: vmx: clear pending interrupts on KVM_SET_LAPICPaolo Bonzini2-2/+10
2017-02-15kvm: vmx: Use the hardware provided GPA instead of page walkPaolo Bonzini1-0/+3
2017-02-09KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bitArnd Bergmann1-0/+4
2017-02-09KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce()Wei Yongjun1-0/+1
2017-02-08PTP: add kvm PTP driverMarcelo Tosatti3-0/+213
2017-02-08kvmclock: export kvmclock clocksource and data pointersMarcelo Tosatti2-1/+10
2017-02-08KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim3-4/+37
2017-02-08KVM: arm64: Add the EL1 physical timer access handlerJintack Lim1-0/+34
2017-02-08KVM: arm/arm64: Set up a background timer for the physical timer emulationJintack Lim1-1/+24
2017-02-08KVM: arm/arm64: Set a background timer to the earliest timer expirationJintack Lim2-14/+42
2017-02-08KVM: arm/arm64: Update the physical timer interrupt levelJintack Lim1-0/+4
2017-02-08KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim4-5/+25
2017-02-08KVM: arm/arm64: Add the EL1 physical timer contextJintack Lim1-0/+2
2017-02-08KVM: arm/arm64: Decouple kvm timer functions from virtual timerJintack Lim3-31/+27
2017-02-08KVM: arm/arm64: Move cntvoff to each timer contextJintack Lim6-25/+32
2017-02-08KVM: arm/arm64: Abstract virtual timer context into separate structureJintack Lim3-50/+56
2017-02-08KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twiceShanker Donthineni1-0/+3
2017-02-08KVM: x86: fix compilationPaolo Bonzini1-1/+1
2017-02-07KVM: x86: add KVM_HC_CLOCK_PAIRING hypercallMarcelo Tosatti4-0/+112
2017-02-07KVM: nVMX: vmx_complete_nested_posted_interrupt() can't failDavid Hildenbrand1-5/+5
2017-02-07KVM: nVMX: kmap() can't failDavid Hildenbrand1-9/+0
2017-02-07powerpc/powernv: Remove separate entry for OPAL real mode callsBenjamin Herrenschmidt6-86/+46
2017-02-07powerpc/64: CONFIG_RELOCATABLE support for hmi interruptsNicholas Piggin2-1/+9
2017-02-06KVM: s390: detect some program check loopsChristian Borntraeger1-0/+21
2017-02-06KVM: s390: Disable dirty log retrieval for UCONTROL guestsJanosch Frank1-0/+3
2017-02-03KVM: MIPS: Allow multiple VCPUs to be createdJames Hogan2-1/+7
2017-02-03KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan3-0/+9
2017-02-03KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan3-0/+24
2017-02-03KVM: MIPS/T&E: Default to reset vectorJames Hogan1-0/+6
2017-02-03KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan5-33/+61
2017-02-03KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan4-203/+179
2017-02-03KVM: MIPS: Claim KVM_CAP_READONLY_MEM supportJames Hogan2-0/+3
2017-02-03KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan4-17/+233
2017-02-03KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEsJames Hogan1-19/+37