kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-23 05:41:14 to 2021-07-27 12:35:25 UTC [more...]

[RFC PATCH v1 0/7] virtio/vsock: introduce MSG_EOR flag for SEQPACKET
 2021-07-27 12:35 UTC  (12+ messages)
` [RFC PATCH v1 1/7] virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOM' bit
` [RFC PATCH v1 2/7] vsock: rename implementation from 'record' to 'message'
` [RFC PATCH v1 3/7] vhost/vsock: support MSG_EOR bit processing
` [RFC PATCH v1 4/7] virito/vsock: "
` [RFC PATCH v1 5/7] af_vsock: rename variables in receive loop
` [RFC PATCH v1 6/7] vsock_test: update message bounds test for MSG_EOR
` [RFC PATCH v1 7/7] vsock_test: 'SO_RCVTIMEO' test for SEQPACKET
  ` [MASSMAIL KLMS] Re: [RFC PATCH v1 0/7] virtio/vsock: introduce MSG_EOR flag "
      ` [MASSMAIL KLMS] "

[kvm-unit-tests PATCH] s390x: Add specification exception test
 2021-07-27 12:28 UTC  (5+ messages)

[PATCH] vfio/pci: use "ssize_t" as a return value instead of "size_t"
 2021-07-27 11:55 UTC  (2+ messages)

[PATCH][v2] KVM: use cpu_relax when halt polling
 2021-07-27 11:12 UTC 

[PATCH] KVM: ARM: count remote TLB flushes
 2021-07-27 10:32 UTC 

[PATCH v2 0/6] KVM: Remove kvm_is_transparent_hugepage() and friends
 2021-07-27 10:29 UTC  (8+ messages)
` [PATCH v2 1/6] KVM: arm64: Introduce helper to retrieve a PTE and its level
` [PATCH v2 2/6] KVM: arm64: Walk userspace page tables to compute the THP mapping size
` [PATCH v2 3/6] KVM: arm64: Avoid mapping size adjustment on permission fault
` [PATCH v2 4/6] KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()
` [PATCH v2 5/6] KVM: arm64: Use get_page() instead of kvm_get_pfn()
` [PATCH v2 6/6] KVM: Get rid "

[bug report] KVM: x86/mmu: Use an rwlock for the x86 MMU
 2021-07-27  8:06 UTC  (5+ messages)

sched: Move SCHED_DEBUG sysctl to debugfs
 2021-07-27  6:59 UTC  (9+ messages)
` [PATCH 0/1] Improve yield (was: sched: Move SCHED_DEBUG sysctl to debugfs)
  ` [PATCH 1/1] sched/fair: improve yield_to vs fairness

[PATCH 2/2] s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notification
 2021-07-27  6:54 UTC 

[PATCH] KVM: Consider SMT idle status when halt polling
 2021-07-27  6:39 UTC  (5+ messages)
  ` 答复: "
      ` 答复: "

two small mdev fixups
 2021-07-27  6:04 UTC  (10+ messages)
` [PATCH 1/2] vfio/mdev: turn mdev_init into a subsys_initcall
` [PATCH 2/2] vfio/mdev: don't warn if ->request is not set

[PATCH v8 0/8] KVMTOOL RISC-V Support
 2021-07-27  5:58 UTC  (9+ messages)
` [PATCH v8 1/8] update_headers: Sync-up ABI headers with Linux-5.14-rc3
` [PATCH v8 2/8] riscv: Initial skeletal support
` [PATCH v8 3/8] riscv: Implement Guest/VM arch functions
` [PATCH v8 4/8] riscv: Implement Guest/VM VCPU "
` [PATCH v8 5/8] riscv: Add PLIC device emulation
` [PATCH v8 6/8] riscv: Generate FDT at runtime for Guest/VM
` [PATCH v8 7/8] riscv: Handle SBI calls forwarded to user space
` [PATCH v8 8/8] riscv: Generate PCI host DT node

[PATCH v19 00/17] KVM RISC-V Support
 2021-07-27  5:54 UTC  (18+ messages)
` [PATCH v19 01/17] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v19 02/17] RISC-V: Add initial skeletal KVM support
` [PATCH v19 03/17] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v19 04/17] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v19 05/17] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v19 06/17] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v19 07/17] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v19 08/17] RISC-V: KVM: Handle WFI "
` [PATCH v19 09/17] RISC-V: KVM: Implement VMID allocator
` [PATCH v19 10/17] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v19 11/17] RISC-V: KVM: Implement MMU notifiers
` [PATCH v19 12/17] RISC-V: KVM: Add timer functionality
` [PATCH v19 13/17] RISC-V: KVM: FP lazy save/restore
` [PATCH v19 14/17] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v19 15/17] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v19 16/17] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v19 17/17] RISC-V: KVM: Add MAINTAINERS entry

[PATCH] KVM: s390: restore old debugfs names
 2021-07-27  5:16 UTC  (4+ messages)

[PATCH] vfio: Add "#ifdef CONFIG_MMU" for vma operations
 2021-07-27  3:40 UTC 

[kvm-unit-tests PATCH] x86: vmx_tests: pml: Skip PML test if it's not enabled in underlying
 2021-07-27  3:12 UTC  (3+ messages)

[PATCH] KVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb is initialized
 2021-07-27  0:41 UTC  (2+ messages)

[PATCH v2 00/46] KVM: x86: vCPU RESET/INIT fixes and consolidation
 2021-07-27  0:01 UTC  (14+ messages)
` [PATCH v2 09/46] KVM: SVM: Drop a redundant init_vmcb() from svm_create_vcpu()
` [PATCH v2 41/46] KVM: VMX: Smush x2APIC MSR bitmap adjustments into single function
` [PATCH v2 45/46] KVM: SVM: Drop redundant clearing of vcpu->arch.hflags at INIT/RESET
` [PATCH v2 46/46] KVM: x86: Preserve guest's CR0.CD/NW on INIT

[RFC PATCH 0/4] TDX KVM selftests
 2021-07-26 22:42 UTC  (7+ messages)
` [RFC PATCH 1/4] KVM: selftests: Add support for creating non-default type VMs
` [RFC PATCH 2/4] KVM: selftest: Add helper functions to create TDX VMs
` [RFC PATCH 3/4] KVM: selftest: Adding TDX life cycle test
` [RFC PATCH 4/4] KVM: selftest: Adding test case for TDX port IO

[PATCH v2 0/8] My AVIC patch queue
 2021-07-26 22:34 UTC  (4+ messages)
` [PATCH v2 5/8] KVM: x86: APICv: fix race in kvm_request_apicv_update on SVM

[PATCH 0/3] Test: nSVM: Test effects of host EFLAGS.RF on VMRUN
 2021-07-26 21:59 UTC  (5+ messages)
` [PATCH 1/3] Test: x86: Move setter/getter for Debug registers to common library
` [PATCH 2/3] Test: x86: Add a #define for the RF bit in EFLAGS register
` [PATCH 3/3] Test: nSVM: Test effects of host EFLAGS.RF on VMRUN

[PATCH v2 0/3] Add detailed page size stats in KVM stats
 2021-07-26 21:06 UTC  (8+ messages)
` [PATCH v2 1/3] KVM: x86/mmu: Remove redundant spte present check in mmu_set_spte
` [PATCH v2 2/3] KVM: x86/mmu: Avoid collision with !PRESENT SPTEs in TDP MMU lpage stats
` [PATCH v2 3/3] KVM: x86/mmu: Add detailed page size stats

[PATCH 0/3 V3] Add AMD SEV and SEV-ES intra host migration support
 2021-07-26 19:50 UTC  (4+ messages)
` [PATCH 1/3 V3] KVM, SEV: Refactor out function for unregistering encrypted regions
` [PATCH 2/3 V3] KVM, SEV: Add support for SEV intra host migration
` [PATCH 3/3 V3] KVM, SEV: Add support for SEV-ES "

[PATCH] KVM: x86: enable TDP MMU by default
 2021-07-26 16:53 UTC  (2+ messages)

[PATCH] KVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb is initialized
 2021-07-26 16:49 UTC 

[PATCH] KVM: const-ify all relevant uses of struct kvm_memory_slot
 2021-07-26 16:23 UTC  (2+ messages)

[PATCH 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-07-26 13:57 UTC  (9+ messages)
` [PATCH 4/6] x86/kvm: introduce per cpu vcpu masks
` [PATCH 5/6] kvm: allocate vcpu pointer array separately

[PATCH v3 0/6] KVM: x86/mmu: Fast page fault support for the TDP MMU
 2021-07-26 13:50 UTC  (2+ messages)

[PATCH v2 0/9] KVM: X86: Some light optimizations on rmap logic
 2021-07-26 13:42 UTC  (4+ messages)
` [PATCH v2 2/9] KVM: Introduce kvm_get_kvm_safe()

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-07-26 12:56 UTC  (6+ messages)
` [RFC PATCH v2 65/69] KVM: X86: Introduce initial_tsc_khz in struct kvm_arch

[PATCH] KVM: x86: Check the right feature bit for MSR_KVM_ASYNC_PF_ACK access
 2021-07-26 12:27 UTC  (4+ messages)

[PATCH 0/3] Get rid of some undesirable characters
 2021-07-26 12:26 UTC  (4+ messages)
` [PATCH 3/3] docs: virt: kvm: api.rst: replace some characters

[PATCH] KVM: Documentation: Fix KVM_CAP_ENFORCE_PV_FEATURE_CPUID name
 2021-07-26 12:24 UTC  (2+ messages)

[PATCH 0/2 v2] Test: nSVM: Test the effect of guest EFLAGS.TF on VMRUN
 2021-07-26 12:14 UTC  (2+ messages)

[PATCH] KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()
 2021-07-26 12:09 UTC  (3+ messages)

[RFC v2] /dev/iommu uAPI proposal
 2021-07-26  8:14 UTC  (3+ messages)

[PATCH 00/12] Introduce vfio_pci_core subsystem
 2021-07-25 10:45 UTC  (7+ messages)
` [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko

[PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-07-24 13:24 UTC  (11+ messages)
` [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev()
              ` s390 common I/O layer locking (was: [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev())
                ` s390 common I/O layer locking

[PATCH] mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing code
 2021-07-23 20:19 UTC  (9+ messages)

[kvm-unit-tests PATCH 0/5] s390x: sie and uv cleanups
 2021-07-23 17:25 UTC  (14+ messages)
` [kvm-unit-tests PATCH 1/5] s390x: sie: Add missing includes
` [kvm-unit-tests PATCH 2/5] s390x: sie: Fix sie.h integer types
` [kvm-unit-tests PATCH 3/5] lib: s390x: uv: Int type cleanup
` [kvm-unit-tests PATCH 4/5] lib: s390x: uv: Add offset comments to uv_query and extend it
` [kvm-unit-tests PATCH 5/5] lib: s390x: Print if a pgm happened while in SIE

[PATCH 0/5] KVM: Remove kvm_is_transparent_hugepage() and friends
 2021-07-23 16:18 UTC  (7+ messages)
` [PATCH 1/5] KVM: arm64: Walk userspace page tables to compute the THP mapping size
` [PATCH 2/5] KVM: arm64: Avoid mapping size adjustment on permission fault

[PATCH v2 00/14] Provide core infrastructure for managing open/release
 2021-07-23 14:38 UTC  (33+ messages)
` [PATCH v2 01/14] vfio/samples: Remove module get/put
` [PATCH v2 03/14] vfio: Introduce a vfio_uninit_group_dev() API call
` [PATCH v2 04/14] vfio: Provide better generic support for open/release vfio_device_ops
` [PATCH v2 05/14] vfio/samples: Delete useless open/close
` [PATCH v2 06/14] vfio/fsl: Move to the device set infrastructure
` [PATCH v2 07/14] vfio/platform: Use open_device() instead of open coding a refcnt scheme
` [PATCH v2 08/14] vfio/pci: Move to the device set infrastructure
` [PATCH v2 09/14] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set
` [PATCH v2 10/14] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
` [PATCH v2 11/14] vfio/mbochs: Fix close when multiple device FDs are open
` [PATCH v2 13/14] vfio/gvt: Fix open/close "
` [PATCH v2 14/14] vfio: Remove struct vfio_device_ops open/release

[PATCH 00/16] KVM: arm64: MMIO guard PV services
 2021-07-23 13:52 UTC  (12+ messages)
` [PATCH 04/16] KVM: arm64: Add MMIO checking infrastructure
` [PATCH 10/16] KVM: arm64: Add some documentation for the MMIO guard feature

[PATCH v2 0/2] s390x: KVM: CPU Topology
 2021-07-23 10:24 UTC  (9+ messages)
` [PATCH v2 1/2] s390x: KVM: accept STSI for CPU topology information
` [PATCH v2 2/2] s390:kvm: Topology expose TOPOLOGY facility

[kvm-unit-tests PATCH] travis.yml: Disable the failing gicv2-mmio test
 2021-07-23  8:15 UTC  (2+ messages)

[PATCH v2 0/6] IPI virtualization support for VM
 2021-07-23  7:16 UTC  (9+ messages)
` [PATCH v2 1/6] x86/feat_ctl: Add new VMX feature, Tertiary VM-Execution control
` [PATCH v2 2/6] KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation
` [PATCH v2 3/6] KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
` [PATCH v2 4/6] KVM: VMX: dump_vmcs() reports tertiary_exec_control field as well
` [PATCH v2 5/6] KVM: x86: Support interrupt dispatch in x2APIC mode with APIC-write VM exit
` [PATCH v2 6/6] KVM: VMX: enable IPI virtualization

[PATCH 0/5] IPI virtualization support for VM
 2021-07-23  6:15 UTC  (5+ messages)

[PATCH 3/6] vfio: remove the unused mdev iommu hook
 2021-07-23  5:44 UTC  (12+ messages)


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).