platform/kernel/linux-rpi.git
2021-12-08 Paolo BonziniKVM: Avoid atomic operations when kicking the running...
2021-12-08 Ben GardonKVM: x86/MMU: Simplify flow of vmx_get_mt_mask
2021-12-08 Ben GardonKVM: x86/mmu: Propagate memslot const qualifier
2021-12-08 Ben GardonKVM: x86/mmu: Remove need for a vcpu from mmu_try_to_un...
2021-12-08 Ben GardonKVM: x86/mmu: Remove need for a vcpu from kvm_slot_page...
2021-12-08 Sean ChristophersonKVM: x86/mmu: Use shadow page role to detect PML-unfrie...
2021-12-08 Emanuele Giuseppe... KVM: nSVM: introduce struct vmcb_ctrl_area_cached
2021-12-08 Paolo BonziniKVM: nSVM: split out __nested_vmcb_check_controls
2021-12-08 Emanuele Giuseppe... KVM: nSVM: use svm->nested.save to load vmcb12 register...
2021-12-08 Emanuele Giuseppe... KVM: nSVM: use vmcb_save_area_cached in nested_vmcb_val...
2021-12-08 Emanuele Giuseppe... KVM: nSVM: rename nested_load_control_from_vmcb12 in...
2021-12-08 Emanuele Giuseppe... KVM: nSVM: introduce svm->nested.save to cache save...
2021-12-08 Emanuele Giuseppe... KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in...
2021-12-08 Sean ChristophersonKVM: Dynamically allocate "new" memslots from the get-go
2021-12-08 Sean ChristophersonKVM: Wait 'til the bitter end to initialize the "new...
2021-12-08 Maciej S. SzmigieroKVM: Optimize overlapping memslots check
2021-12-08 Maciej S. SzmigieroKVM: Optimize gfn lookup in kvm_zap_gfn_range()
2021-12-08 Maciej S. SzmigieroKVM: Call kvm_arch_flush_shadow_memslot() on the old...
2021-12-08 Maciej S. SzmigieroKVM: Keep memslots in tree-based structures instead...
2021-12-08 Maciej S. SzmigieroKVM: s390: Introduce kvm_s390_get_gfn_end()
2021-12-08 Maciej S. SzmigieroKVM: Use interval tree to do fast hva lookup in memslots
2021-12-08 Maciej S. SzmigieroKVM: Resolve memslot ID via a hash table instead of...
2021-12-08 Maciej S. SzmigieroKVM: Move WARN on invalid memslot index to update_memsl...
2021-12-08 Maciej S. SzmigieroKVM: Integrate gfn_to_memslot_approx() into search_mems...
2021-12-08 Maciej S. SzmigieroKVM: x86: Use nr_memslot_pages to avoid traversing...
2021-12-08 Maciej S. SzmigieroKVM: x86: Don't call kvm_mmu_change_mmu_pages() if...
2021-12-08 Sean ChristophersonKVM: Don't make a full copy of the old memslot in __kvm...
2021-12-08 Sean ChristophersonKVM: s390: Skip gfn/size sanity checks on memslot DELET...
2021-12-08 Sean ChristophersonKVM: x86: Don't assume old/new memslots are non-NULL...
2021-12-08 Sean ChristophersonKVM: Use prepare/commit hooks to handle generic memslot...
2021-12-08 Sean ChristophersonKVM: Stop passing kvm_userspace_memory_region to arch...
2021-12-08 Sean ChristophersonKVM: RISC-V: Use "new" memslot instead of userspace...
2021-12-08 Sean ChristophersonKVM: x86: Use "new" memslot instead of userspace memory...
2021-12-08 Sean ChristophersonKVM: s390: Use "new" memslot instead of userspace memor...
2021-12-08 Sean ChristophersonKVM: PPC: Avoid referencing userspace memory region...
2021-12-08 Sean ChristophersonKVM: MIPS: Drop pr_debug from memslot commit to avoid...
2021-12-08 Sean ChristophersonKVM: arm64: Use "new" memslot instead of userspace...
2021-12-08 Sean ChristophersonKVM: Let/force architectures to deal with arch specific...
2021-12-08 Sean ChristophersonKVM: Use "new" memslot's address space ID instead of...
2021-12-08 Maciej S. SzmigieroKVM: Resync only arch fields when slots_arch_lock gets...
2021-12-08 Sean ChristophersonKVM: Open code kvm_delete_memslot() into its only caller
2021-12-08 Sean ChristophersonKVM: Require total number of memslot pages to fit in...
2021-12-08 Marc ZyngierKVM: Convert kvm_for_each_vcpu() to using xa_for_each_r...
2021-12-08 Marc ZyngierKVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
2021-12-08 Marc ZyngierKVM: Convert the kvm->vcpus array to a xarray
2021-12-08 Marc ZyngierKVM: s390: Use kvm_get_vcpu() instead of open-coded...
2021-12-08 Marc ZyngierKVM: mips: Use kvm_get_vcpu() instead of open-coded...
2021-12-08 Marc ZyngierKVM: Move wiping of the kvm->vcpus array to common...
2021-12-08 Paolo BonziniKVM: MMU: update comment on the number of page role...
2021-12-05 Tom LendackyKVM: SVM: Do not terminate SEV-ES guests on GHCB valida...
2021-12-05 Sean ChristophersonKVM: SEV: Fall back to vmalloc for SEV-ES scratch area...
2021-12-05 Sean ChristophersonKVM: SEV: Return appropriate error codes if SEV-ES...
2021-12-02 Sean ChristophersonKVM: x86/mmu: Retry page fault if root is invalidated...
2021-12-02 Dan CarpenterKVM: VMX: Set failure code in prepare_vmcs02()
2021-12-02 Paolo BonziniKVM: ensure APICv is considered inactive if there is...
2021-12-02 Like XuKVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln...
2021-11-30 Paolo BonziniKVM: fix avic_set_running for preemptable kernels
2021-11-30 Paolo BonziniKVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv...
2021-11-30 Paolo BonziniKVM: SEV: accept signals in sev_lock_two_vms
2021-11-30 Paolo BonziniKVM: SEV: do not take kvm->lock when destroying
2021-11-30 Paolo BonziniKVM: SEV: Prohibit migration of a VM that has mirrors
2021-11-30 Paolo BonziniKVM: SEV: Do COPY_ENC_CONTEXT_FROM with both VMs locked
2021-11-30 Paolo Bonziniselftests: sev_migrate_tests: add tests for KVM_CAP_VM_...
2021-11-30 Paolo BonziniKVM: SEV: move mirror status to destination of KVM_CAP_...
2021-11-30 Paolo BonziniKVM: SEV: initialize regions_list of a mirror VM
2021-11-30 Paolo BonziniKVM: SEV: cleanup locking for KVM_CAP_VM_MOVE_ENC_CONTE...
2021-11-30 Paolo BonziniKVM: SEV: do not use list_replace_init on an empty...
2021-11-30 Paolo BonziniKVM: x86: Use a stable condition around all VT-d PI...
2021-11-30 Paolo BonziniKVM: x86: check PIR even for vCPUs with disabled APICv
2021-11-30 Paolo BonziniKVM: VMX: prepare sync_pir_to_irr for running with...
2021-11-30 Maciej S. SzmigieroKVM: selftests: page_table_test: fix calculation of...
2021-11-30 Sean ChristophersonKVM: x86/mmu: Handle "default" period when selectively...
2021-11-30 Paolo BonziniKVM: MMU: shadow nested paging does not have PKU
2021-11-30 Sean ChristophersonKVM: x86/mmu: Remove spurious TLB flushes in TDP MMU...
2021-11-30 Sean ChristophersonKVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU...
2021-11-26 Lai JiangshanKVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg()
2021-11-26 Lai JiangshanKVM: X86: Fix when shadow_root_level=5 && guest root_le...
2021-11-26 Vitaly KuznetsovKVM: selftests: Make sure kvm_create_max_vcpus test...
2021-11-26 Vitaly KuznetsovKVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN
2021-11-26 Vitaly KuznetsovKVM: selftests: Avoid KVM_SET_CPUID2 after KVM_RUN...
2021-11-26 Sean ChristophersonKVM: nVMX: Emulate guest TLB flush on nested VM-Enter...
2021-11-26 Sean ChristophersonKVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request...
2021-11-26 Sean ChristophersonKVM: nVMX: Flush current VPID (L1 vs. L2) for KVM_REQ_T...
2021-11-26 Paolo BonziniKVM: SEV: expose KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM capab...
2021-11-26 Paolo Bonziniselftests: sev_migrate_tests: free all VMs
2021-11-26 Paolo Bonziniselftests: fix check for circular KVM_CAP_VM_MOVE_ENC_C...
2021-11-26 Paolo BonziniKVM: x86: ignore APICv if LAPIC is not enabled
2021-11-26 Paolo BonziniKVM: downgrade two BUG_ONs to WARN_ON_ONCE
2021-11-26 Paolo BonziniKVM: VMX: do not use uninitialized gfn_to_hva_cache
2021-11-26 Paolo BonziniMerge branch 'kvm-5.16-fixes-pre-rc2' into HEAD
2021-11-26 Paolo BonziniMerge tag 'kvmarm-fixes-5.16-2' of git://git./linux...
2021-11-26 Paolo BonziniMerge tag 'kvm-riscv-fixes-5.16-1' of https://github...
2021-11-25 Catalin MarinasKVM: arm64: Avoid setting the upper 32 bits of TCR_EL2...
2021-11-24 Marc ZyngierKVM: arm64: Move pkvm's special 32bit handling into...
2021-11-24 Marc ZyngierKVM: arm64: Save PSTATE early on exit
2021-11-22 Anup PatelRISC-V: KVM: Fix incorrect KVM_MAX_VCPUS value
2021-11-22 Sean ChristophersonKVM: RISC-V: Unmap stage2 mapping when deleting/moving...
2021-11-21 Linus TorvaldsLinux 5.16-rc2
2021-11-21 Linus TorvaldsMerge tag 'x86-urgent-2021-11-21' of git://git./linux...
2021-11-21 Linus TorvaldsMerge tag 'perf-urgent-2021-11-21' of git://git./linux...
next