kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-04 22:49:55 to 2020-12-07 19:07:06 UTC [more...]

[PATCH] s390/vfio-ap: Clean up vfio_ap resources when KVM pointer invalidated
 2020-12-07 19:05 UTC  (9+ messages)

[PATCH v2 0/3] RFC: Precise TSC migration
 2020-12-07 18:04 UTC  (11+ messages)
` [PATCH v2 1/3] KVM: x86: implement KVM_{GET|SET}_TSC_STATE

[RFC PATCH 00/27] vDPA software assisted live migration
 2020-12-07 17:42 UTC  (11+ messages)
` [RFC PATCH 02/27] vhost: Add device callback in vhost_migration_log
` [RFC PATCH 04/27] vhost: add vhost_kernel_set_vring_enable
` [RFC PATCH 05/27] vhost: Add hdev->dev.sw_lm_vq_handler
` [RFC PATCH 06/27] virtio: Add virtio_queue_get_used_notify_split
` [RFC PATCH 07/27] vhost: Route guest->host notification through qemu

[PATCH v2 01/22] x86/fpu/xstate: Modify area init helper prototypes to access all the possible areas
 2020-12-07 17:12 UTC  (2+ messages)

[PATCH v4] self_tests/kvm: sync_regs test for diag318
 2020-12-07 16:55 UTC  (3+ messages)

[PATCH] vhost scsi: fix error return code in vhost_scsi_set_endpoint()
 2020-12-07 16:07 UTC  (3+ messages)

[PATCH v3] self_tests/kvm: sync_regs test for diag318
 2020-12-07 15:26 UTC  (5+ messages)

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2020-12-07 14:58 UTC  (5+ messages)

[PATCH] vfio iommu type1: Bypass the vma permission check in vfio_pin_pages_remote()
 2020-12-07 14:48 UTC  (10+ messages)

[PATCH v3 0/5] gitlab-ci: Add accelerator-specific Linux jobs
 2020-12-07 14:43 UTC  (7+ messages)
` [PATCH v3 1/5] gitlab-ci: Document 'build-tcg-disabled' is a KVM X86 job
` [PATCH v3 2/5] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)
` [PATCH v3 3/5] gitlab-ci: Introduce 'cross_accel_build_job' template
` [PATCH v3 4/5] gitlab-ci: Add KVM s390x cross-build jobs
` [PATCH v3 5/5] gitlab-ci: Add Xen "

[PATCH 0/6] KVM: x86: KVM_SET_SREGS.CR4 bug fixes and cleanup
 2020-12-07 14:41 UTC  (14+ messages)
            ` KVM_SET_CPUID doesn't check supported bits (was Re: [PATCH 0/6] KVM: x86: KVM_SET_SREGS.CR4 bug fixes and cleanup)

[PATCH v2] drivers/virt: vmgenid: add vm generation id driver
 2020-12-07 14:22 UTC  (16+ messages)
          ` [PATCH v3] "

[PATCH 0/2] RFC: Precise TSC migration
 2020-12-07 13:00 UTC  (7+ messages)

[PATCH v2 0/5] gitlab-ci: Add accelerator-specific Linux jobs
 2020-12-07 12:53 UTC  (12+ messages)
` [PATCH v2 1/5] gitlab-ci: Document 'build-tcg-disabled' is a KVM X86 job
` [PATCH v2 2/5] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)
` [PATCH v2 3/5] gitlab-ci: Introduce 'cross_accel_build_job' template
` [PATCH v2 4/5] gitlab-ci: Add KVM s390x cross-build jobs
` [PATCH v2 5/5] gitlab-ci: Add Xen "

[PATCH 00/19] target/mips: Boring code reordering
 2020-12-07 12:49 UTC  (26+ messages)
` [PATCH 01/19] hw/mips: Move address translation helpers to target/mips/
` [PATCH 02/19] target/mips: Remove unused headers from translate.c
` [PATCH 03/19] target/mips: Remove unused headers from fpu_helper.c
` [PATCH 04/19] target/mips: Remove unused headers from cp0_helper.c
` [PATCH 05/19] target/mips: Remove unused headers from op_helper.c
` [PATCH 06/19] target/mips: Remove unused headers from kvm.c
` [PATCH 07/19] target/mips: Include "exec/memattrs.h" in 'internal.h'
` [PATCH 08/19] target/mips: Extract cpu_supports*/cpu_set* translate.c
` [PATCH 09/19] target/mips: Move mips_cpu_add_definition() from helper.c to cpu.c
` [PATCH 10/19] target/mips: Add !CONFIG_USER_ONLY comment after #endif
` [PATCH 11/19] target/mips: Extract common helpers from helper.c to common_helper.c
` [PATCH 12/19] target/mips: Rename helper.c as tlb_helper.c
` [PATCH 13/19] target/mips: Fix code style for checkpatch.pl
` [PATCH 14/19] target/mips: Move mmu_init() functions to tlb_helper.c
` [PATCH 15/19] target/mips: Move cpu definitions, reset() and realize() to cpu.c
` [PATCH 16/19] target/mips: Inline cpu_mips_realize_env() in mips_cpu_realizefn()
` [PATCH 17/19] target/mips: Rename translate_init.c as cpu-defs.c
` [RFC PATCH 18/19] target/mips: Restrict some TCG specific CPUClass handlers
` [RFC PATCH 19/19] target/mips: Only build TCG code when CONFIG_TCG is set

[RFC V2 00/37] Enhance memory utilization with DMEMFS
 2020-12-07 12:02 UTC  (39+ messages)
` [RFC V2 01/37] fs: introduce dmemfs module
` [RFC V2 02/37] mm: support direct memory reservation
` [RFC V2 03/37] dmem: implement dmem memory management
` [RFC V2 04/37] dmem: let pat recognize dmem
` [RFC V2 05/37] dmemfs: support mmap for dmemfs
` [RFC V2 06/37] dmemfs: support truncating inode down
` [RFC V2 07/37] dmem: trace core functions
` [RFC V2 08/37] dmem: show some statistic in debugfs
` [RFC V2 09/37] dmemfs: support remote access
` [RFC V2 10/37] dmemfs: introduce max_alloc_try_dpages parameter
` [RFC V2 11/37] mm: export mempolicy interfaces to serve dmem allocator
` [RFC V2 12/37] dmem: introduce mempolicy support
` [RFC V2 13/37] mm, dmem: introduce PFN_DMEM and pfn_t_dmem
` [RFC V2 14/37] mm, dmem: differentiate dmem-pmd and thp-pmd
` [RFC V2 15/37] mm: add pmd_special() check for pmd_trans_huge_lock()
` [RFC V2 16/37] dmemfs: introduce ->split() to dmemfs_vm_ops
` [RFC V2 17/37] mm, dmemfs: support unmap_page_range() for dmemfs pmd
` [RFC V2 18/37] mm: follow_pmd_mask() for dmem huge pmd
` [RFC V2 19/37] mm: gup_huge_pmd() "
` [RFC V2 20/37] mm: support dmem huge pmd for vmf_insert_pfn_pmd()
` [RFC V2 21/37] mm: support dmem huge pmd for follow_pfn()
` [RFC V2 22/37] kvm, x86: Distinguish dmemfs page from mmio page
` [RFC V2 23/37] kvm, x86: introduce VM_DMEM for syscall support usage
` [RFC V2 24/37] dmemfs: support hugepage for dmemfs
` [RFC V2 25/37] mm, x86, dmem: fix estimation of reserved page for vaddr_get_pfn()
` [RFC V2 26/37] mm, dmem: introduce pud_special() for dmem huge pud support
` [RFC V2 27/37] mm: add pud_special() check to support dmem huge pud
` [RFC V2 28/37] mm, dmemfs: support huge_fault() for dmemfs
` [RFC V2 29/37] mm: add follow_pte_pud() to support huge pud look up
` [RFC V2 30/37] dmem: introduce dmem_bitmap_alloc() and dmem_bitmap_free()
` [RFC V2 31/37] dmem: introduce mce handler
` [RFC V2 32/37] mm, dmemfs: register and handle the dmem mce
` [RFC V2 33/37] kvm, x86: enable record_steal_time for dmem
` [RFC V2 34/37] dmem: add dmem unit tests
` [RFC V2 35/37] mm, dmem: introduce dregion->memmap for dmem
` [RFC V2 36/37] vfio: support dmempage refcount for vfio
` [RFC V2 37/37] Add documentation for dmemfs

[PATCH 0/8] gitlab-ci: Add accelerator-specific Linux jobs
 2020-12-07 11:26 UTC  (29+ messages)
` [PATCH 1/8] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)
` [PATCH 2/8] gitlab-ci: Introduce 'cross_accel_build_job' template
` [PATCH 3/8] gitlab-ci: Add KVM X86 cross-build jobs
` [PATCH 4/8] gitlab-ci: Add KVM ARM "
` [PATCH 5/8] gitlab-ci: Add KVM s390x "
` [PATCH 6/8] gitlab-ci: Add KVM PPC "
` [PATCH 7/8] gitlab-ci: Add KVM MIPS "
` [PATCH 8/8] gitlab-ci: Add Xen "

[PATCH] KVM: mmu: Fix SPTE encoding of MMIO generation upper half
 2020-12-06 15:53 UTC  (3+ messages)

[PATCH v8 13/18] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR
 2020-12-06 14:09 UTC  (5+ messages)

[PATCH v2 0/9] Add AMD SEV page encryption bitmap support
 2020-12-06 11:02 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: x86: Add AMD SEV specific Hypercall3
` [PATCH v2 2/9] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH v2 3/9] KVM: x86: Introduce KVM_GET_PAGE_ENC_BITMAP ioctl

[PATCH v2 00/16] KVM: Add Xen hypercall and shared info pages
 2020-12-06 11:03 UTC  (17+ messages)
` [PATCH v2 01/16] KVM: Fix arguments to kvm_{un,}map_gfn()
` [PATCH v2 02/16] KVM: x86/xen: fix Xen hypercall page msr handling
` [PATCH v2 03/16] KVM: x86/xen: intercept xen hypercalls if enabled
` [PATCH v2 04/16] KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
` [PATCH v2 05/16] KVM: x86/xen: add KVM_XEN_HVM_SET_ATTR/KVM_XEN_HVM_GET_ATTR
` [PATCH v2 06/16] KVM: x86/xen: latch long_mode when hypercall page is set up
` [PATCH v2 07/16] KVM: x86/xen: add definitions of compat_shared_info, compat_vcpu_info
` [PATCH v2 08/16] KVM: x86/xen: register shared_info page
` [PATCH v2 09/16] KVM: x86/xen: setup pvclock updates
` [PATCH v2 10/16] xen: add wc_sec_hi to struct shared_info
` [PATCH v2 11/16] KVM: x86/xen: update wallclock region
` [PATCH v2 12/16] KVM: x86/xen: register vcpu info
` [PATCH v2 13/16] KVM: x86/xen: register vcpu time info region
` [PATCH v2 14/16] KVM: x86/xen: register runstate info
` [PATCH v2 15/16] KVM: x86: declare Xen HVM shared info capability and add test case
` [PATCH v2 16/16] KVM: Add documentation for Xen hypercall and shared_info updates

[GIT PULL] KVM/arm64 fixes for 5.10, take #5
 2020-12-06 10:56 UTC  (2+ messages)

[PATCH v8 00/18] Add AMD SEV guest live migration support
 2020-12-06 10:19 UTC  (9+ messages)
` [PATCH v8 12/18] KVM: SVM: Add support for static allocation of unified Page Encryption Bitmap
` [PATCH v8 18/18] KVM: SVM: Enable SEV live migration feature implicitly on Incoming VM(s)

[PATCH] KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
 2020-12-06 10:16 UTC  (3+ messages)

Kenya - 50% OFF - Professional Website Development from Kshs.25,000
 2020-12-05 22:56 UTC 

Kenya bulk email marketing - Target over 1.8 Million Kenyans via email
 2020-12-05 22:17 UTC 

[PATCH AUTOSEL 5.9 22/33] vhost scsi: add lun parser helper
 2020-12-05 20:59 UTC  (11+ messages)

Customized Kenya Business Plans for only Kshs 999/=
 2020-12-05 20:24 UTC 

[PATCH 00/15] KVM: Add Xen hypercall and shared info pages
 2020-12-05 19:48 UTC  (9+ messages)
` [PATCH 03/15] KVM: x86/xen: intercept xen hypercalls if enabled
` [PATCH 07/15] KVM: x86/xen: add definitions of compat_shared_info, compat_vcpu_info

[PATCH v3 0/2] clocksource: arm_arch_timer: Some fixes
 2020-12-05 18:30 UTC  (5+ messages)
` [PATCH v3 2/2] clocksource: arm_arch_timer: Correct fault programming of CNTKCTL_EL1.EVNTI

[PATCH 0/9] target/mips: Simplify MSA TCG logic
 2020-12-05 12:46 UTC  (9+ messages)
` [PATCH 6/9] target/mips: Alias MSA vector registers on FPU scalar registers
` [PATCH 9/9] target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()

[Bug 209253] New: Loss of connectivity on guest after important host <-> guest traffic
 2020-12-04 22:49 UTC  (2+ messages)
` [Bug 209253] "


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