summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-20doc/virt/kvm: move KVM_CAP_PPC_MULTITCE in section 8Emanuele Giuseppe Esposito1-125/+125
2021-04-20KVM: x86: Remove unused function declarationKeqian Zhu1-2/+0
2021-04-20KVM: SVM: Enhance and clean up the vmcb tracking comment in pre_svm_run()Sean Christopherson1-5/+4
2021-04-20KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points atSean Christopherson1-0/+1
2021-04-20KVM: SVM: Drop vcpu_svm.vmcb_paSean Christopherson2-4/+9
2021-04-20KVM: SVM: Don't set current_vmcb->cpu when switching vmcbSean Christopherson1-8/+0
2021-04-20KVM: SVM: Make sure GHCB is mapped before updatingTom Lendacky2-1/+4
2021-04-20KVM: X86: Do not yield to selfWanpeng Li1-0/+4
2021-04-20KVM: X86: Count attempted/successful directed yieldWanpeng Li2-6/+20
2021-04-20x86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMPWanpeng Li1-63/+55
2021-04-20KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returnsBen Gardon3-1/+89
2021-04-20KVM: x86/mmu: Fast invalidation for TDP MMUBen Gardon3-3/+31
2021-04-19KVM: x86/mmu: Allow enabling/disabling dirty logging under MMU read lockBen Gardon2-17/+61
2021-04-19KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU read lockBen Gardon2-8/+23
2021-04-19KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lockBen Gardon3-45/+101
2021-04-19KVM: x86/mmu: Protect the tdp_mmu_roots list with RCUBen Gardon2-35/+55
2021-04-19KVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get_rootBen Gardon2-15/+9
2021-04-19KVM: x86/mmu: Make TDP MMU root refcount atomicBen Gardon3-6/+14
2021-04-19KVM: x86/mmu: Refactor yield safe root iteratorBen Gardon1-19/+26
2021-04-19KVM: x86/mmu: Merge TDP MMU put and free rootBen Gardon3-40/+28
2021-04-19KVM: x86/mmu: use tdp_mmu_free_sp to free rootsBen Gardon1-8/+7
2021-04-19KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMUBen Gardon4-25/+25
2021-04-19KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptesBen Gardon5-11/+14
2021-04-19KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possibleSean Christopherson1-1/+5
2021-04-17KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslotSean Christopherson1-4/+11
2021-04-17KVM: Move MMU notifier's mmu_lock acquisition into common helperSean Christopherson1-41/+80
2021-04-17KVM: Kill off the old hva-based MMU notifier callbacksSean Christopherson6-97/+0
2021-04-17KVM: PPC: Convert to the gfn-based MMU notifier callbacksSean Christopherson10-173/+95
2021-04-17KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacksSean Christopherson2-79/+14
2021-04-17KVM: arm64: Convert to the gfn-based MMU notifier callbacksSean Christopherson2-84/+32
2021-04-17KVM: Move x86's MMU notifier memslot walkers to generic codeSean Christopherson6-246/+314
2021-04-17KVM: Assert that notifier count is elevated in .change_pte()Sean Christopherson1-2/+7
2021-04-17KVM: MIPS: defer flush to generic MMU notifier codePaolo Bonzini1-9/+2
2021-04-17KVM: MIPS: let generic code call prepare_flush_shadowPaolo Bonzini3-10/+10
2021-04-17KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flushPaolo Bonzini5-43/+19
2021-04-17KVM: constify kvm_arch_flush_remote_tlbs_memslotPaolo Bonzini4-4/+4
2021-04-17KVM: Explicitly use GFP_KERNEL_ACCOUNT for 'struct kvm_vcpu' allocationsSean Christopherson1-1/+1
2021-04-17KVM: MMU: protect TDP MMU pages only down to required levelPaolo Bonzini1-1/+1
2021-04-17KVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky2-0/+7
2021-04-17KVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky3-5/+6
2021-04-17KVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky2-0/+11
2021-04-17KVM: introduce KVM_CAP_SET_GUEST_DEBUG2Paolo Bonzini2-0/+4
2021-04-17KVM: x86: pending exceptions must not be blocked by an injected eventMaxim Levitsky2-3/+15
2021-04-17KVM: selftests: remove redundant semi-colonYang Yingliang1-1/+1
2021-04-17KVM: nSVM: call nested_svm_load_cr3 on nested state loadMaxim Levitsky1-18/+22
2021-04-17KVM: x86: dump_vmcs should include the autoload/autostore MSR listsDavid Edmondson1-0/+16
2021-04-17KVM: x86: dump_vmcs should show the effective EFERDavid Edmondson2-5/+17
2021-04-17KVM: x86: dump_vmcs should consider only the load controls of EFER/PATDavid Edmondson1-4/+2
2021-04-17KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCSDavid Edmondson1-9/+10
2021-04-17KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is validDavid Edmondson1-6/+3