kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-07 03:46:18 to 2023-03-08 13:32:35 UTC [more...]

[PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
 2023-03-08 13:28 UTC  (15+ messages)
` [PATCH v6 01/24] vfio: Allocate per device file structure
` [PATCH v6 02/24] vfio: Refine vfio file kAPIs for KVM
` [PATCH v6 03/24] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v6 04/24] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v6 05/24] kvm/vfio: Accept vfio device file from userspace
` [PATCH v6 06/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v6 07/24] vfio: Block device access via device fd until device is opened
` [PATCH v6 08/24] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v6 09/24] vfio/pci: Only need to check opened devices in the dev_set for hot reset
` [PATCH v6 10/24] vfio/pci: Rename the helpers and data in hot reset path to accept device fd
` [PATCH v6 11/24] vfio/pci: Accept device fd in VFIO_DEVICE_PCI_HOT_RESET ioctl
` [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v6 13/24] vfio/iommufd: Split the compat_ioas attach out from vfio_iommufd_bind()
` [PATCH v6 14/24] vfio: Add cdev_device_open_cnt to vfio_group

[PATCH v1 0/5] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-08 13:13 UTC  (6+ messages)
` [PATCH v1 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v1 2/5] vfio-iommufd: No need to record iommufd_ctx in vfio_device
` [PATCH v1 3/5] vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access ID
` [PATCH v1 4/5] Samples/mdev: Uses the vfio emulated iommufd ops set in the mdev sample drivers
` [PATCH v1 5/5] vfio: Check the presence for iommufd callbacks in __vfio_register_dev()

[PATCH v2 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-08 13:04 UTC  (25+ messages)
` [PATCH v2 01/17] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH v2 02/17] iommufd: Add iommufd_group
` [PATCH v2 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v2 04/17] iommu: Export iommu_get_resv_regions()
` [PATCH v2 05/17] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v2 06/17] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v2 07/17] iommufd: Make sw_msi_start a group global
` [PATCH v2 08/17] iommufd: Move putting a hwpt to a helper function
` [PATCH v2 09/17] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH v2 10/17] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v2 11/17] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v2 12/17] iommufd: Add iommufd_device_replace()
` [PATCH v2 13/17] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH v2 14/17] iommufd/selftest: Test iommufd_device_replace()
` [PATCH v2 15/17] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH v2 16/17] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH v2 17/17] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC

[PATCH v13 00/11] Parallel CPU bringup for x86_64
 2023-03-08 12:19 UTC  (15+ messages)
                ` [External] "

[PATCH] vfio/pci: Propagate ACPI notifications to the user-space
 2023-03-08 11:41 UTC  (4+ messages)

[RFC v3 00/18] vfio: Adopt iommufd
 2023-03-08 10:56 UTC  (4+ messages)
` [RFC v3 11/18] vfio/ccw: Use vfio_[attach/detach]_device

[PATCH] KVM: x86/pmu/misc: Fix a typo on kvm_pmu_request_counter_reprogam()
 2023-03-08 10:47 UTC 

[PATCH v1] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
 2023-03-08 10:23 UTC  (4+ messages)

[PATCH] RISC-V: KVM: Fix sometimes VCPU not woken up when Sstc enabled
 2023-03-08 10:04 UTC 

Prezentacja
 2023-03-08  9:01 UTC 

[PATCH v5 00/19] Add vfio_device cdev for iommufd support
 2023-03-08  8:15 UTC  (26+ messages)
` [PATCH v5 09/19] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v5 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
 2023-03-08  7:53 UTC  (10+ messages)
` [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets

[PATCH] vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list
 2023-03-08  7:50 UTC  (5+ messages)

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-03-08  7:40 UTC  (3+ messages)

[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-08  7:38 UTC  (16+ messages)
` [PATCH 03/14] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH 09/14] iommufd: Add iommufd_device_replace()

[PATCH] KVM: x86: Remove a redundant guest cpuid check in kvm_set_cr4()
 2023-03-08  7:29 UTC 

[PATCH 0/3] powerpc/kvm: Enable HV KVM guests to use prefixed instructions to access emulated MMIO
 2023-03-08  6:36 UTC  (4+ messages)
` [PATCH 1/3] powerpc/kvm: Make kvmppc_get_last_inst() produce a ppc_inst_t
` [PATCH 2/3] powerpc/kvm: Fetch prefixed instructions from the guest
` [PATCH 3/3] powerpc/kvm: Enable prefixed instructions for HV KVM and disable for PR KVM

[RFC PATCH v4 0/7] pds vfio driver
 2023-03-08  5:24 UTC  (8+ messages)
` [RFC PATCH v4 1/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [RFC PATCH v4 2/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [RFC PATCH v4 3/7] vfio/pds: register with the pds_core PF
` [RFC PATCH v4 4/7] vfio/pds: Add VFIO live migration support
` [RFC PATCH v4 5/7] vfio/pds: Add support for dirty page tracking
` [RFC PATCH v4 6/7] vfio/pds: Add support for firmware recovery
` [RFC PATCH v4 7/7] vfio/pds: Add Kconfig and documentation

[REPOST PATCH 00/16] Add support for vPMU selftests
 2023-03-08  4:44 UTC  (13+ messages)
` [REPOST PATCH 10/16] selftests: KVM: aarch64: Add KVM EVTYPE filter PMU test
` [REPOST PATCH 12/16] selftests: KVM: aarch64: Test PMU overflow/IRQ functionality
` [REPOST PATCH 13/16] selftests: KVM: aarch64: Test chained events for PMU
` [REPOST PATCH 14/16] selftests: KVM: aarch64: Add PMU test to chain all the counters
` [REPOST PATCH 16/16] selftests: KVM: aarch64: Extend the vCPU migration test to multi-vCPUs

[PATCH v3 0/5] Fix "Instructions Retired" from incorrectly counting
 2023-03-08  2:45 UTC  (10+ messages)
` [PATCH v3 1/5] KVM: x86/pmu: Prevent the PMU from counting disallowed events
` [PATCH v3 2/5] KVM: selftests: Add a common helper to the guest
` [PATCH v3 3/5] KVM: selftests: Add helpers for PMC asserts
` [PATCH v3 4/5] KVM: selftests: Fixup test asserts
` [PATCH v3 5/5] KVM: selftests: Test the PMU event "Instructions retired"

[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
 2023-03-08  1:59 UTC  (2+ messages)

[PATCH] KVM: VMX: Make setup_vmcs_config() preemption disabled
 2023-03-08  1:20 UTC  (5+ messages)

[PATCH v10 00/16] TDX host kernel support
 2023-03-08  1:11 UTC  (2+ messages)

[PATCH] KVM: SVM: Disable TDP MMU when running on Hyper-V
 2023-03-08  0:39 UTC  (7+ messages)

[RFC PATCH v2 0/4] virtio/vsock: fix credit update logic
 2023-03-07 23:53 UTC  (8+ messages)
` [RFC PATCH v2 2/4] virtio/vsock: remove all data from sk_buff

[PATCH v3 0/9] Export platform features from ccp driver
 2023-03-07 23:42 UTC  (3+ messages)
` [PATCH v3 2/9] crypto: ccp: Add a header for multiple drivers to use `__psp_pa`

[PATCH v2 0/4] Reenable VFIO support on POWER systems
 2023-03-07 23:04 UTC  (5+ messages)

[PATCH] Check for IOMMU table validity in error handler
 2023-03-07 23:02 UTC 

[PATCH v3 0/6] Support writable CPU ID registers from userspace
 2023-03-07 22:44 UTC  (3+ messages)
` [PATCH v3 2/6] KVM: arm64: Save ID registers' sanitized value per guest

[PATCH v5 00/34] x86: enable FRED for x86-64
 2023-03-07 22:00 UTC  (3+ messages)
` [PATCH v5 34/34] KVM: x86/vmx: execute "int $2" to handle NMI in NMI caused VM exits when FRED is enabled

[PATCH] vfio/pci/vfio_pci_core.c: add IORESOURCE_EXCLUSIVE flag
 2023-03-07 21:47 UTC  (2+ messages)

[PULL 30/30] gdbstub: move update guest debug to accel ops
 2023-03-07 21:21 UTC 

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-03-07 20:27 UTC  (3+ messages)

[Patch v4 03/18] KVM: x86/mmu: Track count of pages in KVM MMU page caches globally
 2023-03-07 20:18 UTC  (5+ messages)

[PATCH 0/2] KVM: x86: Propagate AMD-specific IBRS bits to guests
 2023-03-07 19:55 UTC  (11+ messages)

[PATCH 5.15 468/567] KVM: SVM: Fix potential overflow in SEVs send|receive_update_data()
 2023-03-07 17:03 UTC  (2+ messages)
` [PATCH 5.15 469/567] KVM: SVM: hyper-v: placate modpost section mismatch error

[PATCH 6.1 727/885] KVM: SVM: Fix potential overflow in SEVs send|receive_update_data()
 2023-03-07 17:01 UTC  (2+ messages)
` [PATCH 6.1 728/885] KVM: SVM: hyper-v: placate modpost section mismatch error

[Patch v4 00/18] NUMA aware page table allocation
 2023-03-07 18:33 UTC  (3+ messages)

[PATCH 0/2] Documentation/process: Add a maintainer handbook for KVM x86
 2023-03-07 17:53 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH 6.2 0833/1001] KVM: SVM: Fix potential overflow in SEVs send|receive_update_data()
 2023-03-07 17:00 UTC  (2+ messages)
` [PATCH 6.2 0834/1001] KVM: SVM: hyper-v: placate modpost section mismatch error

[PATCH v6 0/2] arm: enable MTE for QEMU + kvm
 2023-03-07 17:05 UTC  (10+ messages)
` [PATCH v6 1/2] arm/kvm: add support for MTE

[PATCH v2] KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit cond
 2023-03-07 16:35 UTC  (2+ messages)

[PATCH v3 0/8] Clean up the supported xfeatures
 2023-03-07 16:33 UTC  (9+ messages)
` [PATCH v3 2/8] KVM: x86: Clear all supported MPX xfeatures if they are not all set
` [PATCH v3 7/8] KVM: selftests: Add XFEATURE masks to common code

[PATCH 00/12] KVM: x86: Add "governed" X86_FEATURE framework
 2023-03-07 16:32 UTC  (10+ messages)
` [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"

Fortnightly KVM call for 2023-02-07
 2023-03-07 16:22 UTC  (4+ messages)

[PATCH 0/3] KVM: x86: replace kvm_vcpu_map usage in vmx
 2023-03-07 16:03 UTC  (4+ messages)

Emulated CVQ in vdpa-net framework
 2023-03-07 14:41 UTC 

[kvm-unit-tests PATCH v3 0/3] arm: Use gic_enable/disable_irq() macro to clean up code
 2023-03-07 13:44 UTC  (2+ messages)

QEMU/KVM call minutes for 2022-02-21
 2023-03-07 13:18 UTC 

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-03-07 12:00 UTC  (2+ messages)

[PATCH] KVM: x86/pmu: Disable vPMU if EVENTSEL_GUESTONLY bit doesn't exist
 2023-03-07 11:38 UTC 

[kvm-unit-tests PATCH v10 0/7] MTTCG sanity tests for ARM
 2023-03-07 11:28 UTC  (8+ messages)
` [kvm-unit-tests PATCH v10 1/7] Makefile: add GNU global tags support
` [kvm-unit-tests PATCH v10 2/7] add .gitpublish metadata
` [kvm-unit-tests PATCH v10 3/7] lib: add isaac prng library from CCAN
` [kvm-unit-tests PATCH v10 4/7] arm/tlbflush-code: TLB flush during code execution
` [kvm-unit-tests PATCH v10 5/7] arm/locking-tests: add comprehensive locking test
` [kvm-unit-tests PATCH v10 6/7] arm/barrier-litmus-tests: add simple mp and sal litmus tests
` [kvm-unit-tests PATCH v10 7/7] arm/tcg-test: some basic TCG exercising tests

[PATCH v2 0/8] vdpa_sim: add support for user VA
 2023-03-07  9:31 UTC  (4+ messages)
` [PATCH v2 4/8] vringh: support VA with iotlb

[kvm-unit-tests PATCH v3 0/7] Some cleanup patches
 2023-03-07  9:10 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 1/7] .gitignore: ignore `s390x/comm.key` file
` [kvm-unit-tests PATCH v3 2/7] s390x/Makefile: simplify `%.hdr` target rules
` [kvm-unit-tests PATCH v3 3/7] s390x/Makefile: fix `*.gbin` target dependencies
` [kvm-unit-tests PATCH v3 4/7] s390x/Makefile: refactor CPPFLAGS
` [kvm-unit-tests PATCH v3 5/7] s390x: use preprocessor for linker script generation
` [kvm-unit-tests PATCH v3 6/7] s390x: define a macro for the stack frame size
` [kvm-unit-tests PATCH v3 7/7] lib/linux/const.h: test for `__ASSEMBLER__` as well

[Bug 203477] New: [AMD][KVM] Windows L1 guest becomes extremely slow and unusable after enabling Hyper-V
 2023-03-07  8:13 UTC  (2+ messages)
` [Bug 203477] "

[PATCH v6 00/12] Implement Eager Page Splitting for ARM
 2023-03-07  3:45 UTC  (9+ messages)
` [PATCH v6 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v6 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v6 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v6 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v6 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v6 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v6 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v6 12/12] KVM: arm64: Use local TLBI on permission relaxation


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