kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-21 21:42:51 to 2021-07-26 16:37:09 UTC [more...]

[RFC PATCH v1 0/7] virtio/vsock: introduce MSG_EOR flag for SEQPACKET
 2021-07-26 16:34 UTC  (8+ 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

[PATCH] KVM: x86: enable TDP MMU by default
 2021-07-26 16:31 UTC 

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

[PATCH] KVM: s390: restore old debugfs names
 2021-07-26 15:38 UTC  (2+ messages)

[PATCH v2 0/6] KVM: Remove kvm_is_transparent_hugepage() and friends
 2021-07-26 15:35 UTC  (7+ 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 "

two small mdev fixups
 2021-07-26 14:35 UTC  (3+ 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 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  (6+ 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)

[bug report] KVM: x86/mmu: Use an rwlock for the x86 MMU
 2021-07-26  7:52 UTC 

[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

[kvm-unit-tests PATCH] x86: vmx_tests: pml: Skip PML test if it's not enabled in underlying
 2021-07-25  2:24 UTC 

[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  (10+ 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

sched: Move SCHED_DEBUG sysctl to debugfs
 2021-07-23 16:21 UTC  (6+ 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 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  (35+ 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  (16+ 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  (17+ messages)

[PATCH] doc/arm: take care restore order of GICR_* in ITS restore
 2021-07-23  5:27 UTC  (5+ messages)

[PATCH v2 0/8] My AVIC patch queue
 2021-07-22 19:06 UTC  (7+ messages)
` [PATCH v2 8/8] KVM: x86: hyper-v: Deactivate APICv only when AutoEOI feature is in use
      ` KVM's support for non default APIC base

[RFC PATCH v2 00/44] TDX support
 2021-07-22 17:54 UTC  (19+ messages)
` [RFC PATCH v2 01/44] target/i386: Expose x86_cpu_get_supported_feature_word() for TDX
` [RFC PATCH v2 02/44] kvm: Switch KVM_CAP_READONLY_MEM to a per-VM ioctl()
` [RFC PATCH v2 04/44] vl: Introduce machine_init_done_late notifier
` [RFC PATCH v2 06/44] hw/i386: Introduce kvm-type for TDX guest
` [RFC PATCH v2 09/44] target/i386: kvm: don't synchronize guest tsc for TD guest
` [RFC PATCH v2 11/44] i386/tdx: Implement user specified tsc frequency
` [RFC PATCH v2 12/44] target/i386/tdx: Finalize the TD's measurement when machine is done
` [RFC PATCH v2 32/44] tdx: add kvm_tdx_enabled() accessor for later use
` [RFC PATCH v2 34/44] target/i386/tdx: set reboot action to shutdown when tdx

[RFC v2] /dev/iommu uAPI proposal
 2021-07-22 16:30 UTC  (11+ messages)

[PATCH v2 00/12] KVM: Add idempotent controls for migrating system counter state
 2021-07-22 15:42 UTC  (3+ messages)

[PATCH] KVM: Consider SMT idle status when halt polling
 2021-07-22 15:20 UTC  (10+ messages)
  ` 答复: "

[PATCH] KVM: nVMX: Dynamically compute max VMCS index for vmcs12
 2021-07-22 15:04 UTC  (8+ messages)

[kvm-unit-tests PATCH] nSVM: Added test for VGIF feature
 2021-07-22 13:17 UTC 

[PATCH V8 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-07-22 13:08 UTC  (7+ messages)
` [PATCH V8 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks

[PATCH 1/1] virtio/vsock: Make vsock virtio packet buff size configurable
 2021-07-22 12:55 UTC  (2+ messages)

[PATCH v2 0/4] KVM: SVM: Add initial GHCB protocol version 2 support
 2021-07-22 12:01 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: SVM: Get rid of *ghcb_msr_bits() functions
` [PATCH v2 2/4] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH v2 3/4] KVM: SVM: Add support for Hypervisor Feature support "
  ` [PATCH v2.1 "
` [PATCH v2 4/4] KVM: SVM: Increase supported GHCB protocol version

[kvm-unit-tests PATCH] README.md: remove duplicate "to adhere"
 2021-07-22 11:27 UTC  (2+ messages)

[kvm-unit-tests PATCH] MAINTAINERS: s390x: remove myself as maintainer
 2021-07-22 11:26 UTC  (2+ messages)

[PATCH 1/2] mips: replace deprecated EXTRA_CFLAGS with ccflags-y
 2021-07-22 10:09 UTC  (4+ messages)
` [PATCH 2/2] mips: clean up kvm Makefile

[kvm-unit-tests PATCH] s390x: Add specification exception interception test
 2021-07-22  9:28 UTC  (2+ messages)

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-22  8:45 UTC  (3+ messages)

[kvm-unit-tests PATCH] s390x: Add specification exception test
 2021-07-22  7:33 UTC  (4+ messages)

[PATCH] is_core_idle() is using a wrong variable
 2021-07-22  6:39 UTC 

[PATCH V9 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-07-22  5:41 UTC  (19+ messages)
` [PATCH V9 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH V9 02/18] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
` [PATCH V9 03/18] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
` [PATCH V9 04/18] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
` [PATCH V9 05/18] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
` [PATCH V9 06/18] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
` [PATCH V9 07/18] x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value
` [PATCH V9 08/18] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
` [PATCH V9 09/18] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
` [PATCH V9 10/18] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
` [PATCH V9 11/18] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
` [PATCH V9 12/18] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
` [PATCH V9 13/18] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
` [PATCH V9 14/18] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
` [PATCH V9 15/18] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
` [PATCH V9 16/18] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
` [PATCH V9 17/18] KVM: x86/cpuid: Refactor host/guest CPU model consistency check
` [PATCH V9 18/18] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64

[PATCH v2] KVM: VMX: Enable Notify VM exit
 2021-07-22  3:25 UTC  (2+ messages)

[RFC PATCH 0/6] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-07-22  0:02 UTC  (5+ messages)
` [RFC PATCH 2/6] i386/sev: extend sev-guest property to include SEV-SNP


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