summaryrefslogtreecommitdiffstats
path: root/crypto/pcrypt.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-26KVM: x86: ARPL emulation can cause spurious exceptionsNadav Amit1-6/+26
2015-01-26KVM: x86: IRET emulation does not clear NMI maskingNadav Amit3-0/+8
2015-01-26KVM: x86: Wrong operand size for far retNadav Amit1-2/+2
2015-01-26KVM: x86: Dirty the dest op page on cmpxchg emulationNadav Amit1-4/+7
2015-01-23KVM: s390: remove redundant setting of interrupt typeJens Freimann1-1/+0
2015-01-23KVM: s390: fix bug in interrupt parameter checkJens Freimann1-2/+2
2015-01-23KVM: s390: avoid memory leaks if __inject_vm() failsDavid Hildenbrand1-1/+5
2015-01-23KVM: s390/cpacf: Enable/disable protected key functions for kvm guestTony Krowiak3-2/+90
2015-01-23KVM: s390: Provide guest TOD Clock Get/Set ControlsJason J. Herne3-0/+134
2015-01-23KVM: s390: trace correct values for set prefix and machine checksJens Freimann1-4/+4
2015-01-23KVM: s390: fix bug in sigp emergency signal injectionJens Freimann1-3/+2
2015-01-23KVM: s390: Take addressing mode into account for MVPG interceptionThomas Huth1-6/+8
2015-01-23KVM: s390: no need to hold the kvm->mutex for floating interruptsChristian Borntraeger1-8/+0
2015-01-23KVM: s390: forward most SIGP orders to user spaceDavid Hildenbrand5-0/+76
2015-01-23KVM: s390: clear the pfault queue if user space sets the invalid tokenDavid Hildenbrand3-1/+7
2015-01-23KVM: s390: only one external call may be pending at a timeDavid Hildenbrand6-28/+68
2015-01-23s390/sclp: introduce check for the SIGP Interpretation FacilityDavid Hildenbrand2-1/+11
2015-01-23KVM: s390: SIGP SET PREFIX cleanupDavid Hildenbrand2-19/+14
2015-01-23KVM: s390: a VCPU may only stop when no interrupts are left pendingDavid Hildenbrand4-5/+9
2015-01-23KVM: s390: handle stop irqs without action_bitsDavid Hildenbrand7-92/+88
2015-01-23KVM: s390: new parameter for SIGP STOP irqsDavid Hildenbrand4-2/+26
2015-01-23KVM: s390: forward hrtimer if guest ckc not pending yetDavid Hildenbrand1-2/+12
2015-01-23KVM: s390: base hrtimer on a monotonic clockDavid Hildenbrand1-1/+1
2015-01-23KVM: s390: prevent sleep duration underflows in handle_wait()David Hildenbrand1-1/+7
2015-01-23KVM: s390: Allow userspace to limit guest memory sizeDominik Dingel3-3/+77
2015-01-23KVM: s390: move vcpu specific initalization to a later pointDominik Dingel1-9/+16
2015-01-23KVM: s390: make local function staticChristian Borntraeger1-1/+1
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel6-16/+8
2015-01-23KVM: Remove unused config symbolChristoffer Dall1-3/+0
2015-01-23arm/arm64: KVM: Fixup incorrect config symbol in commentChristoffer Dall1-2/+2
2015-01-21kvm: Fix CR3_PCID_INVD type on 32-bitBorislav Petkov1-1/+1
2015-01-20KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issueMarcelo Tosatti2-1/+16
2015-01-20KVM: fix "Should it be static?" warnings from sparseFengguang Wu1-4/+4
2015-01-20arm/arm64: KVM: force alignment of VGIC dist/CPU/redist addressesAndre Przywara2-3/+17
2015-01-20arm/arm64: KVM: allow userland to request a virtual GICv3Andre Przywara6-22/+73
2015-01-20arm/arm64: KVM: enable kernel side of GICv3 emulationAndre Przywara4-25/+68
2015-01-20arm64: KVM: add SGI generation register emulationAndre Przywara3-0/+139
2015-01-20arm64: GICv3: introduce symbolic names for GICv3 ICC_SGI1R_EL1 fieldsAndre Przywara2-5/+21
2015-01-20arm/arm64: KVM: add virtual GICv3 distributor emulationAndre Przywara8-3/+978
2015-01-20arm/arm64: KVM: add opaque private pointer to MMIO dataAndre Przywara3-0/+3
2015-01-20arm/arm64: KVM: split GICv2 specific emulation code from vgic.cAndre Przywara4-805/+850
2015-01-20arm/arm64: KVM: add vgic.h header fileAndre Przywara2-101/+170
2015-01-20arm/arm64: KVM: refactor/wrap vgic_set/get_attr()Andre Przywara1-24/+54
2015-01-20arm/arm64: KVM: refactor MMIO accessorsAndre Przywara1-52/+74
2015-01-20arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variableAndre Przywara4-7/+17
2015-01-20arm/arm64: KVM: make the maximum number of vCPUs a per-VM valueAndre Przywara7-0/+38
2015-01-20arm/arm64: KVM: dont rely on a valid GICH base addressAndre Przywara1-1/+1
2015-01-20arm/arm64: KVM: move kvm_register_device_ops() into vGIC probingAndre Przywara4-3/+6
2015-01-20arm/arm64: KVM: introduce per-VM opsAndre Przywara2-10/+87
2015-01-20arm/arm64: KVM: wrap 64 bit MMIO accesses with two 32 bit onesAndre Przywara1-3/+50