kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-08 07:50:11 to 2020-10-09 19:51:45 UTC [more...]

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-09 19:49 UTC  (4+ messages)
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: Utilize new kmap_thread()

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-09 19:31 UTC  (38+ messages)
` [PATCH v2 01/17] drm/exynos: Stop using frame_vector helpers
` [PATCH v2 02/17] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v2 03/17] misc/habana: Stop using frame_vector helpers
` [PATCH v2 04/17] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v2 05/17] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v2 06/17] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v2 07/17] mm: Close race in generic_access_phys
` [PATCH v2 08/17] s390/pci: Remove races against pte updates
` [PATCH v2 09/17] mm: Add unsafe_follow_pfn
` [PATCH v2 10/17] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v2 11/17] vfio/type1: Mark follow_pfn "
` [PATCH v2 12/17] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v2 13/17] /dev/mem: Only set filp->f_mapping
` [PATCH v2 14/17] resource: Move devmem revoke code to resource framework
` [PATCH v2 15/17] sysfs: Support zapping of binary attr mmaps
` [PATCH v2 16/17] PCI: Revoke mappings like devmem
` [PATCH v2 17/17] drm/i915: Properly request PCI BARs

[PATCH] irqbypass: fix error handle when irq_bypass_register_producer() return fails
 2020-10-09 18:44 UTC  (3+ messages)

KVM call for agenda for 2020-10-06
 2020-10-09 16:45 UTC  (8+ messages)

[PATCH v3 0/9] KVM: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-10-09 16:17 UTC  (3+ messages)
` [PATCH v3 7/9] KVM: VMX: Add guest physical address check in EPT violation and misconfig

[PATCH 0/6] KVM: x86: KVM_SET_SREGS.CR4 bug fixes and cleanup
 2020-10-09 16:11 UTC  (9+ messages)

[PATCH v3 00/10] Retrieve zPCI hardware information from VFIO
 2020-10-09 16:10 UTC  (14+ messages)
` [PATCH v3 01/10] s390x/pci: Move header files to include/hw/s390x
` [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

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

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

[PATCH] KVM: SVM: Use a separate vmcb for the nested L2 guest
 2020-10-09 12:31 UTC  (11+ messages)

[PATCH 00/35] Enhance memory utilization with DMEMFS
 2020-10-09 11:53 UTC  (47+ 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 15/35] mm: add pmd_special() check for pmd_trans_huge_lock()
` [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 21/35] mm: support dmem huge pmd for follow_pfn()
` [PATCH 22/35] kvm, x86: Distinguish dmemfs page from mmio page
` [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 27/35] mm: add pud_special() to support dmem huge pud
` [PATCH 28/35] mm, dmemfs: support huge_fault() for dmemfs
` [PATCH 29/35] mm: add follow_pte_pud()
` [PATCH 30/35] dmem: introduce dmem_bitmap_alloc() and dmem_bitmap_free()
` [PATCH 31/35] dmem: introduce mce handler
` [PATCH 32/35] mm, dmemfs: register and handle the dmem mce
` [PATCH 33/35] kvm, x86: temporary disable record_steal_time for dmem
` [PATCH 34/35] dmem: add dmem unit tests
` [PATCH 35/35] Add documentation for dmemfs

[PATCH] KVM: SVM: Initialize prev_ga_tag before use
 2020-10-09 11:06 UTC  (2+ messages)

[PATCH 0/5] Fix x2apic enablement and allow up to 32768 CPUs without IR where supported
 2020-10-09 10:46 UTC  (28+ messages)
` [PATCH 1/5] x86/apic: Fix x2apic enablement without interrupt remapping
  ` [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/8] Fix x2apic enablement and allow up to 32768 CPUs without IR where supported
  ` [PATCH v2 1/8] x86/apic: Fix x2apic enablement without interrupt remapping
  ` [PATCH v2 2/8] x86/msi: Only use high bits of MSI address for DMAR unit
  ` [PATCH v2 3/8] x86/apic: Always provide irq_compose_msi_msg() method for vector domain
  ` [PATCH v2 4/8] x86/ioapic: Handle Extended Destination ID field in RTE
  ` [PATCH v2 5/8] x86/apic: Support 15 bits of APIC ID in MSI where available
  ` [PATCH v2 6/8] x86/kvm: Add KVM_FEATURE_MSI_EXT_DEST_ID
  ` [PATCH v2 7/8] x86/hpet: Move MSI support into hpet.c
  ` [PATCH v2 8/8] x86/ioapic: Generate RTE directly from parent irqchip's MSI message

[PATCH v3 0/5] Pass zPCI hardware information via VFIO
 2020-10-09  9:44 UTC  (5+ messages)
` [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

[Bug 209593] New: netdevice: eth0: failed to disable LRO
 2020-10-09  8:53 UTC 

[PATCH 0/13] Fix per-domain IRQ affinity, allow >255 CPUs on x86 without IRQ remapping
 2020-10-09  7:54 UTC  (13+ messages)
` [PATCH 01/13] x86/apic: Use x2apic in guest kernels even with unusable CPUs
  ` [PATCH 07/13] irqdomain: Add max_affinity argument to irq_domain_alloc_descs()

[PATCH v2] vringh: fix __vringh_iov() when riov and wiov are different
 2020-10-09  7:00 UTC  (3+ messages)

[tip: core/rcu] kvm: mmu: page_track: Fix RCU list API usage
 2020-10-09  6:35 UTC 

[RFC PATCH 00/24] Control VQ support in vDPA
 2020-10-09  3:59 UTC  (21+ messages)
` [RFC PATCH 05/24] vhost-vdpa: passing iotlb to IOMMU mapping helpers
` [RFC PATCH 06/24] vhost-vdpa: switch to use vhost-vdpa specific IOTLB
` [RFC PATCH 08/24] vdpa: introduce virtqueue groups
` [RFC PATCH 09/24] vdpa: multiple address spaces support
` [RFC PATCH 10/24] vdpa: introduce config operations for associating ASID to a virtqueue group
` [RFC PATCH 18/24] vhost-vdpa: support ASID based IOTLB API

[PATCH v2] KVM: x86: Add tracepoint for dr_write/dr_read
 2020-10-09  3:21 UTC 

[GIT PULL] vhost,vdpa: last minute fixes
 2020-10-08 21:37 UTC  (2+ messages)

[PATCH] vringh: fix __vringh_iov() when riov and wiov are different
 2020-10-08 20:32 UTC  (5+ messages)

[PATCH 00/22] Introduce the TDP MMU
 2020-10-08 18:27 UTC  (4+ messages)
` [PATCH 17/22] kvm: mmu: Support dirty logging for "

[PATCH 00/13] follow_pfn and other iomap races
 2020-10-08 17:16 UTC  (15+ messages)
` [PATCH 08/13] s390/pci: Remove races against pte updates
` [PATCH 10/13] PCI: revoke mappings like devmem

[KVMTOOL][PATCHv2] vhost-net: enable multiqueue support
 2020-10-08  9:32 UTC 

[PATCH] target/i386: Support up to 32768 CPUs without IRQ remapping
 2020-10-08  7:53 UTC  (4+ 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).