kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-18 21:58:42 to 2019-12-21 03:48:20 UTC [more...]

[PATCH v4 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-21  3:48 UTC  (9+ messages)
` [PATCH v4 11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*

[PATCH v4 0/7] Use 1st-level for IOVA translation
 2019-12-21  3:14 UTC  (13+ messages)
` [PATCH v4 1/7] iommu/vt-d: Identify domains using first level page table
` [PATCH v4 2/7] iommu/vt-d: Add set domain DOMAIN_ATTR_NESTING attr
` [PATCH v4 3/7] iommu/vt-d: Add PASID_FLAG_FL5LP for first-level pasid setup
` [PATCH v4 4/7] iommu/vt-d: Setup pasid entries for iova over first level
` [PATCH v4 5/7] iommu/vt-d: Flush PASID-based iotlb "
` [PATCH v4 6/7] iommu/vt-d: Use "
` [PATCH v4 7/7] iommu/vt-d: debugfs: Add support to show page table internals

[PATCH v2 00/17] KVM: Dirty ring interface
 2019-12-21  2:11 UTC  (13+ messages)
` [PATCH v2 01/17] KVM: Remove kvm_read_guest_atomic()
` [PATCH v2 02/17] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH v2 03/17] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v2 04/17] KVM: Cache as_id in kvm_memory_slot
` [PATCH v2 05/17] KVM: Add build-time error check on kvm_run size
` [PATCH v2 06/17] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v2 07/17] KVM: Move running VCPU from ARM to common code
` [PATCH v2 08/17] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v2 09/17] KVM: Make dirty ring exclusive to dirty bitmap log

[PATCH RESEND v2 00/17] KVM: Dirty ring interface
 2019-12-21  2:04 UTC  (18+ messages)
` [PATCH RESEND v2 01/17] KVM: Remove kvm_read_guest_atomic()
` [PATCH RESEND v2 02/17] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH RESEND v2 03/17] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH RESEND v2 04/17] KVM: Cache as_id in kvm_memory_slot
` [PATCH RESEND v2 05/17] KVM: Add build-time error check on kvm_run size
` [PATCH RESEND v2 06/17] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH RESEND v2 07/17] KVM: Move running VCPU from ARM to common code
` [PATCH RESEND v2 08/17] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH RESEND v2 09/17] KVM: Make dirty ring exclusive to dirty bitmap log
` [PATCH RESEND v2 10/17] KVM: Don't allocate dirty bitmap if dirty ring is enabled
` [PATCH RESEND v2 11/17] KVM: selftests: Always clear dirty bitmap after iteration
` [PATCH RESEND v2 12/17] KVM: selftests: Sync uapi/linux/kvm.h to tools/
` [PATCH RESEND v2 13/17] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH RESEND v2 14/17] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH RESEND v2 15/17] KVM: selftests: Add dirty ring buffer test
` [PATCH RESEND v2 16/17] KVM: selftests: Let dirty_log_test async for dirty ring test
` [PATCH RESEND v2 17/17] KVM: selftests: Add "-c" parameter to dirty log test

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-21  0:53 UTC  (33+ 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

[PATCH 0/4] KVM: nVMX: Check GUEST_DEBUGCTL and GUEST_DR7 on vmentry of nested guests
 2019-12-21  0:27 UTC  (7+ messages)
` [PATCH 2/4] KVM: nVMX: Check "

[PATCH v2 00/17] KVM: Dirty ring interface
 2019-12-20 21:03 UTC  (10+ messages)
` [PATCH v2 01/17] KVM: Remove kvm_read_guest_atomic()
` [PATCH v2 02/17] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH v2 03/17] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v2 04/17] KVM: Cache as_id in kvm_memory_slot
` [PATCH v2 05/17] KVM: Add build-time error check on kvm_run size
` [PATCH v2 06/17] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v2 07/17] KVM: Move running VCPU from ARM to common code
` [PATCH v2 08/17] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v2 09/17] KVM: Make dirty ring exclusive to dirty bitmap log

[PATCH v2 00/17] KVM: Dirty ring interface
 2019-12-20 21:01 UTC  (10+ messages)
` [PATCH v2 01/17] KVM: Remove kvm_read_guest_atomic()
` [PATCH v2 02/17] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH v2 03/17] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v2 04/17] KVM: Cache as_id in kvm_memory_slot
` [PATCH v2 05/17] KVM: Add build-time error check on kvm_run size
` [PATCH v2 06/17] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v2 07/17] KVM: Move running VCPU from ARM to common code
` [PATCH v2 08/17] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v2 09/17] KVM: Make dirty ring exclusive to dirty bitmap log

[RESEND RFC 0/2] Paravirtualized Control Register pinning
 2019-12-20 19:27 UTC  (3+ messages)
` [RESEND RFC 1/2] KVM: X86: Add CR pin MSRs
` [RESEND RFC 2/2] X86: Use KVM "

Can we retire Python 2 now?
 2019-12-20 18:56 UTC  (3+ messages)

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

[PATCH v2 00/18] arm64: KVM: add SPE profiling support
 2019-12-20 18:10 UTC  (23+ messages)
` [PATCH v2 01/18] dt-bindings: ARM SPE: highlight the need for PPI partitions on heterogeneous systems
` [PATCH v2 02/18] arm64: KVM: reset E2PB correctly in MDCR_EL2 when exiting the guest(VHE)
` [PATCH v2 03/18] arm64: KVM: define SPE data structure for each vcpu
` [PATCH v2 04/18] arm64: KVM: add SPE system registers to sys_reg_descs
` [PATCH v2 05/18] arm64: KVM/VHE: enable the use PMSCR_EL12 on VHE systems
` [PATCH v2 06/18] arm64: KVM: split debug save restore across vm/traps activation
` [PATCH v2 07/18] arm64: KVM/debug: drop pmscr_el1 and use sys_regs[PMSCR_EL1] in kvm_cpu_context
` [PATCH v2 08/18] arm64: KVM: add support to save/restore SPE profiling buffer controls
` [PATCH v2 09/18] arm64: KVM: enable conditional save/restore full "
` [PATCH v2 10/18] arm64: KVM/debug: use EL1&0 stage 1 translation regime
` [PATCH v2 11/18] KVM: arm64: don't trap Statistical Profiling controls to EL2
` [PATCH v2 12/18] KVM: arm64: add a new vcpu device control group for SPEv1
` [PATCH v2 13/18] perf: arm_spe: Add KVM structure for obtaining IRQ info
` [PATCH v2 14/18] KVM: arm64: spe: Provide guest virtual interrupts for SPE
` [PATCH v2 15/18] perf: arm_spe: Handle guest/host exclusion flags
` [PATCH v2 16/18] KVM: arm64: enable SPE support
` [PATCH v2 17/18, KVMTOOL] update_headers: Sync kvm UAPI headers with linux v5.5-rc2
` [PATCH v2 18/18, KVMTOOL] kvm: add a vcpu feature for SPEv1 support

[PATCH v2 00/45] KVM: Refactor vCPU creation
 2019-12-20 16:22 UTC  (41+ messages)
` [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 06/45] KVM: SVM: Use direct vcpu pointer during vCPU create/free
` [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 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 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 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 35/45] KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()
` [PATCH v2 37/45] KVM: Drop kvm_arch_vcpu_setup()
` [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()

[PATCH 0/5] KVM: arm64: vcpu preempted check support
 2019-12-20 14:32 UTC  (9+ messages)
` [PATCH 1/5] KVM: arm64: Document PV-lock interface
` [PATCH 2/5] KVM: arm64: Implement PV_LOCK_FEATURES call

Async page fault delivered while irq are disabled?
 2019-12-20  9:34 UTC  (5+ messages)

[PATCH v2] kvm/svm: PKU not currently supported
 2019-12-20  9:25 UTC  (3+ messages)

[kvm-unit-tests PATCH 00/16] arm/arm64: Add ITS tests
 2019-12-20  7:34 UTC  (13+ messages)
` [kvm-unit-tests PATCH 05/16] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH 06/16] arm/arm64: ITS: Test BASER
` [kvm-unit-tests PATCH 08/16] arm/arm64: ITS: Init the command queue
` [kvm-unit-tests PATCH 11/16] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH 12/16] arm/arm64: ITS: commands

[PATCH v10 Kernel 0/5] KABIs to support migration for VFIO devices
 2019-12-20  0:58 UTC  (22+ 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

[RFC 0/2] Paravirtualized Control Register pinning
 2019-12-20  0:13 UTC  (3+ messages)
` [RFC 1/2] KVM: X86: Add CR pin MSRs
` [RFC 2/2] X86: Use KVM "

[PATCH] vfio/mdev: make create attribute static
 2019-12-19 20:00 UTC  (2+ messages)

[PATCH] kvm/svm: PKU not currently supported
 2019-12-19 19:49 UTC  (3+ messages)

CfP VHPC20: HPC Containers-Kubernetes
 2019-12-19 15:31 UTC 

[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
 2019-12-19 13:46 UTC  (5+ messages)
` [PATCH 7/7] KVM: arm/arm64: Elide CMOs when unmapping a range

[PATCH net-next v3 00/11] VSOCK: add vsock_test test suite
 2019-12-19 11:11 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] Better max VMCS field index test
 2019-12-19 10:10 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] x86: vmx: Comprehensive max VMCS field search
` [kvm-unit-tests PATCH 2/2] x86: vmx: Remove max_index tracking in check_vmcs_field()

[kvm-unit-tests PATCH] x86: Fix max VMCS field encoding index check
 2019-12-19  8:52 UTC  (6+ messages)

[PATCH v2] tools/kvm_stat: Fix kvm_exit filter name
 2019-12-19  3:33 UTC  (3+ messages)

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

[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  (14+ 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).