kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-10 18:26:59 to 2020-03-13 01:39:23 UTC [more...]

[PATCH v5 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-13  1:39 UTC  (24+ messages)
` [PATCH v5 01/23] irqchip/gic-v3: Use SGIs without active state if offered
` [PATCH v5 03/23] irqchip/gic-v4.1: Ensure mutual exclusion between vPE affinity change and RD access
` [PATCH v5 05/23] irqchip/gic-v4.1: Ensure mutual exclusion betwen invalidations on the same RD
` [PATCH v5 11/23] irqchip/gic-v4.1: Plumb get/set_irqchip_state SGI callbacks
` [PATCH v5 13/23] irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer
` [PATCH v5 14/23] irqchip/gic-v4.1: Add VSGI allocation/teardown
` [PATCH v5 15/23] irqchip/gic-v4.1: Add VSGI property setup
` [PATCH v5 16/23] irqchip/gic-v4.1: Eagerly vmap vPEs
` [PATCH v5 17/23] KVM: arm64: GICv4.1: Let doorbells be auto-enabled

[PATCH] kvm-unit-test: nVMX: Test Selector and Base Address fields of Guest Segment registers
 2020-03-12 23:37 UTC  (16+ messages)
` [PATCH] kvm-unit-test: nVMX: Test Selector and Base Address fields of Guest Segment Registers on vmentry of nested guests

[kvm-unit-tests PATCH 0/8] nVMX: Clean up __enter_guest() and co
 2020-03-12 23:27 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/8] nVMX: Eliminate superfluous entry_failure_handler() wrapper
` [kvm-unit-tests PATCH 2/8] nVMX: Refactor VM-Entry "failure" struct into "result"
` [kvm-unit-tests PATCH 3/8] nVMX: Consolidate non-canonical code in test_canonical()
` [kvm-unit-tests PATCH 4/8] nVMX: Drop redundant check for guest termination
` [kvm-unit-tests PATCH 5/8] nVMX: Expose __enter_guest() and consolidate guest state test code
` [kvm-unit-tests PATCH 6/8] nVMX: Pass exit reason union to v1 exit handlers
` [kvm-unit-tests PATCH 7/8] nVMX: Pass exit reason union to is_hypercall()
` [kvm-unit-tests PATCH 8/8] nVMX: Pass exit reason enum to print_vmexit_info()

[PATCH v4 0/5] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-12 19:34 UTC  (10+ messages)
` [PATCH v4 2/5] x86/hyper-v: Add synthetic debugger definitions

[PATCH 00/10] KVM: VMX: Unionize vcpu_vmx.exit_reason
 2020-03-12 18:45 UTC  (11+ messages)
` [PATCH 01/10] KVM: nVMX: Move reflection check into nested_vmx_reflect_vmexit()
` [PATCH 02/10] KVM: nVMX: Drop a superfluous WARN on reflecting EXTERNAL_INTERRUPT
` [PATCH 03/10] KVM: nVMX: Pull exit_reason from vcpu_vmx in nested_vmx_exit_reflected()
` [PATCH 04/10] KVM: VMX: Convert local exit_reason to u16 "
` [PATCH 05/10] KVM: VMX: Convert local exit_reason to u16 in vmx_handle_exit()
` [PATCH 06/10] KVM: nVMX: Convert local exit_reason to u16 in ...enter_non_root_mode()
` [PATCH 07/10] KVM: nVMX: Cast exit_reason to u16 to check for nested EXTERNAL_INTERRUPT
` [PATCH 08/10] KVM: nVMX: Rename exit_reason to vm_exit_reason for nested VM-Exit
` [PATCH 09/10] KVM: VMX: Cache vmx->exit_reason in local u16 in vmx_handle_exit_irqoff()
` [PATCH 10/10] KVM: VMX: Convert vcpu_vmx.exit_reason to a union

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

[RFC PATCH] vfio: Ignore -ENODEV when getting MSI cookie
 2020-03-12 18:19 UTC 

[PATCH] KVM: x86: Print symbolic names of VMX VM-Exit flags in traces
 2020-03-12 18:15 UTC 

[PATCH] KVM: VMX: Condition ENCLS-exiting enabling on CPU support for SGX1
 2020-03-12 18:04 UTC 

[PATCH v2] cpuidle-haltpoll: allow force loading on hosts without the REALTIME hint
 2020-03-12 16:17 UTC  (2+ messages)

[PATCH] KVM: VMX: Micro-optimize vmexit time when not exposing PMU
 2020-03-12 16:21 UTC  (4+ messages)

[PATCH RFCv2 4/4] kvm: Implement atomic memory region resizes via region_resize()
 2020-03-12 16:12 UTC 

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

[PATCH v2 0/6] kvm/split_lock: Add feature split lock detection support in kvm
 2020-03-12 15:00 UTC  (8+ messages)
` [PATCH v2 3/6] kvm: x86: Emulate split-lock access as a write

[GIT PULL 0/1] KVM: s390: Fix for 5.6
 2020-03-12 14:27 UTC  (2+ messages)
` [GIT PULL 1/1] KVM: s390: Also reset registers in sync regs for initial cpu reset

[Bug 206831] New: Intel AC 9260 wifi doesn't load in vm(sys-net under qubes os)
 2020-03-12 13:02 UTC 

[kvm-unit-tests PATCH v2 0/9] KVM: arm64: PMUv3 Event Counter Tests
 2020-03-12 11:19 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 5/9] arm: pmu: Basic event counter Tests

[PATCH] KVM: selftests: s390x: Provide additional num-guest-pages adjustment
 2020-03-12 10:48 UTC  (2+ messages)

Some warnings occur in hyperv.c
 2020-03-12 10:47 UTC  (2+ messages)

[PATCH] kvm: svm: Introduce GA Log tracepoint for AVIC
 2020-03-12 10:39 UTC 

[PATCH v1 00/11] PEBS virtualization enabling via DS
 2020-03-12 10:28 UTC  (9+ messages)
` [PATCH v1 01/11] perf/x86/core: Support KVM to assign a dedicated counter for guest PEBS

KVM call for 2020-03-24
 2020-03-12 10:06 UTC 

[kvm-unit-tests PATCH v5 00/13] arm/arm64: Add ITS tests
 2020-03-12  9:59 UTC  (20+ messages)
` [kvm-unit-tests PATCH v5 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v5 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v5 07/13] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v5 09/13] arm/arm64: ITS: Commands
` [kvm-unit-tests PATCH v5 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v5 13/13] arm/arm64: ITS: pending table migration test

kvm/queue demand paging test and s390
 2020-03-12  8:08 UTC  (6+ messages)

[PATCH 00/12] SEV Live Migration Patchset
 2020-03-12  2:55 UTC  (8+ messages)
` [PATCH 02/12] KVM: SVM: Add KVM_SEND_UPDATE_DATA command
` [PATCH 04/12] KVM: SVM: Add support for KVM_SEV_RECEIVE_START command

[RFC] KVM: arm64: support enabling dirty log graually in small chunks
 2020-03-12  1:45 UTC  (7+ messages)

[PATCH v3 0/7] vfio/pci: SR-IOV support
 2020-03-11 21:59 UTC  (8+ messages)
` [PATCH v3 1/7] vfio: Include optional device match in vfio_device_ops callbacks
` [PATCH v3 2/7] vfio/pci: Implement match ops
` [PATCH v3 3/7] vfio/pci: Introduce VF token
` [PATCH v3 4/7] vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first user
` [PATCH v3 5/7] vfio/pci: Add sriov_configure support
` [PATCH v3 6/7] vfio/pci: Remove dev_fmt definition
` [PATCH v3 7/7] vfio/pci: Cleanup .probe() exit paths

[PATCH] cpuidle-haltpoll: allow force loading on hosts without the REALTIME hint
 2020-03-11 21:30 UTC  (4+ messages)

[PATCH 0/4] KVM: selftests: Various cleanups and fixes
 2020-03-11 19:29 UTC  (2+ messages)

[PATCH -next 015/491] KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips): Use fallthrough;
 2020-03-11 19:20 UTC  (6+ messages)
` [PATCH -next 018/491] KERNEL VIRTUAL MACHINE for s390 (KVM/s390): "
` [PATCH -next 021/491] KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86): "

[Patch v1] KVM: x86: Initializing all kvm_lapic_irq fields
 2020-03-11 19:05 UTC  (3+ messages)

[PATCH v6 00/14] KVM: Dirty ring interface
 2020-03-11 18:47 UTC  (11+ messages)
` [PATCH v6 10/14] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH v6 12/14] KVM: selftests: Add dirty ring buffer test
` [PATCH v6 13/14] KVM: selftests: Let dirty_log_test async for dirty ring test

[PATCH v2 00/66] KVM: x86: Introduce KVM cpu caps
 2020-03-11 18:37 UTC  (4+ messages)

[PATCH RFC 0/4] KVM: MIPS: Provide arch-specific kvm_flush_remote_tlbs()
 2020-03-11 18:32 UTC  (3+ messages)

[PATCH] KVM: VMX: access regs array in vmenter.S in its natural order
 2020-03-11 18:29 UTC  (4+ messages)

[PATCH 3/6] KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld()
 2020-03-11 17:45 UTC  (5+ messages)
` [RFC PATCH] KVM: nVMX: nested_vmx_handle_enlightened_vmptrld() can be static

[PATCH v2 00/10] virtio-mem: paravirtualized memory
 2020-03-11 17:19 UTC  (12+ messages)
` [PATCH v2 01/10] virtio-mem: Paravirtualized memory hotplug
` [PATCH v2 02/10] virtio-mem: Allow to specify an ACPI PXM as nid
` [PATCH v2 03/10] virtio-mem: Paravirtualized memory hotunplug part 1
` [PATCH v2 04/10] virtio-mem: Paravirtualized memory hotunplug part 2
` [PATCH v2 05/10] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH v2 06/10] virtio-mem: Allow to offline partially unplugged memory blocks
` [PATCH v2 07/10] mm/memory_hotplug: Introduce offline_and_remove_memory()
` [PATCH v2 08/10] virtio-mem: Offline and remove completely unplugged memory blocks
` [PATCH v2 09/10] virtio-mem: Better retry handling
` [PATCH v2 10/10] MAINTAINERS: Add myself as virtio-mem maintainer

[PATCH v6 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
 2020-03-11 17:09 UTC  (3+ messages)

[Bug 206795] New: 4.19.108 Ryzen 1600X , kvm BUG kvm_mmu_set_mmio_spte_mask
 2020-03-11 15:14 UTC  (4+ messages)
` [Bug 206795] "

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

[PATCH 0/2] format string fixups for selftests
 2020-03-11 14:07 UTC  (6+ messages)
` [PATCH 1/2] selftests: KVM: s390: fixup fprintf format error in reset.c
` [PATCH 2/2] selftests: KVM: s390: fix format strings for access reg test

[RFC PATCH] security,anon_inodes,kvm: enable security support for anon inodes
 2020-03-11 13:31 UTC  (8+ messages)

[PATCH] KVM: s390: mark sie block as 512 byte aligned
 2020-03-11 10:37 UTC  (3+ messages)

[PATCH] KVM: X86: Don't load/put guest FPU context for sleeping AP
 2020-03-11  1:12 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the kvms390-fixes tree
 2020-03-10 22:01 UTC 

[PATCH v2 0/2] KVM: arm64: Filtering PMU events
 2020-03-10 18:26 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: arm64: Add PMU event filtering infrastructure


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