kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-02 06:46:19 to 2020-04-03 11:42:27 UTC [more...]

[PATCH v1 0/2] vfio/pci: expose device's PASID capability to VMs
 2020-04-03 11:42 UTC  (5+ messages)
` [PATCH v1 2/2] vfio/pci: Emulate PASID/PRI capability for VFs

[PATCH 0/2] KVM: arm64: PSCI fixes
 2020-04-03 11:20 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm64: PSCI: Narrow input registers when using 32bit functions
` [PATCH 2/2] KVM: arm64: PSCI: Forbid 64bit functions for 32bit guests

[PATCH kvm-unit-tests v2] s390x: unittests: Use smp parameter
 2020-04-03 10:12 UTC  (3+ messages)

Re: [PATCH v2 00/94] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-04-03  9:49 UTC  (2+ messages)
`  "

[PATCH v1 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-04-03  8:34 UTC  (34+ messages)
` [PATCH v1 1/8] vfio: Add VFIO_IOMMU_PASID_REQUEST(alloc/free)
` [PATCH v1 2/8] vfio/type1: Add vfio_iommu_type1 parameter for quota tuning
` [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to userspace
` [PATCH v1 5/8] vfio/type1: Report 1st-level/stage-1 format "
` [PATCH v1 6/8] vfio/type1: Bind guest page tables to host
` [PATCH v1 7/8] vfio/type1: Add VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v1 8/8] vfio/type1: Add vSVA support for IOMMU-backed mdevs

[RESEND][patch V3 00/23] x86/entry: Consolidation part II (syscalls)
 2020-04-03  8:34 UTC  (10+ messages)
` [RESEND][patch V3 03/23] vmlinux.lds.h: Create section for protection against instrumentation
` [RESEND][patch V3 05/23] tracing: Provide lockdep less trace_hardirqs_on/off() variants
` [RESEND][patch V3 06/23] bug: Annotate WARN/BUG/stackfail as noinstr safe

[kvm-unit-tests PATCH v8 00/13] arm/arm64: Add ITS tests
 2020-04-03  8:23 UTC  (18+ messages)
` [kvm-unit-tests PATCH v8 01/13] libcflat: Add other size defines
` [kvm-unit-tests PATCH v8 02/13] page_alloc: Introduce get_order()
` [kvm-unit-tests PATCH v8 03/13] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests PATCH v8 04/13] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests PATCH v8 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v8 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v8 07/13] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v8 08/13] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v8 09/13] arm/arm64: ITS: Commands
` [kvm-unit-tests PATCH v8 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v8 11/13] arm/run: Allow Migration tests
` [kvm-unit-tests PATCH v8 12/13] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v8 13/13] arm/arm64: ITS: pending table migration test
` [PATCH kvm-unit-tests] fixup! "

[PATCH v2 00/94] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-04-03  8:02 UTC  (2+ messages)

[kvm-unit-tests v3] s390x/smp: add minimal test for sigp sense running status
 2020-04-03  7:27 UTC  (5+ messages)

[kvm-unit-tests PATCH v4 00/12] KVM: arm64: PMUv3 Event Counter Tests
 2020-04-03  7:13 UTC  (13+ messages)
` [kvm-unit-tests PATCH v4 01/12] arm64: Provide read/write_sysreg_s
` [kvm-unit-tests PATCH v4 02/12] arm: pmu: Let pmu tests take a sub-test parameter
` [kvm-unit-tests PATCH v4 03/12] arm: pmu: Don't check PMCR.IMP anymore
` [kvm-unit-tests PATCH v4 04/12] arm: pmu: Add a pmu struct
` [kvm-unit-tests PATCH v4 05/12] arm: pmu: Introduce defines for PMU versions
` [kvm-unit-tests PATCH v4 06/12] arm: pmu: Check Required Event Support
` [kvm-unit-tests PATCH v4 07/12] arm: pmu: Basic event counter Tests
` [kvm-unit-tests PATCH v4 08/12] arm: pmu: Test SW_INCR event count
` [kvm-unit-tests PATCH v4 09/12] arm: pmu: Test chained counters
` [kvm-unit-tests PATCH v4 10/12] arm: pmu: test 32-bit <-> 64-bit transitions
` [kvm-unit-tests PATCH v4 11/12] arm: gic: Introduce gic_irq_set_clr_enable() helper
` [kvm-unit-tests PATCH v4 12/12] arm: pmu: Test overflow interrupts

[PATCH v2] vhost: drop vring dependency on iotlb
 2020-04-03  6:38 UTC  (4+ messages)

[PATCH v6 00/14] Add AMD SEV guest live migration support
 2020-04-03  2:58 UTC  (44+ messages)
` [PATCH v6 01/14] KVM: SVM: Add KVM_SEV SEND_START command
` [PATCH v6 02/14] KVM: SVM: Add KVM_SEND_UPDATE_DATA command
` [PATCH v6 03/14] KVM: SVM: Add KVM_SEV_SEND_FINISH command
` [PATCH v6 04/14] KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
` [PATCH v6 05/14] KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
` [PATCH v6 06/14] KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
` [PATCH v6 07/14] KVM: x86: Add AMD SEV specific Hypercall3
` [PATCH v6 08/14] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH v6 13/14] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR
` [PATCH v6 14/14] KVM: x86: Add kexec support for SEV Live Migration

[PATCH v2 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-04-03  1:38 UTC  (17+ messages)
` [PATCH v2 05/22] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
` [PATCH v2 13/22] intel_iommu: add PASID cache management infrastructure
` [PATCH v2 15/22] intel_iommu: bind/unbind guest page table to host

[PATCH 0/3] x86: KVM: VMX: Add basic split-lock #AC handling
 2020-04-02 23:18 UTC  (19+ messages)
  ` [PATCH 1/3] KVM: x86: Emulate split-lock access as a write in emulator
  ` [PATCH 2/3] x86/split_lock: Refactor and export handle_user_split_lock() for KVM
  ` [PATCH 3/3] KVM: VMX: Extend VMX's #AC interceptor to handle split lock #AC in guest

[GIT PULL] First batch of KVM changes for Linux 5.7
 2020-04-02 22:45 UTC  (2+ messages)

[PATCH -next] x86/kvm: fix a missing-prototypes "vmread_error"
 2020-04-02 19:23 UTC  (2+ messages)

[PATCH v1 0/5] KVM: s390: vsie: fixes and cleanups
 2020-04-02 18:48 UTC  (6+ messages)
` [PATCH v1 1/5] KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks
` [PATCH v1 2/5] KVM: s390: vsie: Fix delivery of addressing exceptions
` [PATCH v1 3/5] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
` [PATCH v1 4/5] KVM: s390: vsie: Move conditional reschedule
` [PATCH v1 5/5] KVM: s390: vsie: gmap_table_walk() simplifications

[kvm-unit-tests v2] s390x/smp: add minimal test for sigp sense running status
 2020-04-02 15:40 UTC  (11+ messages)

[PATCH] vhost: drop vring dependency on iotlb
 2020-04-02 14:59 UTC  (4+ messages)

[PATCH V9 0/9] vDPA support
 2020-04-02 14:56 UTC  (12+ messages)
` [PATCH V9 1/9] vhost: refine vhost and vringh kconfig

[kvm-unit-tests PATCH 0/2] arm/arm64: Add IPI/vtimer latency
 2020-04-02 14:50 UTC  (5+ messages)

[PATCH 0/2] selftests: kvm: Introduce the mem_slot_test test
 2020-04-02 14:44 UTC  (9+ messages)
` [PATCH 2/2] selftests: kvm: Add "

[kvm-unit-tests PATCH v7 00/13] arm/arm64: Add ITS tests
 2020-04-02 14:41 UTC  (6+ messages)
` [kvm-unit-tests PATCH v7 10/13] arm/arm64: ITS: INT functional tests

[PATCH] virtio/test: fix up after IOTLB changes
 2020-04-02 14:18 UTC  (4+ messages)

[PATCH v2] virtio/test: fix up after IOTLB changes
 2020-04-02 14:21 UTC  (2+ messages)

[vhost:vhost 22/22] drivers/vdpa/vdpa_sim/vdpa_sim.c:94:8: error: implicit declaration of function 'vringh_init_iotlb'; did you mean 'vringh_init_kern'?
 2020-04-02 13:50 UTC 

[PATCH v4 0/7] vhost: Reset batched descriptors on SET_VRING_BASE call
 2020-04-02 13:27 UTC  (3+ messages)
` [PATCH v4 7/7] tools/virtio: Make --reset reset ring idx

[PATCH v9 00/10] Guest Last Branch Recording Enabling
 2020-04-02 12:59 UTC  (3+ messages)

[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
 2020-04-02 11:49 UTC  (3+ messages)
` [PATCH 14/70] x86/boot/compressed/64: Add page-fault handler

[Bug 204975] New: AMD-Vi: Command buffer timeout
 2020-04-02 11:29 UTC  (2+ messages)
` [Bug 204975] "

linux-next: manual merge of the kvm tree with Linus' tree
 2020-04-02 10:44 UTC  (3+ messages)

[kvm-unit-tests 0/2] s390x/smp fix and enhancement
 2020-04-02 10:44 UTC  (4+ messages)
` [kvm-unit-tests 2/2] s390x/smp: add minimal test for sigp sense running status

[PATCH] KVM: special handling of zero_page in some flows
 2020-04-02  9:03 UTC 

[PATCH v3 kvmtool 00/32] Add reassignable BARs and PCIE 1.1 support
 2020-04-02  8:58 UTC  (11+ messages)
` [PATCH v3 kvmtool 20/32] pci: Add helpers for BAR values and memory/IO space access
` [PATCH v3 kvmtool 22/32] vfio: Destroy memslot when unmapping the associated VAs
` [PATCH v3 kvmtool 24/32] pci: Limit configuration transaction size to 32 bits
` [PATCH v3 kvmtool 25/32] vfio/pci: Don't write configuration value twice
` [PATCH v3 kvmtool 26/32] vesa: Create device exactly once

[PATCH v2 0/3] tools/kvm_stat: add logfile support
 2020-04-02  8:57 UTC  (4+ messages)
` [PATCH v2 1/3] tools/kvm_stat: add command line switch '-z' to skip zero records
` [PATCH v2 2/3] tools/kvm_stat: Add command line switch '-L' to log to file
` [PATCH v2 3/3] tools/kvm_stat: add sample systemd unit file

[kvm-unit-tests PATCH v1] s390x: STFLE operates on doublewords
 2020-04-02  8:51 UTC  (3+ messages)

[PATCH v3] KVM: X86: Filter out the broadcast dest for IPI fastpath
 2020-04-02  8:20 UTC 

[PATCH v3 0/8] vhost: Reset batched descriptors on SET_VRING_BASE call
 2020-04-02  8:17 UTC  (6+ messages)

[PATCH] mips: define pud_index() regardless of page table folding
 2020-04-02  8:16 UTC 

[PATCH -next] vhost: remove set but not used variable 'status'
 2020-04-02  6:51 UTC 


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