index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
*
KVM: s390: remove outdated documentation
Christian Borntraeger
2015-07-29
2
-127
/
+0
|
*
KVM: s390: more irq names for trace events
David Hildenbrand
2015-07-29
3
-8
/
+18
|
*
KVM: s390: Fixup interrupt vcpu event messages and levels
Christian Borntraeger
2015-07-29
1
-24
/
+27
|
*
KVM: s390: add more debug data for the pfault diagnoses
Christian Borntraeger
2015-07-29
1
-0
/
+4
|
*
KVM: s390: remove "from (user|kernel)" from irq injection messages
David Hildenbrand
2015-07-29
2
-27
/
+17
|
*
KVM: s390: VCPU_EVENT cleanup for prefix changes
Christian Borntraeger
2015-07-29
4
-6
/
+2
|
*
KVM: s390: Improve vcpu event debugging for diagnoses
Christian Borntraeger
2015-07-29
1
-1
/
+3
|
*
KVM: s390: add kvm stat counter for all diagnoses
Christian Borntraeger
2015-07-29
3
-1
/
+10
|
*
KVM: s390: only reset CMMA state if it was enabled before
Dominik Dingel
2015-07-29
1
-0
/
+4
|
*
KVM: s390: clean up cmma_enable check
Dominik Dingel
2015-07-29
3
-17
/
+8
|
*
KVM: s390: filter space-switch events when PER is enforced
David Hildenbrand
2015-07-29
1
-0
/
+35
|
*
KVM: s390: propagate error from enable storage key
Dominik Dingel
2015-07-29
1
-1
/
+3
|
/
*
KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask
Paolo Bonzini
2015-07-23
1
-7
/
+8
*
kvm/x86: add support for MONITOR_TRAP_FLAG
Mihai Donțu
2015-07-23
3
-4
/
+15
*
kvm/x86: add sending hyper-v crash notification to user space
Andrey Smetanin
2015-07-23
4
-0
/
+13
*
kvm/x86: added hyper-v crash msrs into kvm hyperv context
Andrey Smetanin
2015-07-23
4
-5
/
+86
*
kvm: introduce vcpu_debug = kvm_debug + vcpu context
Andrey Smetanin
2015-07-23
1
-0
/
+3
*
kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file
Andrey Smetanin
2015-07-23
7
-269
/
+366
*
KVM: nVMX: VMX instructions: add checks for #GP/#SS exceptions
Eugene Korenevsky
2015-07-23
1
-16
/
+61
*
KVM: x86: rename quirk constants to KVM_X86_QUIRK_*
Paolo Bonzini
2015-07-23
4
-5
/
+5
*
KVM: vmx: obey KVM_QUIRK_CD_NW_CLEARED
Xiao Guangrong
2015-07-23
1
-1
/
+4
*
KVM: x86: introduce kvm_check_has_quirk
Paolo Bonzini
2015-07-23
3
-2
/
+7
*
KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type
Xiao Guangrong
2015-07-23
1
-9
/
+10
*
KVM: MTRR: fix memory type handling if MTRR is completely disabled
Xiao Guangrong
2015-07-23
1
-1
/
+20
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-07-22
79
-811
/
+714
|
\
|
*
ravb: fix ring memory allocation
Sergei Shtylyov
2015-07-21
1
-25
/
+34
|
*
net: phy: dp83867: Fix warning check for setting the internal delay
Dan Murphy
2015-07-21
1
-1
/
+1
|
*
openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodes
Chris J Arges
2015-07-21
1
-1
/
+1
|
*
netlink: don't hold mutex in rcu callback when releasing mmapd ring
Florian Westphal
2015-07-21
1
-32
/
+47
[next]