index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm: irqchip: fix memory leak
Sudip Mukherjee
2015-09-08
1
-2
/
+6
*
kvm: move new trace event outside #ifdef CONFIG_KVM_ASYNC_PF
Wanpeng Li
2015-09-08
1
-2
/
+2
*
KVM: trace kvm_halt_poll_ns grow/shrink
Wanpeng Li
2015-09-06
2
-2
/
+36
*
KVM: dynamic halt-polling
Wanpeng Li
2015-09-06
1
-2
/
+51
*
KVM: make halt_poll_ns per-vCPU
Wanpeng Li
2015-09-06
2
-2
/
+4
*
Silence compiler warning in arch/x86/kvm/emulate.c
Valdis Kletnieks
2015-09-06
1
-1
/
+1
*
kvm: compile process_smi_save_seg_64() only for x86_64
Alexander Kuleshov
2015-09-06
1
-0
/
+2
*
KVM: x86: avoid uninitialized variable warning
Paolo Bonzini
2015-09-06
1
-3
/
+4
*
KVM: PPC: Book3S: Fix typo in top comment about locking
Greg Kurz
2015-09-03
1
-1
/
+1
*
KVM: PPC: Book3S: Fix size of the PSPB register
Thomas Huth
2015-09-03
1
-1
/
+1
*
KVM: PPC: Book3S HV: Exit on H_DOORBELL if HOST_IPI is set
Gautham R. Shenoy
2015-09-03
1
-0
/
+1
*
KVM: PPC: Book3S HV: Fix race in starting secondary threads
Gautham R. Shenoy
2015-09-03
2
-1
/
+17
*
Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...
Paolo Bonzini
2015-08-22
663
-4720
/
+6955
|
\
|
*
KVM: PPC: Book3S: correct width in XER handling
Sam bobroff
2015-08-22
5
-10
/
+10
|
*
KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculation
Paul Mackerras
2015-08-22
1
-2
/
+7
|
*
KVM: PPC: Book3S HV: Fix preempted vcore list locking
Paul Mackerras
2015-08-22
1
-1
/
+2
|
*
KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MOD
Paul Mackerras
2015-08-22
2
-9
/
+121
|
*
KVM: PPC: Book3S HV: Fix bug in dirty page tracking
Paul Mackerras
2015-08-22
4
-1
/
+27
|
*
KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTE
Paul Mackerras
2015-08-22
1
-6
/
+12
|
*
KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8
Paul Mackerras
2015-08-22
6
-62
/
+473
|
*
KVM: PPC: Book3S HV: Make use of unused threads when running guests
Paul Mackerras
2015-08-22
6
-72
/
+298
|
*
KVM: PPC: add missing pt_regs initialization
Tudor Laurentiu
2015-08-22
1
-0
/
+1
|
*
KVM: PPC: Fix warnings from sparse
Thomas Huth
2015-08-22
8
-8
/
+12
|
*
KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in Kconfig
Thomas Huth
2015-08-22
1
-4
/
+4
|
*
KVM: PPC: fix suspicious use of conditional operator
Tudor Laurentiu
2015-08-22
1
-1
/
+1
|
*
x86/kvm: Rename VMX's segment access rights defines
Andy Lutomirski
2015-08-15
2
-30
/
+30
|
*
Merge tag 'kvm-s390-next-20150812' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2015-08-13
5
-6
/
+66
|
|
\
|
|
*
KVM: s390: Fix assumption that kvm_set_irq_routing is always run successfully
Nicholas Krause
2015-08-07
1
-2
/
+1
|
|
*
KVM: s390: host STP toleration for VMs
Fan Zhang
2015-08-04
5
-4
/
+65
|
*
|
KVM: x86/vPMU: Fix unnecessary signed extension for AMD PERFCTRn
Wei Huang
2015-08-11
1
-2
/
+0
|
*
|
kvm: x86: Fix error handling in the function kvm_lapic_sync_from_vapic
Nicholas Krause
2015-08-11
1
-2
/
+3
|
*
|
KVM: VMX: drop ept misconfig check
Xiao Guangrong
2015-08-05
3
-95
/
+2
|
*
|
KVM: MMU: fully check zero bits for sptes
Xiao Guangrong
2015-08-05
1
-6
/
+37
|
*
|
KVM: MMU: introduce is_shadow_zero_bits_set()
Xiao Guangrong
2015-08-05
1
-9
/
+19
|
*
|
KVM: MMU: introduce the framework to check zero bits on sptes
Xiao Guangrong
2015-08-05
4
-0
/
+62
|
*
|
KVM: MMU: split reset_rsvds_bits_mask_ept
Xiao Guangrong
2015-08-05
1
-4
/
+10
|
*
|
KVM: MMU: split reset_rsvds_bits_mask
Xiao Guangrong
2015-08-05
1
-8
/
+18
|
*
|
KVM: MMU: introduce rsvd_bits_validate
Xiao Guangrong
2015-08-05
3
-36
/
+50
|
*
|
KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.c
Xiao Guangrong
2015-08-05
2
-11
/
+10
|
*
|
KVM: MMU: fix validation of mmio page fault
Xiao Guangrong
2015-08-05
1
-45
/
+0
|
*
|
KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ON
Alex Williamson
2015-08-05
1
-4
/
+4
|
*
|
KVM: x86: clean/fix memory barriers in irqchip_in_kernel
Paolo Bonzini
2015-07-30
3
-25
/
+15
|
*
|
KVM: document memory barriers for kvm->vcpus/kvm->online_vcpus
Paolo Bonzini
2015-07-30
2
-0
/
+9
|
*
|
KVM: x86: remove unnecessary memory barriers for shared MSRs
Paolo Bonzini
2015-07-29
1
-3
/
+1
|
*
|
KVM: move code related to KVM_SET_BOOT_CPU_ID to x86
Paolo Bonzini
2015-07-29
4
-30
/
+24
|
|
/
|
*
Merge tag 'kvm-s390-next-20150728' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2015-07-29
12
-230
/
+194
|
|
\
|
|
*
KVM: s390: log capability enablement and vm attribute changes
Christian Borntraeger
2015-07-29
1
-0
/
+19
|
|
*
KVM: s390: Provide global debug log
Christian Borntraeger
2015-07-29
3
-2
/
+26
|
|
*
KVM: s390: adapt debug entries for instruction handling
Christian Borntraeger
2015-07-29
2
-15
/
+17
|
|
*
KVM: s390: improve debug feature usage
Christian Borntraeger
2015-07-29
1
-1
/
+1
[next]