messages from 2022-03-10 17:46:53 to 2022-03-11 17:07:06 UTC [more...]
[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2022-03-11 17:06 UTC (5+ messages)
` [PATCH v12 32/46] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
[GIT PULL] KVM/riscv changes for 5.18
2022-03-11 17:02 UTC
[kvm-unit-tests PATCH] x86: Fix typos
2022-03-11 16:56 UTC
[RFC PATCH v2 0/5] vfio/pci: Enable runtime power management support
2022-03-11 16:17 UTC (5+ messages)
` [RFC PATCH v2 5/5] vfio/pci: add the support for PCI D3cold state
[PATCH RESEND] Enable full width counting for KVM: x86/pmu
2022-03-11 16:36 UTC (6+ messages)
` [kvm-unit-tests PATCH] x86: pmu: Test full-width counter writes support
[PATCH 00/21] KVM: x86: Event/exception fixes and cleanups
2022-03-11 16:30 UTC (23+ messages)
` [PATCH 01/21] KVM: x86: Return immediately from x86_emulate_instruction() on code #DB
` [PATCH 02/21] KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"
` [PATCH 03/21] KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS
` [PATCH 04/21] KVM: x86: Don't check for code breakpoints when emulating on exception
` [PATCH 05/21] KVM: nVMX: Treat General Detect #DB (DR7.GD=1) as fault-like
` [PATCH 06/21] KVM: nVMX: Prioritize TSS T-flag #DBs over Monitor Trap Flag
` [PATCH 07/21] KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)
` [PATCH 08/21] KVM: x86: Use DR7_GD macro instead of open coding check in emulator
` [PATCH 09/21] KVM: nVMX: Ignore SIPI that arrives in L2 when vCPU is not in WFS
` [PATCH 10/21] KVM: nVMX: Unconditionally clear mtf_pending on nested VM-Exit
` [PATCH 11/21] KVM: VMX: Inject #PF on ENCLS as "emulated" #PF
` [PATCH 12/21] KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception
` [PATCH 13/21] KVM: x86: Make kvm_queued_exception a properly named, visible struct
` [PATCH 14/21] KVM: x86: Formalize blocking of nested pending exceptions
` [PATCH 15/21] KVM: x86: Use kvm_queue_exception_e() to queue #DF
` [PATCH 16/21] KVM: x86: Hoist nested event checks above event injection logic
` [PATCH 17/21] KVM: x86: Evaluate ability to inject SMI/NMI/IRQ after potential VM-Exit
` [PATCH 18/21] KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
` [PATCH 19/21] KVM: VMX: Update MTF and ICEBP comments to document KVM's subtle behavior
` [PATCH 20/21] KVM: selftests: Use uapi header to get VMX and SVM exit reasons/codes
` [PATCH 21/21] KVM: selftests: Add an x86-only test to verify nested exception queueing
[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
2022-03-11 16:07 UTC (4+ messages)
` [PATCH v18 10/18] s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassigned
[PATCH 00/31] KVM: x86: hyper-v: Fine-grained TLB flush + Direct TLB flush feature
2022-03-11 15:49 UTC (32+ messages)
` [PATCH 01/31] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH 02/31] KVM: x86: hyper-v: Introduce TLB flush ring
` [PATCH 03/31] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH 04/31] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH 05/31] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH 06/31] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH 07/31] KVM: x86: hyper-v: Create a separate ring for Direct TLB flush
` [PATCH 08/31] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH 09/31] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH 10/31] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH 11/31] KVM: x86: Introduce .post_hv_direct_flush() nested hook
` [PATCH 12/31] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH 13/31] KVM: x86: hyper-v: Direct TLB flush
` [PATCH 14/31] KVM: x86: hyper-v: Introduce fast kvm_hv_direct_tlb_flush_exposed() check
` [PATCH 15/31] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH 16/31] KVM: nVMX: hyper-v: Direct TLB flush
` [PATCH 17/31] KVM: x86: KVM_REQ_TLB_FLUSH_CURRENT is a superset of KVM_REQ_HV_TLB_FLUSH too
` [PATCH 18/31] KVM: nSVM: hyper-v: Direct TLB flush
` [PATCH 19/31] KVM: x86: Expose Hyper-V Direct TLB flush feature
` [PATCH 20/31] KVM: selftests: Add hyperv_svm_test to .gitignore
` [PATCH 21/31] KVM: selftests: Better XMM read/write helpers
` [PATCH 22/31] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH 23/31] KVM: selftests: Make it possible to replace PTEs with __virt_pg_map()
` [PATCH 24/31] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH 25/31] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH 26/31] KVM: selftests: nVMX: Allocate Hyper-V partition assist page
` [PATCH 27/31] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages
` [PATCH 28/31] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h
` [PATCH 29/31] KVM: selftests: evmcs_test: Direct TLB flush test
` [PATCH 30/31] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH 31/31] KVM: selftests: hyperv_svm_test: Add Direct TLB flush test
[PATCH v4 00/30] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
2022-03-11 15:09 UTC (3+ messages)
` [PATCH v4 18/30] KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()
[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
2022-03-11 13:51 UTC (13+ messages)
` iommufd(+vfio-compat) dirty tracking (Was: Re: [RFC v2 0/4] vfio/hisilicon: add acc live migration driver)
[PATCH kvmtool] x86: Fixed Unable to execute init process since glibc version 2.33
2022-03-11 13:43 UTC (4+ messages)
[PATCH v8 0/9] vfio/hisilicon: add ACC live migration driver
2022-03-11 13:21 UTC (12+ messages)
` [PATCH v8 8/9] hisi_acc_vfio_pci: Add support for VFIO live migration
[PATCH 5.4 0/4] Backport fixes to avoid SEV guest with 380GB+ memory causing host cpu softhang
2022-03-11 11:29 UTC (5+ messages)
` [PATCH 5.4 1/4] x86/cpufeatures: Mark two free bits in word 3
` [PATCH 5.4 2/4] x86/cpu: Add hardware-enforced cache coherency as a CPUID feature
` [PATCH 5.4 3/4] x86/mm/pat: Don't flush cache if hardware enforces cache coherency across encryption domnains
` [PATCH 5.4 4/4] KVM: SVM: Don't flush cache if hardware enforces cache coherency across encryption domains
[PATCH v2 kvmtool 0/5] Fix few small issues in virtio code
2022-03-11 11:23 UTC (3+ messages)
[PATCH kvmtool v10 0/3] aarch64: Add stolen time support
2022-03-11 11:18 UTC (3+ messages)
` [PATCH kvmtool v10 2/3] "
[RFC PATCH v1 1/3] af_vsock: add two new tests for SOCK_SEQPACKET
2022-03-11 10:58 UTC (3+ messages)
` [RFC PATCH v1 2/3] af_vsock: SOCK_SEQPACKET receive timeout test
` [RFC PATCH v1 3/3] af_vsock: SOCK_SEQPACKET broken buffer test
[PATCH v2 0/2] minor cleanups on efer emulation
2022-03-11 10:26 UTC (3+ messages)
` [PATCH v2 1/2] KVM: x86: Remove unnecessory assignment to uret->data
` [PATCH v2 2/2] KVM: x86: Remove redundant vm_entry_controls_clearbit() call
[PATCH 0/2] KVM: x86: add support for CPUID leaf 0x80000021
2022-03-11 9:23 UTC (3+ messages)
` [PATCH 2/2] KVM: x86: synthesize CPUID leaf 0x80000021h if useful
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-03-11 8:42 UTC (4+ messages)
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
[PATCH 0/5] KVM: X86: Scaling Guest OS Critical Sections with boosting
2022-03-11 8:29 UTC (6+ messages)
` [PATCH 1/5] KVM: X86: Add MSR_KVM_PREEMPT_COUNT support
` [PATCH 2/5] KVM: X86: Add guest interrupt disable state support
` [PATCH 3/5] KVM: X86: Boost vCPU which is in the critical section
` [PATCH 4/5] x86/kvm: Add MSR_KVM_PREEMPT_COUNT guest support
` [PATCH 5/5] KVM: X86: Expose PREEMT_COUNT CPUID feature bit to guest
[PATCH 0/5] KVM: X86: Scaling Guest OS Critical Sections with boosting
2022-03-11 8:28 UTC
[PATCH V2 0/5] KVM: X86: permission_fault() for SMAP
2022-03-11 7:03 UTC (7+ messages)
` [PATCH V2 1/5] KVM: X86: Change the type of access u32 to u64
` [PATCH V2 2/5] KVM: X86: Fix comments in update_permission_bitmask
` [PATCH V2 3/5] KVM: X86: Rename variable smap to not_smap in permission_fault()
` [PATCH V2 4/5] KVM: X86: Handle implicit supervisor access with SMAP
` [PATCH V2 5/5] KVM: X86: Only get rflags when needed in permission_fault()
` [RFC PATCH V2 6/5] KVM: X86: Propagate the nested page fault info to the guest
[PATCH 00/11] KVM: selftests: Add aarch64/page_fault_test
2022-03-11 6:02 UTC (12+ messages)
` [PATCH 01/11] KVM: selftests: Add a userfaultfd library
` [PATCH 02/11] KVM: selftests: Add vm_mem_region_get_src_fd library function
` [PATCH 03/11] KVM: selftests: aarch64: Add vm_get_pte_gpa "
` [PATCH 04/11] KVM: selftests: Add vm_alloc_page_table_in_memslot "
` [PATCH 05/11] KVM: selftests: aarch64: Export _virt_pg_map with a pt_memslot arg
` [PATCH 06/11] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete
` [PATCH 07/11] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH 08/11] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH 09/11] KVM: selftests: aarch64: Add dirty logging "
` [PATCH 10/11] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH 11/11] KVM: selftests: aarch64: Add mix of "
[RFC PATCH 000/105] KVM: selftests: Overhaul APIs, purge VCPU_ID
2022-03-11 5:49 UTC
[PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET
2022-03-11 5:09 UTC (11+ messages)
` [PATCH v7 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v7 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
[PATCH v6 00/25] KVM: arm64: Make CPU ID registers writable by userspace
2022-03-11 4:48 UTC (26+ messages)
` [PATCH v6 01/25] KVM: arm64: Introduce a validation function for an ID register
` [PATCH v6 02/25] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v6 03/25] KVM: arm64: Introduce struct id_reg_desc
` [PATCH v6 04/25] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [PATCH v6 05/25] KVM: arm64: Make ID_AA64PFR1_EL1 writable
` [PATCH v6 06/25] KVM: arm64: Make ID_AA64ISAR0_EL1 writable
` [PATCH v6 07/25] KVM: arm64: Make ID_AA64ISAR1_EL1 writable
` [PATCH v6 08/25] KVM: arm64: Make ID_AA64MMFR0_EL1 writable
` [PATCH v6 09/25] KVM: arm64: Make ID_AA64DFR0_EL1/ID_DFR0_EL1 writable
` [PATCH v6 10/25] KVM: arm64: Make MVFR1_EL1 writable
` [PATCH v6 11/25] KVM: arm64: Add remaining ID registers to id_reg_desc_table
` [PATCH v6 12/25] KVM: arm64: Use id_reg_desc_table for ID registers
` [PATCH v6 13/25] KVM: arm64: Add consistency checking for frac fields of "
` [PATCH v6 14/25] KVM: arm64: Introduce KVM_CAP_ARM_ID_REG_CONFIGURABLE capability
` [PATCH v6 15/25] KVM: arm64: Add kunit test for ID register validation
` [PATCH v6 16/25] KVM: arm64: Use vcpu->arch cptr_el2 to track value of cptr_el2 for VHE
` [PATCH v6 17/25] KVM: arm64: Use vcpu->arch.mdcr_el2 to track value of mdcr_el2
` [PATCH v6 18/25] KVM: arm64: Introduce framework to trap disabled features
` [PATCH v6 19/25] KVM: arm64: Trap disabled features of ID_AA64PFR0_EL1
` [PATCH v6 20/25] KVM: arm64: Trap disabled features of ID_AA64PFR1_EL1
` [PATCH v6 21/25] KVM: arm64: Trap disabled features of ID_AA64DFR0_EL1
` [PATCH v6 22/25] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1
` [PATCH v6 23/25] KVM: arm64: Trap disabled features of ID_AA64ISAR1_EL1
` [PATCH v6 24/25] KVM: arm64: Add kunit test for trap initialization
` [PATCH v6 25/25] KVM: arm64: selftests: Introduce id_reg_test
[PATCH 0/3] KVM: x86: APICv inhibition cleanups
2022-03-11 4:35 UTC (4+ messages)
` [PATCH 1/3] KVM: x86: Make APICv inihibit reasons an enum and cleanup naming
` [PATCH 2/3] KVM: x86: Add wrappers for setting/clearing APICv inhibits
` [PATCH 3/3] KVM: x86: Trace all APICv inhibit changes and capture overall status
[PATCH v6 0/9] IPI virtualization support for VM
2022-03-11 4:26 UTC (7+ messages)
` [PATCH v6 6/9] KVM: x86: lapic: don't allow to change APIC ID unconditionally
[PATCH 1/2] vsock: each transport cycles only on its own sockets
2022-03-11 2:55 UTC (2+ messages)
[PATCH v4 0/3] Introduce Notify VM exit
2022-03-11 2:45 UTC (5+ messages)
` [PATCH v4 1/3] KVM: X86: Extend KVM_SET_VCPU_EVENTS to inject a SHUTDOWN event
[PATCH 00/13] KVM: x86: Add a cap to disable NX hugepages on a VM
2022-03-11 2:19 UTC (4+ messages)
[PATCH net v3 resend] vsock: each transport cycles only on its own sockets
2022-03-11 2:00 UTC
[PATCH v3] vsock: each transport cycles only on its own sockets
2022-03-11 1:50 UTC (6+ messages)
[kvm:queue 182/205] <inline asm>:40:208: error: expected relocatable expression
2022-03-11 1:12 UTC (3+ messages)
` 答复: "
[PATCH v2 00/26] Extend Eager Page Splitting to the shadow MMU
2022-03-11 0:25 UTC (27+ messages)
` [PATCH v2 01/26] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v2 02/26] KVM: x86/mmu: Use a bool for direct
` [PATCH v2 03/26] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v2 04/26] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v2 05/26] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v2 06/26] KVM: x86/mmu: Pass memslot to kvm_mmu_new_shadow_page()
` [PATCH v2 07/26] KVM: x86/mmu: Separate shadow MMU sp allocation from initialization
` [PATCH v2 08/26] KVM: x86/mmu: Link spt to sp during allocation
` [PATCH v2 09/26] KVM: x86/mmu: Move huge page split sp allocation code to mmu.c
` [PATCH v2 10/26] KVM: x86/mmu: Use common code to free kvm_mmu_page structs
` [PATCH v2 11/26] KVM: x86/mmu: Use common code to allocate kvm_mmu_page structs from vCPU caches
` [PATCH v2 12/26] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v2 13/26] KVM: x86/mmu: Pass const memslot to init_shadow_page() and descendants
` [PATCH v2 14/26] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v2 15/26] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v2 16/26] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v2 17/26] KVM: x86/mmu: Pass access information to make_huge_page_split_spte()
` [PATCH v2 18/26] KVM: x86/mmu: Zap collapsible SPTEs at all levels in the shadow MMU
` [PATCH v2 19/26] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v2 20/26] KVM: x86/mmu: Extend Eager Page Splitting to the shadow MMU
` [PATCH v2 21/26] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v2 22/26] KVM: Allow GFP flags to be passed when topping up MMU caches
` [PATCH v2 23/26] KVM: x86/mmu: Fully split huge pages that require extra pte_list_desc structs
` [PATCH v2 24/26] KVM: x86/mmu: Split huge pages aliased by multiple SPTEs
` [PATCH v2 25/26] KVM: x86/mmu: Drop NULL pte_list_desc_cache fallback
` [PATCH v2 26/26] KVM: selftests: Map x86_64 guest virtual memory with huge pages
[PATCH] KVM: memcg: count KVM page table pages used by KVM in memcg pagetable stats
2022-03-11 0:12 UTC
[PATCH 0/5] nSVM: L1 -> L2 event injection fixes and a self-test
2022-03-10 21:38 UTC (6+ messages)
` [PATCH 1/5] KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
` [PATCH 2/5] KVM: SVM: Downgrade BUG_ON() to WARN_ON() in svm_inject_irq()
` [PATCH 3/5] KVM: nSVM: Don't forget about L1-injected events
` [PATCH 4/5] KVM: nSVM: Restore next_rip when doing L1 -> L2 event re-injection
` [PATCH 5/5] KVM: selftests: nSVM: Add svm_nested_soft_inject_test
[PATCH 00/23] Extend Eager Page Splitting to the shadow MMU
2022-03-10 19:26 UTC (7+ messages)
[kvm-unit-tests PATCH 0/3] Move nNPT test cases to a seperate file
2022-03-10 18:41 UTC (3+ messages)
[PATCH 00/21] Control VQ support in vDPA
2022-03-10 18:22 UTC (8+ messages)
` [RFC PATCH v2 00/19] "
` [RFC PATCH v2 16/19] vdpa_sim: advertise VIRTIO_NET_F_MTU
` [RFC PATCH v2 18/19] vdpa_sim: filter destination mac address
` [RFC PATCH v2 19/19] vdpasim: control virtqueue support
[kvm:queue 210/210] arch/x86/kvm/cpuid.c:739:2: warning: unannotated fall-through between switch labels
2022-03-10 17:46 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox