kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-27 17:06:34 to 2021-07-29 07:26:16 UTC [more...]

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

A question of TDP unloading
 2021-07-29  6:34 UTC  (14+ messages)

[PATCH v2 0/3] Add detailed page size stats in KVM stats
 2021-07-29  6:24 UTC  (4+ messages)
` [PATCH v2 3/3] KVM: x86/mmu: Add detailed page size stats

[PATCH] is_core_idle() is using a wrong variable
 2021-07-29  4:26 UTC  (4+ messages)

[Bug 213781] New: KVM: x86/svm: The guest (#vcpu>1) can't boot up with QEMU "-overcommit cpu-pm=on"
 2021-07-29  1:57 UTC  (2+ messages)
` [Bug 213781] "

[PATCH v4 00/13] KVM: Add idempotent controls for migrating system counter state
 2021-07-29  0:10 UTC  (14+ messages)
` [PATCH v4 01/13] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
` [PATCH v4 02/13] KVM: x86: Refactor tsc synchronization code
` [PATCH v4 03/13] KVM: x86: Expose TSC offset controls to userspace
` [PATCH v4 04/13] tools: arch: x86: pull in pvclock headers
` [PATCH v4 05/13] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
` [PATCH v4 06/13] selftests: KVM: Fix kvm device helper ioctl assertions
` [PATCH v4 07/13] selftests: KVM: Add helpers for vCPU device attributes
` [PATCH v4 08/13] selftests: KVM: Introduce system counter offset test
` [PATCH v4 09/13] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v4 10/13] selftests: KVM: Add support for aarch64 to system_counter_offset_test
` [PATCH v4 11/13] KVM: arm64: Provide userspace access to the physical counter offset
` [PATCH v4 12/13] selftests: KVM: Test physical counter offsetting
` [PATCH v4 13/13] selftests: KVM: Add counter emulation benchmark

[PATCH 0/5] IPI virtualization support for VM
 2021-07-29  0:03 UTC  (5+ messages)
` [PATCH 1/6] x86/feat_ctl: Add new VMX feature, Tertiary VM-Execution control
` [PATCH 3/6] KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config

[PATCH v3] KVM: x86: accept userspace interrupt only if no event is injected
 2021-07-28 23:11 UTC  (2+ messages)

[PATCH v2 0/9] KVM: X86: Some light optimizations on rmap logic
 2021-07-28 22:31 UTC  (10+ messages)
` [PATCH v2 7/9] KVM: X86: MMU: Tune PTE_LIST_EXT to be bigger
` [PATCH v2 8/9] KVM: X86: Optimize pte_list_desc with per-array counter
` [PATCH v2 9/9] KVM: X86: Optimize zapping rmap

[PATCH v2 00/46] KVM: x86: vCPU RESET/INIT fixes and consolidation
 2021-07-28 20:44 UTC  (5+ messages)
` [PATCH v2 46/46] KVM: x86: Preserve guest's CR0.CD/NW on INIT

[PATCH] KVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb is initialized
 2021-07-28 20:18 UTC  (3+ messages)

[RFC PATCH 0/4] TDX KVM selftests
 2021-07-28 20:11 UTC  (7+ messages)
` [RFC PATCH 1/4] KVM: selftests: Add support for creating non-default type VMs

About two-dimensional page translation (e.g., Intel EPT) and shadow page table in Linux QEMU/KVM
 2021-07-28 20:01 UTC  (13+ messages)

[PATCH] KVM: ARM: count remote TLB flushes
 2021-07-28 19:02 UTC  (2+ messages)

[PATCH] KVM: x86: Exit to userspace when kvm_check_nested_events fails
 2021-07-28 17:53 UTC  (5+ messages)

[PATCH 00/12] Introduce vfio_pci_core subsystem
 2021-07-28 17:26 UTC  (21+ messages)
` [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
` [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-07-28 16:51 UTC  (3+ messages)

[PATCH V9 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-07-28 16:40 UTC  (3+ messages)

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-07-28 16:28 UTC  (17+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 02/11] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH 03/11] powerpc/pseries/svm: Add a powerpc "
` [PATCH 04/11] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH 05/11] x86/sev: Replace occurrences of sev_active() "
` [PATCH 06/11] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() "
` [PATCH 08/11] mm: Remove the now unused mem_encrypt_active() function
` [PATCH 09/11] x86/sev: "
` [PATCH 10/11] powerpc/pseries/svm: "
` [PATCH 11/11] s390/mm: "

sched: Move SCHED_DEBUG sysctl to debugfs
 2021-07-28 16:23 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 v3 0/6] KVM: x86/mmu: Fast page fault support for the TDP MMU
 2021-07-28 16:22 UTC  (3+ messages)

[PATCH v13] qapi: introduce 'query-x86-cpuid' QMP command
 2021-07-28 14:54 UTC 

[PATCH 00/16] KVM: arm64: MMIO guard PV services
 2021-07-28 14:51 UTC  (23+ messages)
` [PATCH 01/16] KVM: arm64: Generalise VM features into a set of flags
` [PATCH 02/16] KVM: arm64: Don't issue CMOs when the physical address is invalid
` [PATCH 04/16] KVM: arm64: Add MMIO checking infrastructure
` [PATCH 05/16] KVM: arm64: Plumb MMIO checking into the fault handling
` [PATCH 06/16] KVM: arm64: Force a full unmap on vpcu reinit
` [PATCH 07/16] KVM: arm64: Wire MMIO guard hypercalls
` [PATCH 12/16] mm/ioremap: Add arch-specific callbacks on ioremap/iounmap calls

[kvm-unit-tests PATCH 0/3] s390x: SPDX and header comment fixes
 2021-07-28 14:35 UTC  (17+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: Add SPDX and header comments for s390x/* and lib/s390x/*
  ` [kvm-unit-tests PATCH v2] "
` [kvm-unit-tests PATCH 2/3] s390x: Add SPDX and header comments for the snippets folder
` [kvm-unit-tests PATCH 3/3] s390x: Fix my mail address in the headers

[PATCH v2 00/13] KVM: s390: pv: implement lazy destroy
 2021-07-28 14:26 UTC  (14+ messages)
` [PATCH v2 01/13] KVM: s390: pv: avoid stall notifications for some UVCs
` [PATCH v2 02/13] KVM: s390: pv: leak the ASCE page when destroy fails
` [PATCH v2 03/13] KVM: s390: pv: properly handle page flags for protected guests
` [PATCH v2 04/13] KVM: s390: pv: handle secure storage violations "
` [PATCH v2 05/13] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v2 06/13] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v2 07/13] KVM: s390: pv: usage counter instead of flag
` [PATCH v2 08/13] KVM: s390: pv: add export before import
` [PATCH v2 09/13] KVM: s390: pv: lazy destroy for reboot
` [PATCH v2 10/13] KVM: s390: pv: extend lazy destroy to handle shutdown
` [PATCH v2 11/13] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v2 12/13] KVM: s390: pv: add OOM notifier for "
` [PATCH v2 13/13] KVM: s390: pv: add support for UV feature bits

[PATCH v12] qapi: introduce 'query-x86-cpuid' QMP command
 2021-07-28 13:25 UTC  (2+ messages)
` [PATCH-for-6.2 "

[PATCH v2 1/2] vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()
 2021-07-28 13:07 UTC  (2+ messages)
` [PATCH v2 2/2] vhost: Fix the calculation in vhost_overflow()

[PATCH v1 0/4] Linear and Logarithmic histogram statistics
 2021-07-28 12:45 UTC  (8+ messages)
` [PATCH v1 1/4] KVM: stats: Support linear and logarithmic "
` [PATCH v1 2/4] KVM: stats: Update doc for "
` [PATCH v1 4/4] KVM: stats: Add halt polling related histogram stats

[PATCH v2 0/6] KVM: Remove kvm_is_transparent_hugepage() and friends
 2021-07-28 12:17 UTC  (6+ messages)
` [PATCH v2 1/6] KVM: arm64: Introduce helper to retrieve a PTE and its level
` [PATCH v2 5/6] KVM: arm64: Use get_page() instead of kvm_get_pfn()

[PATCH] KVM: x86/pmu: Introduce pmc->is_paused to reduce the call time of perf interfaces
 2021-07-28 12:07 UTC 

[RFC PATCH 0/2] KVM: Support Heterogeneous RT VCPU Configurations
 2021-07-28 10:46 UTC  (9+ messages)
` [RFC PATCH 1/2] kvm,x86: Support heterogeneous RT VCPU configurations
` [RFC PATCH 2/2] kvm,x86: Report preempt_count to host

[PATCH] target/arm: kvm: use RCU_READ_LOCK_GUARD() in kvm_arch_fixup_msi_route()
 2021-07-28  7:30 UTC  (2+ messages)

[PATCH][v2] KVM: use cpu_relax when halt polling
 2021-07-28  6:46 UTC  (5+ messages)
  ` 答复: "

[RFC v2] /dev/iommu uAPI proposal
 2021-07-28  4:05 UTC  (5+ messages)

[PATCH v2] KVM: x86: accept userspace interrupt only if no event is injected
 2021-07-27 21:08 UTC  (3+ messages)

two small mdev fixups
 2021-07-27 19:25 UTC  (10+ messages)
` [PATCH 2/2] vfio/mdev: don't warn if ->request is not set

[PATCH v2 0/8] My AVIC patch queue
 2021-07-27 18:17 UTC  (9+ messages)
` [PATCH v2 8/8] KVM: x86: hyper-v: Deactivate APICv only when AutoEOI feature is in use

[PATCH] vfio: Add "#ifdef CONFIG_MMU" for vma operations
 2021-07-27 18:01 UTC  (3+ messages)

[PATCH v2 0/2] KVM: Don't take mmu_lock for range invalidation unless necessary
 2021-07-27 17:18 UTC  (3+ messages)
` [PATCH 1/2] KVM: Block memslot updates across range_start() and range_end()
` [PATCH 2/2] KVM: Don't take mmu_lock for range invalidation unless necessary


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