kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-18 18:48:08 to 2020-02-20 04:48:01 UTC [more...]

[RFC PATCH 0/3] vfio/type1: Reduce vfio_iommu.lock contention
 2020-02-20  4:38 UTC  (5+ messages)

[PATCH v2] KVM: x86: enable dirty log gradually in small chunks
 2020-02-20  4:28 UTC 

[PATCH V3 0/5] vDPA support
 2020-02-20  4:09 UTC  (10+ messages)
` [PATCH V3 1/5] vhost: factor out IOTLB
` [PATCH V3 2/5] vringh: IOTLB support
` [PATCH V3 3/5] vDPA: introduce vDPA bus
` [PATCH V3 4/5] virtio: introduce a vDPA based transport
` [PATCH V3 5/5] vdpasim: vDPA device simulator

[PATCH v4 00/20] irqchip/gic-v4: GICv4.1 architecture support
 2020-02-20  3:55 UTC  (22+ messages)
` [PATCH v4 04/20] irqchip/gic-v4.1: Map the ITS SGIR register page
` [PATCH v4 05/20] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
` [PATCH v4 06/20] irqchip/gic-v4.1: Add initial SGI configuration
` [PATCH v4 07/20] irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks
` [PATCH v4 08/20] irqchip/gic-v4.1: Plumb get/set_irqchip_state "
` [PATCH v4 09/20] irqchip/gic-v4.1: Plumb set_vcpu_affinity "
` [PATCH v4 16/20] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts

[PATCH 00/12] SEV Live Migration Patchset
 2020-02-20  3:29 UTC  (7+ messages)
` [PATCH 08/12] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH 10/12] mm: x86: Invoke hypercall when page encryption status is changed

[PATCH] vhost: introduce vDPA based backend
 2020-02-20  2:42 UTC  (5+ messages)

[RFC PATCH 0/3] KVM: x86: honor guest memory type
 2020-02-20  2:38 UTC  (18+ messages)

[PATCH] mm/hugetlb: avoid get wrong ptep caused by race
 2020-02-20  2:32 UTC  (14+ messages)

[RFC PATCH 00/11] Removing Calxeda platform support
 2020-02-20  1:38 UTC  (10+ messages)
` [RFC PATCH 04/11] cpufreq: Remove Calxeda driver
` [RFC PATCH 05/11] EDAC: Remove Calxeda drivers

[PATCH] kvm: x86: Print "disabled by bios" only once per host
 2020-02-19 21:52 UTC  (11+ messages)

[PATCH v2 00/42] KVM: s390: Add support for protected VMs
 2020-02-19 19:46 UTC  (24+ messages)
` [PATCH v2 01/42] mm:gup/writeback: add callbacks for inaccessible pages
` [PATCH v2 29/42] KVM: s390: protvirt: Add diag 308 subcode 8 - 10 handling
` [PATCH v2 30/42] KVM: s390: protvirt: UV calls in support of diag308 0, 1
` [PATCH v2 31/42] KVM: s390: protvirt: Report CPU state to Ultravisor
` [PATCH v2 32/42] KVM: s390: protvirt: Support cmd 5 operation state

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

[PATCH v2 0/7] vfio/pci: SR-IOV support
 2020-02-19 18:54 UTC  (8+ messages)
` [PATCH v2 1/7] vfio: Include optional device match in vfio_device_ops callbacks
` [PATCH v2 2/7] vfio/pci: Implement match ops
` [PATCH v2 3/7] vfio/pci: Introduce VF token
` [PATCH v2 4/7] vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first user
` [PATCH v2 5/7] vfio/pci: Add sriov_configure support
` [PATCH v2 6/7] vfio/pci: Remove dev_fmt definition
` [PATCH v2 7/7] vfio/pci: Cleanup .probe() exit paths

[PATCH 0/1] Paravirtualized control register pinning test
 2020-02-19 18:04 UTC  (2+ messages)
` [PATCH 1/1] x86: Add "

RFC: Split EPT huge pages in advance of dirty logging
 2020-02-19 17:19 UTC  (4+ messages)

[PATCH v2] KVM: VMX: Add 'else' to split mutually exclusive case
 2020-02-19 16:19 UTC  (2+ messages)

[RFC PATCH 0/5] Removing support for 32bit KVM/arm host
 2020-02-19 15:46 UTC  (5+ messages)

[PATCH v2 0/3] KVM: x86: Minor emulator cleanup
 2020-02-19 15:16 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault
` [PATCH v2 2/3] KVM: x86: Move gpa_val and gpa_available into the emulator context
` [PATCH v2 3/3] KVM: x86: Move #PF retry tracking variables into emulation context

[PATCH] KVM: x86: enable dirty log gradually in small chunks
 2020-02-19 15:08 UTC  (8+ messages)

[PATCH v17 0/9] mm / virtio: Provide support for free page reporting
 2020-02-19 15:06 UTC  (15+ messages)
` [PATCH v17 3/9] mm: Add function __putback_isolated_page
` [PATCH v17 4/9] mm: Introduce Reported pages
` [PATCH v17 7/9] mm/page_reporting: Rotate reported pages to the tail of the list
` [PATCH v17 8/9] mm/page_reporting: Add budget limit on how many pages can be reported per pass

[PATCH V2 3/5] vDPA: introduce vDPA bus
 2020-02-19 12:53 UTC  (14+ messages)

[PATCH] KVM: x86: fix mmu_set_spte coding style warning
 2020-02-19 12:50 UTC 

[PATCH 0/5] Random debug/PMU fixes for 5.6
 2020-02-19 11:14 UTC  (6+ messages)
` [PATCH 3/5] kvm: arm64: Limit PMU version to ARMv8.1

[RFC] eventfd: add EFD_AUTORESET flag
 2020-02-19 11:10 UTC  (8+ messages)

[PATCH v2 09/42] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
 2020-02-19 11:02 UTC  (5+ messages)
` [PATCH 0/2] example changes
  ` [PATCH 2/2] merge vm/cpu create

[PATCH v2 09/42] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
 2020-02-19 11:01 UTC  (8+ messages)
` [PATCH v2.1] "

[PATCH 23/62] x86/idt: Move IDT to data segment
 2020-02-19 10:47 UTC  (5+ messages)

[PATCH RFC] target/i386: filter out VMX_PIN_BASED_POSTED_INTR when enabling SynIC
 2020-02-19  9:54 UTC  (5+ messages)

[PATCH v2 0/9] KVM: Move x86 init ops to separate struct
 2020-02-19  7:52 UTC  (11+ messages)
` [PATCH v2 1/9] KVM: Pass kvm_init()'s opaque param to additional arch funcs
` [PATCH v2 2/9] KVM: x86: Move init-only kvm_x86_ops to separate struct
` [PATCH v2 3/9] KVM: VMX: Move hardware_setup() definition below vmx_x86_ops
` [PATCH v2 4/9] KVM: VMX: Configure runtime hooks using vmx_x86_ops
` [PATCH v2 5/9] KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes
` [PATCH v2 6/9] KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
` [PATCH v2 7/9] KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()
` [PATCH v2 8/9] KVM: VMX: Annotate vmx_x86_ops as __initdata
` [PATCH v2 9/9] KVM: SVM: Annotate svm_x86_ops "

[PATCH v12 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-02-19  4:53 UTC  (13+ messages)
` [PATCH v12 Kernel 4/7] vfio iommu: Implementation of ioctl to for dirty pages tracking

[PATCH v2] KVM: VMX: replace "fall through" with "return" to indicate different case
 2020-02-19  2:45 UTC 

[PATCH] KVM: VMX: replace "fall through" with "return true" to indicate different case
 2020-02-19  1:59 UTC 

[PATCH] KVM: VMX: replace "fall through" with "return true" to indicate different case
 2020-02-19  1:40 UTC 

[PATCH] KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI
 2020-02-19  1:39 UTC 

[PATCH] KVM: LAPIC: Recalculate apic map in batch
 2020-02-19  0:47 UTC  (3+ messages)

[PATCH v4 1/2] KVM: X86: Less kvmclock sync induced vmexits after VM boots
 2020-02-19  0:32 UTC  (3+ messages)

[PATCH 0/3] KVM: x86: kvm_init_msr_list() cleanup
 2020-02-18 23:40 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Remove superfluous brackets from case statement
` [PATCH 2/3] KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s index
` [PATCH 3/3] KVM: x86: Snapshot MSR index in a local variable when processing lists

[PATCH v2 00/13] KVM: x86: Allow userspace to disable the emulator
 2020-02-18 23:29 UTC  (14+ messages)
` [PATCH v2 01/13] KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variant
` [PATCH v2 02/13] KVM: x86: Explicitly pass an exception struct to check_intercept
` [PATCH v2 03/13] KVM: x86: Move emulation-only helpers to emulate.c
` [PATCH v2 04/13] KVM: x86: Refactor R/W page helper to take the emulation context
` [PATCH v2 05/13] KVM: x86: Refactor emulated exception injection to take the emul context
` [PATCH v2 06/13] KVM: x86: Refactor emulate tracepoint to explicitly take context
` [PATCH v2 07/13] KVM: x86: Refactor init_emulate_ctxt() "
` [PATCH v2 08/13] KVM: x86: Dynamically allocate per-vCPU emulation context
` [PATCH v2 09/13] KVM: x86: Move kvm_emulate.h into KVM's private directory
` [PATCH v2 10/13] KVM: x86: Shrink the usercopy region of the emulation context
` [PATCH v2 11/13] KVM: x86: Add helper to "handle" internal emulation error
` [PATCH v2 12/13] KVM: x86: Add variable to control existence of emulator
` [PATCH v2 13/13] KVM: x86: Allow userspace to disable the kernel's emulator

[PATCH] KVM: Suppress warning in __kvm_gfn_to_hva_cache_init
 2020-02-18 22:21 UTC  (4+ messages)

[RFC v2 0/4] Paravirtualized Control Register pinning
 2020-02-18 21:59 UTC  (5+ messages)
` [RFC v2 1/4] X86: Update mmu_cr4_features during identification
` [RFC v2 2/4] KVM: X86: Add CR pin MSRs
` [RFC v2 3/4] selftests: kvm: add test for CR pinning with SMM
` [RFC v2 4/4] X86: Use KVM CR pin MSRs

strange segfaults in guest using usb stick wlan on the host
 2020-02-18 21:47 UTC 

[Bug 206579] New: KVM with passthrough generates "BUG: kernel NULL pointer dereference" and crashes
 2020-02-18 19:55 UTC  (3+ messages)
` [Bug 206579] "

[PATCH v5 00/18] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
 2020-02-18 18:51 UTC  (3+ messages)
` [PATCH v5 14/18] kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode


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