summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: use list_for_each_entry_safeGeliang Tang2016-02-231-6/+3
* KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()Takuya Yoshikawa2016-02-232-36/+22
* KVM: x86: MMU: Consolidate quickly_check_mmio_pf() and is_mmio_page_fault()Takuya Yoshikawa2016-02-231-11/+4
* KVM: x86: pass kvm_get_time_scale arguments in hertzPaolo Bonzini2016-02-161-7/+7
* kvm/x86: Hyper-V VMBus hypercall userspace exitAndrey Smetanin2016-02-163-7/+44
* kvm/x86: Reject Hyper-V hypercall continuationAndrey Smetanin2016-02-161-0/+7
* kvm/x86: Pass return code of kvm_emulate_hypercallAndrey Smetanin2016-02-163-5/+3
* drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI headerAndrey Smetanin2016-02-162-6/+2
* kvm/x86: Rename Hyper-V long spin wait hypercallAndrey Smetanin2016-02-162-2/+2
* KVM: x86: fix missed hardware breakpointsPaolo Bonzini2016-02-161-0/+1
* KVM: x86: fix *NULL on invalid low-prio irqRadim Krčmář2016-02-161-18/+13
* KVM: x86: rewrite handling of scaled TSC for kvmclockPaolo Bonzini2016-02-161-7/+8
* KVM: x86: rename argument to kvm_set_tsc_khzPaolo Bonzini2016-02-161-7/+7
* KVM: VMX: Fix guest debugging while in L2Jan Kiszka2016-02-161-0/+17
* KVM: VMX: Factor out is_exception_n helperJan Kiszka2016-02-161-8/+9
* KVM: halt_polling: improve grow/shrink settingsChristian Borntraeger2016-02-162-12/+15
* Merge tag 'kvm-s390-next-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-02-1612-122/+254
|\
| * KVM: s390: bail out early on fatal signal in dirty loggingChristian Borntraeger2016-02-101-0/+2
| * KVM: s390: do not block CPU on dirty loggingChristian Borntraeger2016-02-101-0/+1
| * KVM: s390: do not take mmap_sem on dirty log queryChristian Borntraeger2016-02-101-2/+0
| * KVM: s390: usage hint for adapter mappingsCornelia Huck2016-02-101-0/+2
| * KVM: s390: add documentation of KVM_S390_VM_CRYPTODavid Hildenbrand2016-02-101-0/+33
| * KVM: s390: add documentation of KVM_S390_VM_TODDavid Hildenbrand2016-02-101-0/+19
| * KVM: s390: remove old fragment of vector registersDavid Hildenbrand2016-02-101-7/+1
| * KVM: s390: instruction-fetching exceptions on SIE faultsDavid Hildenbrand2016-02-101-2/+10
| * KVM: s390: provide prog irq ilc on SIE faultsDavid Hildenbrand2016-02-101-4/+8
| * KVM: s390: irq delivery should not rely on icptcodeDavid Hildenbrand2016-02-103-1/+4
| * KVM: s390: clean up prog irq injection on prog irq icptsDavid Hildenbrand2016-02-101-21/+20
| * KVM: s390: read the correct opcode on SIE faultsDavid Hildenbrand2016-02-101-2/+1
| * KVM: s390: gaccess: implement instruction fetching modeDavid Hildenbrand2016-02-102-4/+28
| * KVM: s390: gaccess: introduce access modesDavid Hildenbrand2016-02-105-35/+43
| * KVM: s390: migration / injection of prog irq ilcDavid Hildenbrand2016-02-102-2/+17
| * KVM: s390: PSW forwarding / rewinding / ilc reworkDavid Hildenbrand2016-02-105-36/+50
| * KVM: s390: sync of fp registers via kvm_runDavid Hildenbrand2016-02-102-7/+13
| * KVM: s390: allow sync of fp registers via vregsDavid Hildenbrand2016-02-101-1/+4
|/
* KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini2016-02-095-29/+22
* KVM: x86: consolidate "has lapic" checks into irq.cPaolo Bonzini2016-02-092-8/+7
* KVM: APIC: remove unnecessary double checks on APIC existencePaolo Bonzini2016-02-091-16/+3
* KVM/VMX: Add host irq information in trace event when updating IRTE for poste...Feng Wu2016-02-092-5/+9
* KVM: x86: Add lowest-priority support for vt-d posted-interruptsFeng Wu2016-02-091-7/+49
* KVM: x86: Use vector-hashing to deliver lowest-priority interruptsFeng Wu2016-02-096-7/+82
* KVM: Recover IRTE to remapped mode if the interrupt is not single-destinationFeng Wu2016-02-091-1/+14
* KVM: x86: introduce do_shl32_div32Paolo Bonzini2016-02-092-8/+17
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-02-085-12/+52
|\
| * Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-02-085-12/+52
| |\
| | * arm64: KVM: Fix guest dead loop when register accessor returns falseShannon Zhao2016-01-241-3/+2
| | * arm64: KVM: Fix comments of the CP handlerShannon Zhao2016-01-241-2/+2
| | * arm64: KVM: Fix wrong use of the CPSR MODE mask for 32bit guestsShannon Zhao2016-01-241-2/+6
| | * arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2Dave Martin2016-01-242-2/+7
| | * arm64: KVM: Fix AArch64 guest userspace exception injectionMarc Zyngier2016-01-241-3/+35