kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-03 21:29:18 to 2020-07-07 06:17:36 UTC [more...]

[PATCH v10 00/14] KVM: Dirty ring interface
 2020-07-07  6:17 UTC  (5+ messages)
` [PATCH v10 02/14] KVM: Cache as_id in kvm_memory_slot

[PATCH] kvm: x86: rewrite kvm_spec_ctrl_valid_bits
 2020-07-07  6:11 UTC  (4+ messages)

Question regarding nested_svm_inject_npf_exit()
 2020-07-07  6:02 UTC  (5+ messages)

[kvm-unit-tests PATCH] s390x/cpumodel: The missing DFP facility on TCG is expected
 2020-07-07  5:56 UTC 

[PATCH v2 0/4] Expose new features for intel processor
 2020-07-07  2:36 UTC  (6+ messages)
` [PATCH v2 1/4] x86/cpufeatures: Add enumeration for SERIALIZE instruction
` [PATCH v2 2/4] x86/cpufeatures: Enumerate TSX suspend load address tracking instructions
` [PATCH v2 3/4] x86: Expose SERIALIZE for supported cpuid
` [PATCH v2 4/4] x86: Expose TSX Suspend Load Address Tracking

[PATCH v2 0/2] iommu_aux_at(de)tach_device() enhancement
 2020-07-07  1:39 UTC  (3+ messages)
` [PATCH v2 1/2] iommu: iommu_aux_at(de)tach_device() extension
` [PATCH v2 2/2] iommu: Add aux_domain_attached flag to iommu_group

[PATCH 1/2] iommu: Add iommu_group_get/set_domain()
 2020-07-07  1:26 UTC  (8+ messages)

[PATCH 0/3 v3] KVM: nSVM: Check MBZ bits in CR3 and CR4 on vmrun of nested guests
 2020-07-07  0:34 UTC  (4+ messages)

[GIT PULL] KVM changes for Linux 5.8-rc5
 2020-07-06 21:45 UTC  (2+ messages)

[PATCH 0/2] Expose new features for intel processor
 2020-07-06 21:19 UTC  (5+ messages)
` [PATCH 1/2] x86: Expose SERIALIZE for supported cpuid
` [PATCH 2/2] x86: Expose TSX Suspend Load Address Tracking

[PATCH v3 00/17] KVM: arm64: Preliminary NV patches
 2020-07-06 17:27 UTC  (22+ messages)
` [PATCH v3 01/17] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH v3 02/17] arm64: Detect the ARMv8.4 TTL feature
` [PATCH v3 03/17] arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors
` [PATCH v3 04/17] arm64: Add level-hinted TLB invalidation helper
` [PATCH v3 05/17] KVM: arm64: Use TTL hint in when invalidating stage-2 translations
` [PATCH v3 06/17] KVM: arm64: Introduce accessor for ctxt->sys_reg
` [PATCH v3 07/17] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access
` [PATCH v3 08/17] KVM: arm64: sve: Use __vcpu_sys_reg() "
` [PATCH v3 09/17] KVM: arm64: pauth: Use ctxt_sys_reg() "
` [PATCH v3 10/17] KVM: arm64: debug: Drop useless vpcu parameter
` [PATCH v3 11/17] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH v3 12/17] KVM: arm64: Move ELR_EL1 to the system register array
` [PATCH v3 13/17] KVM: arm64: Move SP_EL1 "
` [PATCH v3 14/17] KVM: arm64: Disintegrate SPSR array
` [PATCH v3 15/17] KVM: arm64: Move SPSR_EL1 to the system register array
` [PATCH v3 16/17] KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
` [PATCH v3 17/17] KVM: arm64: timers: Move timer registers to the sys_regs file

[PATCH 0/2] KVM/arm64 fixes for 5.8, take #3
 2020-07-06 17:05 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm64: PMU: Fix per-CPU access in preemptible context
` [PATCH 2/2] KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTART

[kvm-unit-tests PATCH v2 0/4] More lib/alloc cleanup and a minor improvement
 2020-07-06 16:58 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/4] lib/vmalloc: fix pages count local variable to be size_t
` [kvm-unit-tests PATCH v2 2/4] lib/alloc_page: change some parameter types
` [kvm-unit-tests PATCH v2 3/4] lib/alloc_page: move get_order and is_power_of_2 to a bitops.h
` [kvm-unit-tests PATCH v2 4/4] lib/vmalloc: allow vm_memalign with alignment > PAGE_SIZE

[PATCH v5 00/21] virtio-mem: Paravirtualized memory hot(un)plug
 2020-07-06 16:39 UTC  (4+ messages)
` [PATCH v5 11/21] virtio-pci: Proxy for virtio-mem

[PATCH v2 00/17] KVM: arm64: Preliminary NV patches
 2020-07-06 15:49 UTC  (11+ messages)
` [PATCH v2 01/17] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH v2 06/17] KVM: arm64: Introduce accessor for ctxt->sys_reg

[PATCH v3 0/9] vfio/fsl-mc: VFIO support for FSL-MC devices
 2020-07-06 15:41 UTC  (10+ messages)
` [PATCH v3 1/9] vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devices
` [PATCH v3 2/9] vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bind
` [PATCH v3 3/9] vfio/fsl-mc: Implement VFIO_DEVICE_GET_INFO ioctl
` [PATCH v3 4/9] vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl call
` [PATCH v3 5/9] vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regions
` [PATCH v3 6/9] vfio/fsl-mc: Added lock support in preparation for interrupt handling
` [PATCH v3 7/9] vfio/fsl-mc: Add irq infrastructure for fsl-mc devices
` [PATCH v3 8/9] vfio/fsl-mc: trigger an interrupt via eventfd
` [PATCH v3 9/9] vfio/fsl-mc: Add read/write support for fsl-mc devices

[PATCH v4 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-06 15:17 UTC  (35+ messages)
` [PATCH v4 01/15] vfio/type1: Refactor vfio_iommu_type1_ioctl()
` [PATCH v4 02/15] iommu: Report domain nesting info
` [PATCH v4 03/15] iommu/smmu: Report empty "
` [PATCH v4 04/15] vfio/type1: Report iommu nesting info to userspace
` [PATCH v4 05/15] vfio: Add PASID allocation/free support
` [PATCH v4 06/15] iommu/vt-d: Support setting ioasid set to domain
` [PATCH v4 07/15] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v4 08/15] iommu: Pass domain to sva_unbind_gpasid()
` [PATCH v4 09/15] iommu/vt-d: Check ownership for PASIDs from user-space
` [PATCH v4 10/15] vfio/type1: Support binding guest page tables to PASID
` [PATCH v4 11/15] vfio/type1: Allow invalidating first-level/stage IOMMU cache
` [PATCH v4 12/15] vfio/type1: Add vSVA support for IOMMU-backed mdevs
` [PATCH v4 13/15] vfio/pci: Expose PCIe PASID capability to guest
` [PATCH v4 14/15] vfio: Document dual stage control
` [PATCH v4 15/15] iommu/vt-d: Support reporting nesting capability info

[PATCH v3 0/1] s390: virtio: let arch choose to accept devices without IOMMU feature
 2020-07-06 15:01 UTC  (8+ messages)
` [PATCH v3 1/1] s390: virtio: let arch "

[PATCH] x86/speculation/l1tf: Add KConfig for setting the L1D cache flush mode
 2020-07-06 15:01 UTC  (2+ messages)

[kvm-unit-tests PATCH v10 0/9] s390x: Testing the Channel Subsystem I/O
 2020-07-06 14:24 UTC  (5+ messages)
` [kvm-unit-tests PATCH v10 9/9] s390x: css: ssch/tsch with sense and interrupt

[PATCH v4 00/18] Add support for Nitro Enclaves
 2020-07-06 14:15 UTC  (47+ messages)
` [PATCH v4 01/18] nitro_enclaves: Add ioctl interface definition
` [PATCH v4 02/18] nitro_enclaves: Define the PCI device interface
` [PATCH v4 03/18] nitro_enclaves: Define enclave info for internal bookkeeping
` [PATCH v4 04/18] nitro_enclaves: Init PCI device driver
` [PATCH v4 05/18] nitro_enclaves: Handle PCI device command requests
` [PATCH v4 06/18] nitro_enclaves: Handle out-of-band PCI device events
` [PATCH v4 07/18] nitro_enclaves: Init misc device providing the ioctl interface
` [PATCH v4 08/18] nitro_enclaves: Add logic for enclave vm creation
` [PATCH v4 09/18] nitro_enclaves: Add logic for enclave vcpu creation
` [PATCH v4 10/18] nitro_enclaves: Add logic for enclave image load info
` [PATCH v4 11/18] nitro_enclaves: Add logic for enclave memory region set
` [PATCH v4 12/18] nitro_enclaves: Add logic for enclave start
` [PATCH v4 13/18] nitro_enclaves: Add logic for enclave termination
` [PATCH v4 14/18] nitro_enclaves: Add Kconfig for the Nitro Enclaves driver
` [PATCH v4 15/18] nitro_enclaves: Add Makefile "
` [PATCH v4 16/18] nitro_enclaves: Add sample for ioctl interface usage

[kvm-unit-tests PATCH v2 0/8] arm/arm64: Add IPI/LPI/vtimer latency test
 2020-07-06 12:23 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 8/8] arm64: microbench: Add vtimer "

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-07-06  9:32 UTC  (6+ messages)

[PATCH] MIPS: KVM: Convert a fallthrough comment to fallthrough
 2020-07-06  1:45 UTC 

[PATCH v2 0/8] KVM: arm64: Support HW dirty log based on DBM
 2020-07-06  1:08 UTC  (3+ messages)
` [PATCH v2 6/8] KVM: arm64: Add KVM_CAP_ARM_HW_DIRTY_LOG capability

[PATCH v3] x86/speculation/l1tf: Add KConfig for setting the L1D cache flush mode
 2020-07-05 21:51 UTC  (12+ messages)

[PATCH 0/2] Documentation: virt: eliminate duplicated words
 2020-07-05 20:42 UTC  (4+ messages)
` [PATCH 2/2] Documentation: virt: kvm/s390-pv: drop doubled words
` [PATCH 1/2] Documentation: virt: kvm/api: "

[PATCH 0/7] accel/kvm: Simplify few functions that can use global kvm_state
 2020-07-05  9:57 UTC  (6+ messages)
` [RFC PATCH 4/7] accel/kvm: Simplify kvm_set_sigmask_len()

KVM/VFIO passthrough not working when TRIM_UNUSED_KSYMS is enabled
 2020-07-05  8:58 UTC  (3+ messages)

[PATCH v3 0/9] Generalize memory encryption models
 2020-07-05  7:38 UTC  (4+ messages)
` [PATCH v3 8/9] spapr: PEF: block migration

KVM upcall questions
 2020-07-05  6:46 UTC  (3+ messages)

[PULL v2 07/41] accel/kvm: Convert to ram_block_discard_disable()
 2020-07-04 18:29 UTC 

[PATCH 0/4] Paravirtualized Control Register pinning
 2020-07-04 15:11 UTC  (6+ messages)
` [PATCH 4/4] X86: Use KVM CR pin MSRs

[PATCH] KVM: arm64: PMU: Fix per-CPU access in preemptible context
 2020-07-04 13:37 UTC 

[RFC v7 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-07-04 11:58 UTC  (27+ messages)
` [RFC v7 01/25] scripts/update-linux-headers: Import iommu.h
` [RFC v7 02/25] header file update VFIO/IOMMU vSVA APIs kernel 5.8-rc3
` [RFC v7 03/25] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
` [RFC v7 04/25] hw/pci: introduce pci_device_get_iommu_attr()
` [RFC v7 05/25] intel_iommu: add get_iommu_attr() callback
` [RFC v7 06/25] vfio: pass nesting requirement into vfio_get_group()
` [RFC v7 07/25] vfio: check VFIO_TYPE1_NESTING_IOMMU support
` [RFC v7 08/25] hw/iommu: introduce HostIOMMUContext
` [RFC v7 09/25] hw/pci: introduce pci_device_set/unset_iommu_context()
` [RFC v7 10/25] intel_iommu: add set/unset_iommu_context callback
` [RFC v7 11/25] vfio/common: provide PASID alloc/free hooks
` [RFC v7 12/25] vfio: init HostIOMMUContext per-container
` [RFC v7 13/25] intel_iommu: add virtual command capability support
` [RFC v7 14/25] intel_iommu: process PASID cache invalidation
` [RFC v7 15/25] intel_iommu: add PASID cache management infrastructure
` [RFC v7 16/25] vfio: add bind stage-1 page table support
` [RFC v7 17/25] intel_iommu: sync IOMMU nesting cap info for assigned devices
` [RFC v7 18/25] intel_iommu: bind/unbind guest page table to host
` [RFC v7 19/25] intel_iommu: replay pasid binds after context cache invalidation
` [RFC v7 20/25] intel_iommu: do not pass down pasid bind for PASID #0
` [RFC v7 21/25] vfio: add support for flush iommu stage-1 cache
` [RFC v7 22/25] intel_iommu: process PASID-based iotlb invalidation
` [RFC v7 23/25] intel_iommu: propagate PASID-based iotlb invalidation to host
` [RFC v7 24/25] intel_iommu: process PASID-based Device-TLB invalidation
` [RFC v7 25/25] intel_iommu: modify x-scalable-mode to be string option

[Bug 208427] New: kvm network cause kernel panic
 2020-07-04  2:55 UTC 


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