kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-30 14:55:31 to 2021-04-01 09:37:36 UTC [more...]

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v2
 2021-04-01  9:36 UTC  (23+ messages)
` [PATCH 05/18] iommu/fsl_pamu: remove support for multiple windows
` [PATCH 06/18] iommu/fsl_pamu: remove ->domain_window_enable
` [PATCH 08/18] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 11/18] iommu/fsl_pamu: remove the snoop_id field
` [PATCH 16/18] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE

[PATCH 0/4] kvm: cpuid: fix cpuid nent field
 2021-04-01  9:28 UTC  (7+ messages)
` [PATCH v2 1/4] kvm: cpuid: adjust the returned nent field of kvm_cpuid2 for KVM_GET_SUPPORTED_CPUID and KVM_GET_EMULATED_CPUID
` [PATCH v2 2/4] Documentation: kvm: update KVM_GET_EMULATED_CPUID ioctl description
` [PATCH v2 3/4] selftests: add kvm_get_emulated_cpuid
` [PATCH v2 4/4] selftests: kvm: add get_emulated_cpuid test

[PATCH 0/4] kvm: cpuid: fix cpuid nent field
 2021-04-01  9:20 UTC  (11+ messages)
` [PATCH 1/4] kvm: cpuid: adjust the returned nent field of kvm_cpuid2 for KVM_GET_SUPPORTED_CPUID and KVM_GET_EMULATED_CPUID
` [PATCH 2/4] Documentation: kvm: update KVM_GET_EMULATED_CPUID ioctl description
` [PATCH 3/4] selftests: add kvm_get_emulated_cpuid
` [PATCH 4/4] selftests: kvm: add get_emulated_cpuid test

[PATCH] KVM: x86: Fix potential memory access error
 2021-04-01  9:08 UTC  (3+ messages)

[PATCH v4 0/8] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-04-01  8:52 UTC  (9+ messages)
` [PATCH v4 1/8] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
` [PATCH v4 2/8] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
` [PATCH v4 3/8] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
` [PATCH v4 4/8] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
` [PATCH v4 5/8] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
` [PATCH v4 6/8] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
` [PATCH v4 7/8] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
` [PATCH v4 8/8] KVM: selftests: aarch64/vgic-v3 init sequence tests

[kvm-unit-tests PATCH v2 0/8] Testing SSCH, CSCH and HSCH for errors
 2021-04-01  8:24 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 4/8] s390x: lib: css: separate wait for IRQ and check I/O completion

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-01  6:11 UTC  (3+ messages)
` [PATCH v14 07/13] iommu/smmuv3: Implement cache_invalidate

[PATCH v3 00/25] KVM SGX virtualization support
 2021-03-31 23:23 UTC  (12+ messages)
` [PATCH v3 05/25] x86/sgx: Introduce virtual EPC for use by KVM guests

[PATCH 00/13] More parallel operations for the TDP MMU
 2021-03-31 22:29 UTC  (17+ messages)
` [PATCH 01/13] KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes
` [PATCH 02/13] KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU
` [PATCH 03/13] KVM: x86/mmu: use tdp_mmu_free_sp to free roots
` [PATCH 04/13] KVM: x86/mmu: Merge TDP MMU put and free root
` [PATCH 05/13] KVM: x86/mmu: comment for_each_tdp_mmu_root requires MMU write lock
` [PATCH 06/13] KVM: x86/mmu: Refactor yield safe root iterator
` [PATCH 07/13] KVM: x86/mmu: Make TDP MMU root refcount atomic
` [PATCH 08/13] KVM: x86/mmu: Protect the tdp_mmu_roots list with RCU
` [PATCH 09/13] KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock
` [PATCH 10/13] KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU "
` [PATCH 11/13] KVM: x86/mmu: Allow enabling / disabling dirty logging under "
` [PATCH 12/13] KVM: x86/mmu: Fast invalidation for TDP MMU
` [PATCH 13/13] KVM: x86/mmu: Tear down roots in fast invalidation thread

[PATCH 00/18] KVM: Consolidate and optimize MMU notifiers
 2021-03-31 21:47 UTC  (29+ messages)
` [PATCH 10/18] KVM: Move x86's MMU notifier memslot walkers to generic code
` [PATCH 12/18] KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacks
` [PATCH 16/18] KVM: Don't take mmu_lock for range invalidation unless necessary

[PATCH v14 00/13] s390/vfio-ap: dynamic configuration support
 2021-03-31 15:22 UTC  (14+ messages)
` [PATCH v14 01/13] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks
` [PATCH v14 02/13] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v14 03/13] s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c
` [PATCH v14 04/13] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v14 05/13] s390/vfio-ap: introduce shadow APCB
` [PATCH v14 06/13] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev
` [PATCH v14 07/13] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v14 08/13] s390/vfio-ap: allow hot plug/unplug of AP resources using "
` [PATCH v14 09/13] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v14 10/13] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v14 11/13] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v14 12/13] s390/zcrypt: notify drivers on config changed and scan complete callbacks
` [PATCH v14 13/13] s390/vfio-ap: update docs to include dynamic config support

[PATCH 1/2] mips: replace deprecated EXTRA_CFLAGS with ccflags-y
 2021-03-31 15:06 UTC  (2+ messages)
` [PATCH 2/2] mips: clean up kvm Makefile

[PATCH v3 0/2] KVM: x86: hyper-v: Fix TSC page update after KVM_SET_CLOCK(0) call
 2021-03-31 15:08 UTC  (4+ messages)
` [PATCH v3 1/2] KVM: x86: Prevent 'hv_clock->system_time' from going negative in kvm_guest_time_update()
` [PATCH v3 2/2] selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)

[PATCH v3 0/8] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-03-31 15:07 UTC  (4+ messages)
` [PATCH v3 8/8] KVM: selftests: aarch64/vgic-v3 init sequence tests

[PATCH v6 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-03-31 14:37 UTC  (19+ messages)
` [PATCH v6 01/10] file: Export receive_fd() to modules
    `  "
` [PATCH v6 02/10] eventfd: Increase the recursion depth of eventfd_signal()
` [PATCH v6 03/10] vhost-vdpa: protect concurrent access to vhost device iotlb
` [PATCH v6 04/10] vhost-iotlb: Add an opaque pointer for vhost IOTLB
` [PATCH v6 05/10] vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
` [PATCH v6 06/10] vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()
` [PATCH v6 07/10] vdpa: Support transferring virtual addressing during DMA mapping
` [PATCH v6 08/10] vduse: Implement an MMU-based IOMMU driver
` [PATCH v6 09/10] vduse: Introduce VDUSE - vDPA Device in Userspace
` [PATCH v6 10/10] Documentation: Add documentation for VDUSE

[PATCH v13 00/15] s390/vfio-ap: dynamic configuration support
 2021-03-31 14:36 UTC  (6+ messages)
` [PATCH v13 06/15] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device

[PATCH] KVM: arm64: Elect Alexandru as a replacement for Julien as a reviewer
 2021-03-31 13:39 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86: hyper-v: Fix TSC page update after KVM_SET_CLOCK(0) call
 2021-03-31 10:58 UTC  (9+ messages)
` [PATCH v2 1/2] KVM: x86: hyper-v: Properly divide maybe-negative 'hv_clock->system_time' in compute_tsc_page_parameters()

memory leak in virtio_transport_send_pkt_info
 2021-03-31 10:50 UTC  (3+ messages)

[PATCH v3 0/3] ppc: Enable 2nd DAWR support on Power10
 2021-03-31 10:16 UTC  (8+ messages)
` [PATCH v3 2/3] ppc: Rename current DAWR macros and variables
` [PATCH v3 3/3] ppc: Enable 2nd DAWR support on p10

[PATCH 0/2] KVM: Fix missing GFP_KERNEL_ACCOUNT usage
 2021-03-31  9:39 UTC  (7+ messages)
` [PATCH 1/2] KVM: Account memory allocations for 'struct kvm_vcpu'
` [PATCH 2/2] KVM: x86: Account a variety of miscellaneous allocations

[PATCH 0/3] KVM: SVM: SEV{-ES} bug fixes
 2021-03-31  9:37 UTC  (5+ messages)
` [PATCH 1/3] KVM: SVM: Use online_vcpus, not created_vcpus, to iterate over vCPUs
` [PATCH 2/3] KVM: SVM: Do not set sev->es_active until KVM_SEV_ES_INIT completes
` [PATCH 3/3] KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are created

[PATCH 0/2] KVM: x86/mmu: TDP MMU fixes/cleanups
 2021-03-31  9:36 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86/mmu: Remove spurious clearing of dirty bit from TDP MMU SPTE
` [PATCH 2/2] KVM: x86/mmu: Simplify code for aging SPTEs in TDP MMU

[PATCH v16 00/17] KVM RISC-V Support
 2021-03-31  9:21 UTC  (4+ messages)

[RFC PATCH v2 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-03-31  9:13 UTC  (2+ messages)

Bidding invitation
 2021-03-31  7:13 UTC 

[syzbot] WARNING in unsafe_follow_pfn
 2021-03-31  4:29 UTC  (3+ messages)

[PATCH 0/2] KVM: x86: fix lockdep splat due to Xen runstate update
 2021-03-31  1:41 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86: reduce pvclock_gtod_sync_lock critical sections
` [PATCH 2/2] KVM: x86: disable interrupts while pvclock_gtod_sync_lock is taken

[PATCH v2 0/3] ppc: Enable 2nd DAWR support on Power10
 2021-03-30 23:49 UTC  (5+ messages)
` [PATCH v2 3/3] ppc: Enable 2nd DAWR support on p10

[PATCH] kvm: fix minor typos in x86/kvm.h and selftests/processor.c
 2021-03-30 19:30 UTC 

[PATCH v2 0/3] KVM: x86/mmu: Fix TLB flushing bugs in TDP MMU
 2021-03-30 17:18 UTC  (5+ messages)
` [PATCH v2 3/3] KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pages

[PATCH] KVM: x86/vPMU: Forbid reading from MSR_F15H_PERF MSRs when guest doesn't have X86_FEATURE_PERFCTR_CORE
 2021-03-30 17:10 UTC  (2+ messages)

[GIT PULL] VFIO fixes for v5.12-rc6
 2021-03-30 17:09 UTC  (2+ messages)

[PATCH 00/18] Make vfio_mdev type safe
 2021-03-30 16:50 UTC  (29+ messages)
` [PATCH 02/18] vfio/mdev: Add missing typesafety around mdev_device
` [PATCH 03/18] vfio/mdev: Simplify driver registration
` [PATCH 04/18] vfio/mdev: Use struct mdev_type in struct mdev_device
` [PATCH 05/18] vfio/mdev: Do not allow a mdev_type to have a NULL parent pointer
` [PATCH 06/18] vfio/mdev: Expose mdev_get/put_parent to mdev_private.h
` [PATCH 07/18] vfio/mdev: Add missing reference counting to mdev_type
` [PATCH 08/18] vfio/mdev: Reorganize mdev_device_create()
` [PATCH 09/18] vfio/mdev: Add missing error handling to dev_set_name()
` [PATCH 10/18] vfio/mdev: Remove duplicate storage of parent in mdev_device
` [PATCH 11/18] vfio/mdev: Add mdev/mtype_get_type_group_id()
` [PATCH 17/18] vfio/mdev: Remove kobj from mdev_parent_ops->create()
` [PATCH 18/18] vfio/mdev: Correct the function signatures for the mdev_type_attributes

[PATCH v19 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-03-30 14:54 UTC  (7+ messages)
` [PATCH v19 2/7] KVM: arm64: Advertise KVM UID to guests via SMCCC
` [PATCH v19 3/7] ptp: Reorganize ptp_kvm.c to make it arch-independent
` [PATCH v19 4/7] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v19 5/7] clocksource: Add clocksource id for arm arch counter
` [PATCH v19 6/7] KVM: arm64: Add support for the KVM PTP service
` [PATCH v19 7/7] ptp: arm/arm64: Enable ptp_kvm for arm/arm64


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