kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-24 10:05:13 to 2020-03-25 15:06:46 UTC [more...]

[PATCH v1 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-03-25 15:06 UTC  (50+ messages)
` [PATCH v1 07/22] intel_iommu: add set/unset_iommu_context callback
` [PATCH v1 08/22] vfio: init HostIOMMUContext per-container
` [PATCH v1 09/22] vfio/common: check PASID alloc/free availability
` [PATCH v1 12/22] intel_iommu: add PASID cache management infrastructure
` [PATCH v1 13/22] vfio: add bind stage-1 page table support
` [PATCH v1 14/22] intel_iommu: bind/unbind guest page table to host
` [PATCH v1 15/22] intel_iommu: replay guest pasid bindings "
` [PATCH v1 16/22] intel_iommu: replay pasid binds after context cache invalidation
` [PATCH v1 17/22] intel_iommu: do not pass down pasid bind for PASID #0
` [PATCH v1 18/22] vfio: add support for flush iommu stage-1 cache
` [PATCH v1 19/22] intel_iommu: process PASID-based iotlb invalidation
` [PATCH v1 20/22] intel_iommu: propagate PASID-based iotlb invalidation to host
` [PATCH v1 21/22] intel_iommu: process PASID-based Device-TLB invalidation
` [PATCH v1 22/22] intel_iommu: modify x-scalable-mode to be string option

[PATCH v2 0/6] Fix errors when try to build kvm selftests on specified output
 2020-03-25 14:01 UTC  (7+ messages)
` [PATCH v2 1/6] selftests: Create directory when OUTPUT specified
` [PATCH v2 2/6] selftests: kvm: Include lib.mk earlier
` [PATCH v2 3/6] selftests: kvm: Use the default linux header path only when INSTALL_HDR_PATH not defined
` [PATCH v2 4/6] selftests: Create variable INSTALL_HDR_PATH if need to install linux headers to $(OUTPUT)/usr
` [PATCH v2 5/6] selftests: Generate build output of linux headers to $(OUTPUT)/linux-header-build
` [PATCH v2 6/6] selftests: export INSTALL_HDR_PATH if using "O" to specify output dir

[PATCH 0/4] KVM: SVM: Move and split up svm.c
 2020-03-25 13:49 UTC  (11+ messages)
` [PATCH 2/4] KVM: SVM: Move Nested SVM Implementation to nested.c

[RESEND][patch V3 00/23] x86/entry: Consolidation part II (syscalls)
 2020-03-25 13:39 UTC  (20+ messages)
` [RESEND][patch V3 01/23] rcu: Dont acquire lock in NMI handler in rcu_nmi_enter_common()
  ` [patch "
` [RESEND][patch V3 02/23] rcu: Add comments marking transitions between RCU watching and not
  ` [patch "
` [RESEND][patch V3 03/23] vmlinux.lds.h: Create section for protection against instrumentation
` [RESEND][patch V3 04/23] kprobes: Prevent probes in .noinstr.text section
  ` [patch "
` [RESEND][patch V3 17/23] rcu/tree: Mark the idle relevant functions noinstr
` [RESEND][patch V3 19/23] x86/kvm/vmx: Add hardirq tracing to guest enter/exit

[PATCH V8 0/9] vDPA support
 2020-03-25 12:34 UTC  (12+ messages)
` [PATCH V8 1/9] vhost: refine vhost and vringh kconfig
` [PATCH V8 2/9] vhost: allow per device message handler
` [PATCH V8 3/9] vhost: factor out IOTLB
` [PATCH V8 4/9] vringh: IOTLB support
` [PATCH V8 5/9] vDPA: introduce vDPA bus
` [PATCH V8 6/9] virtio: introduce a vDPA based transport
` [PATCH V8 7/9] vhost: introduce vDPA-based backend
` [PATCH V8 8/9] vdpasim: vDPA device simulator
` [PATCH V8 9/9] virtio: Intel IFC VF driver for VDPA

[PATCH v2 00/94] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-03-25 11:28 UTC  (4+ messages)
` [PATCH v2 67/94] arm64: Add level-hinted TLB invalidation helper

[PATCH v3 00/37] KVM: x86: TLB flushing fixes and enhancements
 2020-03-25 11:25 UTC  (20+ messages)
` [PATCH v3 08/37] KVM: VMX: Skip global INVVPID fallback if vpid==0 in vpid_sync_context()
` [PATCH v3 14/37] KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hook
` [PATCH v3 16/37] KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()
` [PATCH v3 17/37] KVM: SVM: Wire up ->tlb_flush_guest() directly to svm_flush_tlb()
` [PATCH v3 18/37] KVM: VMX: Move vmx_flush_tlb() to vmx.c
` [PATCH v3 19/37] KVM: nVMX: Move nested_get_vpid02() to vmx/nested.h
` [PATCH v3 31/37] KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switch
` [PATCH v3 33/37] KVM: nVMX: Skip MMU sync on nested VMX transition when possible
` [PATCH v3 34/37] KVM: nVMX: Don't flush TLB on nested VMX transition

[PATCH V7 7/8] vdpasim: vDPA device simulator
 2020-03-25  8:15 UTC  (3+ messages)

[kvm-unit-tests PATCH v7 00/13] arm/arm64: Add ITS tests
 2020-03-25  8:10 UTC  (3+ messages)
` [kvm-unit-tests PATCH v7 08/13] arm/arm64: ITS: Device and collection Initialization

[PATCH v2 0/7] Removing support for 32bit KVM/arm host
 2020-03-25  7:46 UTC  (9+ messages)
` [PATCH v2 1/7] arm: Unplug KVM from the build system
` [PATCH v2 2/7] arm: Remove KVM from config files
` [PATCH v2 3/7] arm: Remove 32bit KVM host support
` [PATCH v2 4/7] arm: Remove HYP/Stage-2 page-table support
` [PATCH v2 5/7] arm: Remove GICv3 vgic compatibility macros
` [PATCH v2 6/7] arm: Remove the ability to set HYP vectors outside of the decompressor
` [PATCH v2 7/7] MAINTAINERS: RIP KVM/arm

[PATCH v15 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-25  5:31 UTC  (23+ messages)
` [PATCH v15 Kernel 1/7] vfio: KABI for migration interface for device state
` [PATCH v15 Kernel 2/7] vfio iommu: Remove atomicity of ref_count of pinned pages
` [PATCH v15 Kernel 3/7] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH v15 Kernel 4/7] vfio iommu: Implementation of ioctl "

[PATCH 0/3] KVM: arm64: Some optimizations about enabling dirty log
 2020-03-25  4:24 UTC  (4+ messages)
` [PATCH 1/3] KVM/memslot: Move the initial set of dirty bitmap to arch
` [PATCH 2/3] KVM/arm64: Support enabling dirty log gradually in small chunks
` [PATCH 3/3] KVM/arm64: Only set bits of dirty bitmap with valid translation entries

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2020-03-25  3:23 UTC 

[PATCH V7 3/8] vringh: IOTLB support
 2020-03-25  3:13 UTC  (3+ messages)

[PATCH 3/7] docs: fix broken references to text files
 2020-03-25  2:42 UTC  (2+ messages)

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

[PATCH v16 Kernel 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking
 2020-03-25  2:11 UTC  (2+ messages)

[PATCH v6 0/8] x86/split_lock: Fix and virtualization of split lock detection
 2020-03-25  1:41 UTC  (16+ messages)
` [PATCH v6 1/8] x86/split_lock: Rework the initialization flow "
` [PATCH v6 2/8] x86/split_lock: Avoid runtime reads of the TEST_CTRL MSR
` [PATCH v6 3/8] x86/split_lock: Export handle_user_split_lock()
` [PATCH v6 4/8] kvm: x86: Emulate split-lock access as a write in emulator
` [PATCH v6 5/8] kvm: vmx: Extend VMX's #AC interceptor to handle split lock #AC happens in guest
` [PATCH v6 6/8] kvm: x86: Emulate MSR IA32_CORE_CAPABILITIES
` [PATCH v6 7/8] kvm: vmx: Enable MSR_TEST_CTRL for intel guest
` [PATCH v6 8/8] kvm: vmx: virtualize split lock detection

[PATCH v5 0/9] x86/split_lock: Add feature split lock detection
 2020-03-25  1:03 UTC  (18+ messages)
` [PATCH v5 1/9] x86/split_lock: Rework the initialization flow of "
` [PATCH v5 3/9] x86/split_lock: Re-define the kernel param option for split_lock_detect

[PATCH v4 0/2] introduction of migration_version attribute for VFIO live migration
 2020-03-25  0:56 UTC  (8+ messages)

[PATCH] KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timer
 2020-03-25  0:16 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/2] Add support of hvf accel
 2020-03-23 22:16 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] scripts/arch-run: Support testing "

[PATCH v2] mm/hugetlb: fix a addressing exception caused by huge_pte_offset()
 2020-03-24 19:47 UTC  (14+ messages)

[PATCH v14 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-24 19:14 UTC  (4+ messages)
` [PATCH v14 Kernel 1/7] vfio: KABI for migration interface for device state

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2020-03-24 18:20 UTC  (6+ messages)
` [PATCH v4 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION

[PATCH 3/4] kvm: Replace vcpu->swait with rcuwait
 2020-03-24 17:56 UTC  (3+ messages)

[RFC PATCH v2 0/9] s390x/vfio-ccw: Channel Path Handling
 2020-03-24 16:34 UTC  (9+ messages)
` [RFC PATCH v2 2/9] vfio-ccw: Register a chp_event callback for vfio-ccw
` [RFC PATCH v2 7/9] vfio-ccw: Wire up the CRW irq and CRW region

[PATCH 0/2] kvm-unit-tests: s390x MAINTAINERS tweaks
 2020-03-24 13:58 UTC  (6+ messages)
` [PATCH 1/2] s390x: add myself as reviewer
` [PATCH 2/2] s390x: add linux-s390 list

[PATCH v10 0/7] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-24 13:41 UTC  (7+ messages)
` [PATCH v10 4/7] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v10 5/7] x86/kvm/hyper-v: enable hypercalls without hypercall page with syndbg
` [PATCH v10 6/7] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls

[GIT PULL 0/2] KVM: s390: changes for 5.7 part 2
 2020-03-24 12:50 UTC  (3+ messages)
` [GIT PULL 1/2] KVM: s390: Use fallthrough;
` [GIT PULL 2/2] KVM: s390: mark sie block as 512 byte aligned

[kvm-unit-tests PATCH 00/10] s390x: smp: Improve smp code part 2
 2020-03-24 12:45 UTC  (21+ messages)
` [kvm-unit-tests PATCH 01/10] s390x: smp: Test all CRs on initial reset
` [kvm-unit-tests PATCH 03/10] s390x: smp: Test stop and store status on a running and stopped cpu
` [kvm-unit-tests PATCH 04/10] s390x: smp: Test local interrupts after cpu reset
` [kvm-unit-tests PATCH 05/10] s390x: smp: Loop if secondary cpu returns into cpu setup again
` [kvm-unit-tests PATCH 07/10] s390x: smp: Use full PSW to bringup new cpu
` [kvm-unit-tests PATCH 08/10] s390x: smp: Wait for sigp completion
` [kvm-unit-tests PATCH 09/10] s390x: smp: Add restart when running test
` [kvm-unit-tests PATCH 10/10] s390x: Fix library constant definitions

[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
 2020-03-24 12:43 UTC  (4+ messages)
` [PATCH 01/70] KVM: SVM: Add GHCB definitions
  ` [PATCH] KVM: SVM: Use __packed shorthard

[PATCH v6 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-24 12:35 UTC  (7+ messages)
` [PATCH v6 08/23] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
` [PATCH v6 14/23] irqchip/gic-v4.1: Add VSGI allocation/teardown

status of kvm.git
 2020-03-24 11:53 UTC 

[PATCH 0/7] KVM: Fix memslot use-after-free bug
 2020-03-24 11:30 UTC  (8+ messages)
` [PATCH 1/7] KVM: Fix out of range accesses to memslots
` [PATCH 4/7] KVM: selftests: Add helpers to consolidate open coded list operations

[PATCH 0/7] tools/kvm_stat: add logfile support
 2020-03-24 10:32 UTC  (6+ messages)

[PATCH 0/9] vfio/fsl-mc: VFIO support for FSL-MC devices
 2020-03-24 10:31 UTC  (7+ messages)
` [PATCH 1/9] vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devices
` [PATCH 5/9] vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regions
` [PATCH 7/9] vfio/fsl-mc: Add irq infrastructure for fsl-mc devices

[PATCH v2 00/12] python: Explicit usage of Python 3
 2020-03-24 10:19 UTC  (3+ messages)
` [PATCH v2 07/12] tests/acceptance: Remove shebang header


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