kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-08 07:57:54 to 2022-09-09 09:51:43 UTC [more...]

[PATCH 1/2] KVM: x86/xen: Remove redundant NULL check
 2022-09-09  9:50 UTC  (2+ messages)
` [PATCH 2/2] KVM: x86: Introduce kvm_gfn_to_hva_cache_valid()

[PATCH 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-09-09  9:38 UTC  (7+ messages)
` [PATCH 06/14] KVM: arm64: Return next table from map callbacks
` [PATCH 09/14] KVM: arm64: Free removed stage-2 tables in RCU callback

[PATCH 0/4] Fix splats releated to using the iommu_group after destroying devices
 2022-09-09  9:05 UTC  (9+ messages)
` [PATCH 1/4] vfio: Simplify vfio_create_group()
` [PATCH 2/4] vfio: Move the sanity check of the group to vfio_create_group()
` [PATCH 3/4] vfio: Follow a strict lifetime for struct iommu_group *
` [PATCH 4/4] iommu: Fix ordering of iommu_release_device()

[PATCH 0/4] Conditionally read fields in dev cfg space
 2022-09-09  8:57 UTC  (5+ messages)
` [PATCH 1/4] vDPA: allow userspace to query features of a vDPA device
` [PATCH 2/4] vDPA: only report driver features if FEATURES_OK is set
` [PATCH 3/4] vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presence
` [PATCH 4/4] vDPA: Conditionally read MTU and MAC in dev cfg space

[PATCH] kvm/x86: reserve bit KVM_HINTS_PHYS_ADDRESS_SIZE_DATA_VALID
 2022-09-09  9:02 UTC  (4+ messages)

[PATCH v3 00/15] Tidy up vfio_device life cycle
 2022-09-09 10:22 UTC  (18+ messages)
` [PATCH v3 01/15] vfio: Add helpers for unifying "
` [PATCH v3 02/15] vfio/pci: Use the new device life cycle helpers
` [PATCH v3 03/15] vfio/mlx5: "
` [PATCH v3 04/15] vfio/hisi_acc: "
` [PATCH v3 05/15] vfio/mdpy: "
` [PATCH v3 06/15] vfio/mtty: "
` [PATCH v3 07/15] vfio/mbochs: "
` [PATCH v3 08/15] drm/i915/gvt: "
` [PATCH v3 09/15] vfio/ap: "
` [PATCH v3 10/15] vfio/fsl-mc: "
` [PATCH v3 11/15] vfio/platform: "
` [PATCH v3 12/15] vfio/amba: "
` [PATCH v3 13/15] vfio/ccw: "
` [PATCH v3 14/15] vfio: Rename vfio_device_put() and vfio_device_try_get()
` [PATCH v3 15/15] vfio: Add struct device to vfio_device

BUG: soft lockup - CPU#0 stuck for 26s! with nested KVM on 5.19.x
 2022-09-09  8:33 UTC  (8+ messages)

[RFC PATCH v2 0/3] accel/kvm: extend kvm memory listener to support
 2022-09-09  8:11 UTC  (4+ messages)
` [RFC PATCH v2 1/3] linux-headers/linux/kvm.h: introduce kvm_userspace_memory_region_list ioctl
` [RFC PATCH v2 2/3] accel/kvm/kvm-all.c: pass kvm_userspace_memory_region_entry instead
` [RFC PATCH v2 3/3] kvm/kvm-all.c: listener should delay kvm_vm_ioctl to the commit phase

[RFC PATCH 0/2] accel/kvm: extend kvm memory listener to support
 2022-09-09  8:04 UTC  (20+ messages)
` [RFC PATCH 1/2] softmmu/memory: add missing begin/commit callback calls
` [RFC PATCH 2/2] kvm/kvm-all.c: listener should delay kvm_vm_ioctl to the commit phase

[PATCH v4 00/26] KVM: hardware enable/disable reorganize
 2022-09-09  7:32 UTC  (36+ messages)
` [PATCH v4 01/26] KVM: x86: Drop kvm_user_return_msr_cpu_online()
` [PATCH v4 02/26] KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
` [PATCH v4 03/26] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [PATCH v4 04/26] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v4 05/26] KVM: Provide more information in kernel log if hardware enabling fails
` [PATCH v4 06/26] KVM: arm64: Simplify the CPUHP logic
` [PATCH v4 07/26] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v4 08/26] KVM: Do compatibility checks on hotplugged CPUs
` [PATCH v4 09/26] KVM: Do processor compatibility check on resume
` [PATCH v4 10/26] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v4 11/26] KVM: Add arch hooks for PM events with empty stub
` [PATCH v4 12/26] KVM: x86: Move TSC fixup logic to KVM arch resume callback
` [PATCH v4 13/26] KVM: Add arch hook when VM is added/deleted
` [PATCH v4 14/26] KVM: Move out KVM arch PM hooks and hardware enable/disable logic
` [PATCH v4 15/26] KVM: kvm_arch.c: Remove _nolock post fix
` [PATCH v4 16/26] KVM: kvm_arch.c: Remove a global variable, hardware_enable_failed
` [PATCH v4 17/26] KVM: Introduce a arch wrapper to check all processor compatibility
` [PATCH v4 18/26] KVM: x86: Duplicate arch callbacks related to pm events and compat check
` [PATCH v4 19/26] KVM: Eliminate kvm_arch_post_init_vm()
` [PATCH v4 20/26] KVM: Add config to not compile kvm_arch.c
` [PATCH v4 21/26] KVM: x86: Delete kvm_arch_hardware_enable/disable()
` [PATCH v4 22/26] KVM: x86: Make x86 processor compat check callback empty
` [PATCH v4 23/26] RFC: KVM: powerpc: Move processor compatibility check to hardware setup
` [PATCH v4 24/26] KVM: Eliminate kvm_arch_check_processor_compat()
` [PATCH v4 25/26] RFC: KVM: x86: Remove cpus_hardware_enabled and related sanity check
` [PATCH v4 26/26] RFC: KVM: "

[V1 PATCH 0/5] Execute hypercalls from guests according to cpu type
 2022-09-09  7:01 UTC  (12+ messages)
` [V1 PATCH 1/5] selftests: kvm: move common startup logic to kvm_util.c
` [V1 PATCH 2/5] selftests: kvm: Introduce kvm_arch_main and helpers
` [V1 PATCH 3/5] selftests: kvm: x86: Execute vmcall/vmmcall according to CPU type

[RFC PATCH v3 0/7] add support for CDX bus
 2022-09-09  6:32 UTC  (18+ messages)
  ` [RFC PATCH v3 1/7] dt-bindings: bus: add CDX bus device tree bindings
  ` [RFC PATCH v3 2/7] bus/cdx: add the cdx bus driver
  ` [RFC PATCH v3 4/7] bus/cdx: add cdx-MSI domain with gic-its domain as parent

[PATCH v2 0/2] expose host-phys-bits to guest
 2022-09-09  6:13 UTC  (8+ messages)
` [PATCH v2 1/2] [temporary] reserve bit KVM_HINTS_PHYS_ADDRESS_SIZE_DATA_VALID
` [PATCH v2 2/2] [RfC] expose host-phys-bits to guest

[Bug 216365] New: kvm selftests build fail
 2022-09-09  6:04 UTC  (2+ messages)
` [Bug 216365] "

[PATCH v6 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-09-09  5:00 UTC  (18+ messages)
` [PATCH v6 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-09-09  4:55 UTC  (13+ messages)

[PATCH 0/3] KVM: arm64: Fix a bug of single-step execution enabled by userspace
 2022-09-09  4:46 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Don't set PSTATE.SS when Software Step state is Active-pending
` [PATCH 2/3] KVM: arm64: selftests: Refactor debug-exceptions to make it amenable to new test cases
` [PATCH 3/3] KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEP

[PATCH v2 00/15] Tidy up vfio_device life cycle
 2022-09-09  3:09 UTC  (15+ messages)
` [PATCH v2 01/15] vfio: Add helpers for unifying "
` [PATCH v2 13/15] vfio/ccw: Use the new device life cycle helpers
` [PATCH v2 15/15] vfio: Add struct device to vfio_device

[PATCH 0/5] KVM: selftests: Fix "fix hypercall test" build errors
 2022-09-08 23:31 UTC  (6+ messages)
` [PATCH 1/5] KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest use
` [PATCH 2/5] KVM: selftests: Compare insn opcodes directly in fix_hypercall_test
` [PATCH 3/5] KVM: selftests: Remove unnecessary register shuffling "
` [PATCH 4/5] KVM: selftests: Explicitly verify KVM doesn't patch hypercall if quirk==off
` [PATCH 5/5] KVM: selftests: Dedup subtests of fix_hypercall_test

[PATCH 0/4] KVM: x86/svm/pmu: Add AMD Guest PerfMonV2 support
 2022-09-08 23:14 UTC  (11+ messages)
` [PATCH 4/4] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022

[PATCH v3 00/22] KVM: hardware enable/disable reorganize
 2022-09-08 22:51 UTC  (19+ messages)
` [PATCH v3 09/22] KVM: Do processor compatibility check on resume
` [PATCH v3 10/22] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v3 11/22] KVM: Add arch hooks for PM events with empty stub
` [PATCH v3 14/22] KVM: Move out KVM arch PM hooks and hardware enable/disable logic
` [PATCH v3 16/22] KVM: kvm_arch.c: Remove a global variable, hardware_enable_failed

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-09-08 22:28 UTC  (8+ messages)
` [PATCH Part2 v5 39/45] KVM: SVM: Introduce ops for the post gfn map and unmap

[PATCH v4 0/3] KVM: selftests: randomize memory access of dirty_log_perf_test
 2022-09-08 20:53 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: selftests: implement random number generation for guest code
` [PATCH v4 2/3] KVM: selftests: randomize which pages are written vs read
` [PATCH v4 3/3] KVM: selftests: randomize page access order

[PATCH Part2 v6 28/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
 2022-09-08 20:34 UTC  (4+ messages)
` [[PATCH for v6]] KVM: SEV: fix snp_launch_finish

[PATCH v3] vfio/fsl-mc: Fix a typo in a message
 2022-09-08 20:17 UTC  (3+ messages)

[PATCH V7 vfio 00/10] Add device DMA logging support for mlx5 driver
 2022-09-08 20:17 UTC  (12+ messages)
` [PATCH V7 vfio 01/10] net/mlx5: Introduce ifc bits for page tracker
` [PATCH V7 vfio 02/10] net/mlx5: Query ADV_VIRTUALIZATION capabilities
` [PATCH V7 vfio 03/10] vfio: Introduce DMA logging uAPIs
` [PATCH V7 vfio 04/10] vfio: Add an IOVA bitmap support
` [PATCH V7 vfio 05/10] vfio: Introduce the DMA logging feature support
` [PATCH V7 vfio 06/10] vfio/mlx5: Init QP based resources for dirty tracking
` [PATCH V7 vfio 07/10] vfio/mlx5: Create and destroy page tracker object
` [PATCH V7 vfio 08/10] vfio/mlx5: Report dirty pages from tracker
` [PATCH V7 vfio 09/10] vfio/mlx5: Manage error scenarios on tracker
` [PATCH V7 vfio 10/10] vfio/mlx5: Set the driver DMA logging callbacks

[PATCH v2 2/3] KVM: selftests: Randomize which pages are written vs read
 2022-09-08 19:52 UTC  (5+ messages)

[PATCH] KVM: selftests: Use TEST_REQUIRE() in nx_huge_pages_test
 2022-09-08 19:30 UTC  (5+ messages)

[PATCH v3 0/3] Randomize memory access of dirty_log_perf_test
 2022-09-08 18:18 UTC  (4+ messages)
` [PATCH v3 2/3] KVM: selftests: Randomize which pages are written vs read

[PATCH] RISC-V: KVM: Change the SBI specification version to v1.0
 2022-09-08 18:07 UTC  (2+ messages)

[PATCH v9 00/10] s390x: CPU Topology
 2022-09-08 18:04 UTC  (3+ messages)
` [PATCH v9 07/10] s390x/cpu_topology: CPU topology migration

[GIT PULL] Please pull mlx5 vfio changes
 2022-09-08 18:00 UTC  (6+ messages)

[PATCH linux-next] KVM:define vcpu_get_pid_fops with DEFINE_DEBUGFS_ATTRIBUTE
 2022-09-08 17:39 UTC  (2+ messages)

[PATCH] KVM/VMX: Do not declare vmread_error asmlinkage
 2022-09-08 17:25 UTC  (10+ messages)

[PATCH v2] KVM:x86: Clean up ModR/M "reg" initialization in reg op decoding
 2022-09-08 15:50 UTC  (2+ messages)

[PATCH v3 0/7] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-09-08 15:36 UTC  (2+ messages)

[PATCH] KVM: x86: Fix mce_banks memory leak on mci_ctl2_banks allocation failure
 2022-09-08 15:20 UTC  (3+ messages)

[PATCH kvmtool] pci: Disable writes to Status register
 2022-09-08 14:42 UTC 

[PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc
 2022-09-08 14:36 UTC  (5+ messages)
    ` Call to discuss vsock netdev/sk_buff [was Re: [PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc]

[PATCH v4 0/5] KVM: x86: Intel LBR related perf cleanups
 2022-09-08 13:45 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/1] s390x: verify EQBS/SQBS is unavailable
 2022-09-08 12:43 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/1] "

[PATCH v1] drm/ttm: Refcount allocated tail pages
 2022-09-08 11:04 UTC  (4+ messages)

[RFC v3 0/7] In order support for virtio_ring, vhost and vsock
 2022-09-08  9:36 UTC  (11+ messages)
` [RFC v3 1/7] vhost: expose used buffers
` [RFC v3 3/7] vsock: batch buffers in tx
` [RFC v3 6/7] virtio: in order support for virtio_ring

[RFC PATCH 0/2] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
 2022-09-08  8:53 UTC  (4+ messages)

[kvm-unit-tests PATCH v3 00/13] x86/pmu: Test case optimization, fixes and additions
 2022-09-08  8:23 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 10/13] x86/pmu: Update testcases to cover Intel Arch PMU Version 1

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-09-08  7:57 UTC  (9+ messages)
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address


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