summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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-2313-196/+605
| |\ \ \ \ \ \ \ \
| | * | | | | | | | 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-233-0/+55
| | * | | | | | | | 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-231-1/+3
| | * | | | | | | | 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-232-1/+19
| | * | | | | | | | 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-232-3/+63
| | * | | | | | | | 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-235-15/+7
| * | | | | | | | | Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2015-01-2335-107/+570
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | arm/arm64: KVM: Fixup incorrect config symbol in commentChristoffer Dall2015-01-231-2/+2
| | * | | | | | | | | arm/arm64: KVM: allow userland to request a virtual GICv3Andre Przywara2015-01-201-0/+7
| | * | | | | | | | | arm64: KVM: add SGI generation register emulationAndre Przywara2015-01-201-0/+27
| | * | | | | | | | | arm/arm64: KVM: add virtual GICv3 distributor emulationAndre Przywara2015-01-201-0/+1
| | * | | | | | | | | arm/arm64: KVM: add opaque private pointer to MMIO dataAndre Przywara2015-01-202-0/+2
| | * | | | | | | | | arm/arm64: KVM: split GICv2 specific emulation code from vgic.cAndre Przywara2015-01-202-0/+2
| | * | | | | | | | | arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variableAndre Przywara2015-01-202-5/+10
| | * | | | | | | | | arm/arm64: KVM: make the maximum number of vCPUs a per-VM valueAndre Przywara2015-01-203-0/+12
| | * | | | | | | | | arm/arm64: KVM: pass down user space provided GIC type into vGIC codeAndre Przywara2015-01-201-1/+1
| | * | | | | | | | | arm/arm64: KVM: rework MPIDR assignment and add accessorsAndre Przywara2015-01-207-18/+39
| | * | | | | | | | | KVM: arm/arm64: Enable Dirty Page logging for ARMv8Mario Smarduch2015-01-164-24/+13
| | * | | | | | | | | KVM: arm64: Add HYP interface to flush VM Stage 1/2 TLB entriesMario Smarduch2015-01-161-0/+22
| | * | | | | | | | | KVM: arm64: ARMv8 header changes for page loggingMario Smarduch2015-01-164-0/+24
| | * | | | | | | | | KVM: arm: page logging 2nd stage fault handlingMario Smarduch2015-01-161-9/+88
| | * | | | | | | | | KVM: arm: dirty logging write protect supportMario Smarduch2015-01-163-0/+57
| | * | | | | | | | | KVM: arm: Add initial dirty page locking supportMario Smarduch2015-01-164-0/+159
| | * | | | | | | | | KVM: arm: Add ARMv7 API to flush TLBsMario Smarduch2015-01-164-0/+25
| | * | | | | | | | | KVM: x86: switch to kvm_get_dirty_log_protectPaolo Bonzini2015-01-164-64/+16
| | * | | | | | | | | ARM: KVM: extend WFI tracepoint to differentiate between wfi and wfeAndre Przywara2015-01-152-7/+12
| | * | | | | | | | | arm/arm64: KVM: add tracing support for arm64 exit handlerWei Huang2015-01-154-2/+73
| | * | | | | | | | | KVM: arm/arm64: vgic: add init entry to VGIC KVM deviceEric Auger2015-01-112-0/+4
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini2015-01-2312-197/+237
| |\ \ \ \ \ \ \ \ \