public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-12 17:48:19 to 2022-05-13 20:48:02 UTC [more...]

[PATCH] KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
 2022-05-13 20:47 UTC  (8+ messages)

[PATCH v5 00/21] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-05-13 20:28 UTC  (22+ messages)
` [PATCH v5 01/21] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v5 02/21] KVM: x86/mmu: Use a bool for direct
` [PATCH v5 03/21] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v5 04/21] KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
` [PATCH v5 05/21] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v5 06/21] KVM: x86/mmu: Consolidate shadow page allocation and initialization
` [PATCH v5 07/21] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v5 08/21] KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
` [PATCH v5 09/21] KVM: x86/mmu: Pass memory caches to allocate SPs separately
` [PATCH v5 10/21] KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()
` [PATCH v5 11/21] KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_page()
` [PATCH v5 12/21] KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()
` [PATCH v5 13/21] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v5 14/21] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v5 15/21] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v5 16/21] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v5 17/21] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v5 18/21] KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels
` [PATCH v5 19/21] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v5 20/21] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v5 21/21] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs

[PATCH 0/2] KVM: x86/mmu: nEPT X-only unsync bug fix
 2022-05-13 20:27 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()
` [PATCH 2/2] KVM: x86/mmu: Comment FNAME(sync_page) to document TLB flushing logic

[PATCH 0/9] KVM: selftests: Add nested support to dirty_log_perf_test
 2022-05-13 20:04 UTC  (3+ messages)
` [PATCH 1/9] KVM: selftests: Replace x86_page_size with raw levels

[PATCH v4] x86/speculation, KVM: remove IBPB on vCPU load
 2022-05-13 19:36 UTC  (16+ messages)

[PATCH v7 00/22] KVM: s390: enable zPCI for interpretive execution
 2022-05-13 19:15 UTC  (23+ messages)
` [PATCH v7 01/22] s390/sclp: detect the zPCI load/store interpretation facility
` [PATCH v7 02/22] s390/sclp: detect the AISII facility
` [PATCH v7 03/22] s390/sclp: detect the AENI facility
` [PATCH v7 04/22] s390/sclp: detect the AISI facility
` [PATCH v7 05/22] s390/airq: pass more TPI info to airq handlers
` [PATCH v7 06/22] s390/airq: allow for airq structure that uses an input vector
` [PATCH v7 07/22] s390/pci: externalize the SIC operation controls and routine
` [PATCH v7 08/22] s390/pci: stash associated GISA designation
` [PATCH v7 09/22] s390/pci: stash dtsm and maxstbl
` [PATCH v7 10/22] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [PATCH v7 11/22] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v7 12/22] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH v7 13/22] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH v7 14/22] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v7 15/22] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH v7 16/22] KVM: s390: pci: add routines to start/stop interpretive execution
` [PATCH v7 17/22] vfio-pci/zdev: add open/close device hooks
` [PATCH v7 18/22] vfio-pci/zdev: add function handle to clp base capability
` [PATCH v7 19/22] vfio-pci/zdev: different maxstbl for interpreted devices
` [PATCH v7 20/22] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
` [PATCH v7 21/22] KVM: s390: introduce CPU feature for zPCI Interpretation
` [PATCH v7 22/22] MAINTAINERS: additional files related kvm s390 pci passthrough

[PATCH v3 0/7] KVM: x86: Add CMCI and UCNA emulation
 2022-05-13 18:49 UTC  (10+ messages)
` [PATCH v3 1/7] KVM: x86: Make APIC_VERSION capture only the magic 0x14UL
` [PATCH v3 2/7] KVM: x86: Fill apic_lvt_mask with enums / explicit entries
` [PATCH v3 3/7] KVM: x86: Add APIC_LVTx() macro
` [PATCH v3 4/7] KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic
` [PATCH v3 5/7] KVM: x86: Use kcalloc to allocate the mce_banks array
` [PATCH v3 6/7] KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs
` [PATCH v3 7/7] KVM: x86: Enable MCG_CMCI_P and handle injected UCNAs

[PATCH V2 0/7] KVM: X86/MMU: Use one-off special shadow page for special roots
 2022-05-13 18:31 UTC  (3+ messages)

[PATCH v4 00/20] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-05-13 18:26 UTC  (7+ messages)
` [PATCH v4 03/20] KVM: x86/mmu: Derive shadow MMU page role from parent

[PATCH 0/6] perf intel-pt: Add support for tracing KVM test programs
 2022-05-13 18:13 UTC  (10+ messages)
` [PATCH 1/6] perf tools: Add machine to machines back pointer
` [PATCH 2/6] perf tools: Factor out thread__set_guest_comm()
` [PATCH 3/6] perf tools: Add guest_code support
` [PATCH 4/6] perf script: "
` [PATCH 5/6] perf kvm report: "
` [PATCH 6/6] perf intel-pt: "

[PATCH v3 0/8] Remove vfio_group from the struct file facing VFIO API
 2022-05-13 17:23 UTC  (4+ messages)

[PATCH] vfio: Delete container_q
 2022-05-13 17:23 UTC  (2+ messages)

[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-05-13 17:13 UTC  (12+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[GIT PULL] virtio: last minute fixup
 2022-05-13 17:00 UTC  (11+ messages)

[PATCH] locking/atomic/x86: Introduce try_cmpxchg64
 2022-05-13 15:36 UTC  (4+ messages)

[kvm-unit-tests PATCH 0/6] s390x: uv-host: Access check extensions and improvements
 2022-05-13 15:30 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/6] s390x: uv-host: Add access checks for donated memory
` [kvm-unit-tests PATCH 2/6] s390x: uv-host: Add uninitialized UV tests
` [kvm-unit-tests PATCH 3/6] s390x: uv-host: Test uv immediate parameter
` [kvm-unit-tests PATCH 4/6] s390x: uv-host: Add access exception test
` [kvm-unit-tests PATCH 5/6] s390x: uv-host: Add a set secure config parameters test function
` [kvm-unit-tests PATCH 6/6] s390x: uv-host: Remove duplicated +

[PATCH] kvm-unit-tests: Build changes for illumos
 2022-05-13 14:34 UTC  (7+ messages)
  ` [PATCH 0/2] kvm-unit-tests: Build changes to support illumos
    ` [PATCH 1/2] kvm-unit-tests: invoke $LD explicitly in
    ` [PATCH 2/2] kvm-unit-tests: configure changes for illumos
    ` Fwd: [PATCH] kvm-unit-tests: Build "

[kvm-unit-tests PATCH v2 00/23] EFI and ACPI support for arm64
 2022-05-13 14:09 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 12/23] arm/arm64: mmu_disable: Clean and invalidate before disabling
` [kvm-unit-tests PATCH v2 16/23] arm/arm64: Add a setup sequence for systems that boot through EFI

[PATCH 0/6] Fully lock the container members of struct vfio_group
 2022-05-13 13:29 UTC  (17+ messages)
` [PATCH 1/6] vfio: Add missing locking for struct vfio_group::kvm
` [PATCH 2/6] vfio: Change struct vfio_group::opened from an atomic to bool
` [PATCH 3/6] vfio: Split up vfio_group_get_device_fd()
` [PATCH 4/6] vfio: Fully lock struct vfio_group::container
` [PATCH 5/6] vfio: Simplify the life cycle of the group FD
` [PATCH 6/6] vfio: Change struct vfio_group::container_users to a non-atomic int

[PATCH 1/4] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
 2022-05-13 13:37 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 0/2] s390x: add migration test for storage keys
 2022-05-13 13:04 UTC  (9+ messages)
` [kvm-unit-tests PATCH v1 2/2] "

[PATCH v4 0/2] s390: Ultravisor device
 2022-05-13 12:35 UTC  (6+ messages)
` [PATCH v4 1/2] drivers/s390/char: Add Ultravisor io device

[RFC PATCH v6 000/104] KVM TDX basic feature support
 2022-05-13 12:34 UTC  (5+ messages)
` [RFC PATCH v6 025/104] KVM: TDX: initialize VM with TDX specific parameters

[PATCH RESEND v12 00/17] KVM: x86/pmu: Add basic support to enable guest PEBS via DS
 2022-05-13  9:26 UTC  (4+ messages)
` [PATCH RESEND v12 09/17] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
  ` [PATCH v13 "

[PATCH] kvm: x86/svm/nested: Cache PDPTEs for nested NPT in PAE paging mode
 2022-05-13  8:54 UTC  (2+ messages)

[PATCH v3] KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()
 2022-05-13  7:53 UTC  (2+ messages)

Cyclictest with small interval in guest makes host cpu go very high
 2022-05-13  6:26 UTC  (2+ messages)

[PATCH v2 0/4] KVM: x86: Add support of CMCI signaling and UCNA
 2022-05-13  4:54 UTC  (13+ messages)
` [PATCH v2 1/4] KVM: x86: Clean up KVM APIC LVT logic
` [PATCH v2 2/4] KVM: x86: Add LVTCMCI support
` [PATCH v2 3/4] KVM: x86: Add support for MSR_IA32_MCx_CTL2 MSRs
` [PATCH v2 4/4] KVM: x86: Add support for MCG_CMCI_P and handling of injected UCNAs

[PATCH RFC 11/12] iommufd: vfio container FD ioctl compatibility
 2022-05-13  4:35 UTC  (11+ messages)

[PATCH v11 00/16] Introduce Architectural LBR for vPMU
 2022-05-13  4:02 UTC  (6+ messages)
` [PATCH v11 14/16] KVM: x86/vmx: Flip Arch LBREn bit on guest state change

linux-next: manual merge of the kvm tree with Linus' tree
 2022-05-13  3:53 UTC 

[Bug 215964] New: nVMX: KVM(L0) does not perform a platform reboot when guest(L2) trigger a reboot event through IO-Port-0xCF9
 2022-05-13  1:50 UTC  (2+ messages)
` [Bug 215964] "

[PATCH v2] kvm: selftests: Add KVM_CAP_MAX_VCPU_ID cap test
 2022-05-13  1:03 UTC  (2+ messages)

[RFC PATCH v4 00/36] TDX QEMU support
 2022-05-13  0:46 UTC  (17+ messages)
` [RFC PATCH v4 09/36] KVM: Introduce kvm_arch_pre_create_vcpu()
` [RFC PATCH v4 10/36] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [RFC PATCH v4 14/36] i386/tdx: Implement user specified tsc frequency
` [RFC PATCH v4 23/36] i386/tdx: Setup the TD HOB list
` [RFC PATCH v4 24/36] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [RFC PATCH v4 36/36] docs: Add TDX documentation

[PATCH 0/3] KVM: x86: WRMSR MCi_CTL/STATUS bug fix and cleanups
 2022-05-12 23:32 UTC  (7+ messages)
` [PATCH 1/3] KVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL/STATUS)
` [PATCH 2/3] KVM: x86: Use explicit case-statements for MCx banks in {g,s}et_msr_mce()
` [PATCH 3/3] KVM: x86: Add helpers to identify CTL and STATUS MCi MSRs

[kvm-unit-tests PATCH 0/2] x86: msr: MCi_XXX testcases
 2022-05-12 23:30 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] x86: msr: Take the MSR index and name separately in low level helpers
` [kvm-unit-tests PATCH 2/2] x86: msr: Add tests for MCE bank MSRs

[PATCH v5] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
 2022-05-12 21:43 UTC  (2+ messages)

[PATCH v3 00/22] https://www.spinics.net/lists/kvm/msg267878.html
 2022-05-12 21:34 UTC  (7+ messages)
` [PATCH 16/22] KVM: x86/mmu: remove redundant bits from extended role

[PATCH v2 4/5] KVM: x86: Use __try_cmpxchg_user() to emulate atomic accesses
 2022-05-12 21:27 UTC  (4+ messages)
` [PATCH] KVM: x86: fix a typo in __try_cmpxchg_user that caused cmpxchg to be not atomic

[PATCH v4 0/2] Remove vfio_device_get_from_dev()
 2022-05-12 18:21 UTC  (2+ messages)

[PATCH v4 0/7] Make the rest of the VFIO driver interface use vfio_device
 2022-05-12 18:21 UTC  (2+ messages)

[PATCH V2 mlx5-next 0/4] Improve mlx5 live migration driver
 2022-05-12 18:21 UTC  (5+ messages)

[PATCH] vfio: Stop using iommu_present()
 2022-05-12 18:21 UTC  (2+ messages)

[RFC V2 PATCH 0/8] selftests: KVM: selftests for fd-based approach of supporting private memory
 2022-05-12 18:18 UTC  (11+ messages)
` [RFC V2 PATCH 5/8] selftests: kvm: Add implicit memory conversion tests
` [RFC V2 PATCH 6/8] selftests: kvm: Add KVM_HC_MAP_GPA_RANGE hypercall test
` [RFC V2 PATCH 7/8] selftests: kvm: Add hugepage support to priv_memfd_test suite
` [RFC V2 PATCH 8/8] selftests: kvm: priv_memfd: Add test avoiding double allocation

[PATCH v3] x86/speculation, KVM: only IBPB for switch_mm_always_ibpb on vCPU load
 2022-05-12 17:56 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