messages from 2022-03-10 12:36:10 to 2022-03-11 08:52:27 UTC [more...]
[PATCH v8 0/9] vfio/hisilicon: add ACC live migration driver
2022-03-11 8:52 UTC (14+ messages)
` [PATCH v8 3/9] hisi_acc_qm: Move VF PCI device IDs to common header
` [PATCH v8 8/9] hisi_acc_vfio_pci: Add support for VFIO live migration
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-03-11 8:42 UTC (16+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
` [PATCH v5 06/13] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v5 07/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v5 09/13] KVM: Handle page fault for private memory
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE
` [PATCH v5 13/13] memfd_create.2: Describe MFD_INACCESSIBLE flag
[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 (19+ 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 00/21] KVM: x86: Event/exception fixes and cleanups
2022-03-11 3:28 UTC (22+ 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 0/2] vsock: cycle only on its own socket
2022-03-11 2:55 UTC (11+ messages)
` [PATCH 1/2] vsock: each transport cycles only on its own sockets
` [PATCH 2/2] vsock: refactor vsock_for_each_connected_socket
[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 (18+ messages)
` [PATCH 01/13] selftests: KVM: Dump VM stats in binary stats test
` [PATCH 02/13] selftests: KVM: Test reading a single stat
` [PATCH 03/13] selftests: KVM: Wrap memslot IDs in a struct for readability
` [PATCH 04/13] selftests: KVM: Add memslot parameter to VM vaddr allocation
` [PATCH 05/13] selftests: KVM: Add memslot parameter to elf_load
` [PATCH 06/13] selftests: KVM: Improve error message in vm_phy_pages_alloc
` [PATCH 07/13] selftests: KVM: Add NX huge pages test
` [PATCH 08/13] KVM: x86/MMU: Factor out updating NX hugepages state for a VM
` [PATCH 09/13] KVM: x86/MMU: Track NX hugepages on a per-VM basis
` [PATCH 10/13] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH 11/13] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH 12/13] KVM: x86/MMU: Require reboot permission to disable NX hugepages
` [PATCH 13/13] selftests: KVM: Test disabling NX hugepages on a VM
[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 v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2022-03-10 21:25 UTC (4+ messages)
` [PATCH v12 32/46] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
[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)
[PATCH] KVM: x86: Remove redundant vm_entry_controls_clearbit() call
2022-03-10 17:14 UTC (2+ messages)
[kvm-unit-tests PATCH] runtime: indicate failure on crash/timeout/abort in TAP
2022-03-10 15:03 UTC
[PATCH v2 kvmtool 0/5] Fix few small issues in virtio code
2022-03-10 14:56 UTC (2+ messages)
[PATCH v2] vsock: each transport cycles only on its own sockets
2022-03-10 13:36 UTC (2+ messages)
[PATCH 1/2] vsock: each transport cycles only on its own sockets
2022-03-10 12:57 UTC (5+ messages)
` [PATCH 2/2] vsock: refactor vsock_for_each_connected_socket
(no subject)
2022-03-10 12:33 UTC
(no subject)
2022-03-10 12:37 UTC
(no subject)
2022-03-10 12:35 UTC
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;
as well as URLs for NNTP newsgroup(s).