index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pcrypt.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-26
KVM: x86: ARPL emulation can cause spurious exceptions
Nadav Amit
1
-6
/
+26
2015-01-26
KVM: x86: IRET emulation does not clear NMI masking
Nadav Amit
3
-0
/
+8
2015-01-26
KVM: x86: Wrong operand size for far ret
Nadav Amit
1
-2
/
+2
2015-01-26
KVM: x86: Dirty the dest op page on cmpxchg emulation
Nadav Amit
1
-4
/
+7
2015-01-23
KVM: s390: remove redundant setting of interrupt type
Jens Freimann
1
-1
/
+0
2015-01-23
KVM: s390: fix bug in interrupt parameter check
Jens Freimann
1
-2
/
+2
2015-01-23
KVM: s390: avoid memory leaks if __inject_vm() fails
David Hildenbrand
1
-1
/
+5
2015-01-23
KVM: s390/cpacf: Enable/disable protected key functions for kvm guest
Tony Krowiak
3
-2
/
+90
2015-01-23
KVM: s390: Provide guest TOD Clock Get/Set Controls
Jason J. Herne
3
-0
/
+134
2015-01-23
KVM: s390: trace correct values for set prefix and machine checks
Jens Freimann
1
-4
/
+4
2015-01-23
KVM: s390: fix bug in sigp emergency signal injection
Jens Freimann
1
-3
/
+2
2015-01-23
KVM: s390: Take addressing mode into account for MVPG interception
Thomas Huth
1
-6
/
+8
2015-01-23
KVM: s390: no need to hold the kvm->mutex for floating interrupts
Christian Borntraeger
1
-8
/
+0
2015-01-23
KVM: s390: forward most SIGP orders to user space
David Hildenbrand
5
-0
/
+76
2015-01-23
KVM: s390: clear the pfault queue if user space sets the invalid token
David Hildenbrand
3
-1
/
+7
2015-01-23
KVM: s390: only one external call may be pending at a time
David Hildenbrand
6
-28
/
+68
2015-01-23
s390/sclp: introduce check for the SIGP Interpretation Facility
David Hildenbrand
2
-1
/
+11
2015-01-23
KVM: s390: SIGP SET PREFIX cleanup
David Hildenbrand
2
-19
/
+14
2015-01-23
KVM: s390: a VCPU may only stop when no interrupts are left pending
David Hildenbrand
4
-5
/
+9
2015-01-23
KVM: s390: handle stop irqs without action_bits
David Hildenbrand
7
-92
/
+88
2015-01-23
KVM: s390: new parameter for SIGP STOP irqs
David Hildenbrand
4
-2
/
+26
2015-01-23
KVM: s390: forward hrtimer if guest ckc not pending yet
David Hildenbrand
1
-2
/
+12
2015-01-23
KVM: s390: base hrtimer on a monotonic clock
David Hildenbrand
1
-1
/
+1
2015-01-23
KVM: s390: prevent sleep duration underflows in handle_wait()
David Hildenbrand
1
-1
/
+7
2015-01-23
KVM: s390: Allow userspace to limit guest memory size
Dominik Dingel
3
-3
/
+77
2015-01-23
KVM: s390: move vcpu specific initalization to a later point
Dominik Dingel
1
-9
/
+16
2015-01-23
KVM: s390: make local function static
Christian Borntraeger
1
-1
/
+1
2015-01-23
KVM: remove unneeded return value of vcpu_postcreate
Dominik Dingel
6
-16
/
+8
2015-01-23
KVM: Remove unused config symbol
Christoffer Dall
1
-3
/
+0
2015-01-23
arm/arm64: KVM: Fixup incorrect config symbol in comment
Christoffer Dall
1
-2
/
+2
2015-01-21
kvm: Fix CR3_PCID_INVD type on 32-bit
Borislav Petkov
1
-1
/
+1
2015-01-20
KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issue
Marcelo Tosatti
2
-1
/
+16
2015-01-20
KVM: fix "Should it be static?" warnings from sparse
Fengguang Wu
1
-4
/
+4
2015-01-20
arm/arm64: KVM: force alignment of VGIC dist/CPU/redist addresses
Andre Przywara
2
-3
/
+17
2015-01-20
arm/arm64: KVM: allow userland to request a virtual GICv3
Andre Przywara
6
-22
/
+73
2015-01-20
arm/arm64: KVM: enable kernel side of GICv3 emulation
Andre Przywara
4
-25
/
+68
2015-01-20
arm64: KVM: add SGI generation register emulation
Andre Przywara
3
-0
/
+139
2015-01-20
arm64: GICv3: introduce symbolic names for GICv3 ICC_SGI1R_EL1 fields
Andre Przywara
2
-5
/
+21
2015-01-20
arm/arm64: KVM: add virtual GICv3 distributor emulation
Andre Przywara
8
-3
/
+978
2015-01-20
arm/arm64: KVM: add opaque private pointer to MMIO data
Andre Przywara
3
-0
/
+3
2015-01-20
arm/arm64: KVM: split GICv2 specific emulation code from vgic.c
Andre Przywara
4
-805
/
+850
2015-01-20
arm/arm64: KVM: add vgic.h header file
Andre Przywara
2
-101
/
+170
2015-01-20
arm/arm64: KVM: refactor/wrap vgic_set/get_attr()
Andre Przywara
1
-24
/
+54
2015-01-20
arm/arm64: KVM: refactor MMIO accessors
Andre Przywara
1
-52
/
+74
2015-01-20
arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variable
Andre Przywara
4
-7
/
+17
2015-01-20
arm/arm64: KVM: make the maximum number of vCPUs a per-VM value
Andre Przywara
7
-0
/
+38
2015-01-20
arm/arm64: KVM: dont rely on a valid GICH base address
Andre Przywara
1
-1
/
+1
2015-01-20
arm/arm64: KVM: move kvm_register_device_ops() into vGIC probing
Andre Przywara
4
-3
/
+6
2015-01-20
arm/arm64: KVM: introduce per-VM ops
Andre Przywara
2
-10
/
+87
2015-01-20
arm/arm64: KVM: wrap 64 bit MMIO accesses with two 32 bit ones
Andre Przywara
1
-3
/
+50
[next]