public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-18 08:42:55 to 2023-09-19 03:54:55 UTC [more...]

[PATCH 0/7] KVM RISC-V Conditional Operations
 2023-09-19  3:53 UTC  (7+ messages)
` [PATCH 1/7] RISC-V: Detect XVentanaCondOps from ISA string
` [PATCH 2/7] RISC-V: Detect Zicond "
` [PATCH 3/7] RISC-V: KVM: Allow XVentanaCondOps extension for Guest/VM
` [PATCH 4/7] RISC-V: KVM: Allow Zicond "
` [PATCH 5/7] KVM: riscv: selftests: Add senvcfg register to get-reg-list test
` [PATCH 6/7] KVM: riscv: selftests: Add smstateen registers "

[PATCH v21 00/29] Add KVM LoongArch support
 2023-09-19  3:13 UTC  (29+ messages)
` [PATCH v21 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v21 02/29] LoongArch: KVM: Implement kvm module related interface

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2023-09-19  2:59 UTC  (8+ messages)
` [PATCH v9 6/6] KVM: x86/mmu: Handle "

[PATCH 0/3] vfio: Fix the null-ptr-deref bugs in samples of vfio-mdev
 2023-09-19  1:11 UTC  (3+ messages)

[PATCH vfio] vfio/pci: remove msi domain on msi disable
 2023-09-19  0:57 UTC  (12+ messages)

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-19  0:08 UTC  (8+ messages)
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH v13 00/22] TDX host kernel support
 2023-09-18 22:14 UTC  (7+ messages)
` [PATCH v13 17/22] x86/kexec: Flush cache of TDX private memory

[PATCH v3 0/3] vfio: use __aligned_u64 for ioctl structs
 2023-09-18 20:56 UTC  (4+ messages)
` [PATCH v3 1/3] vfio: trivially "
` [PATCH v3 2/3] vfio: use __aligned_u64 in struct vfio_device_gfx_plane_info
` [PATCH v3 3/3] vfio: use __aligned_u64 in struct vfio_device_ioeventfd

[PATCH] vfio/pds: Add missing PCI_IOV depends
 2023-09-18 20:51 UTC  (2+ messages)

[PATCH] vfio/pds: Use proper PF device access helper
 2023-09-18 20:51 UTC  (5+ messages)

KVM nonblocking MMU notifier with KVM_GUEST_USES_PFN looks racy [but is currently unused]
 2023-09-18 18:07 UTC  (2+ messages)

[PATCH 0/4] KVM RISC-V fixes for ONE_REG interface
 2023-09-18 18:06 UTC  (5+ messages)
` [PATCH 1/4] RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registers
` [PATCH 2/4] RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensions
` [PATCH 3/4] KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-list
` [PATCH 4/4] KVM: riscv: selftests: Selectively filter-out AIA registers

[PATCH v10 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-09-18 17:47 UTC  (7+ messages)

[kvm-unit-tests PATCH] Makefile: Add -MP to $(autodepend-flags)
 2023-09-18 17:42 UTC  (2+ messages)

[PATCH net-next v9 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-09-18 17:27 UTC  (5+ messages)
` [PATCH net-next v9 4/4] vsock/virtio: MSG_ZEROCOPY flag support

[PATCH v5 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-09-18 17:24 UTC  (26+ messages)
` [PATCH v5 01/12] KVM: arm64: PMU: Introduce a helper to set the guest's PMU
` [PATCH v5 02/12] KVM: arm64: PMU: Set the default PMU for the guest on vCPU reset
` [PATCH v5 05/12] KVM: arm64: PMU: Simplify extracting PMCR_EL0.N
` [PATCH v5 08/12] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v5 10/12] KVM: selftests: aarch64: Introduce vpmu_counter_access test

[PATCH 00/22] exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize()
 2023-09-18 16:34 UTC  (24+ messages)
` [PATCH 01/22] target/i386: Only realize existing APIC device
` [PATCH 02/22] hw/intc/apic: Pass CPU using QOM link property
` [PATCH 03/22] target/i386/kvm: Correct comment in kvm_cpu_realize()
` [RFC PATCH 04/22] exec/cpu: Never call cpu_reset() before cpu_realize()
` [PATCH 05/22] exec/cpu: Call qemu_init_vcpu() once in cpu_common_realize()
` [PATCH 06/22] exec/cpu: Call cpu_remove_sync() once in cpu_common_unrealize()
` [PATCH 07/22] exec/cpu: Introduce the CPU address space destruction function
` [PATCH 08/22] exec/cpu: RFC Destroy vCPU address spaces in cpu_common_unrealize()
` [PATCH 09/22] target/arm: Create timers *after* accelerator vCPU is realized
` [PATCH 10/22] target/hppa: Create timer "
` [PATCH 11/22] target/nios2: Create IRQs "
` [PATCH 12/22] target/mips: Create clock "
` [PATCH 13/22] target/xtensa: Create IRQs "
` [PATCH 14/22] target/sparc: Init CPU environment "
` [PATCH 15/22] exec/cpu: Introduce CPUClass::verify_accel_features()
` [PATCH 16/22] target/arm: Extract verify_accel_features() from cpu_realize()
` [PATCH 17/22] target/i386: "
` [PATCH 18/22] target/s390x: Call s390_cpu_realize_sysemu from s390_realize_cpu_model
` [PATCH 19/22] target/s390x: Have s390_realize_cpu_model() return a boolean
` [PATCH 20/22] target/s390x: Use s390_realize_cpu_model() as verify_accel_features()
` [PATCH 21/22] exec/cpu: Have cpu_exec_realize() return a boolean
` [PATCH 22/22] exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize()

[PATCH] KVM: arm64: Don't use kerneldoc comment for arm64_check_features()
 2023-09-18 17:14 UTC  (3+ messages)

[PATCH v3 00/13] KVM: xen: update shared_info and vcpu_info handling
 2023-09-18 17:12 UTC  (23+ messages)
` [PATCH v3 01/13] KVM: pfncache: add a map helper function
` [PATCH v3 02/13] KVM: pfncache: add a mark-dirty helper
` [PATCH v3 03/13] KVM: pfncache: add a helper to get the gpa
` [PATCH v3 04/13] KVM: pfncache: base offset check on khva rather than gpa
` [PATCH v3 05/13] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v3 06/13] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v3 07/13] KVM: xen: prepare for using 'default' vcpu_info
` [PATCH v3 08/13] KVM: xen: prevent vcpu_id from changing whilst shared_info is valid
` [PATCH v3 09/13] KVM: xen: automatically use the vcpu_info embedded in shared_info
` [PATCH v3 10/13] KVM: selftests / xen: set KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID
` [PATCH v3 11/13] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v3 12/13] KVM: selftests / xen: don't explicitly set the vcpu_info address
` [PATCH v3 13/13] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability

[PATCH kvmtool v3 00/17] aarch64: Handle PSCI calls in userspace
 2023-09-18 17:05 UTC  (4+ messages)
` [PATCH kvmtool v3 08/17] Add helpers to pause the VM from vCPU thread

[PATCH v2 00/12] KVM: xen: update shared_info and vcpu_info handling
 2023-09-18 14:14 UTC  (32+ messages)
` [PATCH v2 01/12] KVM: pfncache: add a map helper function
` [PATCH v2 02/12] KVM: pfncache: add a mark-dirty helper
` [PATCH v2 03/12] KVM: pfncache: add a helper to get the gpa
` [PATCH v2 04/12] KVM: pfncache: base offset check on khva rather than gpa
` [PATCH v2 05/12] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v2 06/12] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v2 07/12] KVM: xen: prepare for using 'default' vcpu_info
` [PATCH v2 08/12] KVM: xen: automatically use the vcpu_info embedded in shared_info
` [PATCH v2 09/12] KVM: selftests / xen: set KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID
` [PATCH v2 10/12] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v2 11/12] KVM: selftests / xen: don't explicitly set the vcpu_info address
` [PATCH v2 12/12] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability

[PATCH v2 0/3] vfio: use __aligned_u64 for ioctl structs
 2023-09-18 14:15 UTC  (4+ messages)
` [PATCH v2 2/3] vfio: use __aligned_u64 in struct vfio_device_gfx_plane_info

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-09-18 16:17 UTC  (19+ messages)
` [PATCH 01/26] vfio: Wrap KVM helpers with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 02/26] vfio: Move KVM get/put helpers to colocate it with other KVM related code
` [PATCH 03/26] virt: Declare and define vfio_file_set_kvm() iff CONFIG_KVM is enabled
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO
` [PATCH 10/26] KVM: s390: Stop selecting and depending on HAVE_KVM
` [PATCH 18/26] KVM: s390: Stop adding virt/kvm to the arch include path

[PATCH] vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
 2023-09-18 15:39 UTC  (2+ messages)

[kvmtool PATCH v2 0/6] RISC-V AIA irqchip and Svnapot support
 2023-09-18 12:57 UTC  (7+ messages)
` [kvmtool PATCH v2 1/6] Sync-up header with Linux-6.5 for KVM RISC-V
` [kvmtool PATCH v2 2/6] riscv: Add Svnapot extension support
` [kvmtool PATCH v2 3/6] riscv: Make irqchip support pluggable
` [kvmtool PATCH v2 4/6] riscv: Add IRQFD support for in-kernel AIA irqchip
` [kvmtool PATCH v2 5/6] riscv: Use AIA in-kernel irqchip whenever KVM RISC-V supports
` [kvmtool PATCH v2 6/6] riscv: Fix guest/init linkage for multilib toolchain

[PATCH] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
 2023-09-18 12:36 UTC  (2+ messages)

[PATCH v3 00/16] virtio-mem: Expose device memory through multiple memslots
 2023-09-18 12:33 UTC  (4+ messages)
` [PATCH v3 12/16] memory-device,vhost: Support automatic decision on the number of memslots

[kvmtool PATCH 0/6] RISC-V AIA irqchip and Svnapot support
 2023-09-18 11:56 UTC  (4+ messages)

[PATCH] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
 2023-09-18 11:16 UTC  (2+ messages)

[RFC] KVM: x86: Allow userspace exit on HLT and MWAIT, else yield on MWAIT
 2023-09-18 11:59 UTC  (4+ messages)

Słowa kluczowe do wypozycjonowania
 2023-09-18 11:15 UTC 

[PATCH 0/3] Fixes for virtio PCI interrupt handling
 2023-09-18 11:05 UTC  (2+ messages)

[kvmtool] pci: Deregister KVM_PCI_CFG_AREA on pci__exit
 2023-09-18 11:05 UTC  (2+ messages)

[PATCH kvmtool 0/3] Change what --nodefaults does and a revert
 2023-09-18 11:05 UTC  (2+ messages)

[PATCH 0/3] Use arch_make_folio_accessible() everywhere
 2023-09-18 11:01 UTC  (4+ messages)

[RFC PATCH v2 0/8] KVM: arm64: Implement SW/HW combined dirty log
 2023-09-18  9:55 UTC  (14+ messages)
` [RFC PATCH v2 2/8] KVM: arm64: Add KVM_PGTABLE_WALK_HW_DBM for HW DBM support
` [RFC PATCH v2 3/8] KVM: arm64: Add some HW_DBM related pgtable interfaces
` [RFC PATCH v2 4/8] KVM: arm64: Set DBM for previously writeable pages

[PATCH 7/8] KVM: xen: prepare for using 'default' vcpu_info
 2023-09-18  9:25 UTC  (2+ messages)

[RFC v2 0/4] Support reconnection in vduse
 2023-09-18  8:48 UTC  (7+ messages)
` [RFC v2 1/4] vduse: Add function to get/free the pages for reconnection
` [RFC v2 2/4] vduse: Add file operation for mmap
` [RFC v2 4/4] vduse: Add new ioctl VDUSE_GET_RECONNECT_INFO


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