messages from 2023-03-03 05:56:12 to 2023-03-06 22:42:27 UTC [more...]
[Patch v4 00/18] NUMA aware page table allocation
2023-03-06 22:41 UTC (11+ messages)
` [Patch v4 01/18] KVM: x86/mmu: Change KVM mmu shrinker to no-op
` [Patch v4 02/18] KVM: x86/mmu: Remove zapped_obsolete_pages from struct kvm_arch{}
` [Patch v4 03/18] KVM: x86/mmu: Track count of pages in KVM MMU page caches globally
` [Patch v4 04/18] KVM: x86/mmu: Shrink shadow page caches via MMU shrinker
` [Patch v4 05/18] KVM: x86/mmu: Add split_shadow_page_cache pages to global count of MMU cache pages
` [Patch v4 06/18] KVM: x86/mmu: Shrink split_shadow_page_cache via MMU shrinker
` [Patch v4 07/18] KVM: x86/mmu: Unconditionally count allocations from MMU page caches
` [Patch v4 08/18] KVM: x86/mmu: Track unused mmu_shadowed_info_cache pages count via global counter
` [Patch v4 09/18] KVM: x86/mmu: Shrink mmu_shadowed_info_cache via MMU shrinker
` [Patch v4 10/18] KVM: x86/mmu: Add per VM NUMA aware page table capability
[PATCH 15/16] KVM: arm64: selftests: Augment existing timer test to handle variable offsets
2023-03-06 22:08 UTC (2+ messages)
[PATCH 0/2] KVM: x86: Propagate AMD-specific IBRS bits to guests
2023-03-06 21:54 UTC (8+ messages)
[PATCH 0/2] KVM: x86: Propagate AMD-specific IBRS bits to guests
2023-03-06 21:31 UTC (3+ messages)
QUESTION: INT1 instruction for breakpoints
2023-03-06 21:03 UTC (2+ messages)
[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
2023-03-06 20:44 UTC (21+ messages)
` [PATCH 02/14] iommufd: Add iommufd_group
` [PATCH 03/14] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH 05/14] iommufd: Make sw_msi_start a group global
` [PATCH 06/14] iommufd: Move putting a hwpt to a helper function
` [PATCH 09/14] iommufd: Add iommufd_device_replace()
` [PATCH 12/14] iommufd: Add IOMMU_HWPT_ALLOC
[PATCH v1] KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit cond
2023-03-06 20:34 UTC (11+ messages)
[RFC] Support for Arm CCA VMs on Linux
2023-03-06 19:10 UTC (36+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
` [RFC PATCH 04/28] arm64: RME: Check for RME support at KVM init
` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
` [RFC PATCH 09/28] arm64: RME: RTT handling
` [RFC PATCH 10/28] arm64: RME: Allocate/free RECs to match vCPUs
` [RFC PATCH 13/28] arm64: RME: Allow VMM to set RIPAS
` [RFC PATCH 15/28] KVM: arm64: Handle realm MMIO emulation
` [RFC PATCH 16/28] arm64: RME: Allow populating initial contents
` [RFC PATCH 17/28] arm64: RME: Runtime faulting of memory
[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
2023-03-06 19:01 UTC (5+ messages)
` [PATCH v2 1/4] KVM: Refactor stats descriptor generation macros
` [PATCH v2 2/4] KVM: Refactor designated initializer macros for struct _kvm_stats_desc
` [PATCH v2 3/4] KVM: Allow custom names for KVM_STAT()
` [PATCH v2 4/4] KVM: x86: Drop union for pages_{4k,2m,1g} stats
[PATCH v4 00/34] x86: enable FRED for x86-64
2023-03-06 18:56 UTC (6+ messages)
` [PATCH v4 33/34] KVM: x86/vmx: call external_interrupt() for IRQ reinjection when FRED is enabled
` [PATCH v4 34/34] KVM: x86/vmx: execute "int $2" for NMI "
[Patch v2 0/4] Common KVM exit reason test assertions and exit reason sync
2023-03-06 18:41 UTC (2+ messages)
[PATCH] KVM: SVM: Disable TDP MMU when running on Hyper-V
2023-03-06 18:31 UTC (3+ messages)
[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
2023-03-06 18:21 UTC (2+ messages)
[PATCH v3 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
2023-03-06 18:07 UTC (3+ messages)
[PATCH v2 1/4] powerpc/iommu: Add "borrowing" iommu_table_group_ops
2023-03-06 17:30 UTC
KVM Forum 2023: Call for presentations
2023-03-06 16:29 UTC
[PATCH v2 3/4] powerpc/iommu: Add iommu_ops to report capabilities and
2023-03-06 17:31 UTC
[PATCH v2 4/4] Add myself to MAINTAINERS for Power VFIO support
2023-03-06 17:31 UTC
[PATCH v2 2/4] powerpc/pci_64: Init pcibios subsys a bit later
2023-03-06 17:30 UTC
[PATCH v2] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform
2023-03-06 17:35 UTC
[PATCH v2 0/4] Reenable VFIO support on POWER systems
2023-03-06 17:29 UTC
[RFC PATCH v2 0/4] virtio/vsock: fix credit update logic
2023-03-06 16:18 UTC (14+ messages)
` [RFC PATCH v2 1/4] virtio/vsock: fix 'rx_bytes'/'fwd_cnt' calculation
` [RFC PATCH v2 2/4] virtio/vsock: remove all data from sk_buff
` [RFC PATCH v2 3/4] virtio/vsock: free skb on data copy failure
` [RFC PATCH v2 4/4] test/vsock: invalid buffer tests
[PATCH] KVM: selftests: Comment newly defined aarch64 ID registers
2023-03-06 16:15 UTC
[PATCH v9 00/18] TDX host kernel support
2023-03-06 14:26 UTC (13+ messages)
` [PATCH v9 07/18] x86/virt/tdx: Do TDX module per-cpu initialization
[PATCH v10 00/16] TDX host kernel support
2023-03-06 14:14 UTC (17+ messages)
` [PATCH v10 01/16] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v10 02/16] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v10 03/16] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
` [PATCH v10 04/16] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v10 05/16] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v10 06/16] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v10 07/16] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v10 08/16] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v10 09/16] x86/virt/tdx: Fill out "
` [PATCH v10 10/16] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v10 11/16] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v10 12/16] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
` [PATCH v10 13/16] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v10 14/16] x86/virt/tdx: Initialize all TDMRs
` [PATCH v10 15/16] x86/virt/tdx: Flush cache in kexec() when TDX is enabled
` [PATCH v10 16/16] Documentation/x86: Add documentation for TDX host support
[PATCH] vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list
2023-03-06 13:57 UTC (2+ messages)
[PATCH v2 1/1] riscv/kvm: Fix VM hang in case of timer delta being zero
2023-03-06 13:31 UTC (2+ messages)
[PATCH v2 0/1] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
2023-03-06 13:24 UTC (5+ messages)
` [PATCH v2 1/1] "
[PATCH v5 00/19] Add vfio_device cdev for iommufd support
2023-03-06 13:16 UTC (29+ messages)
` [PATCH v5 09/19] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v5 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
[PATCH 4/5] powerpc/iommu: Add iommu_ops to report capabilities and
2023-03-06 12:43 UTC (3+ messages)
[PATCH v4 kvmtool 1/1] riscv: Move serial and rtc from IO port space to MMIO area
2023-03-06 12:13 UTC (2+ messages)
[PATCH kvmtool 1/1] Add virtio-transport option and deprecate force-pci and virtio-legacy
2023-03-06 12:03 UTC
[kvm-unit-tests PATCH v1] s390x: spec_ex: Add test for misaligned load
2023-03-06 11:31 UTC (3+ messages)
[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-03-06 11:03 UTC (13+ messages)
` [PATCH RFC v8 08/56] KVM: SEV: Rename sev_{pin,unpin}_memory
` [PATCH RFC v8 09/56] KVM: SEV: Handle memory backed by restricted memfd
` [PATCH RFC v8 12/56] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address
` [PATCH RFC v8 23/56] crypto: ccp: Introduce snp leaked pages list
[PATCH AUTOSEL 6.2 05/16] s390/virtio: sort out physical vs virtual pointers usage
2023-03-06 10:26 UTC (2+ messages)
Bug: Completion-Wait loop timed out with vfio
2023-03-06 9:49 UTC (12+ messages)
[PATCH 0/3] KVM: x86: replace kvm_vcpu_map usage in vmx
2023-03-06 1:45 UTC (3+ messages)
Bug: Intel Arc A-Series GPUs VFIO pass through no video out
2023-03-05 16:52 UTC
[PATCH AUTOSEL 6.1 05/15] s390/virtio: sort out physical vs virtual pointers usage
2023-03-05 13:52 UTC
[PATCH v2 6/8] vdpa_sim: use kthread worker
2023-03-05 11:21 UTC (2+ messages)
[PATCH v5 0/5] Linear Address Masking (LAM) KVM Enabling
2023-03-05 1:31 UTC (16+ messages)
` [PATCH v5 3/5] KVM: x86: Virtualize CR3.LAM_{U48,U57}
` [PATCH v5 4/5] KVM: x86: emulation: Apply LAM mask when emulating data access in 64-bit mode
` [PATCH v5 5/5] KVM: x86: LAM: Expose LAM CPUID to user space VMM
[REPOST PATCH 00/16] Add support for vPMU selftests
2023-03-04 20:28 UTC (3+ messages)
` [REPOST PATCH 09/16] selftests: KVM: aarch64: Add KVM PMU event filter test
[RFC PATCH v1 0/3] virtio/vsock: fix credit update logic
2023-03-04 11:53 UTC (5+ messages)
` [RFC PATCH v1 1/3] test/vsock: SOCK_SEQPACKET 'rx_bytes'/'fwd_cnt' bug reproducer
` [RFC PATCH v1 2/3] virtio/vsock: fix 'rx_bytes'/'fwd_cnt' calculation
` [RFC PATCH v1 3/3] virtio/vsock: remove all data from sk_buff
` [External] "
[PATCH v8 0/3] KVM: Dirty quota-based throttling
2023-03-04 11:45 UTC (10+ messages)
` [PATCH v8 1/3] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v8 2/3] KVM: x86: Dirty "
` [PATCH v8 3/3] KVM: arm64: "
[PATCH v3 0/8] Clean up the supported xfeatures
2023-03-03 22:25 UTC (17+ messages)
` [PATCH v3 1/8] KVM: x86: Add kvm_permitted_xcr0()
` [PATCH v3 2/8] KVM: x86: Clear all supported MPX xfeatures if they are not all set
` [PATCH v3 5/8] KVM: x86: Clear all supported AMX "
` [PATCH v3 6/8] KVM: selftests: Hoist XGETBV and XSETBV to make them more accessible
` [PATCH v3 7/8] KVM: selftests: Add XFEATURE masks to common code
` [PATCH v3 8/8] KVM: selftests: Add XCR0 Test
[PATCH 5/5] Add myself to MAINTAINERS for Power VFIO support
2023-03-03 21:30 UTC
[PATCH 2/5] powerpc/iommu: Add "borrowing" iommu_table_group_ops
2023-03-03 21:29 UTC
[PATCH 1/5] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform
2023-03-03 21:29 UTC
[PATCH 3/5] powerpc/pci_64: Init pcibios subsys a bit later
2023-03-03 21:28 UTC
[PATCH 2/5] powerpc/iommu: Add "borrowing" iommu_table_group_ops
2023-03-03 21:27 UTC
[PATCH 1/5] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform
2023-03-03 21:26 UTC
[PATCH 0/5] Reenable VFIO support on POWER systems
2023-03-03 21:25 UTC
[PATCH v3 0/9] Export platform features from ccp driver
2023-03-03 20:58 UTC (3+ messages)
` [PATCH v3 2/9] crypto: ccp: Add a header for multiple drivers to use `__psp_pa`
[RFC v3 00/18] vfio: Adopt iommufd
2023-03-03 17:30 UTC (3+ messages)
` [RFC v3 11/18] vfio/ccw: Use vfio_[attach/detach]_device
[PATCH v6 0/2] arm: enable MTE for QEMU + kvm
2023-03-03 16:30 UTC (12+ messages)
` [PATCH v6 1/2] arm/kvm: add support for MTE
[PATCH v2 0/8] vdpa_sim: add support for user VA
2023-03-03 14:40 UTC (5+ messages)
` [PATCH v2 4/8] vringh: support VA with iotlb
` [PATCH v2 5/8] vdpa_sim: make devices agnostic for work management
[kvm-unit-tests PATCH v4] s390x: Add tests for execute-type instructions
2023-03-03 13:44 UTC
[PATCH] vfio/platform: Fix reset_required behaviour
2023-03-03 13:41 UTC (3+ messages)
[kvm-unit-tests PATCH v3] s390x: Add tests for execute-type instructions
2023-03-03 10:54 UTC (3+ messages)
[PATCH v5 00/12] Implement Eager Page Splitting for ARM
2023-03-03 9:18 UTC (17+ messages)
` [PATCH v5 01/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v5 02/12] KVM: arm64: Rename free_unlinked to free_removed
` [PATCH v5 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v5 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v5 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v5 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v5 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v5 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
Future of icount discussion for next KVM call?
2023-03-03 9:12 UTC (4+ messages)
[PATCH v4 00/26] gdbstub/next: re-organise and split build
2023-03-03 8:33 UTC (3+ messages)
` [PATCH v4 04/26] gdbstub: clean-up indent on gdb_exit
[PATCH v3 0/5] Add IO page table replacement support for emulated pathway
2023-03-03 6:53 UTC (3+ messages)
` [PATCH v3 1/5] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
[PATCH v2 0/5] Fix "Instructions Retired" from incorrectly counting
2023-03-03 5:55 UTC (3+ messages)
` [PATCH v2 1/5] KVM: x86/pmu: Prevent the PMU from counting disallowed events
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