kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-16 17:04:07 to 2023-05-18 19:46:47 UTC [more...]

[PATCH v5 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-05-18 19:45 UTC  (24+ messages)
` [PATCH v5 01/10] vfio-iommufd: Create iommufd_access for noiommu devices
` [PATCH v5 06/10] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
` [PATCH v5 07/10] vfio: Add helper to search vfio_device in a dev_set
` [PATCH v5 08/10] iommufd: Add iommufd_ctx_has_group()
` [PATCH v5 09/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev

[PATCH 0/9] KVM: x86/mmu: Clean up MMU_DEBUG and BUG/WARN usage
 2023-05-18 19:05 UTC  (3+ messages)
` [PATCH 9/9] KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=y

[PATCH] KVM: SVM: Remove TSS reloading code after VMEXIT
 2023-05-18 18:24 UTC  (3+ messages)

[PATCH] vfio/type1: check pfn valid before converting to struct page
 2023-05-18 18:07 UTC  (4+ messages)

[PATCH v3 00/28] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-05-18 18:04 UTC  (12+ messages)
` [PATCH v3 03/28] drm/i915/gvt: Verify hugepages are contiguous in physical address space
` [PATCH v3 07/28] drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTT
` [PATCH v3 12/28] KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change
` [PATCH v3 21/28] KVM: x86/mmu: Use page-track notifiers iff there are external users

[PATCH -next v20 00/26] riscv: Add vector ISA support
 2023-05-18 17:47 UTC  (30+ messages)
` [PATCH -next v20 01/26] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v20 02/26] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v20 03/26] riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0
` [PATCH -next v20 04/26] riscv: Add new csr defines related to vector extension
` [PATCH -next v20 05/26] riscv: Clear vector regfile on bootup
` [PATCH -next v20 06/26] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v20 07/26] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v20 08/26] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v20 09/26] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v20 10/26] riscv: Add task switch support for vector
` [PATCH -next v20 11/26] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v20 12/26] riscv: Add ptrace vector support
` [PATCH -next v20 13/26] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v20 14/26] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v20 15/26] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v20 16/26] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v20 17/26] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v20 18/26] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v20 19/26] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v20 20/26] riscv: Add prctl controls for userspace vector management
` [PATCH -next v20 21/26] riscv: Add sysctl to set the default vector rule for new processes
` [PATCH -next v20 22/26] riscv: detect assembler support for .option arch
` [PATCH -next v20 23/26] riscv: Enable Vector code to be built
` [PATCH -next v20 24/26] riscv: Add documentation for Vector
` [PATCH -next v20 25/26] selftests: Test RISC-V Vector prctl interface
` [PATCH -next v20 26/26] selftests: add .gitignore file for RISC-V hwprobe

[PATCH] KVM: x86: Track supported ARCH_CAPABILITIES in kvm_caps
 2023-05-18 17:33 UTC  (3+ messages)

[kvm-unit-tests PATCH] arm64: Make vector_table and vector_stub weak symbols
 2023-05-18 16:06 UTC  (2+ messages)

Fwd: Persistent rt_sigreturn segfaults on KVM VMs after upgrade to 5.15
 2023-05-18 15:01 UTC  (3+ messages)

[RESEND PATCH v2] KVM: x86: Update KVM_GET_CPUID2 to return valid entry count
 2023-05-18 14:14 UTC 

[Bug 217423] New: TSC synchronization issue in VM restore
 2023-05-18 12:48 UTC  (4+ messages)
` [Bug 217423] "

[PATCH v3 00/13] KVM: arm64: Userspace SMCCC call filtering
 2023-05-18 12:16 UTC  (11+ messages)
` [PATCH v3 08/13] KVM: arm64: Add support for KVM_EXIT_HYPERCALL

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-18 12:12 UTC  (2+ messages)

[PATCH v7 03/19] iommufd: Replace the hwpt->devices list with iommufd_group
 2023-05-18 12:02 UTC  (8+ messages)

[RFC PATCH v2 00/11] Intel IA32_SPEC_CTRL Virtualization
 2023-05-18 10:25 UTC  (13+ messages)
` [RFC PATCH v2 02/11] KVM: x86: Advertise CPUID.7.2.EDX and RRSBA_CTRL support
` [RFC PATCH v2 06/11] KVM: x86: Advertise ARCH_CAP_VIRTUAL_ENUM support
` [RFC PATCH v2 08/11] KVM: VMX: Advertise MITI_ENUM_RETPOLINE_S_SUPPORT

[PATCH v7 0/1] arm: enable MTE for QEMU + kvm
 2023-05-18 10:09 UTC  (4+ messages)
` [PATCH v7 1/1] arm/kvm: add support for MTE

[PATCH v2 0/3] KVM: Fix some comments
 2023-05-18  9:13 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: Fix comment for KVM_ENABLE_CAP
` [PATCH v2 2/3] KVM: x86: Fix comments that refer to the out-dated msrs_to_save_all
` [PATCH v2 3/3] KVM: Documentation: Fix a typo in Documentation/virt/kvm/x86/mmu.rst

[PATCH] KVM: SVM: Update destination when updating pi irte
 2023-05-18  9:02 UTC  (6+ messages)

[PATCH 0/2] RISCV: Add KVM_GET_REG_LIST API
 2023-05-18  8:10 UTC  (6+ messages)
` [PATCH 2/2] KVM: selftests: Add riscv get-reg-list test

[PATCH v2 0/2] KVM: Fix race between reboot and hardware enabling
 2023-05-18  7:38 UTC  (2+ messages)

[PATCH v9 0/5] Support writable CPU ID registers from userspace
 2023-05-18  7:17 UTC  (7+ messages)
` [PATCH v9 1/5] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v9 2/5] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v9 3/5] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v9 4/5] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v9 5/5] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH v11 00/23] Add vfio_device cdev for iommufd support
 2023-05-18  5:39 UTC  (2+ messages)

[PATCH 0/2] KVM: Fix some comments
 2023-05-18  5:20 UTC  (6+ messages)
` [PATCH 1/2] KVM: Fix comments for KVM_ENABLE_CAP
` [PATCH 2/2] KVM: x86: Fix some comments

[PATCH v8 0/6] Linear Address Masking (LAM) KVM Enabling
 2023-05-18  4:01 UTC  (6+ messages)
` [PATCH v8 2/6] KVM: x86: Virtualize CR4.LAM_SUP

[PATCH v10 00/30] Add KVM LoongArch support
 2023-05-18  2:56 UTC  (2+ messages)

[PATCH v7 00/19] Add iommufd physical device operations for replace and alloc hwpt
 2023-05-17 23:57 UTC  (2+ messages)

[PATCH v8 0/6] Support writable CPU ID registers from userspace
 2023-05-17 22:55 UTC  (21+ messages)
` [PATCH v8 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v8 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v8 5/6] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v8 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH v6 1/6] mm/gup: remove unused vmas parameter from get_user_pages()
 2023-05-17 19:25 UTC  (4+ messages)
` [PATCH v6 2/6] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
` [PATCH v6 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
` [PATCH v6 5/6] mm/gup: remove vmas parameter from pin_user_pages()

[GIT PULL] KVM/arm64 fixes for 6.4, take #1
 2023-05-17 17:35 UTC  (2+ messages)

[PATCH V1 0/8] vfio virtual address update redo
 2023-05-17 17:35 UTC  (6+ messages)
` [PATCH V1 1/8] vfio: delete interfaces to update vaddr

[PATCH 0/5] s390/uvdevice: Expose secret UVCs
 2023-05-17 16:11 UTC  (6+ messages)
` [PATCH 3/5] s390/uvdevice: Add 'List Secrets' UVC
` [PATCH 5/5] s390/uv: Update query for secret-UVCs

[PATCH V5 00/11] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-05-17 15:47 UTC  (12+ messages)
` [PATCH V5 03/11] vfio/pci: Prepare for dynamic interrupt context storage
` [PATCH V5 07/11] vfio/pci: Update stale comment
` [PATCH V5 10/11] vfio/pci: Support dynamic MSI-X

[PATCH v3] vfio/pci: Propagate ACPI notifications to user-space via eventfd
 2023-05-17 14:53 UTC  (3+ messages)

[PATCH v2 0/2] KVM: s390: CMMA migration selftest and small bugfix
 2023-05-17 14:34 UTC  (3+ messages)

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-05-17 14:12 UTC  (6+ messages)

[RFC PATCH V6 00/14] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-05-17 13:28 UTC  (14+ messages)
` [RFC PATCH V6 01/14] x86/sev: Add a #HV exception handler
` [RFC PATCH V6 02/14] x86/sev: Add Check of #HV event in path
` [RFC PATCH V6 04/14] x86/sev: optimize system vector processing invoked from #HV exception
` [RFC PATCH V6 13/14] x86/hyperv: Add smp support for sev-snp guest
  ` [EXTERNAL] "

[kvm-unit-tests PATCH v2 0/6] s390x: Add support for running guests without MSO/MSL
 2023-05-17 13:04 UTC  (13+ messages)
` [kvm-unit-tests PATCH v2 1/6] s390x: add function to set DAT mode for all interrupts
` [kvm-unit-tests PATCH v2 2/6] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v2 4/6] s390x: fix compile of interrupt.c
` [kvm-unit-tests PATCH v2 5/6] s390x: lib: sie: don't reenter SIE on pgm int

[PATCH v5 1/6] mm/gup: remove unused vmas parameter from get_user_pages()
 2023-05-17 13:04 UTC  (12+ messages)
` [PATCH v5 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
` [PATCH v5 5/6] mm/gup: remove vmas parameter from pin_user_pages()

[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
 2023-05-17 12:47 UTC  (4+ messages)
` [PATCH v1 3/9] virt: Implement Heki common code

[RFC][PATCH 0/9] local_clock() vs noinstr
 2023-05-17 11:13 UTC  (5+ messages)
` [RFC][PATCH 7/9] x86/tsc: Provide sched_clock_noinstr()

[PATCH 00/10] RISC-V KVM in-kernel AIA irqchip
 2023-05-17 10:51 UTC  (11+ messages)
` [PATCH 01/10] RISC-V: KVM: Implement guest external interrupt line management
` [PATCH 02/10] RISC-V: KVM: Add IMSIC related defines
` [PATCH 03/10] RISC-V: KVM: Add APLIC "
` [PATCH 04/10] RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zero
` [PATCH 05/10] RISC-V: KVM: Skeletal in-kernel AIA irqchip support
` [PATCH 06/10] RISC-V: KVM: Implement device interface for AIA irqchip
` [PATCH 07/10] RISC-V: KVM: Add in-kernel emulation of AIA APLIC
` [PATCH 08/10] RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchip
` [PATCH 09/10] RISC-V: KVM: Add in-kernel virtualization of AIA IMSIC
` [PATCH 10/10] RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchip

[PATCH 0/2] KVM: arm64: Handle MTE Set/Way CMOs
 2023-05-17 10:24 UTC  (6+ messages)
` [PATCH 1/2] arm64: Add missing Set/Way CMO encodings
` [PATCH 2/2] KVM: arm64: Handle trap of tagged Set/Way CMOs

[PATCH v6] vfio/cdx: add support for CDX bus
 2023-05-17  9:57 UTC 

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

vPASID capability for VF
 2023-05-17  5:22 UTC  (9+ messages)

[PATCH v7 02/19] iommufd: Add iommufd_group
 2023-05-17  4:18 UTC  (4+ messages)

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-05-17  3:08 UTC  (3+ messages)
` [PATCH v2 06/11] iommufd: IOMMU_HWPT_ALLOC allocation with user data

[PATCH] KVM: VMX: Fix header file dependency of asm/vmx.h
 2023-05-16 23:11 UTC  (4+ messages)

[PATCH] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
 2023-05-16 21:37 UTC 

[PATCH v3 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-05-16 18:54 UTC  (12+ messages)
` [PATCH v3 2/7] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v3 6/7] KVM: arm64: Add 'skip_flush' arg to stage2_put_pte()
` [PATCH v3 7/7] KVM: arm64: Use TLBI range-based intructions for unmap

[PATCH v8 00/12] Implement Eager Page Splitting for ARM
 2023-05-16 18:21 UTC  (2+ messages)


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