summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-arm-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-05-2725-116/+831
|\
| * arm64: KVM: Enable minimalistic support for Cortex-A53Marc Zyngier2014-05-254-1/+7
| * ARM: Check if a CPU has gone offlineAshwin Chaugule2014-05-154-0/+88
| * Documentation: devicetree: Add new binding for PSCIv0.2Ashwin Chaugule2014-05-151-1/+36
| * PSCI: Add initial support for PSCIv0.2 functionsAshwin Chaugule2014-05-154-77/+328
| * ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user spaceAnup Patel2014-04-301-0/+1
| * ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPENDAnup Patel2014-04-301-4/+24
| * ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2Anup Patel2014-04-301-1/+14
| * ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functionsAnup Patel2014-04-301-5/+16
| * ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFOAnup Patel2014-04-301-2/+50
| * ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESETAnup Patel2014-04-301-3/+43
| * KVM: Add KVM_EXIT_SYSTEM_EVENT to user space API headerAnup Patel2014-04-302-0/+23
| * ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexibleAnup Patel2014-04-305-20/+32
| * KVM: Documentation: Add info regarding KVM_ARM_VCPU_PSCI_0_2 featureAnup Patel2014-04-301-0/+2
| * ARM/ARM64: KVM: Add base for PSCI v0.2 emulationAnup Patel2014-04-307-26/+99
| * ARM/ARM64: KVM: Add common header for PSCI related definesAnup Patel2014-04-302-0/+91
| * KVM: Add capability to advertise PSCI v0.2 supportAnup Patel2014-04-301-0/+1
* | KVM: x86: MOV CR/DR emulation should ignore modNadav Amit2014-05-271-5/+8
* | KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini2014-05-271-19/+43
* | KVM: vmx: DR7 masking on task switch emulation is wrongNadav Amit2014-05-221-1/+1
* | x86: fix page fault tracing when KVM guest support enabledDave Hansen2014-05-222-1/+6
* | KVM: x86: get CPL from SS.DPLPaolo Bonzini2014-05-223-42/+18
* | KVM: x86: check CS.DPL against RPL during task switchPaolo Bonzini2014-05-221-14/+17
* | KVM: x86: drop set_rflags callbackPaolo Bonzini2014-05-222-7/+0
* | KVM: x86: use new CS.RPL as CPL during task switchPaolo Bonzini2014-05-221-27/+33
* | Merge tag 'kvm-s390-20140516' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-05-1614-95/+431
|\ \
| * | KVM: s390: split SIE state guest prefix fieldMichael Mueller2014-05-166-13/+22
| * | s390/sclp: add sclp_get_ibc functionMichael Mueller2014-05-162-1/+12
| * | KVM: s390: interpretive execution of SIGP EXTERNAL CALLDavid Hildenbrand2014-05-167-6/+94
| * | KVM: s390: Use intercept_insn decoder in trace eventAlexander Yarygin2014-05-161-5/+2
| * | KVM: s390: decoder of SIE intercepted instructionsAlexander Yarygin2014-05-161-0/+33
| * | KVM: s390: Use trace tables from sie.h.Alexander Yarygin2014-05-161-31/+1
| * | KVM: s390: add sie exit reasons tablesAlexander Yarygin2014-05-161-0/+212
| * | KVM: s390: Improved MVPG partial execution handlerThomas Huth2014-05-161-16/+9
| * | KVM: s390: Introduce helper function for faulting-in a guest pageThomas Huth2014-05-162-7/+26
| * | KVM: s390: Avoid endless loops of specification exceptionsThomas Huth2014-05-161-1/+9
| * | KVM: s390: Improve is_valid_psw()Thomas Huth2014-05-162-1/+5
| * | KVM: s390: correct locking for s390_enable_skeyMartin Schwidefsky2014-05-161-15/+7
|/ /
* | KVM: x86: Fix CR3 reserved bits check in long modeJan Kiszka2014-05-121-4/+5
* | kvm: x86: emulate monitor and mwait instructions as nopGabriel L. Somlo2014-05-083-12/+38
* | kvm/x86: implement hv EOI assistMichael S. Tsirkin2014-05-071-0/+4
* | KVM: x86: Mark bit 7 in long-mode PDPTE according to 1GB pages supportNadav Amit2014-05-072-2/+13
* | KVM: vmx: handle_dr does not handle RSP correctlyNadav Amit2014-05-071-1/+1
* | KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptrBandan Das2014-05-061-46/+37
* | KVM: nVMX: fail on invalid vmclear/vmptrld pointerBandan Das2014-05-061-0/+12
* | KVM: nVMX: additional checks on vmxon regionBandan Das2014-05-062-0/+68
* | KVM: nVMX: rearrange get_vmx_mem_addressBandan Das2014-05-061-53/+53
* | Merge tag 'kvm-s390-20140506' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-05-066-7/+88
|\ \
| * | KVM: s390: Fix external interrupt interceptionThomas Huth2014-05-062-5/+49
| * | KVM: s390: Add clock comparator and CPU timer IRQ injectionThomas Huth2014-05-063-0/+36