index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.mailmap
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-08-22
KVM: PPC: fix suspicious use of conditional operator
Tudor Laurentiu
1
-1
/
+1
2015-08-15
x86/kvm: Rename VMX's segment access rights defines
Andy Lutomirski
2
-30
/
+30
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
2015-08-05
KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ON
Alex Williamson
1
-4
/
+4
2015-08-04
KVM: s390: host STP toleration for VMs
Fan Zhang
5
-4
/
+65
2015-07-30
KVM: x86: clean/fix memory barriers in irqchip_in_kernel
Paolo Bonzini
3
-25
/
+15
2015-07-30
KVM: document memory barriers for kvm->vcpus/kvm->online_vcpus
Paolo Bonzini
2
-0
/
+9
2015-07-29
KVM: x86: remove unnecessary memory barriers for shared MSRs
Paolo Bonzini
1
-3
/
+1
2015-07-29
KVM: move code related to KVM_SET_BOOT_CPU_ID to x86
Paolo Bonzini
4
-30
/
+24
2015-07-29
KVM: s390: log capability enablement and vm attribute changes
Christian Borntraeger
1
-0
/
+19
2015-07-29
KVM: s390: Provide global debug log
Christian Borntraeger
3
-2
/
+26
2015-07-29
KVM: s390: adapt debug entries for instruction handling
Christian Borntraeger
2
-15
/
+17
2015-07-29
KVM: s390: improve debug feature usage
Christian Borntraeger
1
-1
/
+1
2015-07-29
KVM: s390: remove outdated documentation
Christian Borntraeger
2
-127
/
+0
2015-07-29
KVM: s390: more irq names for trace events
David Hildenbrand
3
-8
/
+18
2015-07-29
KVM: s390: Fixup interrupt vcpu event messages and levels
Christian Borntraeger
1
-24
/
+27
2015-07-29
KVM: s390: add more debug data for the pfault diagnoses
Christian Borntraeger
1
-0
/
+4
2015-07-29
KVM: s390: remove "from (user|kernel)" from irq injection messages
David Hildenbrand
2
-27
/
+17
2015-07-29
KVM: s390: VCPU_EVENT cleanup for prefix changes
Christian Borntraeger
4
-6
/
+2
2015-07-29
KVM: s390: Improve vcpu event debugging for diagnoses
Christian Borntraeger
1
-1
/
+3
2015-07-29
KVM: s390: add kvm stat counter for all diagnoses
Christian Borntraeger
3
-1
/
+10
2015-07-29
KVM: s390: only reset CMMA state if it was enabled before
Dominik Dingel
1
-0
/
+4
2015-07-29
KVM: s390: clean up cmma_enable check
Dominik Dingel
3
-17
/
+8
2015-07-29
KVM: s390: filter space-switch events when PER is enforced
David Hildenbrand
1
-0
/
+35
2015-07-29
KVM: s390: propagate error from enable storage key
Dominik Dingel
1
-1
/
+3
2015-07-23
KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask
Paolo Bonzini
1
-7
/
+8
2015-07-23
kvm/x86: add support for MONITOR_TRAP_FLAG
Mihai Donțu
3
-4
/
+15
2015-07-23
kvm/x86: add sending hyper-v crash notification to user space
Andrey Smetanin
4
-0
/
+13
2015-07-23
kvm/x86: added hyper-v crash msrs into kvm hyperv context
Andrey Smetanin
4
-5
/
+86
2015-07-23
kvm: introduce vcpu_debug = kvm_debug + vcpu context
Andrey Smetanin
1
-0
/
+3
2015-07-23
kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file
Andrey Smetanin
7
-269
/
+366
2015-07-23
KVM: nVMX: VMX instructions: add checks for #GP/#SS exceptions
Eugene Korenevsky
1
-16
/
+61
2015-07-23
KVM: x86: rename quirk constants to KVM_X86_QUIRK_*
Paolo Bonzini
4
-5
/
+5
2015-07-23
KVM: vmx: obey KVM_QUIRK_CD_NW_CLEARED
Xiao Guangrong
1
-1
/
+4
2015-07-23
KVM: x86: introduce kvm_check_has_quirk
Paolo Bonzini
3
-2
/
+7
2015-07-23
KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type
Xiao Guangrong
1
-9
/
+10
2015-07-23
KVM: MTRR: fix memory type handling if MTRR is completely disabled
Xiao Guangrong
1
-1
/
+20
2015-07-22
ARM64/irq: Use access helper irq_data_get_affinity_mask()
Jiang Liu
1
-2
/
+2
2015-07-22
arm64: switch_to: calculate cpu context pointer using separate register
Will Deacon
1
-2
/
+3
[next]