public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-23 00:18:17 to 2023-10-24 08:31:27 UTC [more...]

[PATCH v11 00/16] LAM and LASS KVM Enabling
 2023-10-24  8:31 UTC  (8+ messages)
` [PATCH v11 02/16] KVM: x86: Use a new flag for branch targets
` [PATCH v11 08/16] KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulator

[PATCH 0/3] KVM: Fix KVM-owned file refcounting of KVM module(s)
 2023-10-24  8:21 UTC  (4+ messages)
` [PATCH 2/3] KVM: Always flush async #PF workqueue when vCPU is being destroyed

KVM/riscv changes for 6.7
 2023-10-24  7:58 UTC  (2+ messages)

[PATCH v2 0/6] Delay VERW
 2023-10-24  8:08 UTC  (7+ 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

[GIT PULL] KVM/riscv changes for 6.7
 2023-10-24  7:58 UTC 

[kvm-unit-tests Patch 0/5] Fix PMU test failures on Sapphire Rapids
 2023-10-24  7:57 UTC  (6+ 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

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)

[PATCH v3] vsock/virtio: initialize the_virtio_vsock before using VQs
 2023-10-24  7:22 UTC  (2+ messages)

[PATCH vhost v4 00/16] vdpa: Add support for vq descriptor mappings
 2023-10-24  6:45 UTC  (7+ messages)
` [PATCH vhost v4 12/16] vdpa/mlx5: Improve mr update flow

[PATCH v14 00/23] TDX host kernel support
 2023-10-24  5:53 UTC  (3+ messages)
` [PATCH v14 12/23] x86/virt/tdx: Allocate and set up PAMTs for TDMRs

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

[PATCH v3 1/2] KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertised
 2023-10-24  2:47 UTC  (2+ messages)

[PATCH v6 0/8] Add Intel VT-d nested translation (part 1/2)
 2023-10-24  2:06 UTC  (12+ messages)
` [PATCH v6 3/8] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v6 7/8] iommu/vt-d: Add "
` [PATCH v6 8/8] iommu/vt-d: Disallow read-only mappings to nest parent domain

[PATCH v5 00/13] KVM: x86/pmu: selftests: Fixes and new tests
 2023-10-24  0:26 UTC  (14+ messages)
` [PATCH v5 01/13] KVM: x86/pmu: Don't allow exposing unsupported architectural events
` [PATCH v5 02/13] KVM: x86/pmu: Don't enumerate support for fixed counters KVM can't virtualize
` [PATCH v5 03/13] KVM: x86/pmu: Always treat Fixed counters as available when supported
` [PATCH v5 04/13] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
` [PATCH v5 05/13] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
` [PATCH v5 06/13] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
` [PATCH v5 07/13] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
` [PATCH v5 08/13] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v5 09/13] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v5 10/13] KVM: selftests: Test consistency of CPUID with num of gp counters
` [PATCH v5 11/13] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v5 12/13] KVM: selftests: Add functional test for Intel's fixed PMU counters
` [PATCH v5 13/13] KVM: selftests: Extend PMU counters test to permute on vPMU version

[PATCH 1/2] KVM: x86: Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspace
 2023-10-24  0:25 UTC  (3+ messages)
` [PATCH 2/2] KVM: x86: Use a switch statement in __feature_translate()

[PATCH 0/6] Delay VERW
 2023-10-24  0:00 UTC  (31+ messages)
` [PATCH 1/6] x86/bugs: Add asm helpers for executing VERW
  ` [RESEND][PATCH "
` [PATCH 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH 5/6] x86/bugs: Cleanup mds_user_clear
` [PATCH 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation

[PATCH 0/6] KVM: x86/pmu: Clean up emulated PMC event handling
 2023-10-23 23:40 UTC  (7+ messages)
` [PATCH 1/6] KVM: x86/pmu: Move PMU reset logic to common x86 code
` [PATCH 2/6] KVM: x86/pmu: Reset the PMU, i.e. stop counters, before refreshing
` [PATCH 3/6] KVM: x86/pmu: Stop calling kvm_pmu_reset() at RESET (it's redundant)
` [PATCH 4/6] KVM: x86/pmu: Remove manual clearing of fields in kvm_pmu_init()
` [PATCH 5/6] KVM: x86/pmu: Update sample period in pmc_write_counter()
` [PATCH 6/6] KVM: x86/pmu: Track emulated counter events instead of previous counter

[PATCH gmem] KVM: guest_memfd: Point .owner at the module that exposes /dev/kvm
 2023-10-23 22:36 UTC 

[PATCH v5 00/18] IOMMUFD Dirty Tracking
 2023-10-23 21:56 UTC  (30+ messages)
` [PATCH v5 07/18] iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP
` [PATCH v5 16/18] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP

[PATCH] vfio: mlx5, pds: add IOMMU_SUPPORT dependency
 2023-10-23 20:23 UTC  (15+ messages)

odd behaviour of virtualized CPUs
 2023-10-23 20:06 UTC  (5+ messages)

[PATCH gmem 0/5] KVM: selftests: Fix multiple memslots in conv test
 2023-10-23 19:15 UTC  (6+ messages)
` [PATCH gmem 1/5] KVM: selftests: Rework fallocate() helper to work across multiple memslots
` [PATCH gmem 2/5] KVM: selftests: Handle memslot splits in private mem conversions test
` [PATCH gmem 3/5] KVM: selftests: Let user specify nr of memslots in private mem conversion
` [PATCH gmem 4/5] KVM: selftests: Use dedicated pattern for testing that mem is shared by default
` [PATCH gmem 5/5] KVM: selftests: Verify default pattern was written in private mem conversion

[PATCH 0/5] KVM: arm64: NV trap forwarding fixes
 2023-10-23 18:55 UTC  (7+ messages)
` [PATCH 1/5] arm64: Add missing _EL12 encodings
` [PATCH 2/5] arm64: Add missing _EL2 encodings
` [PATCH 3/5] KVM: arm64: Refine _EL2 system register list that require trap reinjection
` [PATCH 4/5] KVM: arm64: Do not let a L1 hypervisor access the *32_EL2 sysregs
` [PATCH 5/5] KVM: arm64: Handle AArch32 SPSR_{irq,abt,und,fiq} as RAZ/WI

[PATCH v4 08/17] iommufd: Always setup MSI and anforce cc on kernel-managed domains
 2023-10-23 18:49 UTC  (15+ messages)

[PATCH v8 00/13] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-10-23 18:35 UTC  (26+ messages)
` [PATCH v8 01/13] KVM: arm64: PMU: Introduce helpers to set the guest's PMU
` [PATCH v8 02/13] KVM: arm64: PMU: Set the default PMU for the guest before vCPU reset
` [PATCH v8 03/13] KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
` [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 06/13] KVM: arm64: Sanitize PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} before first run
` [PATCH v8 07/13] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest

[RFC PATCH 00/12] iommu/vt-d: Remove superfluous IOMMU IOTLB invalidations
 2023-10-23 18:35 UTC  (3+ messages)
` [RFC PATCH 06/12] iommu: Add mmu_notifier to sva domain

[PATCH gmem] KVM: selftests: Fix gmem conversion tests for multiple vCPUs
 2023-10-23 18:06 UTC  (3+ messages)

[GIT PULL] virtio: last minute fixes
 2023-10-23 18:03 UTC  (2+ messages)

[PATCH V1 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-10-23 17:27 UTC  (8+ messages)

[PATCH v2] vsock/virtio: initialize the_virtio_vsock before using VQs
 2023-10-23 16:28 UTC  (8+ messages)

[RFC PATCH 01/19] cpus: Add argument to qemu_get_cpu() to filter CPUs by QOM type
 2023-10-23 15:12 UTC  (3+ messages)

[PATCH v12 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-10-23 14:43 UTC  (4+ messages)

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2023-10-23 13:53 UTC  (3+ messages)
` [PATCH v3 3/5] KVM: selftests: Generate sysreg-defs.h and add to include path

[PATCH 0/12] Get Xen PV shim running in qemu
 2023-10-23 13:45 UTC  (7+ messages)
` [PATCH 11/12] hw/xen: automatically assign device index to block devices

[PATCH 0/5] riscv: cleanup assembly usage of ENTRY()/END() and use local labels
 2023-10-23 10:08 UTC  (12+ messages)
` [PATCH 1/5] riscv: use ".L" local labels in assembly when applicable
` [PATCH 2/5] riscv: Use SYM_*() assembly macros instead of deprecated ones
` [PATCH 3/5] riscv: kernel: Use correct SYM_DATA_*() macro for data
` [PATCH 4/5] riscv: kvm: Use SYM_*() assembly macros instead of deprecated ones
` [PATCH 5/5] riscv: kvm: use ".L" local labels in assembly when applicable

[PATCH v2 0/24] Get Xen PV shim running in Qemu, add net & console
 2023-10-23  7:33 UTC  (3+ messages)
` [PATCH v2 22/24] tests/avocado: switch to using xen-net-device for Xen guest tests


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox