messages from 2023-10-24 02:52:13 to 2023-10-24 19:49:45 UTC [more...]
[PATCH v5 00/13] KVM: x86/pmu: selftests: Fixes and new tests
2023-10-24 19:49 UTC (9+ messages)
` [PATCH v5 08/13] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v5 11/13] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v5 13/13] KVM: selftests: Extend PMU counters test to permute on vPMU version
[PATCH v2 0/6] Delay VERW
2023-10-24 19:40 UTC (19+ messages)
` [PATCH v2 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH v2 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH v2 3/6] x86/entry_32: "
` [PATCH v2 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH v2 5/6] KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
` [PATCH v2 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
[PATCH v3 0/2] KVM: arm64: PMU event filtering fixes
2023-10-24 19:33 UTC (2+ messages)
[PATCH v8 00/13] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
2023-10-24 19:21 UTC (13+ messages)
` [PATCH v8 04/13] KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
` [PATCH v8 05/13] KVM: arm64: Add {get,set}_user for PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR}
` [PATCH v8 07/13] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v8 11/13] KVM: selftests: aarch64: vPMU register test for unimplemented counters
` [PATCH v8 13/13] KVM: selftests: aarch64: vPMU test for immutability
[PATCH v4] vsock/virtio: initialize the_virtio_vsock before using VQs
2023-10-24 19:17 UTC
[kvm-unit-tests Patch 0/5] Fix PMU test failures on Sapphire Rapids
2023-10-24 19:05 UTC (8+ messages)
` [kvm-unit-tests Patch 1/5] x86: pmu: Remove duplicate code in pmu_init()
` [kvm-unit-tests Patch 2/5] x86: pmu: Change the minimum value of llc_misses event to 0
` [kvm-unit-tests Patch 3/5] x86: pmu: Enlarge cnt array length to 64 in check_counters_many()
` [kvm-unit-tests Patch 4/5] x86: pmu: Support validation for Intel PMU fixed counter 3
` [kvm-unit-tests Patch 5/5] x86: pmu: Add asserts to warn inconsistent fixed events and counters
[PATCH v3 1/2] KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertised
2023-10-24 18:58 UTC (3+ messages)
[PATCH v2 0/24] Get Xen PV shim running in Qemu, add net & console
2023-10-24 18:38 UTC (15+ messages)
` [PATCH v2 03/24] hw/xen: select kernel mode for per-vCPU event channel upcall vector
` [PATCH v2 04/24] hw/xen: don't clear map_track[] in xen_gnttab_reset()
` [PATCH v2 05/24] hw/xen: fix XenStore watch delivery to guest
` [PATCH v2 10/24] hw/xen: populate store frontend nodes with XenStore PFN/port
` [PATCH v2 16/24] hw/xen: handle soft reset for primary console
[PATCH v3] vsock/virtio: initialize the_virtio_vsock before using VQs
2023-10-24 18:27 UTC (3+ messages)
[PATCH v6 00/10] iommufd: Add nesting infrastructure (part 1/2)
2023-10-24 18:19 UTC (25+ messages)
` [PATCH v6 01/10] iommu: Add IOMMU_DOMAIN_NESTED
` [PATCH v6 02/10] iommu: Pass in parent domain with user_data to domain_alloc_user op
` [PATCH v6 03/10] iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGING
` [PATCH v6 04/10] iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurations
` [PATCH v6 05/10] iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetable
` [PATCH v6 06/10] iommufd: Share iommufd_hwpt_alloc with IOMMUFD_OBJ_HWPT_NESTED
` [PATCH v6 07/10] iommufd: Add a nested HW pagetable object
` [PATCH v6 08/10] iommu: Add iommu_copy_struct_from_user helper
` [PATCH v6 09/10] iommufd/selftest: Add nested domain allocation for mock domain
` [PATCH v6 10/10] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with nested HWPTs
[PATCH v6 00/18] IOMMUFD Dirty Tracking
2023-10-24 18:11 UTC (21+ messages)
` [PATCH v6 01/18] vfio/iova_bitmap: Export more API symbols
` [PATCH v6 02/18] vfio: Move iova_bitmap into iommufd
` [PATCH v6 03/18] iommufd/iova_bitmap: Move symbols to IOMMUFD namespace
` [PATCH v6 04/18] iommu: Add iommu_domain ops for dirty tracking
` [PATCH v6 05/18] iommufd: Add a flag to enforce dirty tracking on attach
` [PATCH v6 06/18] iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKING
` [PATCH v6 07/18] iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP
` [PATCH v6 08/18] iommufd: Add capabilities to IOMMU_GET_HW_INFO
` [PATCH v6 09/18] iommufd: Add a flag to skip clearing of IOPTE dirty
` [PATCH v6 10/18] iommu/amd: Add domain_alloc_user based domain allocation
` [PATCH v6 11/18] iommu/amd: Access/Dirty bit support in IOPTEs
` [PATCH v6 12/18] iommu/vt-d: Access/Dirty bit support for SS domains
` [PATCH v6 13/18] iommufd/selftest: Expand mock_domain with dev_flags
` [PATCH v6 14/18] iommufd/selftest: Test IOMMU_HWPT_ALLOC_DIRTY_TRACKING
` [PATCH v6 15/18] iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY_TRACKING
` [PATCH v6 16/18] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP
` [PATCH v6 17/18] iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFO
` [PATCH v6 18/18] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag
[PATCH v2 0/5] riscv: cleanup assembly usage of ENTRY()/END() and use local labels
2023-10-24 18:03 UTC (8+ messages)
` [PATCH v2 1/5] riscv: use ".L" local labels in assembly when applicable
` [PATCH v2 2/5] riscv: Use SYM_*() assembly macros instead of deprecated ones
` [PATCH v2 3/5] riscv: kernel: Use correct SYM_DATA_*() macro for data
` [PATCH v2 4/5] riscv: kvm: Use SYM_*() assembly macros instead of deprecated ones
` [PATCH v2 5/5] riscv: kvm: use ".L" local labels in assembly when applicable
Questions about TSC virtualization in KVM
2023-10-24 17:33 UTC (2+ messages)
[PATCH 0/5] KVM: arm64: NV trap forwarding fixes
2023-10-24 17:25 UTC (4+ messages)
` [PATCH 5/5] KVM: arm64: Handle AArch32 SPSR_{irq,abt,und,fiq} as RAZ/WI
[PATCH v6 00/25] Enable CET Virtualization
2023-10-24 17:07 UTC (9+ messages)
` [PATCH v6 02/25] x86/fpu/xstate: Fix guest fpstate allocation size calculation
` [PATCH v6 06/25] x86/fpu/xstate: Opt-in kernel dynamic bits when calculate guest xstate size
[PATCH 00/12] PCI device authentication
2023-10-24 17:04 UTC (8+ messages)
` [PATCH 12/12] PCI/CMA: Grant guests exclusive control of authentication
[PATCH 0/12] Get Xen PV shim running in qemu
2023-10-24 16:34 UTC (36+ messages)
` [PATCH 01/12] i386/xen: fix per-vCPU upcall vector for Xen emulation
` [PATCH 02/12] hw/xen: select kernel mode for per-vCPU event channel upcall vector
` [PATCH 03/12] include: update Xen public headers to Xen 4.17.2 release
` [PATCH 04/12] i386/xen: advertise XEN_HVM_CPUID_UPCALL_VECTOR in CPUID
` [PATCH 05/12] hw/xen: populate store frontend nodes with XenStore PFN/port
` [PATCH 06/12] hw/xen: add get_frontend_path() method to XenDeviceClass
` [PATCH 07/12] hw/xen: update Xen console to XenDevice model
` [PATCH 08/12] hw/xen: do not repeatedly try to create a failing backend device
` [PATCH 09/12] hw/xen: prevent duplicate device registrations
` [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode
[PATCH 0/3] KVM: Fix KVM-owned file refcounting of KVM module(s)
2023-10-24 15:49 UTC (4+ messages)
` [PATCH 2/3] KVM: Always flush async #PF workqueue when vCPU is being destroyed
[PATCH v7 0/8] Add Intel VT-d nested translation (part 1/2)
2023-10-24 15:14 UTC (9+ messages)
` [PATCH v7 1/8] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v7 2/8] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v7 3/8] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v7 4/8] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v7 5/8] iommu/vt-d: Make domain attach helpers to be extern
` [PATCH v7 6/8] iommu/vt-d: Set the nested domain to a device
` [PATCH v7 7/8] iommu/vt-d: Add nested domain allocation
` [PATCH v7 8/8] iommu/vt-d: Disallow read-only mappings to nest parent domain
[PATCH] iommu/vt-d: Enhance capability check for nested parent domain allocation
2023-10-24 15:00 UTC
[PATCH vhost v4 00/16] vdpa: Add support for vq descriptor mappings
2023-10-24 14:50 UTC (8+ messages)
` [PATCH vhost v4 12/16] vdpa/mlx5: Improve mr update flow
[PATCH v12 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
2023-10-24 14:28 UTC (6+ messages)
[PATCH v5 00/18] IOMMUFD Dirty Tracking
2023-10-24 13:51 UTC (6+ messages)
` [PATCH v5 12/18] iommu/intel: Access/Dirty bit support for SL domains
[PATCH v14 00/23] TDX host kernel support
2023-10-24 13:31 UTC (13+ messages)
` [PATCH v14 12/23] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v14 21/23] x86/virt/tdx: Handle TDX interaction with ACPI S3 and deeper states
[PATCH 1/2] iommu: Introduce a rb_tree for looking up device
2023-10-24 12:38 UTC (5+ messages)
` [PATCH 2/2] iommu/vt-d: Adopt new helper for looking up pci device
[kvm-unit-tests PATCH] arm: pmu: Fix overflow test condition
2023-10-24 11:31 UTC (2+ messages)
[PATCH v5 00/20] Support smp.clusters for x86 in QEMU
2023-10-24 9:09 UTC (22+ messages)
` [PATCH v5 01/20] i386: Fix comment style in topology.h
` [PATCH v5 02/20] tests: Rename test-x86-cpuid.c to test-x86-topo.c
` [PATCH v5 03/20] softmmu: Fix CPUSTATE.nr_cores' calculation
` [PATCH v5 04/20] hw/cpu: Update the comments of nr_cores and nr_dies
` [PATCH v5 05/20] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
` [PATCH v5 06/20] i386/cpu: Use APIC ID offset to encode cache topo in CPUID[4]
` [PATCH v5 07/20] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v5 08/20] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
` [PATCH v5 09/20] i386: Decouple CPUID[0x1F] subleaf with specific topology level
` [PATCH v5 10/20] i386: Introduce module-level cpu topology to CPUX86State
` [PATCH v5 11/20] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v5 12/20] i386: Expose module level in CPUID[0x1F]
` [PATCH v5 13/20] i386: Support module_id in X86CPUTopoIDs
` [PATCH v5 14/20] i386/cpu: Introduce cluster-id to X86CPU
` [PATCH v5 15/20] tests: Add test case of APIC ID for module level parsing
` [PATCH v5 16/20] hw/i386/pc: Support smp.clusters for x86 PC machine
` [PATCH v5 17/20] i386: Add cache topology info in CPUCacheInfo
` [PATCH v5 18/20] i386: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v5 19/20] i386: Use offsets get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v5 20/20] i386: Use CPUCacheInfo.share_level to encode "
[PATCH v11 00/16] LAM and LASS KVM Enabling
2023-10-24 8:31 UTC (3+ messages)
KVM/riscv changes for 6.7
2023-10-24 7:58 UTC (2+ messages)
[GIT PULL] KVM/riscv changes for 6.7
2023-10-24 7:58 UTC
W sprawie samochodu
2023-10-24 7:30 UTC
[RFC] vhost: vmap virtio descriptor table kernel/kvm
2023-10-24 7:35 UTC (3+ messages)
[RFC] vmap virtio descriptor table
2023-10-24 3:10 UTC
[PATCH gmem] KVM: Fix off-by-one error when querying attributes in xarray
2023-10-24 2:52 UTC (2+ 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