kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-17 16:18:52 to 2019-12-19 03:17:38 UTC [more...]

[PATCH v4 0/7] Use 1st-level for IOVA translation
 2019-12-19  3:16 UTC  (2+ messages)
` [PATCH v4 1/7] iommu/vt-d: Identify domains using first level page table

[PATCH v2] KVM: x86: remove unnecessary return vals of kvm pit functions
 2019-12-19  2:35 UTC 

[PATCH v10 Kernel 0/5] KABIs to support migration for VFIO devices
 2019-12-19  0:57 UTC  (14+ messages)
` [PATCH v10 Kernel 1/5] vfio: KABI for migration interface for device state
` [PATCH v10 Kernel 4/5] vfio iommu: Implementation of ioctl to for dirty pages tracking

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-19  0:40 UTC  (12+ messages)
` [PATCH v11 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v11 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
    ` [PATCH v12] "
` [PATCH v11 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM

[GIT PULL] Please pull my kvm-ppc-fixes-5.5-1 tag
 2019-12-19  0:19 UTC 

[PATCH RFC 04/15] KVM: Implement ring-based dirty memory tracking
 2019-12-18 22:49 UTC  (27+ messages)

[PATCH v2 00/45] KVM: Refactor vCPU creation
 2019-12-18 21:55 UTC  (46+ messages)
` [PATCH v2 01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
` [PATCH v2 02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
` [PATCH v2 03/45] KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
` [PATCH v2 04/45] KVM: VMX: Allocate VPID after initializing VCPU
` [PATCH v2 05/45] KVM: VMX: Use direct vcpu pointer during vCPU create/free
` [PATCH v2 06/45] KVM: SVM: "
` [PATCH v2 07/45] KVM: x86: Allocate vcpu struct in common x86 code
` [PATCH v2 08/45] KVM: x86: Move FPU allocation to "
` [PATCH v2 09/45] KVM: x86: Move allocation of pio_data page down a few lines
` [PATCH v2 10/45] KVM: x86: Move kvm_vcpu_init() invocation to common code
` [PATCH v2 11/45] KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0
` [PATCH v2 12/45] KVM: PPC: Allocate vcpu struct in common PPC code
` [PATCH v2 13/45] KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init
` [PATCH v2 14/45] KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()
` [PATCH v2 15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code
` [PATCH v2 16/45] KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs
` [PATCH v2 17/45] KVM: MIPS: Drop kvm_arch_vcpu_free()
` [PATCH v2 18/45] KVM: PPC: "
` [PATCH v2 19/45] KVM: arm: "
` [PATCH v2 20/45] KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
` [PATCH v2 21/45] KVM: x86: Remove spurious clearing of async #PF MSR
` [PATCH v2 22/45] KVM: x86: Drop kvm_arch_vcpu_free()
` [PATCH v2 23/45] KVM: Remove kvm_arch_vcpu_free() declaration
` [PATCH v2 24/45] KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
` [PATCH v2 25/45] KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()
` [PATCH v2 26/45] KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page
` [PATCH v2 27/45] KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
` [PATCH v2 28/45] KVM: x86: "
` [PATCH v2 29/45] KVM: Introduce kvm_vcpu_destroy()
` [PATCH v2 30/45] KVM: Move vcpu alloc and init invocation to common code
` [PATCH v2 31/45] KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()
` [PATCH v2 32/45] KVM: Move initialization of preempt notifier to kvm_vcpu_init()
` [PATCH v2 33/45] KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create()
` [PATCH v2 34/45] KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()
` [PATCH v2 35/45] KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()
` [PATCH v2 36/45] KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create()
` [PATCH v2 37/45] KVM: Drop kvm_arch_vcpu_setup()
` [PATCH v2 38/45] KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create()
` [PATCH v2 39/45] KVM: MIPS: "
` [PATCH v2 40/45] KVM: ARM: "
` [PATCH v2 41/45] KVM: PPC: "
` [PATCH v2 42/45] KVM: arm64: Free sve_state via arm specific hook
` [PATCH v2 43/45] KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
` [PATCH v2 44/45] KVM: Move putting of vcpu->pid to kvm_vcpu_destroy()
` [PATCH v2 45/45] KVM: Move vcpu->run page allocation out of kvm_vcpu_init()

[RFC PATCH] KVM: x86: Disallow KVM_SET_CPUID{2} if the vCPU is in guest mode
 2019-12-18 21:24 UTC  (5+ messages)

[PATCH v1 0/2] MMIO mask fix for AMD memory encryption support
 2019-12-18 21:18 UTC  (6+ messages)
` [PATCH v1 1/2] KVM: x86/mmu: Allow for overriding MMIO SPTE mask
` [PATCH v1 2/2] KVM: SVM: Implement reserved bit callback to set "

[RFC PATCH 00/28] kvm: mmu: Rework the x86 TDP direct mapped case
 2019-12-18 19:14 UTC  (5+ messages)
` [RFC PATCH 13/28] kvm: mmu: Add an iterator for concurrent paging structure walks

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2019-12-18 18:10 UTC  (35+ messages)
` [PATCH v4 01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot
` [PATCH v4 02/19] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v4 03/19] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v4 04/19] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v4 05/19] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v4 06/19] KVM: Drop kvm_arch_create_memslot()
` [PATCH v4 07/19] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v4 08/19] KVM: Refactor error handling for setting memory region
` [PATCH v4 09/19] KVM: Move setting of memslot into helper routine
` [PATCH v4 10/19] KVM: Drop "const" attribute from old memslot in commit_memory_region()
` [PATCH v4 11/19] KVM: x86: Free arrays for old memslot when moving memslot's base gfn
` [PATCH v4 12/19] KVM: Move memslot deletion to helper function
` [PATCH v4 13/19] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v4 14/19] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v4 15/19] KVM: Provide common implementation for generic dirty log functions
` [PATCH v4 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v4 17/19] KVM: Terminate memslot walks via used_slots
` [PATCH v4 18/19] KVM: Dynamically size memslot array based on number of used slots
` [PATCH v4 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION

[PATCH net-next v3 00/11] VSOCK: add vsock_test test suite
 2019-12-18 18:07 UTC  (12+ messages)
` [PATCH net-next v3 01/11] VSOCK: fix header include in vsock_diag_test
` [PATCH net-next v3 02/11] VSOCK: add SPDX identifiers to vsock tests
` [PATCH net-next v3 03/11] VSOCK: extract utility functions from vsock_diag_test.c
` [PATCH net-next v3 04/11] VSOCK: extract connect/accept "
` [PATCH net-next v3 05/11] VSOCK: add full barrier between test cases
` [PATCH net-next v3 06/11] VSOCK: add send_byte()/recv_byte() test utilities
` [PATCH net-next v3 07/11] VSOCK: add AF_VSOCK test cases
` [PATCH net-next v3 08/11] vsock_test: wait for the remote to close the connection
` [PATCH net-next v3 09/11] testing/vsock: add parameters to list and skip tests
` [PATCH net-next v3 10/11] testing/vsock: print list of options and description
` [PATCH net-next v3 11/11] vsock_test: add SOCK_STREAM MSG_PEEK test

[PATCH kvm-unit-tests] Update AMD instructions to conform to LLVM assembler
 2019-12-18 17:33 UTC  (2+ messages)

[PATCH kvm-unit-tests 0/2] svm: make preparation more flexible
 2019-12-18 17:33 UTC  (3+ messages)
` [PATCH kvm-unit-tests 1/2] svm: introduce prepare_gif_clear callback
` [PATCH kvm-unit-tests 2/2] svm: replace set_host_if with "

[GIT PULL] KVM/arm updates for 5.5-rc2
 2019-12-18 16:48 UTC  (2+ messages)

[PATCH 1/2] kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBD
 2019-12-18 16:46 UTC  (3+ messages)
` [PATCH 2/2] kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBD

[PATCH RFC 00/15] KVM: Dirty ring interface
 2019-12-18 16:41 UTC  (15+ messages)
` [PATCH RFC 04/15] KVM: Implement ring-based dirty memory tracking

[PATCH v8 0/7] Introduce support for guest CET feature
 2019-12-18 16:02 UTC  (14+ messages)
` [PATCH v8 3/7] KVM: VMX: Pass through CET related MSRs
` [PATCH v8 4/7] KVM: VMX: Load CET states on vmentry/vmexit

vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
 2019-12-18 15:59 UTC  (3+ messages)

[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
 2019-12-18 15:30 UTC  (4+ messages)
` [PATCH 7/7] KVM: arm/arm64: Elide CMOs when unmapping a range

[PATCH 0/3] KVM: arm/arm64: user_mem_abort() assorted fixes
 2019-12-18 15:13 UTC  (7+ messages)
` [PATCH 1/3] KVM: arm/arm64: Properly handle faulting of device mappings

[PATCH] vfio: platform: fix __iomem in vfio_platform_amdxgbe.c
 2019-12-18 13:41 UTC  (2+ messages)

[PATCH] vfio/mdev: make create attribute static
 2019-12-18 12:31 UTC 

[PATCH] KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)
 2019-12-18 12:24 UTC  (2+ messages)

[PATCH v2] tools/kvm_stat: Fix kvm_exit filter name
 2019-12-18  8:45 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/16] arm/arm64: Add ITS tests
 2019-12-18  8:34 UTC  (4+ messages)
` [kvm-unit-tests PATCH 05/16] arm/arm64: ITS: Introspection tests

[PATCH] KVM: VMX: Clean up the spaces redundant
 2019-12-18  7:36 UTC 

[PATCH v15 0/7] mm / virtio: Provide support for free page reporting
 2019-12-18  7:31 UTC  (16+ messages)
` [PATCH v15 3/7] mm: Add function __putback_isolated_page
` [PATCH v15 4/7] mm: Introduce Reported pages

kernel BUG at arch/x86/kvm/mmu/mmu.c:LINE!
 2019-12-18  6:40 UTC  (3+ messages)

[PATCH 1/1] drivers/vhost : Removes unnecessary 'else' in vhost_copy_from_user
 2019-12-18  5:53 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisor
 2019-12-18  5:11 UTC 

[RFC PATCH 0/9] Introduce mediate ops in vfio-pci
 2019-12-18  2:36 UTC  (10+ messages)

[kvm-unit-tests PATCH] x86: Fix max VMCS field encoding index check
 2019-12-18  0:24 UTC  (5+ messages)

[PATCH v5 0/2] kvm: Use huge pages for DAX-backed files
 2019-12-18  0:18 UTC  (5+ messages)
` [PATCH v5 1/2] mm: make dev_pagemap_mapping_shift() externally visible

[PATCH v11 Kernel 0/6] KABIs to support migration for VFIO devices
 2019-12-18  0:12 UTC  (10+ messages)
` [PATCH v11 Kernel 1/6] vfio: KABI for migration interface for device state
` [PATCH v11 Kernel 2/6] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH v11 Kernel 3/6] vfio iommu: Implementation of ioctl to "
` [PATCH v11 Kernel 4/6] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH v11 Kernel 5/6] vfio iommu: Adds flag to indicate dirty pages tracking capability support
` [PATCH v11 Kernel 6/6] vfio: Selective dirty page tracking if IOMMU backed device pins pages

[PATCH] KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declaration
 2019-12-17 23:25 UTC  (2+ messages)

[PATCH] KVM: nVMX: WARN on failure to set IA32_PERF_GLOBAL_CTRL
 2019-12-17 23:22 UTC  (2+ messages)

PROBLEM: Regression of MMU causing guest VM application errors
 2019-12-17 23:13 UTC  (6+ messages)

[PATCH v2 0/5] KVM: x86: X86_FEATURE bit() cleanup
 2019-12-17 21:32 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: x86: Add dedicated emulator helpers for querying CPUID features
` [PATCH v2 2/5] KVM: x86: Move bit() helper to cpuid.h
` [PATCH v2 3/5] KVM: x86: Add CPUID_7_1_EAX to the reverse CPUID table
` [PATCH v2 4/5] KVM: x86: Expand build-time assertion on reverse CPUID usage
` [PATCH v2 5/5] KVM: x86: Refactor and rename bit() to feature_bit() macro

[PATCH v3 00/15] KVM: Dynamically size memslot arrays
 2019-12-17 17:55 UTC  (5+ 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).