kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-23 09:53:26 to 2020-03-24 11:19:05 UTC [more...]

[PATCH v1 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-03-24 11:18 UTC  (13+ messages)
` [PATCH v1 04/22] hw/iommu: introduce HostIOMMUContext
` [PATCH v1 06/22] hw/pci: introduce pci_device_set/unset_iommu_context()
` [PATCH v1 07/22] intel_iommu: add set/unset_iommu_context callback
` [PATCH v1 09/22] vfio/common: check PASID alloc/free availability

[PATCH v3 00/37] KVM: x86: TLB flushing fixes and enhancements
 2020-03-24 11:07 UTC  (28+ messages)
` [PATCH v3 02/37] KVM: nVMX: Validate the EPTP when emulating INVEPT(EXTENT_CONTEXT)
` [PATCH v3 03/37] KVM: nVMX: Invalidate all EPTP contexts when emulating INVEPT for L1
` [PATCH v3 04/37] KVM: nVMX: Invalidate all roots when emulating INVVPID without EPT
` [PATCH v3 05/37] KVM: x86: Export kvm_propagate_fault() (as kvm_inject_emulated_page_fault)
` [PATCH v3 06/37] KVM: x86: Consolidate logic for injecting page faults to L1
` [PATCH v3 31/37] KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switch

[kvm-unit-tests PATCH 00/10] s390x: smp: Improve smp code part 2
 2020-03-24 11:06 UTC  (16+ messages)
` [kvm-unit-tests PATCH 01/10] s390x: smp: Test all CRs on initial reset
` [kvm-unit-tests PATCH 02/10] s390x: smp: Dirty fpc before initial reset test
` [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 06/10] s390x: smp: Remove unneeded cpu loops
` [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

[PATCH v5 0/9] x86/split_lock: Add feature split lock detection
 2020-03-24 10:40 UTC  (15+ messages)
` [PATCH v5 1/9] x86/split_lock: Rework the initialization flow of "
` [PATCH v5 2/9] x86/split_lock: Avoid runtime reads of the TEST_CTRL MSR
` [PATCH v5 3/9] x86/split_lock: Re-define the kernel param option for split_lock_detect

[PATCH v2 0/7] Removing support for 32bit KVM/arm host
 2020-03-24 10:33 UTC  (8+ 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 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  (13+ messages)
` [PATCH 1/9] vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devices
` [PATCH 2/9] vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bind
` [PATCH 3/9] vfio/fsl-mc: Implement VFIO_DEVICE_GET_INFO ioctl
` [PATCH 4/9] vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl call
` [PATCH 5/9] vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regions
` [PATCH 6/9] vfio/fsl-mc: Added lock support in preparation for interrupt handling
` [PATCH 7/9] vfio/fsl-mc: Add irq infrastructure for fsl-mc devices
` [PATCH 8/9] vfio/fsl-mc: trigger an interrupt via eventfd
` [PATCH 9/9] vfio/fsl-mc: Add read/write support 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

[RESEND][patch V3 00/23] x86/entry: Consolidation part II (syscalls)
 2020-03-24  9:47 UTC  (6+ messages)
` [RESEND][patch V3 04/23] kprobes: Prevent probes in .noinstr.text section
  ` [patch "

[PATCH v15 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-24  9:45 UTC  (18+ 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 v4 00/19] KVM: Dynamically size memslot arrays
 2020-03-24  9:43 UTC  (5+ messages)
` [PATCH v4 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION

[PATCH 0/4] KVM: SVM: Move and split up svm.c
 2020-03-24  9:41 UTC  (5+ messages)
` [PATCH 1/4] kVM SVM: Move SVM related files to own sub-directory
` [PATCH 2/4] KVM: SVM: Move Nested SVM Implementation to nested.c
` [PATCH 3/4] KVM: SVM: Move AVIC code to separate file
` [PATCH 4/4] KVM: SVM: Move SEV "

[PATCH v4 0/2] introduction of migration_version attribute for VFIO live migration
 2020-03-24  9:23 UTC  (6+ messages)

[PATCH v10 0/7] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-24  9:05 UTC  (9+ messages)
` [PATCH v10 1/7] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v10 2/7] x86/kvm/hyper-v: Simplify addition for custom cpuid leafs
` [PATCH v10 3/7] x86/hyper-v: Add synthetic debugger definitions
` [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
` [PATCH v10 7/7] KVM: selftests: update hyperv_cpuid with SynDBG tests

[PATCH 0/7] KVM: Fix memslot use-after-free bug
 2020-03-24  7:12 UTC  (10+ messages)
` [PATCH 1/7] KVM: Fix out of range accesses to memslots
` [PATCH 6/7] KVM: selftests: Expose the primary memslot number to tests
` [PATCH 7/7] KVM: selftests: Add "delete" testcase to set_memory_region_test

[kvm-unit-tests PATCH 0/2] Add support of hvf accel
 2020-03-23 22:18 UTC  (5+ messages)
` [kvm-unit-tests PATCH 2/2] README: Document steps to run the tests on macOS

[PATCH] KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timer
 2020-03-24  6:32 UTC 

[PATCH -tip 0/4] kvm: Use rcuwait for vcpu blocking
 2020-03-24  4:44 UTC  (5+ messages)
` [PATCH 1/4] rcuwait: Fix stale wake call name in comment
` [PATCH 2/4] rcuwait: Let rcuwait_wake_up() return whether or not a task was awoken
` [PATCH 3/4] kvm: Replace vcpu->swait with rcuwait
` [PATCH 4/4] sched/swait: Reword some of the main description

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

[PATCH v6 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-24  2:43 UTC  (5+ 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

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

[PATCH v2] KVM: PPC: Book3S HV: Add a capability for enabling secure guests
 2020-03-24  1:51 UTC  (3+ messages)

[PATCH 0/2] Fix errors when try to build kvm selftests on
 2020-03-24  1:51 UTC  (8+ messages)
` [PATCH 1/2] kvm: selftests: Fix no directory error when OUTPUT specified

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

[PATCH] vfio-mdev: support mediated device creation in kernel
 2020-03-23 21:33 UTC  (3+ messages)

[PATCH] x86: vmx: skip atomic_switch_overflow_msrs_test on bare metal
 2020-03-23 19:42 UTC  (2+ messages)

[PATCH] x86: vmx: Fix "EPT violation - paging structure" test
 2020-03-23 19:42 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer dereference in handle_external_interrupt_irqoff
 2020-03-23 19:39 UTC  (16+ messages)
                    ` [PATCH] KVM: VMX: don't allow memory operands for inline asm that modifies SP

[PATCH v7 00/14] KVM: Dirty ring interface
 2020-03-23 17:13 UTC  (11+ messages)
` [PATCH v7 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v7 06/14] KVM: Make dirty ring exclusive to dirty bitmap log

[PATCH v14 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-23 14:45 UTC  (10+ messages)
` [PATCH v14 Kernel 1/7] vfio: KABI for migration interface for device state
` [PATCH v14 Kernel 2/7] vfio iommu: Remove atomicity of ref_count of pinned pages

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

[PATCH] KVM: x86: Expose fast short REP MOV for supported cpuid
 2020-03-23 12:58 UTC  (2+ messages)

[PATCH v5 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-23 12:40 UTC  (9+ messages)
` [PATCH v5 20/23] KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor

[PATCH v9 0/6] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-23 10:36 UTC  (9+ messages)
` [PATCH v9 1/6] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v9 2/6] x86/kvm/hyper-v: Simplify addition for custom cpuid leafs
` [PATCH v9 3/6] x86/hyper-v: Add synthetic debugger definitions
` [PATCH v9 4/6] x86/kvm/hyper-v: Add support for synthetic debugger capability


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