kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-06 20:46:13 to 2020-10-08 07:56:01 UTC [more...]

[PATCH 00/35] Enhance memory utilization with DMEMFS
 2020-10-08  7:54 UTC  (24+ messages)
` [PATCH 01/35] fs: introduce dmemfs module
` [PATCH 02/35] mm: support direct memory reservation
` [PATCH 03/35] dmem: implement dmem memory management
` [PATCH 04/35] dmem: let pat recognize dmem
` [PATCH 05/35] dmemfs: support mmap
` [PATCH 06/35] dmemfs: support truncating inode down
` [PATCH 07/35] dmem: trace core functions
` [PATCH 08/35] dmem: show some statistic in debugfs
` [PATCH 09/35] dmemfs: support remote access
` [PATCH 10/35] dmemfs: introduce max_alloc_try_dpages parameter
` [PATCH 11/35] mm: export mempolicy interfaces to serve dmem allocator
` [PATCH 12/35] dmem: introduce mempolicy support
` [PATCH 13/35] mm, dmem: introduce PFN_DMEM and pfn_t_dmem
` [PATCH 14/35] mm, dmem: dmem-pmd vs thp-pmd
` [PATCH 16/35] dmemfs: introduce ->split() to dmemfs_vm_ops
` [PATCH 17/35] mm, dmemfs: support unmap_page_range() for dmemfs pmd
` [PATCH 18/35] mm: follow_pmd_mask() for dmem huge pmd
` [PATCH 19/35] mm: gup_huge_pmd() "
` [PATCH 20/35] mm: support dmem huge pmd for vmf_insert_pfn_pmd()
` [PATCH 23/35] kvm, x86: introduce VM_DMEM
` [PATCH 24/35] dmemfs: support hugepage for dmemfs
` [PATCH 25/35] mm, x86, dmem: fix estimation of reserved page for vaddr_get_pfn()
` [PATCH 26/35] mm, dmem: introduce pud_special()

[PATCH v3 02/18] iommu/vt-d: Add DEV-MSI support
 2020-10-08  7:54 UTC  (6+ messages)
  ` [PATCH v3 11/18] dmaengine: idxd: ims setup for the vdcm

[PATCH] target/i386: Support up to 32768 CPUs without IRQ remapping
 2020-10-08  7:53 UTC  (5+ messages)

[PATCH 00/13] follow_pfn and other iomap races
 2020-10-08  7:49 UTC  (49+ messages)
` [PATCH 01/13] drm/exynos: Stop using frame_vector helpers
` [PATCH 02/13] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH 03/13] misc/habana: Stop using frame_vector helpers
` [PATCH 04/13] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH 05/13] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH 06/13] media: videobuf2: Move frame_vector into media subsystem
` [PATCH 07/13] mm: close race in generic_access_phys
` [PATCH 08/13] s390/pci: Remove races against pte updates
` [PATCH 09/13] PCI: obey iomem restrictions for procfs mmap
` [PATCH 10/13] PCI: revoke mappings like devmem
` [PATCH 11/13] mm: add unsafe_follow_pfn
` [PATCH 12/13] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH 13/13] vfio/type1: Mark follow_pfn "

[PATCH 0/13] Fix per-domain IRQ affinity, allow >255 CPUs on x86 without IRQ remapping
 2020-10-08  7:21 UTC  (41+ messages)
` [PATCH 01/13] x86/apic: Use x2apic in guest kernels even with unusable CPUs
  ` [PATCH 05/13] genirq: Prepare for default affinity to be passed to __irq_alloc_descs()
  ` [PATCH 06/13] genirq: Add default_affinity argument "
  ` [PATCH 07/13] irqdomain: Add max_affinity argument to irq_domain_alloc_descs()
  ` [PATCH 08/13] genirq: Add irq_domain_set_affinity()
  ` [PATCH 09/13] x86/irq: Add x86_non_ir_cpumask
  ` [PATCH 10/13] x86/irq: Limit IOAPIC and MSI domains' affinity without IR
  ` [PATCH 13/13] x86/kvm: Add KVM_FEATURE_MSI_EXT_DEST_ID

[PATCH] KVM: SVM: Use a separate vmcb for the nested L2 guest
 2020-10-08  5:52 UTC  (3+ messages)

[PATCH v3 0/5] Pass zPCI hardware information via VFIO
 2020-10-08  5:08 UTC  (12+ messages)
` [PATCH v3 1/5] s390/pci: stash version in the zpci_dev
` [PATCH v3 2/5] s390/pci: track whether util_str is valid "
` [PATCH v3 3/5] vfio: Introduce capability definitions for VFIO_DEVICE_GET_INFO
` [PATCH v3 4/5] vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFO
` [PATCH v3 5/5] MAINTAINERS: Add entry for s390 vfio-pci

[Bug 208767] New: kernel stack overflow due to Lazy update IOAPIC on an x86_64 *host*, when gpu is passthrough to macos guest vm
 2020-10-07 22:45 UTC  (2+ messages)
` [Bug 208767] "

[PATCH 00/22] Introduce the TDP MMU
 2020-10-07 20:55 UTC  (22+ messages)
` [PATCH 10/22] kvm: mmu: Add TDP MMU PF handler
` [PATCH 14/22] kvm: mmu: Add access tracking for tdp_mmu
` [PATCH 15/22] kvm: mmu: Support changed pte notifier in tdp MMU
` [PATCH 18/22] kvm: mmu: Support disabling dirty logging for the "

[PATCH v14 00/14] KVM: Dirty ring interface
 2020-10-07 20:53 UTC  (15+ messages)
` [PATCH v14 01/14] KVM: Documentation: Update entry for KVM_X86_SET_MSR_FILTER
` [PATCH v14 02/14] KVM: Cache as_id in kvm_memory_slot
` [PATCH v14 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v14 04/14] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v14 05/14] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v14 06/14] KVM: Make dirty ring exclusive to dirty bitmap log
` [PATCH v14 07/14] KVM: Don't allocate dirty bitmap if dirty ring is enabled
` [PATCH v14 08/14] KVM: selftests: Always clear dirty bitmap after iteration
` [PATCH v14 09/14] KVM: selftests: Sync uapi/linux/kvm.h to tools/
` [PATCH v14 10/14] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH v14 11/14] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH v14 12/14] KVM: selftests: Add dirty ring buffer test
` [PATCH v14 13/14] KVM: selftests: Let dirty_log_test async for dirty ring test
` [PATCH v14 14/14] KVM: selftests: Add "-c" parameter to dirty log test

[PATCH v12 12/13] KVM: selftests: Let dirty_log_test async for dirty ring test
 2020-10-07 20:45 UTC  (2+ messages)
  ` [KVM] 11e2633982: kernel-selftests.kvm.dirty_log_test.fail

[PATCH v3 00/10] Retrieve zPCI hardware information from VFIO
 2020-10-07 19:04 UTC  (11+ messages)
` [PATCH v3 01/10] s390x/pci: Move header files to include/hw/s390x
` [PATCH v3 02/10] vfio: Create shared routine for scanning info capabilities
` [PATCH v3 03/10] update-linux-headers: Add vfio_zdev.h
` [PATCH v3 04/10] linux-headers: update against 5.9-rc8
` [PATCH v3 05/10] s390x/pci: create a header dedicated to PCI CLP
` [PATCH v3 06/10] s390x/pci: use a PCI Group structure
` [PATCH v3 07/10] s390x/pci: clean up s390 PCI groups
` [PATCH v3 08/10] s390x/pci: use a PCI Function structure
` [PATCH v3 09/10] vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilities
` [PATCH v3 10/10] s390x/pci: get zPCI function info from host

KVM call for agenda for 2020-10-06
 2020-10-07 18:04 UTC  (5+ messages)

[PATCH 0/2] KVM: VMX: x2APIC + APICV MSR fix and cleanup
 2020-10-07 16:44 UTC  (4+ messages)
` [PATCH 2/2] KVM: VMX: Ignore userspace MSR filters for x2APIC when APICV is enabled

kvmtool: vhost MQ support
 2020-10-07 15:50 UTC  (4+ messages)

[PATCH] KVM/nVMX: Move nested_vmx_check_vmentry_hw inline assembly to vmenter.S
 2020-10-07 14:43 UTC 

[PATCH 0/4] Test MSR exits to userspace
 2020-10-07 13:21 UTC  (9+ messages)
` [PATCH 1/4] selftests: kvm: Fix the segment descriptor layout to match the actual layout
` [PATCH 2/4] selftests: kvm: Clear uc so UCALL_NONE is being properly reported
` [PATCH 3/4] selftests: kvm: Add exception handling to selftests
` [PATCH 4/4] selftests: kvm: Test MSR exiting to userspace

[PATCH 0/5] Fix x2apic enablement and allow up to 32768 CPUs without IR where supported
 2020-10-07 12:20 UTC  (6+ messages)
` [PATCH 1/5] x86/apic: Fix x2apic enablement without interrupt remapping
  ` [PATCH 2/5] x86/msi: Only use high bits of MSI address for DMAR unit
  ` [PATCH 3/5] x86/ioapic: Handle Extended Destination ID field in RTE
  ` [PATCH 4/5] x86/apic: Support 15 bits of APIC ID in IOAPIC/MSI where available
  ` [PATCH 5/5] x86/kvm: Add KVM_FEATURE_MSI_EXT_DEST_ID

[PATCH v2 0/9] Retrieve zPCI hardware information from VFIO
 2020-10-07  7:35 UTC  (6+ messages)
` [PATCH v2 1/9] s390x/pci: Move header files to include/hw/s390x

[PATCH 0/6] KVM: x86: KVM_SET_SREGS.CR4 bug fixes and cleanup
 2020-10-07  1:44 UTC  (7+ messages)
` [PATCH 1/6] KVM: VMX: Drop guest CPUID check for VMXE in vmx_set_cr4()
` [PATCH 2/6] KVM: VMX: Drop explicit 'nested' check from vmx_set_cr4()
` [PATCH 3/6] KVM: SVM: Drop VMXE check from svm_set_cr4()
` [PATCH 4/6] KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook
` [PATCH 5/6] KVM: x86: Return bool instead of int for CR4 and SREGS validity checks
` [PATCH 6/6] KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2

[PATCH v4] kvm,x86: Exit to user space in case page fault error
 2020-10-07  0:04 UTC  (11+ messages)

[kvm-unit-tests PATCH] x86: vmx: add regression test for posted interrupts
 2020-10-06 21:25 UTC 

[PATCH] KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to pending PI
 2020-10-06 21:22 UTC  (4+ messages)

[PATCH 02/13] x86/msi: Only use high bits of MSI address for DMAR unit
 2020-10-06 20:45 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).