kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-15 18:05:07 to 2021-03-16 18:11:56 UTC [more...]

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-03-16 18:10 UTC  (4+ messages)

[RFC] KVM: x86: Support KVM VMs sharing SEV context
 2021-03-16 18:08 UTC  (6+ messages)

[PATCH 0/3] KVM: my debug patch queue
 2021-03-16 18:02 UTC  (23+ messages)
` [PATCH 1/3] scripts/gdb: rework lx-symbols gdb script
` [PATCH 2/3] KVM: x86: guest debug: don't inject interrupts while single stepping
` [PATCH 3/3] KVM: SVM: allow to intercept all exceptions for debug

[PATCH v3 0/4] Fix RCU warnings in TDP MMU
 2021-03-16 17:55 UTC  (7+ messages)
` [PATCH v3 1/4] KVM: x86/mmu: Fix RCU usage in handle_removed_tdp_mmu_page
` [PATCH v3 2/4] KVM: x86/mmu: Fix RCU usage when atomically zapping SPTEs
` [PATCH v3 3/4] KVM: x86/mmu: Factor out tdp_iter_return_to_root
` [PATCH v3 4/4] KVM: x86/mmu: Store the address space ID in the TDP iterator

[RFC PATCH 0/4] KVM: stats: Retrieve statistics data in binary format
 2021-03-16 17:54 UTC  (5+ messages)
` [RFC PATCH 3/4] KVM: stats: Add ioctl commands to pull statistics "

[PATCH 00/11] KVM: arm64: Initial host support for the Apple M1
 2021-03-16 17:46 UTC  (12+ messages)
` [PATCH 01/11] irqchip/gic: Split vGIC probing information from the GIC code
` [PATCH 02/11] KVM: arm64: Handle physical FIQ as an IRQ while running a guest
` [PATCH 03/11] KVM: arm64: vgic: Be tolerant to the lack of maintenance interrupt
` [PATCH 04/11] KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation
` [PATCH 05/11] KVM: arm64: vgic: move irq->get_input_level into an ops structure
` [PATCH 06/11] KVM: arm64: vgic: Implement SW-driven deactivation
` [PATCH 07/11] KVM: arm64: timer: Refactor IRQ configuration
` [PATCH 08/11] KVM: arm64: timer: Add support for SW-based deactivation
` [PATCH 09/11] irqchip/apple-aic: Fix [un]masking of guest timers
` [PATCH 10/11] irqchip/apple-aic: Initialise SYS_APL_VM_TMR_FIQ_ENA_EL1 at boot time
` [PATCH 11/11] irqchip/apple-aic: Advertise some level of vGICv3 compatibility

[PATCH] doc/virt/kvm: move KVM_X86_SET_MSR_FILTER in section 8
 2021-03-16 17:08 UTC 

[kvm-unit-tests PATCH 0/4] Fix the devicetree parser for stdout-path
 2021-03-16 17:03 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/4] lib/string: add strnlen and strrchr
` [kvm-unit-tests PATCH 3/4] Makefile: Avoid double definition of libfdt_clean
` [kvm-unit-tests PATCH 4/4] devicetree: Parse correctly the stdout-path
  ` [kvm-unit-tests PATCH 2/4] libfdt: Pull v1.6.0

[PATCH] target/mips: Deprecate Trap-and-Emul KVM support
 2021-03-16 16:55 UTC  (2+ messages)

[PATCH v2 00/14] Embed struct vfio_device in all sub-structures
 2021-03-16 16:51 UTC  (41+ messages)
` [PATCH v2 01/14] vfio: Remove extra put/gets around vfio_device->group
` [PATCH v2 02/14] vfio: Simplify the lifetime logic for vfio_device
` [PATCH v2 03/14] vfio: Split creation of a vfio_device into init and register ops
` [PATCH v2 04/14] vfio/platform: Use vfio_init/register/unregister_group_dev
` [PATCH v2 05/14] vfio/fsl-mc: Re-order vfio_fsl_mc_probe()
` [PATCH v2 06/14] vfio/fsl-mc: Use vfio_init/register/unregister_group_dev
` [PATCH v2 07/14] vfio/pci: Move VGA and VF initialization to functions
` [PATCH v2 08/14] vfio/pci: Re-order vfio_pci_probe()
` [PATCH v2 09/14] vfio/pci: Use vfio_init/register/unregister_group_dev
` [PATCH v2 10/14] vfio/mdev: "
` [PATCH v2 11/14] vfio/mdev: Make to_mdev_device() into a static inline
` [PATCH v2 13/14] vfio/pci: Replace uses of vfio_device_data() with container_of
` [PATCH v2 14/14] vfio: Remove device_data from the vfio bus driver API

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v2
 2021-03-16 15:38 UTC  (19+ messages)
` [PATCH 01/18] iommu: remove the unused domain_window_disable method
` [PATCH 02/18] iommu/fsl_pamu: remove fsl_pamu_get_domain_attr
` [PATCH 03/18] iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRY
` [PATCH 04/18] iommu/fsl_pamu: merge iommu_alloc_dma_domain into fsl_pamu_domain_alloc
` [PATCH 05/18] iommu/fsl_pamu: remove support for multiple windows
` [PATCH 06/18] iommu/fsl_pamu: remove ->domain_window_enable
` [PATCH 07/18] iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct call
` [PATCH 08/18] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 09/18] iommu/fsl_pamu: merge handle_attach_device into fsl_pamu_attach_device
` [PATCH 10/18] iommu/fsl_pamu: enable the liodn when attaching a device
` [PATCH 11/18] iommu/fsl_pamu: remove the snoop_id field
` [PATCH 12/18] iommu: remove DOMAIN_ATTR_PAGING
` [PATCH 13/18] iommu: remove DOMAIN_ATTR_GEOMETRY
` [PATCH 14/18] iommu: remove DOMAIN_ATTR_NESTING
` [PATCH 15/18] iommu: remove iommu_set_cmd_line_dma_api and iommu_cmd_line_dma_api
` [PATCH 16/18] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 17/18] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
` [PATCH 18/18] iommu: remove iommu_domain_{get,set}_attr

[PATCH 0/3] switch to unsafe_follow_pfn
 2021-03-16 15:52 UTC  (6+ messages)
` [PATCH 1/3] mm: Add unsafe_follow_pfn
` [PATCH 2/3] media/videobuf1|2: Mark follow_pfn usage as unsafe
` [PATCH 3/3] mm: unexport follow_pfn

[kvm-unit-tests PATCH 0/6] Misc assembly fixes and cleanups
 2021-03-16 15:40 UTC  (5+ messages)
` [kvm-unit-tests PATCH 2/6] arm/arm64: Remove dcache_line_size global variable

[PATCH kvmtool v3 00/22] Unify I/O port and MMIO trap handling
 2021-03-16 15:40 UTC  (3+ messages)
` [PATCH kvmtool v3 13/22] hw/serial: Refactor trap handler

[PATCH 0/4] KVM: x86: hyper-v: TSC page fixes
 2021-03-16 15:20 UTC  (11+ messages)
` [PATCH 2/4] KVM: x86: hyper-v: Prevent using not-yet-updated TSC page by secondary CPUs
` [PATCH 3/4] KVM: x86: hyper-v: Track Hyper-V TSC page status

[PATCH 00/10] KVM: arm64: Enable SVE support on nVHE systems
 2021-03-16 15:00 UTC  (17+ messages)
` [PATCH 01/10] KVM: arm64: Provide KVM's own save/restore SVE primitives
` [PATCH 02/10] KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1
` [PATCH 03/10] KVM: arm64: Let vcpu_sve_pffr() handle HYP VAs
` [PATCH 04/10] KVM: arm64: Introduce vcpu_sve_vq() helper
` [PATCH 05/10] KVM: arm64: Rework SVE host-save/guest-restore
` [PATCH 06/10] KVM: arm64: Map SVE context at EL2 when available
` [PATCH 07/10] KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD state
` [PATCH 08/10] KVM: arm64: Add a nVHE-specific SVE VQ reset hypercall
` [PATCH 09/10] KVM: arm64: Save/restore SVE state for nVHE
` [PATCH 10/10] KVM: arm64: Enable SVE support "

[PATCH v2 0/4] KVM: x86: hyper-v: TSC page fixes
 2021-03-16 14:37 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: x86: hyper-v: Limit guest to writing zero to HV_X64_MSR_TSC_EMULATION_STATUS
` [PATCH v2 2/4] KVM: x86: hyper-v: Prevent using not-yet-updated TSC page by secondary CPUs
` [PATCH v2 3/4] KVM: x86: hyper-v: Track Hyper-V TSC page status
` [PATCH v2 4/4] KVM: x86: hyper-v: Don't touch TSC page values when guest opted for re-enlightenment

[RFC PATCH v2 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-03-16 13:43 UTC  (3+ messages)
` [RFC PATCH v2 1/2] kvm/arm64: Remove the creation time's mapping of MMIO regions
` [RFC PATCH v2 2/2] kvm/arm64: Try stage2 block mapping for host device MMIO

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver
 2021-03-16 13:03 UTC  (10+ messages)
` [PATCH 14/17] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE

[PATCH v2 00/25] KVM SGX virtualization support
 2021-03-16 12:46 UTC  (17+ messages)
` [PATCH v2 07/25] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled

[Bug 201753] AMD-Vi: Unable to write to IOMMU perf counter
 2021-03-16 11:14 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: nSVM: fixes for SYSENTER emulation
 2021-03-16 10:39 UTC  (6+ messages)
` [PATCH 2/2] KVM: nSVM: improve SYSENTER emulation on AMD

[kvm-unit-tests PATCH v6 0/6] CSS Mesurement Block
 2021-03-16 10:27 UTC  (15+ messages)
` [kvm-unit-tests PATCH v6 2/6] s390x: css: simplifications of the tests
` [kvm-unit-tests PATCH v6 3/6] s390x: css: extending the subchannel modifying functions
` [kvm-unit-tests PATCH v6 5/6] s390x: css: testing measurement block format 0

[kvm-unit-tests PATCH 0/6] s390x: uv: Extend guest test and add host test
 2021-03-16  9:16 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/6] s390x: uv-guest: Add invalid share location test
` [kvm-unit-tests PATCH 2/6] s390x: Add more Ultravisor command structure definitions
` [kvm-unit-tests PATCH 3/6] s390x: uv: Add UV lib
` [kvm-unit-tests PATCH 4/6] s390x: Test for share/unshare call support before using them
` [kvm-unit-tests PATCH 5/6] s390x: uv-guest: Test invalid commands
` [kvm-unit-tests PATCH 6/6] s390x: Add UV host test

[PATCH v4 0/3] CET fix patches for nested guest
 2021-03-16  9:03 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: nVMX: Sync L2 guest CET states between L1/L2

[RFC PATCH v6 00/22] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-03-16  8:08 UTC  (5+ messages)

[PATCH] selftests: remove duplicate include
 2021-03-16  7:33 UTC 

[PATCH V4 0/7] vDPA/ifcvf: enables Intel C5000X-PL virtio-net
 2021-03-16  6:11 UTC  (9+ messages)
` [PATCH V4 1/7] vDPA/ifcvf: get_vendor_id returns a device specific vendor id
` [PATCH V4 2/7] vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPA
` [PATCH V4 3/7] vDPA/ifcvf: rename original IFCVF dev ids to N3000 ids
` [PATCH V4 4/7] vDPA/ifcvf: remove the version number string

[PATCH] docs: virt: kvm: Trivial typo fix in the file timekeeping.rst
 2021-03-16  4:44 UTC 

[PATCH v5 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-03-16  2:48 UTC  (6+ messages)
` [PATCH v5 01/11] file: Export __receive_fd() to modules
    `  "

[RFC v2 0/2] cgroup: New misc cgroup controller
 2021-03-16  2:22 UTC  (17+ messages)
` [RFC v2 2/2] cgroup: sev: Miscellaneous cgroup documentation

[RFC v2] KVM: x86: Support KVM VMs sharing SEV context
 2021-03-16  1:40 UTC 

[PATCH v2 03/25] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
 2021-03-15 23:50 UTC  (11+ messages)
` [PATCH v3 "

[PATCH v2 0/4] Fix RCU warnings in TDP MMU
 2021-03-15 22:26 UTC  (8+ messages)
` [PATCH v2 1/4] KVM: x86/mmu: Fix RCU usage in handle_removed_tdp_mmu_page
` [PATCH v2 2/4] KVM: x86/mmu: Fix RCU usage when atomically zapping SPTEs
` [PATCH v2 3/4] KVM: x86/mmu: Factor out tdp_iter_return_to_root
` [PATCH v2 4/4] KVM: x86/mmu: Store the address space ID in the TDP iterator

[PATCH v2 0/2] Simple test for sysenter instruction
 2021-03-15 21:09 UTC  (3+ messages)
` [PATCH v2 1/2] x86/msr: run this test with intel vendor id
` [PATCH v2 2/2] Add a simple test for SYSENTER instruction

[Patch v3 0/2] cgroup: New misc cgroup controller
 2021-03-15 19:10 UTC  (9+ messages)
` [Patch v3 1/2] cgroup: sev: Add "

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-03-15 18:04 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).