kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-17 14:20:15 to 2018-09-20 15:31:56 UTC [more...]

[PATCH v10 00/26] guest dedicated crypto adapters
 2018-09-20 15:31 UTC  (6+ messages)
` [PATCH v10 04/26] s390: vfio-ap: base implementation of VFIO AP device driver
` [PATCH v10 11/26] s390: vfio-ap: implement mediated device open callback

[PATCH v3 0/5] Guest LBR Enabling
 2018-09-20 15:30 UTC  (18+ messages)
` [PATCH v3 1/5] perf/x86: add a function to get the lbr stack
` [PATCH v3 2/5] KVM/x86: KVM_CAP_X86_GUEST_LBR
` [PATCH v3 3/5] KVM/x86: expose MSR_IA32_PERF_CAPABILITIES to the guest
` [PATCH v3 4/5] KVM/x86/vPMU: Add APIs to support host save/restore the guest lbr stack
` [PATCH v3 5/5] KVM/x86/lbr: lazy save "

[PATCH v5 00/18] kvm: arm64: Dynamic IPA and 52bit IPA
 2018-09-20 15:25 UTC  (25+ messages)
` [PATCH v5 06/18] kvm: arm/arm64: Allow arch specific configurations for VM
` [PATCH v5 07/18] kvm: arm64: Configure VTCR_EL2 per VM
` [PATCH v5 08/18] kvm: arm/arm64: Prepare for VM specific stage2 translations
` [PATCH v5 10/18] kvm: arm64: Make stage2 page table layout dynamic
` [PATCH v5 11/18] kvm: arm64: Dynamic configuration of VTTBR mask
` [PATCH v5 12/18] kvm: arm64: Configure VTCR_EL2.SL0 per VM
` [PATCH v5 18/18] kvm: arm64: Allow tuning the physical address size for VM

[PATCH V2 00/13] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-09-20 14:30 UTC  (18+ messages)
` [PATCH V2 1/13] KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
` [PATCH V2 2/13] KVM/MMU: Add tlb flush with range helper function
` [PATCH V2 3/13] KVM: Replace old tlb flush function with new one to flush a specified range
` [PATCH V2 4/13] KVM/MMU: Flush tlb directly in the kvm_handle_hva_range()
` [PATCH V2 5/13] KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()
` [PATCH V2 6/13] KVM/MMU: Flush tlb directly in kvm_mmu_zap_collapsible_spte()
` [PATCH V2 7/13] KVM: Add flush_link and parent_pte in the struct kvm_mmu_page
` [PATCH V2 8/13] KVM: Add spte's point "
` [PATCH V2 9/13] KVM/MMU: Replace tlb flush function with range list flush function
` [PATCH V2 10/13] x86/hyper-v: Add HvFlushGuestAddressList hypercall support
` [PATCH V2 11/13] x86/Hyper-v: Add trace in the hyperv_nested_flush_guest_mapping_range()
` [PATCH V2 12/13] KVM/VMX: Change hv flush logic when ept tables are mismatched
` [PATCH V2 13/13] KVM/VMX: Add hv tlb range flush support

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-20 14:23 UTC  (8+ messages)

[PATCH net-next] vhost_net: add a missing error return
 2018-09-20 12:51 UTC  (2+ messages)

[PATCH 0/3] kvm "fake DAX" device
 2018-09-20 12:03 UTC  (4+ messages)
` [PATCH] qemu: Add virtio pmem device
      ` [Qemu-devel] "

[RFC PATCH 1/2] virtio/s390: avoid race on vcdev->config
 2018-09-20 10:15 UTC  (5+ messages)
  ` [RFC PATCH 2/2] virtio/s390: fix race in ccw_io_helper()

[PATCH/RFC v4 0/2] vfio: platform: Add generic reset controller support
 2018-09-20  9:37 UTC  (15+ messages)
` [PATCH/RFC v4 1/2] reset: Add support for dedicated reset controls
` [PATCH/RFC v4 2/2] vfio: platform: Add generic reset controller support

[PATCH 0/9] x86/kvm/nVMX: optimize MMU switch between L1 and L2
 2018-09-20  8:12 UTC  (4+ messages)
` [PATCH 6/9] x86/kvm/mmu: make space for source data caching in struct kvm_mmu

[PATCH v2 1/2] vfio: add edid api for display (vgpu) devices
 2018-09-20  8:11 UTC  (4+ messages)
` [PATCH v2 2/2] vfio: add edid support to mbochs sample driver

[PATCH v2 0/3] KVM: VMX: handle preemption timer value of zero
 2018-09-19 22:50 UTC  (4+ messages)
` [PATCH 1/3] KVM: VMX: immediately mark preemption timer expired only for zero value
` [PATCH 2/3] KVM: VMX: modify preemption timer bit only when arming timer
` [PATCH 3/3] KVM: VMX: use preemption timer to force immediate VMExit

[PATCH] vfio/pci: Some buggy virtual functions incorrectly report 1 for intx
 2018-09-19 22:47 UTC  (7+ messages)

[PATCH] KVM: VMX: check nested state and CR4.VMXE against SMM
 2018-09-19 22:42 UTC 

[PATCH 00/35] exec: drop BQL from interrupt handling
 2018-09-19 21:19 UTC  (17+ messages)
` [PATCH 02/35] target/i386: use cpu_reset_interrupt
` [PATCH 11/35] target/i386: access cpu->interrupt_request with atomics
` [PATCH 32/35] target/i386/kvm: do not acquire the BQL to call cpu_reset_interrupt
` [PATCH 34/35] exec: push BQL down to cpu->do_interrupt
` [PATCH 35/35] exec: push BQL down to cpu->cpu_exec_interrupt

[RFC PATCH] x86: load FPU registers on return to userland
 2018-09-19 19:49 UTC  (24+ messages)
` [RFC PATCH 04/10] x86/fpu: eager switch PKRU state
    ` [RFC PATCH 04/10 v2 ] "
` [RFC PATCH 10/10] x86/fpu: defer FPU state load until return to userspace

[PATCH v1 RESEND 0/9] x86/kvm/nVMX: optimize MMU switch between L1 and L2
 2018-09-19 15:30 UTC  (12+ messages)
` [PATCH v1 RESEND 1/9] x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
` [PATCH v1 RESEND 2/9] x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu()
` [PATCH v1 RESEND 3/9] x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()
` [PATCH v1 RESEND 4/9] x86/kvm/mmu: introduce guest_mmu
` [PATCH v1 RESEND 5/9] x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
` [PATCH v1 RESEND 6/9] x86/kvm/mmu: make space for source data caching in struct kvm_mmu
` [PATCH v1 RESEND 7/9] x86/kvm/nVMX: introduce scache for kvm_init_shadow_ept_mmu
` [PATCH v1 RESEND 8/9] x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is needed
` [PATCH v1 RESEND 9/9] x86/kvm/mmu: check if MMU reconfiguration is needed in init_kvm_nested_mmu()

[PATCH RESEND] kvm/x86: propagate fetch fault into guest
 2018-09-19 14:33 UTC  (2+ messages)

[PATCH 00/13] kvm: selftests: add aarch64 framework and dirty
 2018-09-19 13:13 UTC  (16+ messages)
` [PATCH 01/13] kvm: selftests: vcpu_setup: set cr4.osfxsr
` [PATCH 02/13] kvm: selftests: introduce ucall
` [PATCH 03/13] kvm: selftests: move arch-specific files to arch-specific locations
` [PATCH 04/13] kvm: selftests: add cscope make target
` [PATCH 05/13] kvm: selftests: tidy up kvm_util
` [PATCH 06/13] kvm: selftests: add vm_phy_pages_alloc
` [PATCH 07/13] kvm: selftests: add virt mem support for aarch64
` [PATCH 08/13] kvm: selftests: add vcpu "
` [PATCH 09/13] kvm: selftests: port dirty_log_test to aarch64
` [PATCH 10/13] kvm: selftests: introduce new VM mode for 64K pages
` [PATCH 11/13] kvm: selftests: dirty_log_test: also test 64K pages on aarch64
` [PATCH 12/13] kvm: selftests: stop lying to aarch64 tests about PA-bits
` [PATCH 13/13] kvm: selftests: support high GPAs in dirty_log_test

[PATCH V5 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-09-19 10:55 UTC  (8+ messages)
` [PATCH V5 4/4] kvm: add a check if pfn is from NVDIMM pmem

[PATCH V4 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-09-19  2:48 UTC  (5+ messages)
` [PATCH V4 2/4] mm: introduce memory type MEMORY_DEVICE_DEV_DAX
` [PATCH V4 3/4] mm: add a function to differentiate the pages is from DAX device memory

[RFC PATCH v2 00/10] vfio/mdev: IOMMU aware mediated device
 2018-09-19  2:22 UTC  (19+ messages)
` [RFC PATCH v2 08/10] vfio/type1: Add domain at(de)taching group helpers

[REVIEW][PATCH 04/20] signal/x86: Use send_sig_mceerr as apropriate
 2018-09-18 20:21 UTC 

[RFC v2 00/20] SMMUv3 Nested Stage Setup
 2018-09-18 14:24 UTC  (21+ messages)
  ` [RFC v2 01/20] iommu: Introduce bind_pasid_table API
` [RFC v2 02/20] iommu: Introduce cache_invalidate API
` [RFC v2 03/20] iommu: Introduce bind_guest_msi
` [RFC v2 04/20] vfio: VFIO_IOMMU_BIND_PASID_TABLE
` [RFC v2 05/20] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [RFC v2 06/20] vfio: VFIO_IOMMU_BIND_MSI
` [RFC v2 07/20] iommu/arm-smmu-v3: Link domains and devices
` [RFC v2 08/20] iommu/arm-smmu-v3: Maintain a SID->device structure
` [RFC v2 09/20] iommu/smmuv3: Get prepared for nested stage support
` [RFC v2 10/20] iommu/smmuv3: Implement bind_pasid_table
` [RFC v2 11/20] iommu/smmuv3: Implement cache_invalidate
` [RFC v2 12/20] dma-iommu: Implement NESTED_MSI cookie
` [RFC v2 13/20] iommu/smmuv3: Implement bind_guest_msi
` [RFC v2 14/20] iommu: introduce device fault data
` [RFC v2 15/20] driver core: add per device iommu param
` [RFC v2 16/20] iommu: introduce device fault report API
` [RFC v2 17/20] vfio: VFIO_IOMMU_SET_FAULT_EVENTFD
` [RFC v2 18/20] vfio: VFIO_IOMMU_GET_FAULT_EVENTS
` [RFC v2 19/20] vfio: Document nested stage control
` [RFC v2 20/20] iommu/smmuv3: Report non recoverable faults

[PATCH kvm-unit-tests v3] arm/arm64: gicv3: support up to 8 redistributor regions
 2018-09-18 13:21 UTC  (2+ messages)

[PATCH v2 0/8] Guest LBR Enabling
 2018-09-18 10:34 UTC  (6+ messages)
` [PATCH v2 7/8] KVM: PMU: support to save/restore the guest lbr stack on vCPU switching

[PATCH 2/2] KVM: i386: Add support for save and restore nested state
 2018-09-17 14:35 UTC  (6+ 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).