public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-24 02:55:36 to 2023-05-26 04:25:49 UTC [more...]

[PATCH v3 00/10] Add Intel VT-d nested translation
 2023-05-26  4:24 UTC  (19+ messages)
` [PATCH v3 01/10] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v3 02/10] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v3 04/10] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v3 06/10] iommu/vt-d: Set the nested domain to a device
` [PATCH v3 07/10] iommu/vt-d: Add iotlb flush for nested domain
` [PATCH v3 10/10] iommu/vt-d: Disallow nesting on domains with read-only mappings

[PATCH kernel v5 0/6] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-05-26  3:16 UTC  (9+ messages)
` [PATCH kernel v5 5/6] KVM: SEV: Enable data breakpoints in SEV-ES
` [PATCH kernel v5 6/6] x86/sev: Do not handle #VC for DR7 read/write

[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
 2023-05-26  2:36 UTC  (16+ messages)
` [PATCH v1 2/9] KVM: x86/mmu: Add support for prewrite page tracking

[PATCH v6 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-05-26  2:04 UTC  (7+ messages)
` [PATCH v6 09/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
` [PATCH v6 10/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET

[PATCH v2 00/17] Add Nested Translation Support for SMMUv3
 2023-05-26  1:58 UTC  (6+ messages)

[PATCH v2 0/6] KVM: x86/mmu: refine memtype related mmu zap
 2023-05-26  1:49 UTC  (22+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: add a new mmu zap helper to indicate memtype changes
` [PATCH v2 5/6] KVM: x86: Keep a per-VM MTRR state

[PATCH 0/3] Out-of-bounds access in kvm_recalculate_phys_map()
 2023-05-26  0:07 UTC  (5+ messages)
` [PATCH 1/3] KVM: x86: Fix out-of-bounds "
` [PATCH 2/3] KVM: x86: Simplify APIC ID selection "
` [PATCH 3/3] KVM: selftests: Add test for race in kvm_recalculate_apic_map()

[ANNOUNCE] PUCK Agenda - 2023.05.31 - guest_memfd()
 2023-05-25 23:47 UTC 

[PATCH v3 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
 2023-05-25 23:36 UTC  (3+ messages)
` [PATCH v3 2/2] KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded

[PATCH 0/2] KVM support for Intel PMU v5 fixed function PMC bitmap
 2023-05-25 22:35 UTC  (5+ messages)
` [PATCH 1/2] KVM: vmx/pmu: Indicate available fixed function PMCs through a bitmap

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-25 20:57 UTC  (18+ messages)
` [PATCH v2 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v2 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v2 05/34] mm: add utility functions for ptdesc
` [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}

[PATCH v4] vfio/pci: Propagate ACPI notifications to user-space via eventfd
 2023-05-25 20:40 UTC  (2+ messages)

[PATCH] KVM: x86: Track supported ARCH_CAPABILITIES in kvm_caps
 2023-05-25 20:33 UTC  (11+ messages)

[Bug 217472] New: ACPI _OSC features have different values in Host OS and Guest OS
 2023-05-25 20:33 UTC  (3+ messages)
        ` FW: "

[PATCH v2 0/7] KVM: selftests: Add tests for pmu event filter
 2023-05-25 18:12 UTC  (17+ messages)
` [PATCH v2 1/7] KVM: selftests: Replace int with uint32_t for nevents
` [PATCH v2 2/7] KVM: selftests: Apply create_pmu_event_filter() to fixed ctrs
` [PATCH v2 3/7] KVM: selftests: Test unavailable event filters are rejected
` [PATCH v2 4/7] KVM: x86/pmu: Add documentation for fixed ctr on PMU filter
` [PATCH v2 5/7] KVM: selftests: Check if pmu_event_filter meets expectations on fixed ctrs
` [PATCH v2 6/7] KVM: selftests: Check gp event filters without affecting fixed event filters
` [PATCH v2 7/7] KVM: selftests: Test pmu event filter with incompatible kvm_pmu_event_filter

[PATCH v2 00/11] RISCV: Add KVM_GET_REG_LIST API
 2023-05-25 17:20 UTC  (16+ messages)
` [PATCH v2 01/11] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v2 02/11] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v2 03/11] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v2 04/11] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v2 05/11] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v2 06/11] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v2 07/11] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v2 08/11] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v2 09/11] KVM: riscv: selftests: Make check_supported arch specific
` [PATCH v2 10/11] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v2 11/11] KVM: riscv: selftests: Add get-reg-list test

[RFC PATCH v3 00/17] vsock: MSG_ZEROCOPY flag support
 2023-05-25 15:56 UTC  (2+ messages)

[PATCH v11 00/23] Add vfio_device cdev for iommufd support
 2023-05-25 15:59 UTC  (21+ messages)
` [PATCH v11 19/23] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v11 20/23] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v11 21/23] vfio: Determine noiommu device in __vfio_register_dev()

[PATCH v8 0/6] Linear Address Masking (LAM) KVM Enabling
 2023-05-25 15:59 UTC  (3+ messages)

[PATCH v2] KVM: MAINTAINERS: note that linux-kvm.org isn't current
 2023-05-25 15:32 UTC 

[PATCH v2 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-05-25 15:21 UTC  (4+ messages)

[PATCH kvmtool 0/2] Fix builds with clang
 2023-05-25 14:48 UTC  (3+ messages)
` [PATCH kvmtool 1/2] option parsing: fix type of empty .argh parameter
` [PATCH kvmtool 2/2] virtio: sanitise virtio endian wrappers

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-05-25  8:54 UTC  (11+ messages)
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*

[PATCH v3 00/21] Enable CET Virtualization
 2023-05-25  6:10 UTC  (12+ messages)
` [PATCH v3 06/21] KVM:x86: Report XSS as to-be-saved if there are supported features
` [PATCH v3 07/21] KVM:x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v3 14/21] KVM:VMX: Add a synthetic MSR to allow userspace to access GUEST_SSP
` [PATCH v3 18/21] KVM:x86: Enable CET virtualization for VMX and advertise to userspace

[PATCH v2 0/3] MSR_IA32_ARCH_CAPABILITIES cleanups
 2023-05-25  2:17 UTC  (9+ messages)
` [PATCH v2 1/3] KVM: x86: Track supported ARCH_CAPABILITIES in kvm_caps
` [PATCH v2 2/3] KVM: x86: Correct the name for skipping VMENTER l1d flush
` [PATCH v2 3/3] x86/cpu, KVM: Use helper function to read MSR_IA32_ARCH_CAPABILITIES

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-05-25  1:41 UTC  (31+ messages)
` [PATCH v2 01/11] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v2 02/11] iommu: Add nested domain support
` [PATCH v2 03/11] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v2 04/11] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc()
` [PATCH v2 06/11] iommufd: IOMMU_HWPT_ALLOC allocation with user data

[PATCH V5 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-05-24 23:37 UTC  (9+ messages)
` [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met

[PATCH 0/7] KVM: selftests: Test the consistency of the PMU's CPUID and its features
 2023-05-24 23:08 UTC  (14+ messages)
` [PATCH 1/7] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH 2/7] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH 3/7] KVM: selftests: Test consistency of CPUID with num of GP counters
` [PATCH 4/7] KVM: selftests: Test consistency of CPUID with num of Fixed counters
` [PATCH 7/7] KVM: selftests: Test Intel counters' bit width emulation

[PATCH 0/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
 2023-05-24 21:32 UTC  (19+ messages)
` [PATCH 2/5] KVM: x86/pmu: Add a helper to check if pmc has PEBS mode enabled
` [PATCH 3/5] KVM: x86/pmu: Move the overflow of a normal counter out of PMI context
` [PATCH 4/5] KVM: x86/pmu: Reorder functions to reduce unnecessary declarations
` [PATCH 5/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction

[PATCH v2] KVM: x86/pmu: Fix emulation on Intel counters' bit width
 2023-05-24 20:33 UTC  (6+ messages)

[PATCH v6 0/4] KVM: allow mapping non-refcounted pages
 2023-05-24 20:05 UTC  (9+ messages)
` [PATCH v6 1/4] KVM: mmu: introduce new gfn_to_pfn_noref functions

[PATCH v6] vfio/cdx: add support for CDX bus
 2023-05-24 19:48 UTC  (3+ messages)

[RFC PATCH v2 0/6] SVM guest shadow stack support
 2023-05-24 17:24 UTC  (8+ messages)
` [RFC PATCH v2 1/6] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [RFC PATCH v2 2/6] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
` [RFC PATCH v2 3/6] KVM: x86: SVM: Pass through shadow stack MSRs
` [RFC PATCH v2 4/6] KVM: SVM: Save shadow stack host state on VMRUN
` [RFC PATCH v2 5/6] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
` [RFC PATCH v2 6/6] KVM: SVM: Add CET features to supported_xss

[PATCH v2 00/13] local_clock() vs noinstr
 2023-05-24 16:40 UTC  (5+ messages)
` [PATCH v2 03/13] arm64/io: Always inline all of __raw_{read,write}[bwlq]()
` [PATCH v2 04/13] arm64/arch_timer: Provide noinstr sched_clock_read() functions

[RFC PATCH v2] x86/sev-es: Include XSS value in GHCB CPUID request
 2023-05-24 15:56 UTC 

[PATCH V5 00/11] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-05-24 14:38 UTC  (4+ messages)

[PATCH -next v20 11/26] riscv: Allocate user's vector context in the first-use trap
 2023-05-24 14:21 UTC  (3+ messages)

[GIC PULL] KVM/arm64 fixes for 6.4, take #2
 2023-05-24 14:18 UTC  (2+ messages)

[PATCH kvmtool 00/16] Fix vhost-net, scsi and vsock
 2023-05-24 13:53 UTC  (3+ messages)

Deadlock due to EPT_VIOLATION
 2023-05-24 13:39 UTC  (3+ messages)

[PATCH 0/2] KVM: arm64: Handle MTE Set/Way CMOs
 2023-05-24 12:49 UTC  (2+ messages)

[PATCH kvmtool v3 0/2] Fix virtio/rng handling in low entropy situations
 2023-05-24 11:22 UTC  (3+ messages)
` [PATCH kvmtool v3 1/2] virtio/rng: switch to using /dev/urandom
` [PATCH kvmtool v3 2/2] virtio/rng: return at least one byte of entropy

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-05-24  9:53 UTC  (3+ messages)
` [PATCH v3 6/6] vfio/nvgpu: register device memory for poison handling

[kvm-unit-tests PATCH v2 0/1] Fixing infinite loop on SCLP READ SCP INFO error
 2023-05-24  8:33 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/1] s390x: sclp: consider monoprocessor on read_info error

[PATCH] vfio/pci: Also demote hiding standard cap messages
 2023-05-24  8:01 UTC  (3+ messages)

[PATCH -next v20 12/26] riscv: Add ptrace vector support
 2023-05-24  7:50 UTC  (3+ messages)

[PATCH v3 0/4] iommufd: Add iommu hardware info reporting
 2023-05-24  5:19 UTC  (6+ messages)
` [PATCH v3 3/4] iommufd: Add IOMMU_DEVICE_GET_HW_INFO

[PATCH 1/2] mmu_notifiers: Restore documentation for .invalidate_range()
 2023-05-24  4:57 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox