messages from 2020-12-01 01:07:34 to 2020-12-03 17:56:30 UTC [more...]
[PATCH] s390/vfio-ap: Clean up vfio_ap resources when KVM pointer invalidated
2020-12-03 17:55 UTC (4+ messages)
[PATCH v3 0/4] Test MSR exits to userspace
2020-12-03 17:48 UTC (6+ messages)
` [PATCH v3 4/4] selftests: kvm: Test MSR exiting "
[PATCH] selftests: kvm/set_memory_region_test: Fix race in move region test
2020-12-03 17:39 UTC (2+ messages)
[PATCH 0/1] Fix for a recent regression in kvm/queue (guest using 100% cpu time)
2020-12-03 17:36 UTC (3+ messages)
` [PATCH 1/1] KVM: x86: ignore SIPIs that are received while not in wait-for-sipi state
[PATCH v2 0/2] RFC: Precise TSC migration
2020-12-03 17:15 UTC (3+ messages)
` [PATCH v2 1/2] Update the kernel headers for 5.10-rc5 + TSC
` [PATCH v2 2/2] Implement support for precise TSC migration
[PATCH 0/9] target/mips: Simplify MSA TCG logic
2020-12-03 17:15 UTC (17+ messages)
` [PATCH 1/9] target/mips: Introduce ase_msa_available() helper
` [PATCH 2/9] target/mips: Simplify msa_reset()
` [PATCH 3/9] target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSA
` [PATCH 4/9] target/mips: Simplify MSA TCG logic
` [PATCH 5/9] target/mips: Remove now unused ASE_MSA definition
` [PATCH 6/9] target/mips: Alias MSA vector registers on FPU scalar registers
` [PATCH 7/9] target/mips: Extract msa_translate_init() from mips_tcg_init()
` [PATCH 8/9] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods
` [PATCH 9/9] target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()
[PATCH v2 0/3] RFC: Precise TSC migration
2020-12-03 17:11 UTC (4+ messages)
` [PATCH v2 1/3] KVM: x86: implement KVM_{GET|SET}_TSC_STATE
` [PATCH v2 2/3] KVM: x86: introduce KVM_X86_QUIRK_TSC_HOST_ACCESS
` [PATCH v2 3/3] kvm/selftests: update tsc_msrs_test to cover KVM_X86_QUIRK_TSC_HOST_ACCESS
[PATCH] vfio iommu type1: Bypass the vma permission check in vfio_pin_pages_remote()
2020-12-03 16:01 UTC (10+ messages)
[PATCH] KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
2020-12-03 15:15 UTC
[PATCH v2 0/2] KVM: arm64: Some fixes and code adjustments for pvtime ST
2020-12-03 15:04 UTC (4+ messages)
` [PATCH v2 1/2] KVM: arm64: Some fixes of PV-time interface document
[kvm-unit-tests PATCH 00/10] GIC fixes and improvements
2020-12-03 14:59 UTC (33+ messages)
` [kvm-unit-tests PATCH 01/10] lib: arm/arm64: gicv3: Add missing barrier when sending IPIs
` [kvm-unit-tests PATCH 02/10] lib: arm/arm64: gicv2: "
` [kvm-unit-tests PATCH 03/10] arm/arm64: gic: Remove memory synchronization from ipi_clear_active_handler()
` [kvm-unit-tests PATCH 04/10] arm/arm64: gic: Remove unnecessary synchronization with stats_reset()
` [kvm-unit-tests PATCH 05/10] arm/arm64: gic: Use correct memory ordering for the IPI test
` [kvm-unit-tests PATCH 06/10] arm/arm64: gic: Check spurious and bad_sender in the active test
` [kvm-unit-tests PATCH 07/10] arm/arm64: gic: Wait for writes to acked or spurious to complete
` [kvm-unit-tests PATCH 08/10] arm/arm64: gic: Split check_acked() into two functions
` [kvm-unit-tests PATCH 09/10] arm/arm64: gic: Make check_acked() more generic
` [kvm-unit-tests PATCH 10/10] arm64: gic: Use IPI test checking for the LPI tests
[PATCH v2 0/2] clocksource: arm_arch_timer: Some fixes
2020-12-03 14:58 UTC (6+ messages)
` [PATCH v2 1/2] clocksource: arm_arch_timer: Use stable count reader in erratum sne
` [PATCH v2 2/2] clocksource: arm_arch_timer: Correct fault programming of CNTKCTL_EL1.EVNTI
[RFC, v1 0/3] msi support for platform devices
2020-12-03 14:50 UTC (7+ messages)
` [RFC, v2 0/1] "
` [RFC v2 1/1] vfio/platform: add support for msi
MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
2020-12-03 14:40 UTC (5+ messages)
[RFC] vfio/migration: The way we start dirty tracking for the VFIO container?
2020-12-03 14:12 UTC
[PATCH v1 1/5] driver core: platform: Introduce platform_get_mem_or_io_resource()
2020-12-03 13:22 UTC (6+ messages)
` [PATCH v1 2/5] vfio: platform: Switch to use platform_get_mem_or_io_resource()
[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
2020-12-03 13:23 UTC (4+ messages)
` [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support
[PATCH 0/2] RFC: Precise TSC migration
2020-12-03 12:47 UTC (17+ messages)
` [PATCH 1/2] KVM: x86: implement KVM_SET_TSC_PRECISE/KVM_GET_TSC_PRECISE
[PATCH RFC v4 00/15] Add riscv kvm accel support
2020-12-03 12:47 UTC (16+ messages)
` [PATCH RFC v4 01/15] linux-header: Update linux/kvm.h
` [PATCH RFC v4 02/15] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH RFC v4 03/15] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH RFC v4 04/15] target/riscv: Implement kvm_arch_get_registers
` [PATCH RFC v4 05/15] target/riscv: Implement kvm_arch_put_registers
` [PATCH RFC v4 06/15] target/riscv: Support start kernel directly by KVM
` [PATCH RFC v4 07/15] hw/riscv: PLIC update external interrupt by KVM when kvm enabled
` [PATCH RFC v4 08/15] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH RFC v4 09/15] target/riscv: Add host cpu type
` [PATCH RFC v4 10/15] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH RFC v4 11/15] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH RFC v4 12/15] target/riscv: Support virtual time context synchronization
` [PATCH RFC v4 13/15] target/riscv: Introduce dynamic time frequency for virt machine
` [PATCH RFC v4 14/15] target/riscv: Synchronize vcpu's frequency with KVM
` [PATCH RFC v4 15/15] target/riscv: Add time frequency migration support
[PATCH v1] vfio: platform: use platform_get_resource()
2020-12-03 12:38 UTC (4+ messages)
[PATCH RFC 0/3] Implement guest time scaling in RISC-V KVM
2020-12-03 12:18 UTC (4+ messages)
` [PATCH RFC 1/3] RISC-V: KVM: Change the method of calculating cycles to nanoseconds
` [PATCH RFC 2/3] RISC-V: KVM: Support dynamic time frequency from userspace
` [PATCH RFC 3/3] RISC-V: KVM: Implement guest time scaling
[PATCH RFC 00/39] x86/KVM: Xen HVM guest support
2020-12-03 10:16 UTC (29+ messages)
` [PATCH RFC 02/39] KVM: x86/xen: intercept xen hypercalls if enabled
` [PATCH RFC 03/39] KVM: x86/xen: register shared_info page
` [PATCH RFC 10/39] KVM: x86/xen: support upcall vector
[PATCH v1] vfio/pci: Add support for opregion v2.0+
2020-12-03 9:21 UTC (3+ messages)
[PATCH v2 0/2] Connect request callback to mdev and vfio-ccw
2020-12-03 3:02 UTC (4+ messages)
` [PATCH v2 1/2] vfio-mdev: Wire in a request handler for mdev parent
[PATCH v2 0/9] Add AMD SEV page encryption bitmap support
2020-12-03 0:34 UTC (6+ messages)
` [PATCH v2 1/9] KVM: x86: Add AMD SEV specific Hypercall3
` [PATCH v2 2/9] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
[PATCH v3 1/1] vfio/type1: Add vfio_group_domain()
2020-12-02 21:48 UTC (2+ messages)
[PATCH 0/2 v3] KVM: nSVM: Check reserved values for 'Type' and invalid vectors in EVENTINJ
2020-12-02 21:16 UTC (3+ messages)
` [PATCH 1/2 "
[GIT PULL] vdpa: last minute bugfixes
2020-12-02 20:48 UTC (2+ messages)
[PATCH] KVM: x86: Reinstate userspace hypercall support
2020-12-02 14:23 UTC (5+ messages)
MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
2020-12-02 14:17 UTC (10+ messages)
[PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
2020-12-02 12:59 UTC (4+ messages)
[Call for Presentations] FOSDEM 2021: Virt & IaaS Devroom
2020-12-02 11:49 UTC
[PATCH] vhost_vdpa: return -EFAULT if copy_to_user() fails
2020-12-02 9:14 UTC (3+ messages)
Bad performance since 5.9-rc1
2020-12-02 0:31 UTC (3+ messages)
[GIT PULL] vhost,vdpa: bugfixes
2020-12-01 23:49 UTC (2+ messages)
[PATCH v12 00/17] s390/vfio-ap: dynamic configuration support
2020-12-01 23:14 UTC (10+ messages)
` [PATCH v12 12/17] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device
[PATCH 00/11] Add QEMU debug support for SEV guests
2020-12-01 18:57 UTC (19+ messages)
` [PATCH 01/11] memattrs: add debug attribute
` [PATCH 02/11] exec: Add new MemoryDebugOps
` [PATCH 03/11] exec: add ram_debug_ops support
` [PATCH 06/11] monitor/i386: use debug APIs when accessing guest memory
[PATCH v2] drivers/virt: vmgenid: add vm generation id driver
2020-12-01 18:00 UTC (8+ messages)
` [PATCH v3] "
[RFC PATCH v1 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
2020-12-01 12:15 UTC (16+ messages)
` [RFC PATCH v1 1/4] irqchip/gic-v4.1: Plumb get_irqchip_state VLPI callback
` [RFC PATCH v1 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side
[Bug 209867] New: CPU soft lockup/stall with nested KVM and SMP
2020-12-01 8:39 UTC (2+ messages)
` [Bug 209867] "
[PATCH v15 00/17] KVM RISC-V Support
2020-12-01 2:02 UTC (6+ messages)
` [PATCH v15 10/17] RISC-V: KVM: Implement stage2 page table programming
[PATCH] kvm/x86/mmu: use the correct inherited permissions to get shadow page
2020-12-01 1:31 UTC (6+ messages)
[PATCH RFC v2 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
2020-12-01 1:25 UTC (8+ messages)
` [PATCH v2 04/17] perf: x86/ds: Handle guest PEBS overflow PMI and inject it to guest
[PATCH v2 1/1] vfio/type1: Add vfio_group_domain()
2020-12-01 1:13 UTC (3+ messages)
[PATCH 0/6] Add SBI v0.2 support for KVM
2020-12-01 1:06 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).