index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
locking
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-09
arm64: KVM: vgic-v3: Reset LRs at boot time
Marc Zyngier
3
-0
/
+17
2016-03-09
arm64: KVM: vgic-v3: Do not save an LR known to be empty
Marc Zyngier
1
-2
/
+9
2016-03-09
arm64: KVM: vgic-v3: Save maintenance interrupt state only if required
Marc Zyngier
1
-2
/
+31
2016-03-09
arm64: KVM: vgic-v3: Avoid accessing ICH registers
Marc Zyngier
3
-121
/
+182
2016-03-09
KVM: arm/arm64: vgic-v2: Make GICD_SGIR quicker to hit
Marc Zyngier
1
-5
/
+5
2016-03-09
KVM: arm/arm64: vgic-v2: Only wipe LRs on vcpu exit
Marc Zyngier
1
-5
/
+5
2016-03-09
KVM: arm/arm64: vgic-v2: Reset LRs at boot time
Marc Zyngier
1
-0
/
+12
2016-03-09
KVM: arm/arm64: vgic-v2: Do not save an LR known to be empty
Marc Zyngier
1
-6
/
+20
2016-03-09
KVM: arm/arm64: vgic-v2: Move GICH_ELRSR saving to its own function
Marc Zyngier
1
-15
/
+21
2016-03-09
KVM: arm/arm64: vgic-v2: Save maintenance interrupt state only if required
Marc Zyngier
1
-7
/
+47
2016-03-09
KVM: arm/arm64: vgic-v2: Avoid accessing GICH registers
Marc Zyngier
2
-22
/
+52
2016-03-08
KVM: MMU: micro-optimize gpte_access
Paolo Bonzini
1
-2
/
+5
2016-03-08
KVM: MMU: simplify last_pte_bitmap
Paolo Bonzini
2
-30
/
+28
2016-03-08
KVM: MMU: coalesce more page zapping in mmu_sync_children
Paolo Bonzini
1
-4
/
+11
2016-03-08
KVM: MMU: move zap/flush to kvm_mmu_get_page
Paolo Bonzini
1
-20
/
+20
2016-03-08
KVM: MMU: invert return value of mmu.sync_page and *kvm_sync_page*
Paolo Bonzini
2
-19
/
+16
2016-03-08
KVM: MMU: cleanup __kvm_sync_page and its callers
Paolo Bonzini
1
-6
/
+4
2016-03-08
KVM: MMU: use kvm_sync_page in kvm_sync_pages
Paolo Bonzini
1
-2
/
+1
2016-03-08
KVM: MMU: move TLB flush out of __kvm_sync_page
Paolo Bonzini
1
-29
/
+24
2016-03-08
KVM: MMU: introduce kvm_mmu_flush_or_zap
Paolo Bonzini
1
-9
/
+10
2016-03-04
KVM: i8254: drop local copy of mul_u64_u32_div
Paolo Bonzini
1
-23
/
+3
2016-03-04
KVM: MMU: check kvm_mmu_pages and mmu_page_path indices
Xiao Guangrong
1
-1
/
+6
2016-03-04
KVM: MMU: Fix ubsan warnings
Paolo Bonzini
1
-24
/
+33
2016-03-04
KVM: MMU: cleanup handle_abnormal_pfn
Paolo Bonzini
1
-6
/
+2
2016-03-04
KVM: VMX: use vmcs_clear/set_bits for debug register exits
Paolo Bonzini
1
-11
/
+3
2016-03-04
KVM: ensure __gfn_to_pfn_memslot initializes *writable
Paolo Bonzini
1
-2
/
+8
2016-03-04
KVM: document KVM_REINJECT_CONTROL ioctl
Radim Krčmář
1
-0
/
+24
2016-03-04
KVM: i8254: turn kvm_kpit_state.reinject into atomic_t
Radim Krčmář
2
-5
/
+5
2016-03-04
KVM: i8254: move PIT timer function initialization
Radim Krčmář
1
-2
/
+1
2016-03-04
KVM: i8254: don't assume layout of kvm_kpit_state
Radim Krčmář
1
-4
/
+8
2016-03-04
KVM: i8254: remove pointless dereference of PIT
Radim Krčmář
1
-2
/
+2
2016-03-04
KVM: i8254: remove pit and kvm from kvm_kpit_state
Radim Krčmář
2
-7
/
+9
2016-03-04
KVM: i8254: refactor kvm_free_pit
Radim Krčmář
1
-13
/
+11
2016-03-04
KVM: i8254: refactor kvm_create_pit
Radim Krčmář
1
-15
/
+12
2016-03-04
KVM: i8254: remove notifiers from PIT discard policy
Radim Krčmář
3
-13
/
+38
2016-03-04
KVM: i8254: remove unnecessary uses of PIT state lock
Radim Krčmář
3
-14
/
+8
2016-03-04
KVM: i8254: pass struct kvm_pit instead of kvm in PIT
Radim Krčmář
3
-72
/
+70
2016-03-04
KVM: i8254: tone down WARN_ON pit.state_lock
Radim Krčmář
1
-14
/
+3
2016-03-04
KVM: i8254: use atomic_t instead of pit.inject_lock
Radim Krčmář
2
-35
/
+24
2016-03-04
KVM: i8254: add kvm_pit_reset_reinject
Radim Krčmář
1
-8
/
+10
2016-03-04
KVM: i8254: simplify atomics in kvm_pit_ack_irq
Radim Krčmář
1
-11
/
+1
2016-03-04
KVM: i8254: change PIT discard tick policy
Radim Krčmář
1
-5
/
+7
2016-03-03
KVM: MMU: apply page track notifier
Xiao Guangrong
3
-6
/
+22
2016-03-03
KVM: MMU: simplify mmu_need_write_protect
Xiao Guangrong
1
-22
/
+7
2016-03-03
KVM: MMU: use page track for non-leaf shadow pages
Xiao Guangrong
1
-5
/
+21
2016-03-03
KVM: page track: add notifier support
Xiao Guangrong
4
-0
/
+114
2016-03-03
KVM: MMU: clear write-flooding on the fast path of tracked page
Xiao Guangrong
3
-4
/
+24
2016-03-03
KVM: MMU: let page fault handler be aware tracked page
Xiao Guangrong
4
-7
/
+57
2016-03-03
KVM: page track: introduce kvm_slot_page_track_{add,remove}_page
Xiao Guangrong
2
-0
/
+92
2016-03-03
KVM: page track: add the framework of guest page tracking
Xiao Guangrong
5
-1
/
+82
[next]