kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-31 07:58:11 to 2021-04-01 17:58:51 UTC [more...]

[PATCH v4 0/8] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-04-01 17:30 UTC  (13+ 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

[PATCH 0/6] Introduce KVM_{GET|SET}_SREGS2 and fix PDPTR migration
 2021-04-01 17:33 UTC  (5+ messages)
` [PATCH 4/6] KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-01 12:38 UTC  (11+ messages)
` [PATCH v14 06/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v14 07/13] iommu/smmuv3: Implement cache_invalidate
` [PATCH v14 13/13] iommu/smmuv3: Accept configs with more than one context descriptor

[PATCH 0/2] kvm: use KVM_{GET|SET}_SREGS2 when available
 2021-04-01 17:10 UTC  (5+ messages)
` [PATCH 1/2] kvm: update kernel headers for KVM_{GET|SET}_SREGS2
` [PATCH 2/2] KVM: use KVM_{GET|SET}_SREGS2 when supported by kvm

[PATCH 0/2] KVM: x86: fix lockdep splat due to Xen runstate update
 2021-04-01 16:36 UTC  (4+ messages)
` [PATCH 2/2] KVM: x86: disable interrupts while pvclock_gtod_sync_lock is taken
  ` [EXTERNAL] "

[PATCH v2 00/28] Allow parallel MMU operations with TDP MMU
 2021-04-01 17:32 UTC  (5+ messages)
` [PATCH v2 20/28] KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map

[PATCH v2 0/2] KVM: x86: nSVM: fixes for SYSENTER emulation
 2021-04-01 17:05 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: x86: add guest_cpuid_is_intel
` [PATCH v2 2/2] KVM: nSVM: improve SYSENTER emulation on AMD

[PATCH v17 00/17] KVM RISC-V Support
 2021-04-01 13:40 UTC  (3+ messages)
` [PATCH v17 01/17] RISC-V: Add hypervisor extension related CSR defines

[PATCH -next] KVM: selftests: remove redundant semi-colon
 2021-04-01 14:45 UTC  (2+ messages)

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v3
 2021-04-01 15:52 UTC  (17+ messages)
` [PATCH 01/20] iommu: remove the unused domain_window_disable method
` [PATCH 02/20] iommu/fsl_pamu: remove fsl_pamu_get_domain_attr
` [PATCH 03/20] iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRY
` [PATCH 04/20] iommu/fsl_pamu: merge iommu_alloc_dma_domain into fsl_pamu_domain_alloc
` [PATCH 05/20] iommu/fsl_pamu: remove support for multiple windows
` [PATCH 06/20] iommu/fsl_pamu: remove ->domain_window_enable
` [PATCH 07/20] iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct call
` [PATCH 08/20] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 09/20] iommu/fsl_pamu: merge handle_attach_device into fsl_pamu_attach_device
` [PATCH 10/20] iommu/fsl_pamu: enable the liodn when attaching a device
` [PATCH 12/20] iommu/fsl_pamu: remove the rpn and snoop_id arguments to pamu_config_ppaac
` [PATCH 13/20] iommu/fsl_pamu: hardcode the window address and size in pamu_config_ppaace
` [PATCH 15/20] iommu: remove DOMAIN_ATTR_GEOMETRY
` [PATCH 17/20] iommu: remove iommu_set_cmd_line_dma_api and iommu_cmd_line_dma_api
` [PATCH 18/20] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 19/20] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG

[PATCH v2 0/9] KVM: my debug patch queue
 2021-04-01 13:54 UTC 

[PATCH 0/2] KVM: x86: nSVM: fixes for SYSENTER emulation
 2021-04-01 11:20 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: add guest_cpuid_is_intel
` [PATCH 2/2] KVM: nSVM: improve SYSENTER emulation on AMD

[PATCH] KVM: x86: Fix potential memory access error
 2021-04-01 16:22 UTC  (4+ messages)

[syzbot] WARNING in bpf_test_run
 2021-04-01 11:29 UTC 

[PATCH 00/13] More parallel operations for the TDP MMU
 2021-04-01 16:50 UTC  (27+ 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 0/4] KVM: nSVM/nVMX: fix nested virtualization treatment of nested exceptions
 2021-04-01 17:12 UTC  (7+ messages)
` [PATCH 1/4] KVM: x86: pending exceptions must not be blocked by an injected event
` [PATCH 2/4] KVM: x86: separate pending and injected exception
` [PATCH 3/4] KVM: x86: correctly merge "
` [PATCH 4/4] KVM: x86: remove tweaking of inject_page_fault

[PATCH 0/2] gdbstub: implement support for blocking interrupts on single stepping
 2021-04-01 14:41 UTC  (3+ messages)
` [PATCH 1/2] kvm: update kernel headers for KVM_GUESTDBG_BLOCKEVENTS
` [PATCH 2/2] gdbstub: implement NOIRQ support for single step on KVM, when kvm's KVM_GUESTDBG_BLOCKIRQ debug flag is supported

[PATCH v16 00/17] KVM RISC-V Support
 2021-04-01 13:24 UTC  (5+ messages)

[PATCH 8/9] vfio/pci: export nvlink2 support into vendor vfio_pci drivers
 2021-04-01 13:12 UTC  (11+ messages)

[syzbot] WARNING in unsafe_follow_pfn
 2021-04-01 12:19 UTC  (4+ messages)

[RFC Part1 PATCH 00/13] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-04-01 14:11 UTC  (4+ messages)
` [RFC Part1 PATCH 04/13] x86/sev-snp: define page state change VMGEXIT structure

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v2
 2021-04-01  9:59 UTC  (24+ 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:54 UTC  (10+ 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 4/4] selftests: kvm: add get_emulated_cpuid test

[PATCH v3 00/25] KVM SGX virtualization support
 2021-04-01  9:45 UTC  (14+ messages)
` [PATCH v3 05/25] x86/sgx: Introduce virtual EPC for use by KVM guests
  ` [PATCH v4 "

[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

[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 00/18] KVM: Consolidate and optimize MMU notifiers
 2021-03-31 21:47 UTC  (23+ messages)
` [PATCH 10/18] KVM: Move x86's MMU notifier memslot walkers to generic code
` [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  (5+ messages)
` [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  (3+ messages)
` [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  (2+ messages)

[PATCH 0/2] KVM: x86/mmu: TDP MMU fixes/cleanups
 2021-03-31  9:36 UTC  (2+ messages)

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


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