kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-12 07:42:06 to 2020-03-15 02:38:15 UTC [more...]

[PATCH 0/5] selftests: KVM: s390: Accumulated fixes and extensions
 2020-03-14 16:02 UTC  (3+ messages)

[PATCH v5 0/5] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-14 14:14 UTC  (9+ messages)
` [PATCH v5 1/5] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v5 2/5] x86/hyper-v: Add synthetic debugger definitions
` [PATCH v5 3/5] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v5 4/5] x86/kvm/hyper-v: enable hypercalls regardless of hypercall page
` [PATCH v5 5/5] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls

[kvm-unit-tests PATCH 0/8] nVMX: Clean up __enter_guest() and co
 2020-03-14 10:35 UTC  (10+ 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()

[GIT PULL] KVM changes for Linux 5.6-rc6
 2020-03-15  2:30 UTC  (2+ messages)

[PATCH v4 00/10] x86/split_lock: Add feature split lock detection support in kvm
 2020-03-14  7:34 UTC  (11+ messages)
` [PATCH v4 01/10] x86/split_lock: Rework the initialization flow of split lock detection
` [PATCH v4 02/10] x86/split_lock: Avoid runtime reads of the TEST_CTRL MSR
` [PATCH v4 03/10] x86/split_lock: Re-define the kernel param option for split_lock_detect
` [PATCH v4 04/10] x86/split_lock: Export handle_user_split_lock()
` [PATCH v4 05/10] x86/split_lock: Add and export several functions for KVM
` [PATCH v4 06/10] kvm: x86: Emulate split-lock access as a write
` [PATCH v4 07/10] kvm: vmx: Extend VMX's #AC interceptor to handle split lock #AC happens in guest
` [PATCH v4 08/10] kvm: x86: Emulate MSR IA32_CORE_CAPABILITIES
` [PATCH v4 09/10] kvm: vmx: Enable MSR_TEST_CTRL for intel guest
` [PATCH v4 10/10] x86: vmx: virtualize split lock detection

[Patch v2] KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirect
 2020-03-14  9:45 UTC  (9+ messages)

[GIT PULL 00/36] KVM: s390: Features and Enhancements for 5.7 part1
 2020-03-14 15:58 UTC  (2+ messages)

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

[PATCH v4 0/7] use vfio_dma_rw to read/write IOVAs from CPU side
 2020-03-13 22:29 UTC  (9+ 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 v13 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-13 20:49 UTC  (11+ 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

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

[Patch v3] KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirect
 2020-03-13 17:37 UTC 

[PATCH 00/10] KVM: VMX: Unionize vcpu_vmx.exit_reason
 2020-03-13 16:17 UTC  (23+ 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 0/2] KVM: selftests: Introduce steal-time tests for x86_64 and AArch64
 2020-03-13 15:56 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftests: virt_map should take npages, not size
` [PATCH 2/2] KVM: selftests: Introduce steal-time test

[RFC PATCH] vfio: Ignore -ENODEV when getting MSI cookie
 2020-03-13 14:08 UTC  (2+ messages)

[PATCH] KVM: s390: pending interrupts are unlikely
 2020-03-13 12:52 UTC  (3+ messages)

[PATCH -next 018/491] KERNEL VIRTUAL MACHINE for s390 (KVM/s390): Use fallthrough;
 2020-03-13 12:04 UTC  (2+ messages)

[PATCH] KVM: x86: Print symbolic names of VMX VM-Exit flags in traces
 2020-03-13 10:20 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 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  (20+ messages)
` [PATCH v5 01/23] irqchip/gic-v3: Use SGIs without active state if offered
` [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  (3+ messages)

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


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