public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-08 14:03:14 to 2023-02-09 19:51:48 UTC [more...]

[PATCH 00/17] Add Intel VT-d nested translation
 2023-02-09 19:51 UTC  (24+ messages)
` [PATCH 01/17] iommu: Add new iommu op to create domains owned by userspace
` [PATCH 02/17] iommu: Add nested domain support
` [PATCH 03/17] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH 04/17] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH 05/17] iommu/vt-d: Add nested domain support
` [PATCH 06/17] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH 07/17] iommufd: Add/del hwpt to IOAS at alloc/destroy()
` [PATCH 08/17] iommufd: Split iommufd_hw_pagetable_alloc()
` [PATCH 09/17] iommufd: Add kernel-managed hw_pagetable allocation for userspace
` [PATCH 10/17] iommufd/device: Move IOAS attaching and detaching operations into helpers
` [PATCH 11/17] iommufd: Add infrastructure for user-managed hw_pagetable allocation
` [PATCH 12/17] iommufd: Add "
` [PATCH 13/17] iommufd/device: Report supported stage-1 page table types
` [PATCH 14/17] iommufd/selftest: Add IOMMU_TEST_OP_MOCK_DOMAIN_REPLACE test op
` [PATCH 15/17] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC ioctl
` [PATCH 16/17] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH 17/17] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl

[PATCH v2 00/10] Add IO page table replacement support
 2023-02-09 18:58 UTC  (27+ messages)
` [PATCH v2 01/10] iommu: Move dev_iommu_ops() to private header
` [PATCH v2 02/10] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v2 03/10] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v2 04/10] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_SET_IOAS coverage
` [PATCH v2 05/10] iommufd: Add replace support in iommufd_access_set_ioas()
` [PATCH v2 07/10] iommufd/device: Make hwpt_list list_add/del symmetric
` [PATCH v2 08/10] iommufd/device: Use iommu_group_replace_domain()
` [PATCH v2 09/10] vfio: Support IO page table replacement
` [PATCH v2 10/10] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()

[PATCH v8 0/9] Parallel CPU bringup for x86_64
 2023-02-09 18:31 UTC  (12+ messages)
` [PATCH v8 1/9] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v8 2/9] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v8 3/9] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v8 4/9] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v8 5/9] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v8 6/9] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v8 7/9] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v8 8/9] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
` [PATCH v8 9/9] x86/smpboot: Serialize topology updates for secondary bringup

[PATCH 00/18] KVM: arm64: Prefix patches for NV support
 2023-02-09 17:58 UTC  (19+ messages)
` [PATCH 01/18] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH 02/18] KVM: arm64: Use the S2 MMU context to iterate over S2 table
` [PATCH 03/18] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH 04/18] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH 05/18] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH 06/18] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH 07/18] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH 08/18] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH 09/18] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH 10/18] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH 11/18] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH 12/18] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH 13/18] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from virtual EL2
` [PATCH 14/18] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH 15/18] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH 16/18] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH 17/18] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH 18/18] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes

[PATCH v4 0/9] Linear Address Masking (LAM) KVM Enabling
 2023-02-09 17:27 UTC  (17+ messages)
` [PATCH v4 1/9] KVM: x86: Intercept CR4.LAM_SUP when LAM feature is enabled in guest
` [PATCH v4 2/9] KVM: x86: MMU: Clear CR3 LAM bits when allocate shadow root
` [PATCH v4 3/9] KVM: x86: MMU: Commets update
` [PATCH v4 4/9] KVM: x86: MMU: Integrate LAM bits when build guest CR3
` [PATCH v4 5/9] KVM: x86: Untag LAM bits when applicable
` [PATCH v4 6/9] KVM: x86: When KVM judges CR3 valid or not, consider LAM bits
` [PATCH v4 7/9] KVM: x86: When guest set CR3, handle LAM bits semantics
` [PATCH v4 8/9] KVM: x86: emulation: Apply LAM when emulating data access
` [PATCH v4 9/9] KVM: x86: LAM: Expose LAM CPUID to user space VMM

[PATCH v15 00/11] s390x: CPU Topology
 2023-02-09 17:14 UTC  (20+ messages)
` [PATCH v15 01/11] s390x/cpu topology: adding s390 specificities to CPU topology
` [PATCH v15 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v15 08/11] qapi/s390x/cpu topology: x-set-cpu-topology monitor command
` [PATCH v15 10/11] qapi/s390x/cpu topology: CPU_POLARITY_CHANGE qapi event
` [PATCH v15 11/11] docs/s390x/cpu topology: document s390x cpu topology

[PATCH v2 00/12] Implement Eager Page Splitting for ARM
 2023-02-09 16:17 UTC  (12+ messages)
` [PATCH v2 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v2 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v2 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v2 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG

[PATCH v7 0/9] Parallel CPU bringup for x86_64
 2023-02-09 15:48 UTC  (21+ messages)
` [PATCH v7 5/9] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v7 6/9] x86/smpboot: Support parallel startup of secondary CPUs
  ` [External] Re: [PATCH v7 0/9] Parallel CPU bringup for x86_64

[kvm-unit-tests PATCH v4 0/6] arm: pmu: Add support for PMUv3p5
 2023-02-09 14:59 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 2/6] arm: pmu: Prepare for testing 64-bit overflows

[PATCH 0/2] KVM: VMX: Stub out enable_evmcs static key
 2023-02-09 13:56 UTC  (6+ messages)
` [PATCH 1/2] KVM: nVMX: Move EVMCS1_SUPPORT_* macros to hyperv.c
` [PATCH 2/2] KVM: VMX: Stub out enable_evmcs static key for CONFIG_HYPERV=n

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-02-09 11:36 UTC  (5+ messages)
` [RFC PATCH V3 16/16] x86/sev: Fix interrupt exit code paths from #HV exception

[GIT PULL 00/18] KVM: s390x: KVM s390x changes for 6.3
 2023-02-09 10:23 UTC  (19+ messages)
` [GIT PULL 01/18] KVM: s390: disable migration mode when dirty tracking is disabled
` [GIT PULL 02/18] KVM: selftests: Compile s390 tests with -march=z10
` [GIT PULL 03/18] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [GIT PULL 04/18] KVM: s390: selftest: memop: Replace macros by functions
` [GIT PULL 05/18] KVM: s390: selftest: memop: Move testlist into main
` [GIT PULL 06/18] KVM: s390: selftest: memop: Add bad address test
` [GIT PULL 07/18] KVM: s390: selftest: memop: Fix typo
` [GIT PULL 08/18] KVM: s390: selftest: memop: Fix wrong address being used in test
` [GIT PULL 09/18] KVM: s390: selftest: memop: Fix integer literal
` [GIT PULL 10/18] KVM: s390: Move common code of mem_op functions into function
` [GIT PULL 11/18] KVM: s390: Dispatch to implementing function at top level of vm mem_op
` [GIT PULL 12/18] KVM: s390: Refactor absolute vm mem_op function
` [GIT PULL 13/18] KVM: s390: Refactor vcpu "
` [GIT PULL 14/18] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
` [GIT PULL 15/18] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [GIT PULL 16/18] KVM: s390: selftest: memop: Add cmpxchg tests
` [GIT PULL 17/18] KVM: s390: GISA: sort out physical vs virtual pointers usage
` [GIT PULL 18/18] s390/virtio: "

[RFC PATCH 0/5] Add new VFIO PCI driver for NVMe devices
 2023-02-09  9:09 UTC  (4+ messages)
` [RFC PATCH 3/5] nvme-vfio: enable the function of VFIO live migration

[PATCH v4 0/2] Update VFIO doc
 2023-02-09  8:24 UTC  (4+ messages)
` [PATCH v4 1/2] vfio: Update the kdoc for vfio_device_ops
` [PATCH v4 2/2] docs: vfio: Update vfio.rst per latest interfaces

[PATCH v3 0/2] Update VFIO doc
 2023-02-09  8:12 UTC  (4+ messages)
` [PATCH v3 2/2] docs: vfio: Update vfio.rst per latest interfaces

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-09  7:25 UTC  (3+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH 0/6] iommufd: Add iommu capability reporting
 2023-02-09  4:16 UTC  (7+ messages)
` [PATCH 1/6] iommu: Add new iommu op to get iommu hardware information
` [PATCH 2/6] iommu/vt-d: Implement hw_info for iommu capability query
` [PATCH 3/6] iommufd: Add IOMMU_DEVICE_GET_INFO
` [PATCH 4/6] iommufd/device: Add mock_device support in iommufd_device_get_info()
` [PATCH 5/6] iommufd/selftest: Set iommu_device for mock_device
` [PATCH 6/6] iommufd/selftest: Add coverage for IOMMU_DEVICE_GET_INFO ioctl

[Patch v2 0/5] Optimize clear dirty log
 2023-02-08 23:44 UTC  (6+ messages)
` [Patch v2 2/5] KVM: x86/mmu: Optimize SPTE change flow for clear-dirty-log

[PATCH] pci/mmap: add pci device EBUSY check
 2023-02-08 22:43 UTC  (2+ messages)

[PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
 2023-02-08 21:50 UTC  (5+ messages)
` [PATCH kernel] KVM: SVM: Fix SVM_VMGEXIT_EXT_GUEST_REQUEST to follow the rest of API

[PATCH v2 0/2] perf/x86: KVM: Disable vPMU on hybrid CPUs
 2023-02-08 20:42 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86/pmu: Disable vPMU support on hybrid CPUs (host PMUs)
` [PATCH v2 2/2] perf/x86: Refuse to export capabilities for hybrid PMUs

Fwd: [RFC PATCH 00/39] Add RISC-V cryptography extensions standardisation
 2023-02-08 19:32 UTC  (2+ messages)

[PATCH -next v13 00/19] riscv: Add vector ISA support
 2023-02-08 18:19 UTC  (6+ messages)
` [PATCH -next v13 19/19] riscv: Enable Vector code to be built

[PATCH 0/7] KVM: Standardize on "int" return types instead of "long"
 2023-02-08 17:35 UTC  (3+ messages)
` [PATCH 7/7] KVM: Change return type of kvm_arch_vm_ioctl() to "int"

[PATCH] KVM: arm64: Fix non-kerneldoc comments
 2023-02-08 17:30 UTC  (2+ messages)

[PATCH] KVM: selftests: Enable USERFAULTFD
 2023-02-08 17:30 UTC  (2+ messages)

[PATCH] KVM: selftests: Added eBPF program and selftest to collect vmx exit stat
 2023-02-08 17:21 UTC  (4+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-08 16:30 UTC  (3+ messages)
` [PATCH RFC v7 16/64] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2023-02-08 16:09 UTC  (8+ messages)
` [PATCH v2 07/11] KVM: x86: add a delayed hardware NMI injection interface

[Bug 75331] New: "soft lockup CPU#0 stuck for 23s" regression on 32bit 3.13.0+ kernels
 2023-02-08 15:42 UTC  (2+ messages)
` [Bug 75331] "

[PATCH vfio] vfio/mlx5: Fix range size calculation upon tracker creation
 2023-02-08 15:22 UTC 

[PATCH v2 0/6] KVM: Standardize on "int" return types instead of "long"
 2023-02-08 15:03 UTC  (7+ messages)
` [PATCH v2 3/6] KVM: x86: Remove the KVM_GET_NR_MMU_PAGES ioctl
` [PATCH v2 4/6] KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAX
` [PATCH v2 6/6] KVM: Change return type of kvm_arch_vm_ioctl() to "int"

[PATCH] KVM: selftests: Remove duplicate macro definition
 2023-02-08 15:00 UTC  (2+ messages)

[PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
 2023-02-08 14:57 UTC  (9+ messages)

[PATCH v1 0/2] KVM: s390: CMMA migration selftest and small bugfix
 2023-02-08 14:48 UTC  (3+ messages)
` [PATCH v1 2/2] KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes
` [PATCH v1 1/2] KVM: s390: selftests: add selftest for CMMA migration

[PATCH] KVM: selftests: Clean up misnomers in xen_shinfo_test
 2023-02-08 14:46 UTC  (3+ messages)

[PATCH v2] selftests: KVM: Replace optarg with arg in guest_modes_cmdline
 2023-02-08 14:45 UTC  (3+ messages)

[Patch v2] KVM: selftests: Make reclaim_period_ms input always be positive
 2023-02-08 14:40 UTC  (4+ messages)

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-02-08 14:25 UTC  (6+ messages)
` [RFC PATCH 29/32] KVM: arm64: Pass hypercalls to userspace


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