index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-09-08
kvm: move new trace event outside #ifdef CONFIG_KVM_ASYNC_PF
Wanpeng Li
1
-2
/
+2
2015-09-06
KVM: trace kvm_halt_poll_ns grow/shrink
Wanpeng Li
2
-2
/
+36
2015-09-06
KVM: dynamic halt-polling
Wanpeng Li
1
-2
/
+51
2015-09-06
KVM: make halt_poll_ns per-vCPU
Wanpeng Li
2
-2
/
+4
2015-09-06
Silence compiler warning in arch/x86/kvm/emulate.c
Valdis Kletnieks
1
-1
/
+1
2015-09-06
kvm: compile process_smi_save_seg_64() only for x86_64
Alexander Kuleshov
1
-0
/
+2
2015-09-06
KVM: x86: avoid uninitialized variable warning
Paolo Bonzini
1
-3
/
+4
2015-09-03
KVM: PPC: Book3S: Fix typo in top comment about locking
Greg Kurz
1
-1
/
+1
2015-09-03
KVM: PPC: Book3S: Fix size of the PSPB register
Thomas Huth
1
-1
/
+1
2015-09-03
KVM: PPC: Book3S HV: Exit on H_DOORBELL if HOST_IPI is set
Gautham R. Shenoy
1
-0
/
+1
2015-09-03
KVM: PPC: Book3S HV: Fix race in starting secondary threads
Gautham R. Shenoy
2
-1
/
+17
2015-08-22
KVM: PPC: Book3S: correct width in XER handling
Sam bobroff
5
-10
/
+10
2015-08-22
KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculation
Paul Mackerras
1
-2
/
+7
2015-08-22
KVM: PPC: Book3S HV: Fix preempted vcore list locking
Paul Mackerras
1
-1
/
+2
2015-08-22
KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MOD
Paul Mackerras
2
-9
/
+121
2015-08-22
KVM: PPC: Book3S HV: Fix bug in dirty page tracking
Paul Mackerras
4
-1
/
+27
2015-08-22
KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTE
Paul Mackerras
1
-6
/
+12
2015-08-22
KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8
Paul Mackerras
6
-62
/
+473
2015-08-22
KVM: PPC: Book3S HV: Make use of unused threads when running guests
Paul Mackerras
6
-72
/
+298
2015-08-22
KVM: PPC: add missing pt_regs initialization
Tudor Laurentiu
1
-0
/
+1
2015-08-22
KVM: PPC: Fix warnings from sparse
Thomas Huth
8
-8
/
+12
2015-08-22
KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in Kconfig
Thomas Huth
1
-4
/
+4
2015-08-22
KVM: PPC: fix suspicious use of conditional operator
Tudor Laurentiu
1
-1
/
+1
2015-08-19
arm: KVM: keep arm vfp/simd exit handling consistent with arm64
Mario Smarduch
1
-6
/
+8
2015-08-19
arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore on exits
Mario Smarduch
2
-10
/
+68
2015-08-15
x86/kvm: Rename VMX's segment access rights defines
Andy Lutomirski
2
-30
/
+30
2015-08-12
KVM: arm/arm64: timer: Allow the timer to control the active state
Marc Zyngier
4
-15
/
+29
2015-08-12
KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interrupt
Marc Zyngier
2
-33
/
+72
2015-08-12
KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_active
Marc Zyngier
2
-0
/
+26
2015-08-12
KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
Marc Zyngier
1
-3
/
+86
2015-08-12
KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
Marc Zyngier
3
-1
/
+235
2015-08-12
KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs
Marc Zyngier
1
-1
/
+1
2015-08-12
KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
Marc Zyngier
4
-5
/
+38
2015-08-12
KVM: arm/arm64: vgic: Convert struct vgic_lr to use bitfields
Marc Zyngier
1
-3
/
+7
2015-08-12
arm/arm64: KVM: Move vgic handling to a non-preemptible section
Marc Zyngier
1
-3
/
+15
2015-08-12
arm/arm64: KVM: Fix ordering of timer/GIC on guest entry
Marc Zyngier
1
-4
/
+3
2015-08-12
arm64: KVM: remove remaining reference to vgic_sr_vectors
Vladimir Murzin
2
-7
/
+0
2015-08-12
arm64/kvm: Add generic v8 KVM target
Suzuki K. Poulose
3
-3
/
+12
2015-08-11
KVM: x86/vPMU: Fix unnecessary signed extension for AMD PERFCTRn
Wei Huang
1
-2
/
+0
2015-08-11
kvm: x86: Fix error handling in the function kvm_lapic_sync_from_vapic
Nicholas Krause
1
-2
/
+3
2015-08-07
KVM: s390: Fix assumption that kvm_set_irq_routing is always run successfully
Nicholas Krause
1
-2
/
+1
2015-08-05
KVM: VMX: drop ept misconfig check
Xiao Guangrong
3
-95
/
+2
2015-08-05
KVM: MMU: fully check zero bits for sptes
Xiao Guangrong
1
-6
/
+37
2015-08-05
KVM: MMU: introduce is_shadow_zero_bits_set()
Xiao Guangrong
1
-9
/
+19
2015-08-05
KVM: MMU: introduce the framework to check zero bits on sptes
Xiao Guangrong
4
-0
/
+62
2015-08-05
KVM: MMU: split reset_rsvds_bits_mask_ept
Xiao Guangrong
1
-4
/
+10
2015-08-05
KVM: MMU: split reset_rsvds_bits_mask
Xiao Guangrong
1
-8
/
+18
2015-08-05
KVM: MMU: introduce rsvd_bits_validate
Xiao Guangrong
3
-36
/
+50
2015-08-05
KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.c
Xiao Guangrong
2
-11
/
+10
2015-08-05
KVM: MMU: fix validation of mmio page fault
Xiao Guangrong
1
-45
/
+0
[next]