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
path:
root
/
arch
/
x86
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
*
|
KVM: i8254: don't assume layout of kvm_kpit_state
Radim Krčmář
2016-03-04
1
-4
/
+8
|
*
|
KVM: i8254: remove pointless dereference of PIT
Radim Krčmář
2016-03-04
1
-2
/
+2
|
*
|
KVM: i8254: remove pit and kvm from kvm_kpit_state
Radim Krčmář
2016-03-04
2
-7
/
+9
|
*
|
KVM: i8254: refactor kvm_free_pit
Radim Krčmář
2016-03-04
1
-13
/
+11
|
*
|
KVM: i8254: refactor kvm_create_pit
Radim Krčmář
2016-03-04
1
-15
/
+12
|
*
|
KVM: i8254: remove notifiers from PIT discard policy
Radim Krčmář
2016-03-04
3
-13
/
+38
|
*
|
KVM: i8254: remove unnecessary uses of PIT state lock
Radim Krčmář
2016-03-04
3
-14
/
+8
|
*
|
KVM: i8254: pass struct kvm_pit instead of kvm in PIT
Radim Krčmář
2016-03-04
3
-72
/
+70
|
*
|
KVM: i8254: tone down WARN_ON pit.state_lock
Radim Krčmář
2016-03-04
1
-14
/
+3
|
*
|
KVM: i8254: use atomic_t instead of pit.inject_lock
Radim Krčmář
2016-03-04
2
-35
/
+24
|
*
|
KVM: i8254: add kvm_pit_reset_reinject
Radim Krčmář
2016-03-04
1
-8
/
+10
|
*
|
KVM: i8254: simplify atomics in kvm_pit_ack_irq
Radim Krčmář
2016-03-04
1
-11
/
+1
|
*
|
KVM: i8254: change PIT discard tick policy
Radim Krčmář
2016-03-04
1
-5
/
+7
|
*
|
KVM: MMU: apply page track notifier
Xiao Guangrong
2016-03-03
2
-4
/
+19
|
*
|
KVM: MMU: simplify mmu_need_write_protect
Xiao Guangrong
2016-03-03
1
-22
/
+7
|
*
|
KVM: MMU: use page track for non-leaf shadow pages
Xiao Guangrong
2016-03-03
1
-5
/
+21
|
*
|
KVM: page track: add notifier support
Xiao Guangrong
2016-03-03
2
-0
/
+74
|
*
|
KVM: MMU: clear write-flooding on the fast path of tracked page
Xiao Guangrong
2016-03-03
2
-3
/
+23
|
*
|
KVM: MMU: let page fault handler be aware tracked page
Xiao Guangrong
2016-03-03
3
-7
/
+55
|
*
|
KVM: page track: introduce kvm_slot_page_track_{add,remove}_page
Xiao Guangrong
2016-03-03
1
-0
/
+85
|
*
|
KVM: page track: add the framework of guest page tracking
Xiao Guangrong
2016-03-03
3
-1
/
+59
|
*
|
KVM: MMU: introduce kvm_mmu_slot_gfn_write_protect
Xiao Guangrong
2016-03-03
2
-5
/
+13
|
*
|
KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpage
Xiao Guangrong
2016-03-03
2
-13
/
+28
|
*
|
KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed
Xiao Guangrong
2016-03-03
2
-18
/
+21
|
*
|
kvm: x86: Check dest_map->vector to match eoi signals for rtc
Joerg Roedel
2016-03-03
1
-3
/
+14
|
*
|
kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map
Joerg Roedel
2016-03-03
2
-1
/
+10
|
*
|
kvm: x86: Convert ioapic->rtc_status.dest_map to a struct
Joerg Roedel
2016-03-03
5
-16
/
+26
|
*
|
KVM: x86: use list_last_entry
Geliang Tang
2016-02-23
2
-4
/
+4
|
*
|
KVM: x86: use list_for_each_entry*
Geliang Tang
2016-02-23
1
-10
/
+4
|
*
|
KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()
Takuya Yoshikawa
2016-02-23
2
-36
/
+22
[next]