messages from 2022-07-01 14:31:13 to 2022-07-06 06:28:27 UTC [more...]
[RFT][PATCH v2 0/9] Update vfio_pin/unpin_pages API
2022-07-06 6:27 UTC (3+ messages)
` [RFT][PATCH v2 1/9] vfio: Make vfio_unpin_pages() return void
` [RFT][PATCH v2 2/9] vfio/ap: Pass in physical address of ind to ap_aqic()
[PATCH] vfio: hisi_acc_vfio_pci: fix integer overflow check in hisi_acc_vf_resume_write()
2022-07-06 5:51 UTC (3+ messages)
[PATCH] RISC-V: KVM: Improve ISA extension by using a bitmap
2022-07-06 5:34 UTC (4+ messages)
[PATCH] x86/compressed/64: Add identity mappings for setup_data entries
2022-07-06 2:53 UTC
[PATCH rc] vfio: Move IOMMU_CAP_CACHE_COHERENCY test to after we know we have a group
2022-07-05 22:11 UTC (4+ messages)
[PATCHv2] vgaarb: Add module param to allow for choosing the boot VGA device
2022-07-05 20:42 UTC (5+ messages)
[PATCH v3 00/11] s390/vfio-ccw rework
2022-07-05 20:17 UTC (16+ messages)
` [PATCH v3 07/11] vfio/ccw: Update trace data for not operational event
` [PATCH v3 08/11] vfio/ccw: Create an OPEN FSM Event
` [PATCH v3 09/11] vfio/ccw: Create a CLOSE FSM event
` [PATCH v3 10/11] vfio/ccw: Refactor vfio_ccw_mdev_reset
` [PATCH v3 11/11] vfio/ccw: Move FSM open/close to MDEV open/close
[RFC] kvm: reverse call order of kvm_arch_destroy_vm() and kvm_destroy_devices()
2022-07-05 19:30 UTC (2+ messages)
[PATCH 2/2] kvm: rename KVM_MAX_VCPU_ID to, KVM_MAX_VCPU_IDS
2022-07-05 16:07 UTC (2+ messages)
[PATCH V1 vfio 00/11] Add device DMA logging support for mlx5 driver
2022-07-05 16:05 UTC (16+ messages)
` [PATCH V1 vfio 01/11] net/mlx5: Introduce ifc bits for page tracker
` [PATCH V1 vfio 02/11] net/mlx5: Query ADV_VIRTUALIZATION capabilities
` [PATCH V1 vfio 03/11] vfio: Introduce DMA logging uAPIs
` [PATCH V1 vfio 04/11] vfio: Move vfio.c to vfio_main.c
` [PATCH V1 vfio 05/11] vfio: Add an IOVA bitmap support
` [PATCH V1 vfio 06/11] vfio: Introduce the DMA logging feature support
` [PATCH V1 vfio 07/11] vfio/mlx5: Init QP based resources for dirty tracking
` [PATCH V1 vfio 08/11] vfio/mlx5: Create and destroy page tracker object
` [PATCH V1 vfio 09/11] vfio/mlx5: Report dirty pages from tracker
` [PATCH V1 vfio 10/11] vfio/mlx5: Manage error scenarios on tracker
` [PATCH V1 vfio 11/11] vfio/mlx5: Set the driver DMA logging callbacks
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-07-05 14:53 UTC (6+ messages)
` [PATCH Part2 v6 02/49] iommu/amd: Introduce function to check SEV-SNP support
[PATCH] Documentation: KVM: Describe guest TSC scaling in migration algorithm
2022-07-05 14:43 UTC (6+ messages)
[PATCH v7 000/102] KVM TDX basic feature support
2022-07-05 14:06 UTC (6+ messages)
` [PATCH v7 012/102] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v7 037/102] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
[PATCH v2 00/11] SMM emulation and interrupt shadow fixes
2022-07-05 13:51 UTC (8+ messages)
` [PATCH v2 11/11] KVM: x86: emulator/smm: preserve interrupt shadow in SMRAM
[PATCH v11 0/3] s390x: KVM: CPU Topology
2022-07-05 12:38 UTC (15+ messages)
` [PATCH v11 1/3] KVM: s390: Cleanup ipte lock access and SIIF facility checks
` [PATCH v11 2/3] KVM: s390: guest support for topology function
` [PATCH v11 3/3] KVM: s390: resetting the Topology-Change-Report
[PATCH kernel] powerpc/iommu: Add simple iommu_ops to report capabilities
2022-07-05 11:57 UTC (3+ messages)
[kvm-unit-tests PATCH v3] s390x: Add strict mode to specification exception interpretation test
2022-07-05 11:17 UTC
[PATCH v3 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
2022-07-05 8:31 UTC (4+ messages)
` [PATCH v3 1/2] vfio: Replace the DMA unmapping notifier with a callback
` [PATCH v3 2/2] vfio: Replace the iommu notifier with a device list
[PATCH] KVM: x86: Add EOI exit bitmap handlers for Hyper-V SynIC vectors
2022-07-05 8:37 UTC
simplify the mdev interface v4
2022-07-05 8:25 UTC (24+ messages)
` [PATCH 01/14] drm/i915/gvt: fix a memory leak in intel_gvt_init_vgpu_types
` [PATCH 02/14] drm/i915/gvt: simplify vgpu configuration management
` [PATCH 03/14] vfio/mdev: make mdev.h standalone includable
` [PATCH 04/14] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 05/14] vfio/mdev: simplify mdev_type handling
` [PATCH 06/14] vfio/mdev: remove mdev_from_dev
` [PATCH 07/14] vfio/mdev: unexport mdev_bus_type
` [PATCH 08/14] vfio/mdev: remove mdev_parent_dev
` [PATCH 09/14] vfio/mdev: remove mtype_get_parent_dev
` [PATCH 10/14] vfio/mdev: consolidate all the device_api sysfs into the core code
` [PATCH 11/14] vfio/mdev: consolidate all the name "
` [PATCH 12/14] vfio/mdev: consolidate all the available_instance "
` [PATCH 13/14] vfio/mdev: consolidate all the description "
` [PATCH 14/14] vfio/mdev: add mdev available instance checking to the core
[kvm-unit-tests PATCH v2 0/4] Add panic test support
2022-07-05 8:20 UTC (6+ messages)
` [kvm-unit-tests PATCH v2 1/4] runtime: add support for panic tests
` [kvm-unit-tests PATCH v2 2/4] lib: s390x: add CPU timer functions to time.h
` [kvm-unit-tests PATCH v2 3/4] s390x: add extint loop test
` [kvm-unit-tests PATCH v2 4/4] s390x: add pgm spec interrupt "
[PATCH v20 19/20] s390/Docs: new doc describing lock usage by the vfio_ap device driver
2022-07-05 7:46 UTC (3+ messages)
[PATCH v4 0/4] KVM: Dirty quota-based throttling
2022-07-05 7:21 UTC (10+ messages)
` [PATCH v4 1/4] KVM: Implement dirty quota-based throttling of vcpus
[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
2022-07-05 2:12 UTC (31+ messages)
` [PATCH v11 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v11 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v11 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v11 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v11 23/40] virtio_pci: move struct virtio_pci_common_cfg to virtio_pci_modern.h
` [PATCH v11 25/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v11 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "
[PATCH] vfio/spapr_tce: Remove the unused parameters container
2022-07-02 6:46 UTC
[RFC PATCH kernel] vfio: Skip checking for IOMMU_CAP_CACHE_COHERENCY on POWER and more
2022-07-05 0:49 UTC (7+ messages)
[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
2022-07-04 22:48 UTC (3+ messages)
` [PATCH 1/4] mm/gup: Add FOLL_INTERRUPTIBLE
[PATCH v20 18/20] s390/vfio-ap: update docs to include dynamic config support
2022-07-04 21:20 UTC (2+ messages)
[PATCH] selftests/kvm: Add error messages before skipping tests in vm_xsave_req_perm()
2022-07-04 16:35 UTC
[PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-07-04 15:00 UTC (8+ messages)
[PATCH v8 00/12] s390x: CPU Topology
2022-07-04 14:51 UTC (6+ messages)
` [PATCH v8 02/12] s390x/cpu_topology: CPU topology objects and structures
[PATCH] s390x: split migration test into vector and gs test
2022-07-04 13:30 UTC
[PATCH v3 4/4] vfio: Require that devices support DMA cache coherence
2022-07-04 13:27 UTC (3+ messages)
[PATCH v6 0/5] Fix some races between sysfb device registration and drivers probe
2022-07-04 12:22 UTC (15+ messages)
` [PATCH v6 3/5] fbdev: Disable sysfb device registration when removing conflicting FBs
[PATCH v2 0/3] Improve instruction and CSR emulation in KVM RISC-V
2022-07-04 9:36 UTC (2+ messages)
[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
2022-07-04 9:18 UTC (14+ messages)
` [kvm-unit-tests PATCH v3 15/27] arm/arm64: mmu_disable: Clean and invalidate before disabling
` [kvm-unit-tests PATCH v3 22/27] arm64: Use code from the gnu-efi when booting with EFI
[kvm-unit-tests PATCH v1 0/3] Add panic test support
2022-07-04 9:06 UTC (5+ messages)
` [kvm-unit-tests PATCH v1 2/3] s390x: add extint loop test
` [kvm-unit-tests PATCH v1 3/3] s390x: add pgm spec interrupt "
[PATCH] RISC-V: KVM: Fix variable spelling mistake
2022-07-04 8:55 UTC (2+ messages)
[PATCH v3 0/3] Improve vfio-pci primary GPU assignment behavior
2022-07-04 7:10 UTC (2+ messages)
[PATCH -fixes v2] riscv: Fix missing PAGE_PFN_MASK
2022-07-04 7:03 UTC (2+ messages)
[PATCH V3] virtio: disable notification hardening by default
2022-07-04 7:00 UTC (15+ messages)
[PATCH v2 0/4] kvm: x86/pmu: Introduce and test masked events
2022-07-04 6:36 UTC (4+ messages)
` [PATCH v2 1/4] kvm: x86/pmu: Introduce masked events to the pmu event filter
simplify the mdev interface v3
2022-07-04 6:18 UTC (5+ messages)
` [PATCH 04/13] vfio/mdev: simplify mdev_type handling
[PATCH] vfio/pci: fix the wrong word
2022-07-04 2:36 UTC
[PATCH 0/3] MSR Filtering updates
2022-07-04 0:09 UTC (7+ messages)
` [PATCH 1/3] KVM: x86: fix documentation for KVM_X86_SET_MSR_FILTER
` [PATCH 2/3] KVM: x86: update documentation for MSR filtering
` [PATCH 3/3] KVM: x86: Don't deflect MSRs to userspace that can't be filtered
[PATCH 1/2] KVM: x86: Initialize nr_lvt_entries to a proper default value
2022-07-03 14:43 UTC (3+ messages)
` [PATCH 2/2] KVM: x86: Fix access to vcpu->arch.apic when the irqchip is not in kernel
[PATCH 00/12] Fix several documentation build warnings with Sphinx 2.4.4
2022-07-03 3:26 UTC (3+ messages)
` [PATCH 06/12] docs: virt: kvm: fix a title markup at api.rst
[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
2022-07-02 1:03 UTC
[PATCH v2 00/28] KVM: VMX: Support TscScaling and EnclsExitingBitmap with eVMCS + use vmcs_config for L1 VMX MSRs
2022-07-01 22:54 UTC (13+ messages)
` [PATCH v2 19/28] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v2 20/28] KVM: VMX: Add missing VMENTRY "
` [PATCH v2 21/28] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v2 22/28] KVM: VMX: Clear controls obsoleted by EPT at runtime, not setup
` [PATCH v2 23/28] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v2 24/28] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
[PATCH v5 0/5] cover-letter: Simplify vfio_iommu_type1 attach/detach routine
2022-07-01 21:44 UTC (6+ messages)
` [PATCH v5 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH v5 2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH v5 3/5] vfio/iommu_type1: Remove the domain->ops comparison
` [PATCH v5 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()
` [PATCH v5 5/5] vfio/iommu_type1: Simplify group attachment
[PATCH v4 0/5] Simplify vfio_iommu_type1 attach/detach routine
2022-07-01 19:08 UTC (6+ messages)
` [PATCH v4 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
[PATCH v5 0/8] KVM: x86: Add CMCI and UCNA emulation
2022-07-01 16:53 UTC (4+ messages)
` [PATCH v5 4/8] KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic
[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2022-07-01 16:51 UTC (11+ messages)
` [PATCH v12 19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table
[PATCH kvmtool v2 00/12] Virtio v1 support
2022-07-01 15:41 UTC (6+ messages)
` [PATCH kvmtool v2 09/12] virtio: Move MMIO transport to mmio-legacy
` [PATCH kvmtool v2 10/12] virtio: Add support for modern virtio-mmio
` [PATCH kvmtool v2 11/12] virtio/pci: Initialize all vectors to VIRTIO_MSI_NO_VECTOR
` [PATCH kvmtool v2 12/12] virtio/pci: Remove VIRTIO_PCI_F_SIGNAL_MSI
[PATCH kvmtool] arm: gic: fdt: fix PPI CPU mask calculation
2022-07-01 15:41 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox