kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-27 05:57:19 to 2021-07-28 21:39:08 UTC [more...]

[PATCH v2 0/9] KVM: X86: Some light optimizations on rmap logic
 2021-07-28 21:39 UTC  (7+ 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)

A question of TDP unloading
 2021-07-28 18:37 UTC  (8+ 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  (14+ 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  (11+ 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 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 

[PATCH] is_core_idle() is using a wrong variable
 2021-07-28 11:50 UTC  (3+ messages)

[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 v3] KVM: x86: accept userspace interrupt only if no event is injected
 2021-07-27 21:09 UTC 

[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  (12+ messages)
` [PATCH v2 5/8] KVM: x86: APICv: fix race in kvm_request_apicv_update on SVM
` [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

[PATCH] KVM: add missing compat KVM_CLEAR_DIRTY_LOG
 2021-07-27 15:46 UTC  (2+ messages)

[PATCH v2 0/3] Add detailed page size stats in KVM stats
 2021-07-27 15:36 UTC  (3+ messages)
` [PATCH v2 3/3] KVM: x86/mmu: Add detailed page size stats

[kvm-unit-tests PATCH] s390x: Add specification exception interception test
 2021-07-27 13:23 UTC  (4+ messages)

[PATCH v3] vfio/pci: Make vfio_pci_regops->rw() return ssize_t
 2021-07-27 12:41 UTC  (2+ messages)

[RFC PATCH v1 0/7] virtio/vsock: introduce MSG_EOR flag for SEQPACKET
 2021-07-27 12:35 UTC  (5+ messages)
  ` [MASSMAIL KLMS] "
      ` [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)

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

[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)
  ` 答复: "
      ` 答复: "

[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  (5+ messages)
` [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


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