public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-20 17:53:58 to 2024-02-22 16:28:42 UTC [more...]

[RFC PATCH v1 00/26] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
 2024-02-22 16:28 UTC  (28+ messages)
` [RFC PATCH v1 01/26] KVM: Split KVM memory attributes into user and kernel attributes
` [RFC PATCH v1 02/26] KVM: Introduce kvm_gmem_get_pfn_locked(), which retains the folio lock
` [RFC PATCH v1 03/26] KVM: Add restricted support for mapping guestmem by the host
` [RFC PATCH v1 04/26] KVM: Don't allow private attribute to be set if mapped by host
` [RFC PATCH v1 05/26] KVM: Don't allow private attribute to be removed for unmappable memory
` [RFC PATCH v1 06/26] KVM: Implement kvm_(read|/write)_guest_page for private memory slots
` [RFC PATCH v1 07/26] KVM: arm64: Turn llist of pinned pages into an rb-tree
` [RFC PATCH v1 08/26] KVM: arm64: Implement MEM_RELINQUISH SMCCC hypercall
` [RFC PATCH v1 09/26] KVM: arm64: Strictly check page type in MEM_RELINQUISH hypercall
` [RFC PATCH v1 10/26] KVM: arm64: Avoid unnecessary unmap walk "
` [RFC PATCH v1 11/26] KVM: arm64: Add initial support for KVM_CAP_EXIT_HYPERCALL
` [RFC PATCH v1 12/26] KVM: arm64: Allow userspace to receive SHARE and UNSHARE notifications
` [RFC PATCH v1 13/26] KVM: arm64: Create hypercall return handler
` [RFC PATCH v1 14/26] KVM: arm64: Refactor code around handling return from host to guest
` [RFC PATCH v1 15/26] KVM: arm64: Rename kvm_pinned_page to kvm_guest_page
` [RFC PATCH v1 16/26] KVM: arm64: Add a field to indicate whether the guest page was pinned
` [RFC PATCH v1 17/26] KVM: arm64: Do not allow changes to private memory slots
` [RFC PATCH v1 18/26] KVM: arm64: Skip VMA checks for slots without userspace address
` [RFC PATCH v1 19/26] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [RFC PATCH v1 20/26] KVM: arm64: Track sharing of memory from protected guest to host
` [RFC PATCH v1 21/26] KVM: arm64: Mark a protected VM's memory as unmappable at initialization
` [RFC PATCH v1 22/26] KVM: arm64: Handle unshare on way back to guest entry rather than exit
` [RFC PATCH v1 23/26] KVM: arm64: Check that host unmaps memory unshared by guest
` [RFC PATCH v1 24/26] KVM: arm64: Add handlers for kvm_arch_*_set_memory_attributes()
` [RFC PATCH v1 25/26] KVM: arm64: Enable private memory support when pKVM is enabled
` [RFC PATCH v1 26/26] KVM: arm64: Enable private memory kconfig for arm64

[PATCH rc 0/8] Add missing cache flush and dirty tracking set for nested parent domain
 2024-02-22 15:16 UTC  (5+ messages)
` [PATCH rc 3/8] iommu/vt-d: Add missing iotlb flush for "

[PATCH] KVM: x86/xen: fix 32-bit pointer cast
 2024-02-22 15:04 UTC  (3+ messages)

[PATCH v18 000/121] KVM TDX basic feature support
 2024-02-22 14:37 UTC  (5+ messages)
` [PATCH v18 072/121] KVM: TDX: Add TSX_CTRL msr into uret_msrs list
` [PATCH v18 074/121] KVM: TDX: complete interrupts after tdexit

linux-next: build failure after merge of the kvm-arm tree
 2024-02-22 14:31 UTC  (6+ messages)

[PATCH v7] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-02-22 14:28 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 0/3] arm64: runtime scripts improvements on efi
 2024-02-22 14:21 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/3] runtime: Fix the missing last_line

[GIT PULL] Please pull IOMMUFD subsystem changes
 2024-02-22 13:23 UTC 

[PULL 02/32] hw/sysbus: Inline and remove sysbus_add_io()
 2024-02-22 12:55 UTC 

[PATCH for-6.8 v4 0/3] KVM: LoongArch: Fix wrong CPUCFG ID handling
 2024-02-22 12:11 UTC  (7+ messages)
` [PATCH for-6.8 v4 1/3] LoongArch: KVM: Fix input validation of _kvm_get_cpucfg and kvm_check_cpucfg
` [PATCH for-6.8 v4 2/3] LoongArch: KVM: Rename _kvm_get_cpucfg to _kvm_get_cpucfg_mask
` [PATCH for-6.8 v4 3/3] LoongArch: KVM: Streamline kvm_check_cpucfg and improve comments

[PATCH v2] KVM: s390: selftest: memop: Fix undefined behavior
 2024-02-22 11:30 UTC  (2+ messages)

[PATCH 00/13] KVM/arm64: Add NV support for ERET and PAuth
 2024-02-22 11:05 UTC  (3+ messages)
` [PATCH 05/13] KVM: arm64: nv: Add trap forwarding for ERET and SMC

linux-next: manual merge of the kvm tree with the drm-xe tree
 2024-02-22 10:42 UTC  (2+ messages)

[PATCH for-6.8 v3 0/3] KVM: LoongArch: Fix wrong CPUCFG ID handling
 2024-02-22 10:39 UTC  (6+ messages)
` [PATCH for-6.8 v3 1/3] LoongArch: KVM: Fix input validation of _kvm_get_cpucfg and kvm_check_cpucfg

[PATCH v4 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-02-22 10:13 UTC  (7+ messages)

[PATCH v5] KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing
 2024-02-22 10:09 UTC  (2+ messages)

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-02-22  9:24 UTC  (13+ messages)
` [RFC PATCH v5 01/29] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v5 02/29] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [RFC PATCH v5 03/29] KVM: selftests: Store initial stack address in struct kvm_vcpu
` [RFC PATCH v5 04/29] KVM: selftests: Refactor steps in vCPU descriptor table initialization
` [RFC PATCH v5 05/29] KVM: selftests: Add helper functions to create TDX VMs
` [RFC PATCH v5 07/29] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by guest memfd

[PATCH] KVM: s390: only deliver the set service event bits
 2024-02-22  9:40 UTC  (3+ messages)

[PATCH 00/10] crypto: qat - enable SRIOV VF live migration for
 2024-02-22  9:39 UTC  (14+ messages)
` [PATCH 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[RFC 00/26] Intel Thread Director Virtualization
 2024-02-22  7:42 UTC  (2+ messages)

[PATCH v5 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-02-22  3:28 UTC  (7+ messages)
` [PATCH v5 1/6] LoongArch/smp: Refine some ipi functions on LoongArch platform
` [PATCH v5 2/6] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v5 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v5 4/6] LoongArch: Add paravirt interface for guest kernel
` [PATCH v5 5/6] LoongArch: KVM: Add vcpu search support from physical cpuid
` [PATCH v5 6/6] LoongArch: Add pv ipi support on LoongArch system

[PATCH v4 0/2] Add support for LAM in QEMU
 2024-02-22  2:16 UTC  (3+ messages)

[RFC PATCH v4 00/10] KVM: guest_memfd(), X86: Common base for SNP and TDX (was KVM: guest memory: Misc enhancement)
 2024-02-22  2:05 UTC  (5+ messages)
` [RFC PATCH v4 04/10] KVM: x86: Introduce PFERR_GUEST_ENC_MASK to indicate fault is private

[PATCH v10 0/3] Per-vCPU dirty quota-based throttling
 2024-02-22  2:00 UTC  (5+ messages)
` [PATCH v10 1/3] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v10 2/3] KVM: x86: Dirty "
` [PATCH v10 3/3] KVM: arm64: "

[PATCH] Build guest_memfd_test also on arm64
 2024-02-21 23:38 UTC 

[PATCH v2 0/3] hw/i386: Move SGX under KVM and use QDev API
 2024-02-21 21:17 UTC  (2+ messages)

[PULL 02/25] hw/sysbus: Inline and remove sysbus_add_io()
 2024-02-21 21:16 UTC 

[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
 2024-02-21 20:29 UTC  (7+ messages)
` [PATCH v5 11/12] KVM: riscv: selftests: Change vcpu_has_ext to a common function

[PATCH v8 00/10] KVM: selftests: Add SEV smoke test
 2024-02-21 18:23 UTC  (2+ messages)

QEMU was not accepted into GSoC 2024
 2024-02-21 18:02 UTC 

[GIT PULL] KVM fixes for Linux 6.8-rc6
 2024-02-21 17:17 UTC  (2+ messages)

[RFC] cputime: Introduce option to force full dynticks accounting on NOHZ & NOHZ_IDLE CPUs
 2024-02-21 17:11 UTC  (5+ messages)

[PATCH 0/3] KVM: VMX: MSR intercept/passthrough cleanup and simplification
 2024-02-21 16:50 UTC  (6+ messages)
` [PATCH 3/3] KVM: VMX: simplify MSR interception enable/disable

[PATCH 0/9] SVM guest shadow stack support
 2024-02-21 16:38 UTC  (4+ messages)
` [PATCH 6/9] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel

[PATCH v3 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-02-21 15:50 UTC  (11+ messages)
` [PATCH v3 01/10] crypto: qat - adf_get_etr_base() helper
` [PATCH v3 02/10] crypto: qat - relocate and rename 4xxx PF2VM definitions
` [PATCH v3 03/10] crypto: qat - move PFVF compat checker to a function
` [PATCH v3 04/10] crypto: qat - relocate CSR access code
` [PATCH v3 05/10] crypto: qat - rename get_sla_arr_of_type()
` [PATCH v3 06/10] crypto: qat - expand CSR operations for QAT GEN4 devices
` [PATCH v3 07/10] crypto: qat - add bank save and restore flows
` [PATCH v3 08/10] crypto: qat - add interface for live migration
` [PATCH v3 09/10] crypto: qat - implement "
` [PATCH v3 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[PATCH 1/2] kbuild: change tool coverage variables to take the path relative to $(obj)
 2024-02-21 15:24 UTC  (3+ messages)

[RFC 0/8] Introduce SMP Cache Topology
 2024-02-21 15:17 UTC  (5+ messages)
` [RFC 4/8] hw/core: Add cache topology options in -smp

[PATCH v8 00/21] Introduce smp.modules for x86 in QEMU
 2024-02-21 15:15 UTC  (3+ messages)

[syzbot] [kvm?] KMSAN: uninit-value in em_ret
 2024-02-21 14:02 UTC  (2+ messages)

[syzbot] [kvm?] KMSAN: uninit-value in em_ret_near_imm
 2024-02-21 13:59 UTC 

[syzbot] [kvm?] KMSAN: uninit-value in em_ret_near_imm
 2024-02-21 13:56 UTC  (2+ messages)

[PATCH v4 0/2] KVM: s390: Fix AR parameter in ioctl
 2024-02-21 11:43 UTC  (6+ messages)
` [PATCH v4 1/2] KVM: s390: fix access register usage in ioctls
` [PATCH v4 2/2] KVM: s390: selftests: memop: add a simple AR test

[PATCH net-next 1/2] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
 2024-02-21 11:39 UTC  (4+ messages)
    `  "

[PATCH 0/6] hw: Remove sysbus_address_space()
 2024-02-21 10:40 UTC  (13+ messages)
` [PATCH 1/6] hw/arm: Inline sysbus_create_simple(PL110 / PL111)

[GIT PULL] KVM/arm64 fixes for 6.8, take #3
 2024-02-21 10:34 UTC  (3+ messages)

[kvm-unit-tests PATCH v4 0/7] s390x: Add base AP support
 2024-02-21  7:57 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 2/7] s390x: Add guest 2 AP test

[PATCH V1 vfio 0/5] Improve mlx5 driver to better handle some error cases
 2024-02-21  7:45 UTC  (5+ messages)

[kvm-unit-tests PATCH v5 0/8] Multi-migration support
 2024-02-21  7:43 UTC  (10+ messages)
` [kvm-unit-tests PATCH v5 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v5 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v5 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v5 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v5 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v5 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v5 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v5 8/8] migration: add a migration selftest

[kvm-unit-tests PATCH] lib/arm/io: Fix calling getchar() multiple times
 2024-02-21  7:42 UTC  (3+ messages)

[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-02-21  7:35 UTC  (5+ messages)

[PATCH v10 0/8] KVM: allow mapping non-refcounted pages
 2024-02-21  7:25 UTC  (11+ messages)
` [PATCH v10 1/8] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [PATCH v10 2/8] KVM: Relax BUG_ON argument validation
` [PATCH v10 3/8] KVM: mmu: Introduce kvm_follow_pfn()
` [PATCH v10 4/8] KVM: mmu: Improve handling of non-refcounted pfns
` [PATCH v10 5/8] KVM: Migrate kvm_vcpu_map to __kvm_follow_pfn
` [PATCH v10 5/8] KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()
` [PATCH v10 6/8] KVM: x86: Migrate to __kvm_follow_pfn
` [PATCH v10 6/8] KVM: x86: Migrate to kvm_follow_pfn()
` [PATCH v10 7/8] KVM: x86/mmu: Track if sptes refer to refcounted pages
` [PATCH v10 8/8] KVM: x86/mmu: Handle non-refcounted pages

[PATCH v6] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-02-21  6:16 UTC  (3+ messages)

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2024-02-21  6:05 UTC  (8+ messages)

[PATCH v8 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-21  6:01 UTC  (4+ messages)
` [PATCH v8 1/4] kvm: arm64: introduce new flag for non-cacheable "

[PATCH v1 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
 2024-02-21  5:49 UTC  (8+ messages)
` [PATCH v1 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()

[PATCH v4 00/10] KVM: arm64: Avoid serializing LPI get() / put()
 2024-02-21  5:42 UTC  (11+ messages)
` [PATCH v4 01/10] KVM: arm64: vgic: Store LPIs in an xarray
` [PATCH v4 02/10] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
` [PATCH v4 03/10] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
` [PATCH v4 04/10] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
` [PATCH v4 05/10] KVM: arm64: vgic: Get rid of the LPI linked-list
` [PATCH v4 06/10] KVM: arm64: vgic: Use atomics to count LPIs
` [PATCH v4 07/10] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
` [PATCH v4 08/10] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
` [PATCH v4 09/10] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
` [PATCH v4 10/10] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()

[PATCH kvmtool] x86: Fix bios memory size in e820_setup
 2024-02-21  5:28 UTC 

[PATCH v3 00/10] KVM: arm64: Avoid serializing LPI get() / put()
 2024-02-21  5:13 UTC  (10+ messages)
` [PATCH v3 01/10] KVM: arm64: vgic: Store LPIs in an xarray

[PATCH v4 0/4] KVM: x86/mmu: Pre-check for mmu_notifier retry
 2024-02-21  2:10 UTC  (6+ messages)
` [PATCH v4 3/4] KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()

[ANNOUNCE] PUCK Agenda - 2024.02.21 - No topic
 2024-02-21  2:06 UTC 

[PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
 2024-02-21  2:03 UTC  (6+ messages)
` [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters


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