index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ptp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-29
KVM: MMU: Explicitly set D-bit for writable spte.
Kai Huang
1
-1
/
+15
2015-01-29
KVM: MMU: Add mmu help functions to support PML
Kai Huang
2
-0
/
+204
2015-01-29
KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...
Kai Huang
4
-6
/
+37
2015-01-27
kvm: update_memslots: clean flags for invalid memslots
Tiejun Chen
1
-0
/
+1
2015-01-27
kvm: iommu: Add cond_resched to legacy device assignment code
Joerg Roedel
1
-1
/
+3
2015-01-26
KVM: x86: Emulation of call may use incorrect stack size
Nadav Amit
1
-7
/
+18
2015-01-26
KVM: x86: 32-bit wraparound read/write not emulated correctly
Nadav Amit
2
-3
/
+9
2015-01-26
KVM: x86: Fix defines in emulator.c
Nadav Amit
1
-1
/
+1
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
[next]