linux-2.6-microblaze.git
2021-12-08 Lai JiangshanKVM: SVM: Track dirtiness of PDPTRs even if NPT is...
2021-12-08 Lai JiangshanKVM: VMX: Mark VCPU_EXREG_PDPTR available in ept_save_p...
2021-12-08 Lai JiangshanKVM: X86: Ensure that dirty PDPTRs are loaded
2021-12-08 Like XuKVM: x86/svm: Add module param to control PMU virtualiz...
2021-12-08 Sean ChristophersonKVM: VMX: Remove vCPU from PI wakeup list before updati...
2021-12-08 Sean ChristophersonKVM: VMX: Move Posted Interrupt ndst computation out...
2021-12-08 Sean ChristophersonKVM: VMX: Read Posted Interrupt "control" exactly once...
2021-12-08 Sean ChristophersonKVM: VMX: Save/restore IRQs (instead of CLI/STI) during...
2021-12-08 Sean ChristophersonKVM: VMX: Drop pointless PI.NDST update when blocking
2021-12-08 Sean ChristophersonKVM: VMX: Use boolean returns for Posted Interrupt...
2021-12-08 Sean ChristophersonKVM: VMX: Drop unnecessary PI logic to handle impossibl...
2021-12-08 Sean ChristophersonKVM: VMX: Skip Posted Interrupt updates if APICv is...
2021-12-08 Sean ChristophersonKVM: Add helpers to wake/query blocking vCPU
2021-12-08 Sean ChristophersonKVM: x86: Invoke kvm_vcpu_block() directly for non...
2021-12-08 Sean ChristophersonKVM: x86: Directly block (instead of "halting") UNINITI...
2021-12-08 Sean ChristophersonKVM: Don't redo ktime_get() when calculating halt-polli...
2021-12-08 Jing ZhangKVM: stats: Add stat to detect if vcpu is currently...
2021-12-08 Sean ChristophersonKVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_...
2021-12-08 Sean ChristophersonKVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
2021-12-08 Sean ChristophersonKVM: Drop obsolete kvm_arch_vcpu_block_finish()
2021-12-08 Sean ChristophersonKVM: x86: Tweak halt emulation helper names to free...
2021-12-08 Sean ChristophersonKVM: Don't block+unblock when halt-polling is successful
2021-12-08 Sean ChristophersonKVM: arm64: Move vGIC v4 handling for WFI out arch...
2021-12-08 Sean ChristophersonKVM: s390: Clear valid_wakeup in kvm_s390_handle_wait...
2021-12-08 Sean ChristophersonKVM: Reconcile discrepancies in halt-polling stats
2021-12-08 Sean ChristophersonKVM: Refactor and document halt-polling stats update...
2021-12-08 Sean ChristophersonKVM: Update halt-polling stats if and only if halt...
2021-12-08 Sean ChristophersonKVM: Force PPC to define its own rcuwait object
2021-12-08 Sean ChristophersonKVM: s390: Ensure kvm_arch_no_poll() is read once when...
2021-12-08 Sean ChristophersonKVM: SVM: Ensure target pCPU is read once when signalli...
2021-12-08 Paolo BonziniKVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs...
2021-12-08 Vihas MakKVM: x86: change TLB flush indicator to bool
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...
next