linux-2.6-microblaze.git
2021-04-19 Wanpeng LiKVM: X86: Do not yield to self
2021-04-19 Wanpeng LiKVM: X86: Count attempted/successful directed yield
2021-04-19 Wanpeng Lix86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMP
2021-04-19 Ben GardonKVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fa...
2021-04-19 Ben GardonKVM: x86/mmu: Fast invalidation for TDP MMU
2021-04-19 Ben GardonKVM: x86/mmu: Allow enabling/disabling dirty logging...
2021-04-19 Ben GardonKVM: x86/mmu: Allow zapping collapsible SPTEs to use...
2021-04-19 Ben GardonKVM: x86/mmu: Allow zap gfn range to operate under...
2021-04-19 Ben GardonKVM: x86/mmu: Protect the tdp_mmu_roots list with RCU
2021-04-19 Ben GardonKVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get...
2021-04-19 Ben GardonKVM: x86/mmu: Make TDP MMU root refcount atomic
2021-04-19 Ben GardonKVM: x86/mmu: Refactor yield safe root iterator
2021-04-19 Ben GardonKVM: x86/mmu: Merge TDP MMU put and free root
2021-04-19 Ben GardonKVM: x86/mmu: use tdp_mmu_free_sp to free roots
2021-04-19 Ben GardonKVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU
2021-04-19 Ben GardonKVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap...
2021-04-19 Sean ChristophersonKVM: x86/mmu: Allow yielding during MMU notifier unmap...
2021-04-17 Sean ChristophersonKVM: Take mmu_lock when handling MMU notifier iff the...
2021-04-17 Sean ChristophersonKVM: Move MMU notifier's mmu_lock acquisition into...
2021-04-17 Sean ChristophersonKVM: Kill off the old hva-based MMU notifier callbacks
2021-04-17 Sean ChristophersonKVM: PPC: Convert to the gfn-based MMU notifier callbacks
2021-04-17 Sean ChristophersonKVM: MIPS/MMU: Convert to the gfn-based MMU notifier...
2021-04-17 Sean ChristophersonKVM: arm64: Convert to the gfn-based MMU notifier callbacks
2021-04-17 Sean ChristophersonKVM: Move x86's MMU notifier memslot walkers to generic...
2021-04-17 Sean ChristophersonKVM: Assert that notifier count is elevated in .change_...
2021-04-17 Paolo BonziniKVM: MIPS: defer flush to generic MMU notifier code
2021-04-17 Paolo BonziniKVM: MIPS: let generic code call prepare_flush_shadow
2021-04-17 Paolo BonziniKVM: MIPS: rework flush_shadow_* callbacks into one...
2021-04-17 Paolo BonziniKVM: constify kvm_arch_flush_remote_tlbs_memslot
2021-04-17 Sean ChristophersonKVM: Explicitly use GFP_KERNEL_ACCOUNT for 'struct...
2021-04-17 Paolo BonziniKVM: MMU: protect TDP MMU pages only down to required...
2021-04-17 Maxim LevitskyKVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2
2021-04-17 Maxim LevitskyKVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2
2021-04-17 Maxim LevitskyKVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2
2021-04-17 Paolo BonziniKVM: introduce KVM_CAP_SET_GUEST_DEBUG2
2021-04-17 Maxim LevitskyKVM: x86: pending exceptions must not be blocked by...
2021-04-17 Yang YingliangKVM: selftests: remove redundant semi-colon
2021-04-17 Maxim LevitskyKVM: nSVM: call nested_svm_load_cr3 on nested state...
2021-04-17 David EdmondsonKVM: x86: dump_vmcs should include the autoload/autosto...
2021-04-17 David EdmondsonKVM: x86: dump_vmcs should show the effective EFER
2021-04-17 David EdmondsonKVM: x86: dump_vmcs should consider only the load contr...
2021-04-17 David EdmondsonKVM: x86: dump_vmcs should not conflate EFER and PAT...
2021-04-17 David EdmondsonKVM: x86: dump_vmcs should not assume GUEST_IA32_EFER...
2021-04-17 Maxim LevitskyKVM: nSVM: improve SYSENTER emulation on AMD
2021-04-17 Maxim LevitskyKVM: x86: add guest_cpuid_is_intel
2021-04-17 Sean ChristophersonKVM: x86: Account a variety of miscellaneous allocations
2021-04-17 Sean ChristophersonKVM: SVM: Do not allow SEV/SEV-ES initialization after...
2021-04-17 Sean ChristophersonKVM: SVM: Do not set sev->es_active until KVM_SEV_ES_IN...
2021-04-17 Sean ChristophersonKVM: SVM: Use online_vcpus, not created_vcpus, to itera...
2021-04-17 Sean ChristophersonKVM: x86/mmu: Simplify code for aging SPTEs in TDP MMU
2021-04-17 Sean ChristophersonKVM: x86/mmu: Remove spurious clearing of dirty bit...
2021-04-17 Sean ChristophersonKVM: x86/mmu: Drop trace_kvm_age_page() tracepoint
2021-04-17 Sean ChristophersonKVM: Move arm64's MMU notifier trace events to generic...
2021-04-17 Sean ChristophersonKVM: Move prototypes for MMU notifier callbacks to...
2021-04-17 Sean ChristophersonKVM: x86/mmu: Use leaf-only loop for walking TDP SPTEs...
2021-04-17 Sean ChristophersonKVM: x86/mmu: Pass address space ID to TDP MMU root...
2021-04-17 Sean ChristophersonKVM: x86/mmu: Pass address space ID to __kvm_tdp_mmu_za...
2021-04-17 Sean ChristophersonKVM: x86/mmu: Coalesce TLB flushes across address space...
2021-04-17 Sean ChristophersonKVM: x86/mmu: Coalesce TLB flushes when zapping collaps...
2021-04-17 Sean ChristophersonKVM: x86/mmu: Move flushing for "slot" handlers to...
2021-04-17 Sean ChristophersonKVM: x86/mmu: Coalesce TDP MMU TLB flushes when zapping...
2021-04-17 Vitaly KuznetsovKVM: x86/vPMU: Forbid reading from MSR_F15H_PERF MSRs...
2021-04-17 Krish SadhukhanKVM: nSVM: If VMRUN is single-stepped, queue the #DB...
2021-04-17 Paolo BonziniKVM: MMU: load PDPTRs outside mmu_lock
2021-04-17 Paolo BonziniMerge remote-tracking branch 'tip/x86/sgx' into kvm...
2021-04-17 Paolo BonziniMerge tag 'kvm-s390-next-5.13-2' of git://git./linux...
2021-04-15 Paolo BonziniMerge tag 'kvm-s390-next-5.13-1' of git://git./linux...
2021-04-15 Heiko CarstensKVM: s390: fix guarded storage control register handling
2021-04-12 Wei Yongjunx86/sgx: Mark sgx_vepc_vm_ops static
2021-04-08 Jarkko Sakkinenx86/sgx: Do not update sgx_nr_free_pages in sgx_setup_e...
2021-04-06 Sean Christophersonx86/sgx: Move provisioning device creation out of SGX...
2021-04-06 Sean Christophersonx86/sgx: Add helpers to expose ECREATE and EINIT to KVM
2021-04-06 Kai Huangx86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
2021-04-06 Sean Christophersonx86/sgx: Add encls_faulted() helper
2021-04-06 Sean Christophersonx86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR...
2021-04-06 Sean Christophersonx86/sgx: Move ENCLS leaf definitions to sgx.h
2021-04-06 Sean Christophersonx86/sgx: Expose SGX architectural definitions to the...
2021-04-06 Kai Huangx86/sgx: Initialize virtual EPC driver even when SGX...
2021-04-06 Sean Christophersonx86/cpu/intel: Allow SGX virtualization without Launch...
2021-04-06 Sean Christophersonx86/sgx: Introduce virtual EPC for use by KVM guests
2021-04-02 Paolo BonziniMerge branch 'kvm-tdp-fix-rcu' into HEAD
2021-04-02 Paolo BonziniMerge branch 'kvm-tdp-fix-flushes' into HEAD
2021-04-01 Paolo BonziniMerge branch 'kvm-fix-svm-races' into HEAD
2021-04-01 Paolo BonziniKVM: SVM: ensure that EFER.SVME is set when running...
2021-04-01 Paolo BonziniKVM: SVM: load control fields from VMCB12 before checki...
2021-03-30 Sean ChristophersonKVM: x86/mmu: Don't allow TDP MMU to yield when recover...
2021-03-30 Sean ChristophersonKVM: x86/mmu: Ensure TLBs are flushed for TDP MMU durin...
2021-03-30 Sean ChristophersonKVM: x86/mmu: Ensure TLBs are flushed when yielding...
2021-03-26 Sean Christophersonx86/sgx: Add SGX_CHILD_PRESENT hardware error code
2021-03-26 Kai Huangx86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
2021-03-25 Sean Christophersonx86/cpufeatures: Add SGX1 and SGX2 sub-features
2021-03-25 Kai Huangx86/cpufeatures: Make SGX_LC feature bit depend on...
2021-03-25 Ira Weinyx86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave...
2021-03-24 Tianjia Zhangselftests/sgx: Use getauxval() to simplify test code
2021-03-24 Claudio ImbrendaKVM: s390: VSIE: fix MVPG handling for prefixing and MSO
2021-03-24 Claudio ImbrendaKVM: s390: split kvm_s390_real_to_abs
2021-03-24 Claudio ImbrendaKVM: s390: VSIE: correctly handle MVPG when in VSIE
2021-03-24 Claudio ImbrendaKVM: s390: extend kvm_s390_shadow_fault to return entry...
2021-03-19 Dave Hansenselftests/sgx: Improve error detection and messages
2021-03-19 Jarkko Sakkinenx86/sgx: Add a basic NUMA allocation scheme to sgx_allo...
next