index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: mask CPUID(0xD,0x1).EAX against host value
Paolo Bonzini
2016-04-10
1
-0
/
+1
*
kvm: x86: do not leak guest xcr0 into host interrupt handlers
David Matlack
2016-04-10
1
-6
/
+4
*
KVM: MMU: fix permission_fault()
Xiao Guangrong
2016-04-10
2
-6
/
+5
*
kvm: x86: make lapic hrtimer pinned
Luiz Capitulino
2016-04-05
1
-4
/
+4
*
kvm: set page dirty only if page has been writable
Yu Zhao
2016-04-01
1
-2
/
+10
*
KVM: Hyper-V: do not do hypercall userspace exits if SynIC is disabled
Paolo Bonzini
2016-04-01
1
-0
/
+5
*
KVM: x86: Inject pending interrupt even if pending nmi exist
Yuki Shibuya
2016-04-01
1
-10
/
+10
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-03-24
3
-5
/
+5
|
\
|
*
Merge branch 'x86/cleanups' into x86/urgent
Ingo Molnar
2016-03-17
3
-5
/
+5
|
|
\
|
|
*
x86: Fix misspellings in comments
Adam Buchbinder
2016-02-24
3
-5
/
+5
*
|
|
KVM: page_track: fix access to NULL slot
Paolo Bonzini
2016-03-22
1
-2
/
+7
*
|
|
KVM/x86: update the comment of memory barrier in the vcpu_enter_guest()
Lan Tianyu
2016-03-22
1
-2
/
+6
*
|
|
KVM/x86: Call smp_wmb() before increasing tlbs_dirty
Lan Tianyu
2016-03-22
1
-0
/
+11
*
|
|
KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page...
Lan Tianyu
2016-03-22
1
-4
/
+3
*
|
|
KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()
Lan Tianyu
2016-03-22
1
-8
/
+7
*
|
|
KVM, pkeys: expose CPUID/CR4 to guest
Huaitong Han
2016-03-22
3
-5
/
+35
*
|
|
KVM, pkeys: add pkeys support for permission_fault
Huaitong Han
2016-03-22
6
-8
/
+69
*
|
|
KVM, pkeys: introduce pkru_mask to cache conditions
Huaitong Han
2016-03-22
1
-0
/
+80
*
|
|
KVM, pkeys: save/restore PKRU when guest/host switches
Xiao Guangrong
2016-03-22
1
-0
/
+23
*
|
|
KVM, pkeys: add pkeys support for xsave state
Huaitong Han
2016-03-22
1
-1
/
+2
*
|
|
KVM, pkeys: disable pkeys for guests in non-paging mode
Huaitong Han
2016-03-22
1
-6
/
+10
*
|
|
KVM: x86: remove magic number with enum cpuid_leafs
Huaitong Han
2016-03-22
1
-20
/
+20
*
|
|
KVM: MMU: return page fault error code from permission_fault
Paolo Bonzini
2016-03-22
2
-8
/
+12
*
|
|
KVM: VMX: fix nested vpid for old KVM guests
Paolo Bonzini
2016-03-22
1
-1
/
+13
*
|
|
KVM: VMX: avoid guest hang on invalid invvpid instruction
Paolo Bonzini
2016-03-22
1
-0
/
+1
*
|
|
KVM: VMX: avoid guest hang on invalid invept instruction
Paolo Bonzini
2016-03-22
1
-0
/
+1
*
|
|
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-03-20
2
-10
/
+25
|
\
\
\
|
*
|
|
x86/kvm: Add output operand in vmx_handle_external_intr inline asm
Chris J Arges
2016-02-24
1
-1
/
+3
|
*
|
|
x86/kvm: Make test_cc() always inline
Josh Poimboeuf
2016-02-24
1
-1
/
+1
|
*
|
|
x86/kvm: Set ELF function type for fastop functions
Josh Poimboeuf
2016-02-24
1
-8
/
+21
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-03-16
24
-648
/
+1113
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
KVM: x86: remove eager_fpu field of struct kvm_vcpu_arch
Paolo Bonzini
2016-03-09
2
-3
/
+2
|
*
|
KVM: x86: disable MPX if host did not enable MPX XSAVE features
Paolo Bonzini
2016-03-09
3
-18
/
+17
|
*
|
Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2016-03-09
2
-3
/
+3
|
|
\
\
|
*
|
|
KVM: MMU: micro-optimize gpte_access
Paolo Bonzini
2016-03-08
1
-2
/
+5
|
*
|
|
KVM: MMU: simplify last_pte_bitmap
Paolo Bonzini
2016-03-08
1
-24
/
+26
|
*
|
|
KVM: MMU: coalesce more page zapping in mmu_sync_children
Paolo Bonzini
2016-03-08
1
-4
/
+11
|
*
|
|
KVM: MMU: move zap/flush to kvm_mmu_get_page
Paolo Bonzini
2016-03-08
1
-20
/
+20
|
*
|
|
KVM: MMU: invert return value of mmu.sync_page and *kvm_sync_page*
Paolo Bonzini
2016-03-08
2
-19
/
+16
|
*
|
|
KVM: MMU: cleanup __kvm_sync_page and its callers
Paolo Bonzini
2016-03-08
1
-6
/
+4
|
*
|
|
KVM: MMU: use kvm_sync_page in kvm_sync_pages
Paolo Bonzini
2016-03-08
1
-2
/
+1
|
*
|
|
KVM: MMU: move TLB flush out of __kvm_sync_page
Paolo Bonzini
2016-03-08
1
-29
/
+24
|
*
|
|
KVM: MMU: introduce kvm_mmu_flush_or_zap
Paolo Bonzini
2016-03-08
1
-9
/
+10
|
*
|
|
KVM: i8254: drop local copy of mul_u64_u32_div
Paolo Bonzini
2016-03-04
1
-23
/
+3
|
*
|
|
KVM: MMU: check kvm_mmu_pages and mmu_page_path indices
Xiao Guangrong
2016-03-04
1
-1
/
+6
|
*
|
|
KVM: MMU: Fix ubsan warnings
Paolo Bonzini
2016-03-04
1
-24
/
+33
|
*
|
|
KVM: MMU: cleanup handle_abnormal_pfn
Paolo Bonzini
2016-03-04
1
-6
/
+2
|
*
|
|
KVM: VMX: use vmcs_clear/set_bits for debug register exits
Paolo Bonzini
2016-03-04
1
-11
/
+3
|
*
|
|
KVM: i8254: turn kvm_kpit_state.reinject into atomic_t
Radim Krčmář
2016-03-04
2
-5
/
+5
|
*
|
|
KVM: i8254: move PIT timer function initialization
Radim Krčmář
2016-03-04
1
-2
/
+1
[next]