kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-11 15:14:26 to 2020-03-13 12:47:07 UTC [more...]

[PATCH 00/10] KVM: VMX: Unionize vcpu_vmx.exit_reason
 2020-03-13 12:47 UTC  (15+ 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] KVM: s390: pending interrupts are unlikely
 2020-03-13 12:40 UTC 

[PATCH -next 015/491] KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips): Use fallthrough;
 2020-03-13 12:04 UTC  (4+ messages)
` [PATCH -next 018/491] KERNEL VIRTUAL MACHINE for s390 (KVM/s390): "

[PATCH] KVM: x86: Print symbolic names of VMX VM-Exit flags in traces
 2020-03-13 10:20 UTC  (2+ messages)

[PATCH] KVM: VMX: Condition ENCLS-exiting enabling on CPU support for SGX1
 2020-03-13  9:34 UTC  (2+ messages)

[RFC PATCH 00/62] Linux as SEV-ES Guest Support
 2020-03-13  9:12 UTC  (4+ messages)
` [PATCH 38/62] x86/sev-es: Handle instruction fetches from user-space

[PATCH] KVM: VMX: Micro-optimize vmexit time when not exposing PMU
 2020-03-13  9:08 UTC  (8+ messages)

[kvm-unit-tests PATCH v6 00/13] arm/arm64: Add ITS tests
 2020-03-13  8:17 UTC  (4+ messages)
` [kvm-unit-tests PATCH v6 10/13] arm/arm64: ITS: INT functional tests

[PATCH v11 00/20] KVM RISC-V Support
 2020-03-13  7:51 UTC  (21+ messages)
` [PATCH v11 01/20] RISC-V: Export riscv_cpuid_to_hartid_mask() API
` [PATCH v11 02/20] RISC-V: Add bitmap reprensenting ISA features common across CPUs
` [PATCH v11 03/20] RISC-V: Remove N-extension related defines
` [PATCH v11 04/20] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v11 05/20] RISC-V: Add initial skeletal KVM support
` [PATCH v11 06/20] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v11 07/20] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v11 08/20] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v11 09/20] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v11 10/20] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v11 11/20] RISC-V: KVM: Handle WFI "
` [PATCH v11 12/20] RISC-V: KVM: Implement VMID allocator
` [PATCH v11 13/20] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v11 14/20] RISC-V: KVM: Implement MMU notifiers
` [PATCH v11 15/20] RISC-V: KVM: Add timer functionality
` [PATCH v11 16/20] RISC-V: KVM: FP lazy save/restore
` [PATCH v11 17/20] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v11 18/20] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v11 19/20] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v11 20/20] RISC-V: KVM: Add MAINTAINERS entry

[PATCH v2 Resend 1/3] KVM: MIPS: Change KVM_ENTRYHI_ASID to cpu_asid_mask(&current_cpu_data)
 2020-03-13  6:38 UTC  (4+ messages)
` [PATCH v2 Resend 2/3] KVM: MIPS: Fixup VPN2_MASK definition over 32bits virtual address
` [PATCH v2 Resend 3/3] KVM: MIPS: Support kvm modules autoprobed when startup system

[PATCH v2] KVM: VMX: Micro-optimize vmexit time when not exposing PMU
 2020-03-13  3:55 UTC 

[PATCH v4 0/7] use vfio_dma_rw to read/write IOVAs from CPU side
 2020-03-13  3:12 UTC  (8+ messages)
` [PATCH v4 1/7] vfio: allow external user to get vfio group from device
` [PATCH v4 2/7] vfio: introduce vfio_dma_rw to read/write a range of IOVAs
` [PATCH v4 3/7] vfio: avoid inefficient operations on VFIO group in vfio_pin/unpin_pages
` [PATCH v4 4/7] drm/i915/gvt: hold reference of VFIO group during opening of vgpu
` [PATCH v4 5/7] drm/i915/gvt: subsitute kvm_read/write_guest with vfio_dma_rw
` [PATCH v4 6/7] drm/i915/gvt: switch to user vfio_group_pin/upin_pages
` [PATCH v4 7/7] drm/i915/gvt: rw more pages a time for shadow context

[PATCH v9 00/10] Guest Last Branch Recording Enabling
 2020-03-13  2:16 UTC  (11+ messages)
` [PATCH v9 01/10] perf/x86: Fix msr variable type for the LBR msrs
` [PATCH v9 02/10] perf/x86/lbr: Add interface to get basic information about LBR stack
` [PATCH v9 03/10] perf/x86: Add constraint to create guest LBR event without hw counter
` [PATCH v9 04/10] perf/x86: Keep LBR stack unchanged on the host for guest LBR event
` [PATCH v9 05/10] KVM: x86: Add KVM_CAP_X86_GUEST_LBR interface to dis/enable LBR feature
` [PATCH v9 06/10] KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in
` [PATCH v9 07/10] KVM: x86/pmu: Add LBR feature emulation via guest LBR event
` [PATCH v9 08/10] KVM: x86/pmu: Release guest LBR event via vPMU lazy release mechanism
` [PATCH v9 09/10] KVM: x86: Expose MSR_IA32_PERF_CAPABILITIES to guest for LBR record format
` [PATCH v9 10/10] KVM: x86: Remove the common trap handler of the MSR_IA32_DEBUGCTLMSR

[kvm-unit-tests PATCH v5 00/13] arm/arm64: Add ITS tests
 2020-03-13  1:55 UTC  (8+ messages)
` [kvm-unit-tests PATCH v5 10/13] arm/arm64: ITS: INT functional tests

[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 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 v2] cpuidle-haltpoll: allow force loading on hosts without the REALTIME hint
 2020-03-12 16:17 UTC  (2+ 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/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 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  (4+ 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  (2+ messages)
` [Bug 206795] "


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