index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
smp.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-20
doc/virt/kvm: move KVM_CAP_PPC_MULTITCE in section 8
Emanuele Giuseppe Esposito
1
-125
/
+125
2021-04-20
KVM: x86: Remove unused function declaration
Keqian Zhu
1
-2
/
+0
2021-04-20
KVM: SVM: Enhance and clean up the vmcb tracking comment in pre_svm_run()
Sean Christopherson
1
-5
/
+4
2021-04-20
KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points at
Sean Christopherson
1
-0
/
+1
2021-04-20
KVM: SVM: Drop vcpu_svm.vmcb_pa
Sean Christopherson
2
-4
/
+9
2021-04-20
KVM: SVM: Don't set current_vmcb->cpu when switching vmcb
Sean Christopherson
1
-8
/
+0
2021-04-20
KVM: SVM: Make sure GHCB is mapped before updating
Tom Lendacky
2
-1
/
+4
2021-04-20
KVM: X86: Do not yield to self
Wanpeng Li
1
-0
/
+4
2021-04-20
KVM: X86: Count attempted/successful directed yield
Wanpeng Li
2
-6
/
+20
2021-04-20
x86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMP
Wanpeng Li
1
-63
/
+55
2021-04-20
KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returns
Ben Gardon
3
-1
/
+89
2021-04-20
KVM: x86/mmu: Fast invalidation for TDP MMU
Ben Gardon
3
-3
/
+31
2021-04-19
KVM: x86/mmu: Allow enabling/disabling dirty logging under MMU read lock
Ben Gardon
2
-17
/
+61
2021-04-19
KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU read lock
Ben Gardon
2
-8
/
+23
2021-04-19
KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock
Ben Gardon
3
-45
/
+101
2021-04-19
KVM: x86/mmu: Protect the tdp_mmu_roots list with RCU
Ben Gardon
2
-35
/
+55
2021-04-19
KVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get_root
Ben Gardon
2
-15
/
+9
2021-04-19
KVM: x86/mmu: Make TDP MMU root refcount atomic
Ben Gardon
3
-6
/
+14
2021-04-19
KVM: x86/mmu: Refactor yield safe root iterator
Ben Gardon
1
-19
/
+26
2021-04-19
KVM: x86/mmu: Merge TDP MMU put and free root
Ben Gardon
3
-40
/
+28
2021-04-19
KVM: x86/mmu: use tdp_mmu_free_sp to free roots
Ben Gardon
1
-8
/
+7
2021-04-19
KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU
Ben Gardon
4
-25
/
+25
2021-04-19
KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes
Ben Gardon
5
-11
/
+14
2021-04-19
KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possible
Sean Christopherson
1
-1
/
+5
2021-04-17
KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot
Sean Christopherson
1
-4
/
+11
2021-04-17
KVM: Move MMU notifier's mmu_lock acquisition into common helper
Sean Christopherson
1
-41
/
+80
2021-04-17
KVM: Kill off the old hva-based MMU notifier callbacks
Sean Christopherson
6
-97
/
+0
2021-04-17
KVM: PPC: Convert to the gfn-based MMU notifier callbacks
Sean Christopherson
10
-173
/
+95
2021-04-17
KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacks
Sean Christopherson
2
-79
/
+14
2021-04-17
KVM: arm64: Convert to the gfn-based MMU notifier callbacks
Sean Christopherson
2
-84
/
+32
2021-04-17
KVM: Move x86's MMU notifier memslot walkers to generic code
Sean Christopherson
6
-246
/
+314
2021-04-17
KVM: Assert that notifier count is elevated in .change_pte()
Sean Christopherson
1
-2
/
+7
2021-04-17
KVM: MIPS: defer flush to generic MMU notifier code
Paolo Bonzini
1
-9
/
+2
2021-04-17
KVM: MIPS: let generic code call prepare_flush_shadow
Paolo Bonzini
3
-10
/
+10
2021-04-17
KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flush
Paolo Bonzini
5
-43
/
+19
2021-04-17
KVM: constify kvm_arch_flush_remote_tlbs_memslot
Paolo Bonzini
4
-4
/
+4
2021-04-17
KVM: Explicitly use GFP_KERNEL_ACCOUNT for 'struct kvm_vcpu' allocations
Sean Christopherson
1
-1
/
+1
2021-04-17
KVM: MMU: protect TDP MMU pages only down to required level
Paolo Bonzini
1
-1
/
+1
2021-04-17
KVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2
Maxim Levitsky
2
-0
/
+7
2021-04-17
KVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2
Maxim Levitsky
3
-5
/
+6
2021-04-17
KVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2
Maxim Levitsky
2
-0
/
+11
2021-04-17
KVM: introduce KVM_CAP_SET_GUEST_DEBUG2
Paolo Bonzini
2
-0
/
+4
2021-04-17
KVM: x86: pending exceptions must not be blocked by an injected event
Maxim Levitsky
2
-3
/
+15
2021-04-17
KVM: selftests: remove redundant semi-colon
Yang Yingliang
1
-1
/
+1
2021-04-17
KVM: nSVM: call nested_svm_load_cr3 on nested state load
Maxim Levitsky
1
-18
/
+22
2021-04-17
KVM: x86: dump_vmcs should include the autoload/autostore MSR lists
David Edmondson
1
-0
/
+16
2021-04-17
KVM: x86: dump_vmcs should show the effective EFER
David Edmondson
2
-5
/
+17
2021-04-17
KVM: x86: dump_vmcs should consider only the load controls of EFER/PAT
David Edmondson
1
-4
/
+2
2021-04-17
KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCS
David Edmondson
1
-9
/
+10
2021-04-17
KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid
David Edmondson
1
-6
/
+3
[next]