messages from 2022-06-29 22:27:47 to 2022-07-01 09:00:20 UTC [more...]
[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
2022-07-01 9:00 UTC (19+ messages)
` [PATCH v11 01/40] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v11 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v11 05/40] virtio_ring: split vring_virtqueue
` [PATCH v11 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v11 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v11 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v11 25/40] virtio: allow to unbreak/break virtqueue individually
[kvm-unit-tests PATCH v1 0/3] Add panic test support
2022-07-01 8:17 UTC (12+ messages)
` [kvm-unit-tests PATCH v1 1/3] runtime: add support for panic tests
` [kvm-unit-tests PATCH v1 2/3] s390x: add extint loop test
` [kvm-unit-tests PATCH v1 3/3] s390x: add pgm spec interrupt "
[PATCH v2 00/28] KVM: VMX: Support TscScaling and EnclsExitingBitmap with eVMCS + use vmcs_config for L1 VMX MSRs
2022-07-01 8:12 UTC (13+ messages)
` [PATCH v2 15/28] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING in setup_vmcs_config()
` [PATCH v2 16/28] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v2 18/28] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v2 28/28] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR
[awilliam-vfio:next 2/11] drivers/vfio/vfio_iommu_type1.c:2147:35: warning: cast to smaller integer type 'enum iommu_cap' from 'void *'
2022-07-01 7:57 UTC
[PATCH v2 00/21] KVM: x86: Event/exception fixes and cleanups
2022-07-01 7:37 UTC (11+ messages)
[RFC PATCH kernel] vfio: Skip checking for IOMMU_CAP_CACHE_COHERENCY on POWER and more
2022-07-01 7:10 UTC (2+ messages)
[PATCH] KVM: LAPIC: Fix a spelling mistake in comments
2022-07-01 6:55 UTC
[PATCH v4 0/5] Simplify vfio_iommu_type1 attach/detach routine
2022-07-01 6:53 UTC (7+ messages)
` [PATCH v4 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH v4 2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH v4 3/5] vfio/iommu_type1: Remove the domain->ops comparison
` [PATCH v4 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()
` [PATCH v4 5/5] vfio/iommu_type1: Simplify group attachment
[PATCH] RISC-V: KVM: Fix variable spelling mistake
2022-07-01 6:28 UTC
[PATCH v2 4/4] vfio: Require that devices support DMA cache coherence
2022-07-01 6:24 UTC (4+ messages)
[PATCH] KVM: x86/mmu: Return true/false from bool function
2022-07-01 4:21 UTC
[PATCH vfio 00/13] Add device DMA logging support for mlx5 driver
2022-07-01 4:55 UTC (17+ messages)
` [PATCH vfio 01/13] vfio/mlx5: Protect mlx5vf_disable_fds() upon close device
` [PATCH vfio 02/13] vfio: Split migration ops from main device ops
` [PATCH vfio 03/13] net/mlx5: Introduce ifc bits for page tracker
` [PATCH vfio 04/13] net/mlx5: Query ADV_VIRTUALIZATION capabilities
` [PATCH vfio 05/13] vfio: Introduce DMA logging uAPIs
` [PATCH vfio 06/13] vfio: Move vfio.c to vfio_main.c
` [PATCH vfio 07/13] vfio: Add an IOVA bitmap support
` [PATCH vfio 08/13] vfio: Introduce the DMA logging feature support
` [PATCH vfio 09/13] vfio/mlx5: Init QP based resources for dirty tracking
` [PATCH vfio 10/13] vfio/mlx5: Create and destroy page tracker object
` [PATCH vfio 11/13] vfio/mlx5: Report dirty pages from tracker
` [PATCH vfio 12/13] vfio/mlx5: Manage error scenarios on tracker
` [PATCH vfio 13/13] vfio/mlx5: Set the driver DMA logging callbacks
[PATCH v5 0/8] KVM: x86: Add CMCI and UCNA emulation
2022-07-01 4:40 UTC (6+ messages)
` [PATCH v5 4/8] KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-07-01 1:21 UTC (7+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "
[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
2022-07-01 0:43 UTC (35+ messages)
` [kvm-unit-tests PATCH v3 01/27] lib: Fix style for acpi.{c,h}
` [kvm-unit-tests PATCH v3 02/27] x86: Avoid references to fields of ACPI tables
` [kvm-unit-tests PATCH v3 03/27] lib: Ensure all struct definition for ACPI tables are packed
` [kvm-unit-tests PATCH v3 04/27] lib: Add support for the XSDT ACPI table
` [kvm-unit-tests PATCH v3 05/27] lib: Extend the definition of the ACPI table FADT
` [kvm-unit-tests PATCH v3 06/27] devicetree: Check if fdt is NULL before returning that a DT is available
` [kvm-unit-tests PATCH v3 07/27] arm/arm64: Add support for setting up the PSCI conduit through ACPI
` [kvm-unit-tests PATCH v3 08/27] arm/arm64: Add support for discovering the UART "
` [kvm-unit-tests PATCH v3 09/27] arm/arm64: Add support for timer initialization "
` [kvm-unit-tests PATCH v3 10/27] arm/arm64: Add support for cpu "
` [kvm-unit-tests PATCH v3 11/27] arm/arm64: Add support for gic "
` [kvm-unit-tests PATCH v3 12/27] lib/printf: Support for precision modifier in printf
` [kvm-unit-tests PATCH v3 13/27] lib/printf: Add support for printing wide strings
` [kvm-unit-tests PATCH v3 14/27] lib/efi: Add support for getting the cmdline
` [kvm-unit-tests PATCH v3 15/27] arm/arm64: mmu_disable: Clean and invalidate before disabling
` [kvm-unit-tests PATCH v3 16/27] arm/arm64: Rename etext to _etext
` [kvm-unit-tests PATCH v3 17/27] lib: Avoid ms_abi for calls related to EFI on arm64
` [kvm-unit-tests PATCH v3 18/27] arm64: Add a new type of memory type flag MR_F_RESERVED
` [kvm-unit-tests PATCH v3 19/27] arm/arm64: Add a setup sequence for systems that boot through EFI
` [kvm-unit-tests PATCH v3 20/27] arm64: Copy code from GNU-EFI
` [kvm-unit-tests PATCH v3 21/27] arm64: Change GNU-EFI imported file to use defined types
` [kvm-unit-tests PATCH v3 22/27] arm64: Use code from the gnu-efi when booting with EFI
` [kvm-unit-tests PATCH v3 23/27] lib: Avoid external dependency in libelf
` [kvm-unit-tests PATCH v3 24/27] x86: Move x86_64-specific EFI CFLAGS to x86_64 Makefile
` [kvm-unit-tests PATCH v3 25/27] arm64: Add support for efi in Makefile
` [kvm-unit-tests PATCH v3 26/27] lib: arm: Print test exit status
` [kvm-unit-tests PATCH v3 27/27] arm64: Add an efi/run script
[PATCH v3 00/11] s390/vfio-ccw rework
2022-06-30 23:44 UTC (13+ messages)
` [PATCH v3 01/11] vfio/ccw: Remove UUID from s390 debug log
` [PATCH v3 02/11] vfio/ccw: Fix FSM state if mdev probe fails
` [PATCH v3 03/11] vfio/ccw: Do not change FSM state in subchannel event
` [PATCH v3 04/11] vfio/ccw: Remove private->mdev
` [PATCH v3 05/11] vfio/ccw: Pass enum to FSM event jumptable
` [PATCH v3 06/11] vfio/ccw: Flatten MDEV device (un)register
` [PATCH v3 07/11] vfio/ccw: Update trace data for not operational event
` [PATCH v3 08/11] vfio/ccw: Create an OPEN FSM Event
` [PATCH v3 09/11] vfio/ccw: Create a CLOSE FSM event
` [PATCH v3 10/11] vfio/ccw: Refactor vfio_ccw_mdev_reset
` [PATCH v3 11/11] vfio/ccw: Move FSM open/close to MDEV open/close
[PATCH v2] KVM: VMX: Move VM-exit RSB stuffing out of line
2022-06-30 22:54 UTC
[PATCH v5 00/22] TDX host kernel support
2022-06-30 22:45 UTC (8+ messages)
` [PATCH v5 04/22] x86/virt/tdx: Prevent ACPI CPU hotplug and ACPI memory hotplug
[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
2022-06-30 21:27 UTC (12+ messages)
` [PATCH 1/4] mm/gup: Add FOLL_INTERRUPTIBLE
[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-06-30 21:01 UTC (2+ messages)
[PATCH v3 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
2022-06-30 21:00 UTC (4+ messages)
` [PATCH v3 02/11] KVM: selftests: Dump VM stats in binary stats test
[PATCH V3 vfio 0/2] Migration few enhancements
2022-06-30 19:51 UTC (2+ messages)
[PATCH v3] vfio: Clear the caps->buf to NULL after free
2022-06-30 19:51 UTC (2+ messages)
[PATCH v2 1/1] vfio: check vfio_register_iommu_driver() return value
2022-06-30 19:51 UTC (2+ messages)
[PATCH] vfio: check iommu_group_set_name() return value
2022-06-30 19:51 UTC (2+ messages)
[PATCH] vfio: remove useless judgement
2022-06-30 19:51 UTC (2+ messages)
[PATCH v3 1/2] vfio/type1: Simplify bus_type determination
2022-06-30 19:51 UTC (2+ messages)
[PATCH v2] vfio: Move "device->open_count--" out of group_rwsem in vfio_device_open()
2022-06-30 19:51 UTC (2+ messages)
[PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-06-30 17:24 UTC (9+ messages)
simplify the mdev interface v3
2022-06-30 16:24 UTC (3+ messages)
` [PATCH 08/13] vfio/mdev: remove mtype_get_parent_dev
[PATCH v2] target/i386: Add unaccepted memory configuration
2022-06-30 16:11 UTC (4+ messages)
[PATCH RFC 0/2] arm: enable MTE for QEMU + kvm
2022-06-30 16:09 UTC (10+ messages)
` [PATCH RFC 1/2] arm/kvm: enable MTE if available
[PATCH v2 00/11] SMM emulation and interrupt shadow fixes
2022-06-30 16:00 UTC (5+ messages)
` [PATCH v2 11/11] KVM: x86: emulator/smm: preserve interrupt shadow in SMRAM
[PATCH v3 0/5] Simplify vfio_iommu_type1 attach/detach routine
2022-06-30 15:47 UTC (14+ messages)
` [PATCH v3 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
[PATCH v2] KVM: nVMX: Don't expose eVMCS unsupported fields to L1
2022-06-30 15:19 UTC (3+ messages)
[PATCH v2 00/24] KVM: arm64: Introduce pKVM shadow state at EL2
2022-06-30 13:57 UTC (25+ messages)
` [PATCH v2 01/24] KVM: arm64: Move hyp refcount manipulation helpers
` [PATCH v2 02/24] KVM: arm64: Allow non-coalescable pages in a hyp_pool
` [PATCH v2 03/24] KVM: arm64: Add flags to struct hyp_page
` [PATCH v2 04/24] KVM: arm64: Back hyp_vmemmap for all of memory
` [PATCH v2 05/24] KVM: arm64: Make hyp stage-1 refcnt correct on the whole range
` [PATCH v2 06/24] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
` [PATCH v2 07/24] KVM: arm64: Implement do_donate() helper for donating memory
` [PATCH v2 08/24] KVM: arm64: Prevent the donation of no-map pages
` [PATCH v2 09/24] KVM: arm64: Add helpers to pin memory shared with hyp
` [PATCH v2 10/24] KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
` [PATCH v2 11/24] KVM: arm64: Add hyp_spinlock_t static initializer
` [PATCH v2 12/24] KVM: arm64: Introduce shadow VM state at EL2
` [PATCH v2 13/24] KVM: arm64: Instantiate VM shadow data from EL1
` [PATCH v2 14/24] KVM: arm64: Add pcpu fixmap infrastructure at EL2
` [PATCH v2 15/24] KVM: arm64: Initialise hyp symbols regardless of pKVM
` [PATCH v2 16/24] KVM: arm64: Provide I-cache invalidation by VA at EL2
` [PATCH v2 17/24] KVM: arm64: Add generic hyp_memcache helpers
` [PATCH v2 18/24] KVM: arm64: Instantiate guest stage-2 page-tables at EL2
` [PATCH v2 19/24] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
` [PATCH v2 20/24] KVM: arm64: Unmap kvm_arm_hyp_percpu_base from the host
` [PATCH v2 21/24] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
` [PATCH v2 22/24] KVM: arm64: Explicitly map kvm_vgic_global_state "
` [PATCH v2 23/24] KVM: arm64: Don't map host sections in pkvm
` [RFC PATCH v2 24/24] KVM: arm64: Use the shadow vCPU structure in handle___kvm_vcpu_run()
[RFC 0/3] SCMI Vhost and Virtio backend implementation
2022-06-30 13:54 UTC (3+ messages)
[PATCH] KVM: MIPS/MMU: Fix spelling mistake in a variable
2022-06-30 13:08 UTC
[PATCH v7 000/102] KVM TDX basic feature support
2022-06-30 12:27 UTC (9+ messages)
` [PATCH v7 035/102] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [PATCH v7 036/102] KVM: x86/mmu: Allow non-zero value for non-present SPTE
` [PATCH v7 037/102] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [PATCH v7 039/102] KVM: x86/mmu: Allow per-VM override of the TDP max page level
[PATCH] KVM: MIPS/MMU: Fix spelling mistake
2022-06-30 12:03 UTC (2+ messages)
[PATCH] Documentation: KVM: Describe guest TSC scaling in migration algorithm
2022-06-30 11:58 UTC (5+ messages)
[PATCH V3] virtio: disable notification hardening by default
2022-06-30 8:38 UTC (13+ messages)
[PATCH 00/14] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs
2022-06-30 8:14 UTC (13+ messages)
` [PATCH 04/14] KVM: VMX: Extend VMX controls macro shenanigans
[PATCH] KVM: x86: Increase KVM_MAX_VCPUS to 2048
2022-06-30 8:09 UTC (3+ messages)
` [PATCH v2] KVM: x86: Increase KVM_MAX_VCPUS to 4096
[kvm-unit-tests PATCH v2 00/23] EFI and ACPI support for arm64
2022-06-30 5:22 UTC (9+ messages)
` [kvm-unit-tests PATCH v2 19/23] arm64: Use code from the gnu-efi when booting with EFI
` [kvm-unit-tests PATCH v2 23/23] arm64: Add an efi/run script
[kvm-unit-tests PATCH] x86: VMX: Fix the VMX-preemption timer expiration test
2022-06-30 2:37 UTC (2+ messages)
[PATCH v4 1/3] hw/pci-host/pam.c: Fully support RE^WE semantics of i440FX PAM
2022-06-30 0:50 UTC
[PATCH] kvm: nVMX: add tracepoint for kvm:kvm_nested_vmrun
2022-06-29 23:10 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).