summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | KVM: x86: IRET emulation does not clear NMI maskingNadav Amit2015-01-263-0/+8
| * | | | KVM: x86: Wrong operand size for far retNadav Amit2015-01-261-2/+2
| * | | | KVM: x86: Dirty the dest op page on cmpxchg emulationNadav Amit2015-01-261-4/+7
| * | | | Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-01-2318-198/+656
| |\ \ \ \
| | * | | | KVM: s390: remove redundant setting of interrupt typeJens Freimann2015-01-231-1/+0
| | * | | | KVM: s390: fix bug in interrupt parameter checkJens Freimann2015-01-231-2/+2
| | * | | | KVM: s390: avoid memory leaks if __inject_vm() failsDavid Hildenbrand2015-01-231-1/+5
| | * | | | KVM: s390/cpacf: Enable/disable protected key functions for kvm guestTony Krowiak2015-01-233-2/+90
| | * | | | KVM: s390: Provide guest TOD Clock Get/Set ControlsJason J. Herne2015-01-233-0/+134
| | * | | | KVM: s390: trace correct values for set prefix and machine checksJens Freimann2015-01-231-4/+4
| | * | | | KVM: s390: fix bug in sigp emergency signal injectionJens Freimann2015-01-231-3/+2
| | * | | | KVM: s390: Take addressing mode into account for MVPG interceptionThomas Huth2015-01-231-6/+8
| | * | | | KVM: s390: no need to hold the kvm->mutex for floating interruptsChristian Borntraeger2015-01-231-8/+0
| | * | | | KVM: s390: forward most SIGP orders to user spaceDavid Hildenbrand2015-01-235-0/+76
| | * | | | KVM: s390: clear the pfault queue if user space sets the invalid tokenDavid Hildenbrand2015-01-233-1/+7
| | * | | | KVM: s390: only one external call may be pending at a timeDavid Hildenbrand2015-01-236-28/+68
| | * | | | s390/sclp: introduce check for the SIGP Interpretation FacilityDavid Hildenbrand2015-01-232-1/+11
| | * | | | KVM: s390: SIGP SET PREFIX cleanupDavid Hildenbrand2015-01-232-19/+14
| | * | | | KVM: s390: a VCPU may only stop when no interrupts are left pendingDavid Hildenbrand2015-01-234-5/+9
| | * | | | KVM: s390: handle stop irqs without action_bitsDavid Hildenbrand2015-01-237-92/+88
| | * | | | KVM: s390: new parameter for SIGP STOP irqsDavid Hildenbrand2015-01-234-2/+26
| | * | | | KVM: s390: forward hrtimer if guest ckc not pending yetDavid Hildenbrand2015-01-231-2/+12
| | * | | | KVM: s390: base hrtimer on a monotonic clockDavid Hildenbrand2015-01-231-1/+1
| | * | | | KVM: s390: prevent sleep duration underflows in handle_wait()David Hildenbrand2015-01-231-1/+7
| | * | | | KVM: s390: Allow userspace to limit guest memory sizeDominik Dingel2015-01-233-3/+77
| | * | | | KVM: s390: move vcpu specific initalization to a later pointDominik Dingel2015-01-231-9/+16
| | * | | | KVM: s390: make local function staticChristian Borntraeger2015-01-231-1/+1
| | * | | | KVM: remove unneeded return value of vcpu_postcreateDominik Dingel2015-01-236-16/+8
| * | | | | Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2015-01-2350-996/+3152
| |\ \ \ \ \
| | * | | | | KVM: Remove unused config symbolChristoffer Dall2015-01-231-3/+0
| | * | | | | arm/arm64: KVM: Fixup incorrect config symbol in commentChristoffer Dall2015-01-231-2/+2
| | * | | | | arm/arm64: KVM: force alignment of VGIC dist/CPU/redist addressesAndre Przywara2015-01-202-3/+17
| | * | | | | arm/arm64: KVM: allow userland to request a virtual GICv3Andre Przywara2015-01-206-22/+73
| | * | | | | arm/arm64: KVM: enable kernel side of GICv3 emulationAndre Przywara2015-01-204-25/+68
| | * | | | | arm64: KVM: add SGI generation register emulationAndre Przywara2015-01-203-0/+139
| | * | | | | arm64: GICv3: introduce symbolic names for GICv3 ICC_SGI1R_EL1 fieldsAndre Przywara2015-01-202-5/+21
| | * | | | | arm/arm64: KVM: add virtual GICv3 distributor emulationAndre Przywara2015-01-208-3/+978
| | * | | | | arm/arm64: KVM: add opaque private pointer to MMIO dataAndre Przywara2015-01-203-0/+3
| | * | | | | arm/arm64: KVM: split GICv2 specific emulation code from vgic.cAndre Przywara2015-01-204-805/+850
| | * | | | | arm/arm64: KVM: add vgic.h header fileAndre Przywara2015-01-202-101/+170
| | * | | | | arm/arm64: KVM: refactor/wrap vgic_set/get_attr()Andre Przywara2015-01-201-24/+54
| | * | | | | arm/arm64: KVM: refactor MMIO accessorsAndre Przywara2015-01-201-52/+74
| | * | | | | arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variableAndre Przywara2015-01-204-7/+17
| | * | | | | arm/arm64: KVM: make the maximum number of vCPUs a per-VM valueAndre Przywara2015-01-207-0/+38
| | * | | | | arm/arm64: KVM: dont rely on a valid GICH base addressAndre Przywara2015-01-201-1/+1
| | * | | | | arm/arm64: KVM: move kvm_register_device_ops() into vGIC probingAndre Przywara2015-01-204-3/+6
| | * | | | | arm/arm64: KVM: introduce per-VM opsAndre Przywara2015-01-202-10/+87
| | * | | | | arm/arm64: KVM: wrap 64 bit MMIO accesses with two 32 bit onesAndre Przywara2015-01-201-3/+50
| | * | | | | arm/arm64: KVM: refactor vgic_handle_mmio() functionAndre Przywara2015-01-201-20/+53
| | * | | | | arm/arm64: KVM: pass down user space provided GIC type into vGIC codeAndre Przywara2015-01-203-5/+19
OpenPOWER on IntegriCloud