messages from 2024-07-04 10:32:27 to 2024-07-09 06:20:00 UTC [more...]
[PATCH v3 0/2] vdpa: support set mac address from vdpa tool
2024-07-09 6:19 UTC (10+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] vdpa_sim_net: Add the support of set mac address
[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
2024-07-09 6:17 UTC (23+ messages)
` [RFC PATCH v1 18/18] nvme-pci: use new dma API
[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
2024-07-09 5:19 UTC (3+ messages)
` [PATCH v4 01/15] arm64: rsi: Add RSI definitions
[PATCH] vdpa/mlx5: Add the support of set mac address
2024-07-09 4:56 UTC
[PATCH] vdpa/mlx5: Add the support of set mac address
2024-07-09 4:03 UTC (6+ messages)
[PATCH 0/6] Introduce CET supervisor state support
2024-07-09 3:17 UTC (2+ messages)
[PATCH v4 0/3] LoongArch: KVM: Add Binary Translation extension support
2024-07-09 1:45 UTC (25+ messages)
` [PATCH v4 2/3] LoongArch: KVM: Add LBT feature detection function
[PATCH v4 0/2] LoongArch: Add steal time support
2024-07-09 1:39 UTC (8+ messages)
` [PATCH v4 1/2] LoongArch: KVM: Add steal time support in kvm side
[PATCH v2 00/49] KVM: x86: CPUID overhaul, fixes, and caching
2024-07-09 0:24 UTC (110+ messages)
` [PATCH v2 01/49] KVM: x86: Do all post-set CPUID processing during vCPU creation
` [PATCH v2 02/49] KVM: x86: Explicitly do runtime CPUID updates "after" initial setup
` [PATCH v2 03/49] KVM: x86: Account for KVM-reserved CR4 bits when passing through CR4 on VMX
` [PATCH v2 04/49] KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcement
` [PATCH v2 05/49] KVM: selftests: Assert that the @cpuid passed to get_cpuid_entry() is non-NULL
` [PATCH v2 06/49] KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry()
` [PATCH v2 07/49] KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writes
` [PATCH v2 08/49] KVM: x86: Move __kvm_is_valid_cr4() definition to x86.h
` [PATCH v2 09/49] KVM: x86/pmu: Drop now-redundant refresh() during init()
` [PATCH v2 10/49] KVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd bits from vCPU creation
` [PATCH v2 11/49] KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after "
` [PATCH v2 12/49] KVM: x86: Reject disabling of MWAIT/HLT interception when not allowed
` [PATCH v2 13/49] KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV test
` [PATCH v2 14/49] KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behavior
` [PATCH v2 15/49] KVM: x86: Zero out PV features cache when the CPUID leaf is not present
` [PATCH v2 16/49] KVM: x86: Don't update PV features caches when enabling enforcement capability
` [PATCH v2 17/49] KVM: x86: Do reverse CPUID sanity checks in __feature_leaf()
` [PATCH v2 18/49] KVM: x86: Account for max supported CPUID leaf when getting raw host CPUID
` [PATCH v2 19/49] KVM: x86: Add a macro to init CPUID features that ignore host kernel support
` [PATCH v2 20/49] KVM: x86: Rename kvm_cpu_cap_mask() to kvm_cpu_cap_init()
` [PATCH v2 21/49] KVM: x86: Add a macro to init CPUID features that are 64-bit only
` [PATCH v2 22/49] KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features
` [PATCH v2 23/49] KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper
` [PATCH v2 24/49] KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions
` [PATCH v2 25/49] KVM: x86: Harden CPU capabilities processing against out-of-scope features
` [PATCH v2 26/49] KVM: x86: Add a macro to init CPUID features that KVM emulates in software
` [PATCH v2 27/49] KVM: x86: Swap incoming guest CPUID into vCPU before massaging in KVM_SET_CPUID2
` [PATCH v2 28/49] KVM: x86: Clear PV_UNHALT for !HLT-exiting only when userspace sets CPUID
` [PATCH v2 29/49] KVM: x86: Remove unnecessary caching of KVM's PV CPUID base
` [PATCH v2 30/49] KVM: x86: Always operate on kvm_vcpu data in cpuid_entry2_find()
` [PATCH v2 31/49] KVM: x86: Move kvm_find_cpuid_entry{,_index}() up near cpuid_entry2_find()
` [PATCH v2 32/49] KVM: x86: Remove all direct usage of cpuid_entry2_find()
` [PATCH v2 33/49] KVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPORTED_CPUID
` [PATCH v2 34/49] KVM: x86: Advertise HYPERVISOR "
` [PATCH v2 35/49] KVM: x86: Add a macro to handle features that are fully VMM controlled
` [PATCH v2 37/49] KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps
` [PATCH v2 38/49] KVM: x86: Initialize guest cpu_caps based on guest CPUID
` [PATCH v2 39/49] KVM: x86: Extract code for generating per-entry emulated CPUID information
` [PATCH v2 40/49] KVM: x86: Initialize guest cpu_caps based on KVM support
` [PATCH v2 41/49] KVM: x86: Avoid double CPUID lookup when updating MWAIT at runtime
` [PATCH v2 42/49] KVM: x86: Drop unnecessary check that cpuid_entry2_find() returns right leaf
` [PATCH v2 43/49] KVM: x86: Update OS{XSAVE,PKE} bits in guest CPUID irrespective of host support
` [PATCH v2 44/49] KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features
` [PATCH v2 45/49] KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has()
` [PATCH v2 46/49] KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
` [PATCH v2 47/49] KVM: x86: Drop superfluous host XSAVE check when adjusting guest XSAVES caps
` [PATCH v2 48/49] KVM: x86: Add a macro for features that are synthesized into boot_cpu_data
[PATCH v5 0/9] mm: multi-gen LRU: Walk secondary MMU page tables while aging
2024-07-08 23:41 UTC (5+ messages)
` [PATCH v5 8/9] mm: multi-gen LRU: Have secondary MMUs participate in aging
[Bug 218980] New: [VM boot] Guest Kernel hit BUG: kernel NULL pointer dereference, address: 0000000000000010 and WARNING: CPU: 0 PID: 218 at arch/x86/kernel/fpu/core.c:57 x86_task_fpu+0x17/0x20
2024-07-08 21:56 UTC (5+ messages)
` [Bug 218980] "
[PATCH v2] KVM: SVM: let alternatives handle the cases when RSB filling is required
2024-07-08 18:59 UTC (6+ messages)
[kvm-unit-tests PATCH] x86: Increase the timeout for the test "vmx_apicv_test"
2024-07-08 18:31 UTC (3+ messages)
[PATCH 0/7] KVM: arm64: Add support for FP8
2024-07-08 17:53 UTC (13+ messages)
` [PATCH 1/7] KVM: arm64: Move SVCR into the sysreg array
` [PATCH 2/7] KVM: arm64: Move FPMR "
` [PATCH 3/7] KVM: arm64: Add save/restore support for FPMR
` [PATCH 4/7] KVM: arm64: Honor trap routing "
` [PATCH 5/7] KVM: arm64: Expose ID_AA64FPFR0_EL1 as a writable ID reg
` [PATCH 6/7] KVM: arm64: Enable FP8 support when available and configured
` [PATCH 7/7] KVM: arm64: Expose ID_AA64PFR2_EL1 to userspace and guests
[5.10.x Backport CVE-2021-47094] KVM: x86/mmu: Don't advance iterator after restart due to yielding
2024-07-08 17:45 UTC (2+ messages)
[PATCH 00/12] KVM: arm64: nv: Add support for address translation instructions
2024-07-08 17:00 UTC (6+ messages)
` [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation
` [PATCH 11/12] KVM: arm64: nv: Plumb handling of AT S1* traps from EL2
` [PATCH 12/12] KVM: arm64: nv: Add support for FEAT_ATS1A
[PATCH v5 4/9] mm: Add test_clear_young_fast_only MMU notifier
2024-07-08 16:50 UTC (13+ messages)
[syzbot] [kvm?] WARNING in kvm_recalculate_apic_map
2024-07-08 16:35 UTC (2+ messages)
[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
2024-07-08 14:59 UTC (3+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support
[PATCH 0/2] KVM: x86: Check hypercall's exit to userspace generically
2024-07-08 9:21 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: x86: Use is_kvm_hc_exit_enabled() instead of opencode
[PATCH v19 000/130] KVM TDX basic feature support
2024-07-08 6:11 UTC (6+ messages)
` [PATCH v19 085/130] KVM: TDX: Complete interrupts after tdexit
[PATCH V9 0/2] KVM: x86: Make bus clock frequency for vAPIC timer configurable
2024-07-08 5:55 UTC (5+ messages)
` [PATCH V9 2/2] KVM: selftests: Add test for configure of x86 APIC bus frequency
` VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX
[v2] Support for Arm CCA VMs on Linux
2024-07-08 0:47 UTC (4+ messages)
[kvm-unit-tests PATCH v2 0/3] riscv: sbi: Add support to test timer extension
2024-07-07 11:24 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 1/3] riscv: Extend exception handling support for interrupts
` [kvm-unit-tests PATCH v2 2/3] riscv: Update exception cause list
` [kvm-unit-tests PATCH v2 3/3] riscv: sbi: Add test for timer extension
[PATCH kvm-unit-tests v2] riscv: sbi: debug console write tests
2024-07-06 23:55 UTC
[PATCH kvm-unit-tests] riscv: sbi: debug console write tests
2024-07-06 23:48 UTC
[PATCH] KVM: PPC: add missing MODULE_DESCRIPTION() macros
2024-07-06 23:17 UTC (2+ messages)
[PATCH v4 0/6] powerpc: pSeries: vfio: iommu: Re-enable support for SPAPR TCE VFIO
2024-07-06 23:10 UTC (2+ messages)
[PATCH kvm-unit-tests] riscv: Fix virt_to_phys()
2024-07-06 23:09 UTC
[Bug 219010] New: [REGRESSION][VFIO] kernel 6.9.7 causing qemu crash because of "Collect hot-reset devices to local buffer"
2024-07-06 17:19 UTC (2+ messages)
` [Bug 219010] "
[PATCH v3 4/6] target/i386: add support for VMX FRED controls
2024-07-06 16:38 UTC (2+ messages)
[Bug 219009] New: Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected)
2024-07-06 11:20 UTC
[GIT PULL] KVM changes for Linux 6.10-rc7
2024-07-05 19:37 UTC (2+ messages)
[PATCH kvmtool] arm64: Allow the user to select the max SVE vector length
2024-07-05 10:54 UTC (2+ messages)
[kvmtool PATCH 0/3] Add RISC-V ISA extensions based on Linux-6.9
2024-07-05 10:54 UTC (2+ messages)
[PATCH 2/2] virtio: fix vq # when vq skipped
2024-07-05 10:09 UTC
[PATCH v3 0/7] LoongArch: KVM: VM migration enhancement
2024-07-05 9:54 UTC (3+ messages)
[PATCH] LoongArch: KVM: always make pte yong in page map's fast path
2024-07-05 9:39 UTC (3+ messages)
[PATCH 0/9] TDX host: metadata reading tweaks, bug fix and info dump
2024-07-05 9:36 UTC (6+ messages)
` [PATCH 8/9] x86/virt/tdx: Exclude memory region hole within CMR as TDMR's reserved area
[GIT PULL 0/1] KVM: s390: Fix z16 support (for KVM master)
2024-07-05 8:52 UTC (2+ messages)
[mst-vhost:vhost 45/58] drivers/s390/virtio/virtio_ccw.c:708:22: error: 'vq_info' undeclared; did you mean 'vqs_info'?
2024-07-05 4:02 UTC
[mst-vhost:vhost 45/58] drivers/s390/virtio/virtio_ccw.c:708:8: error: use of undeclared identifier 'vq_info'; did you mean 'vqs_info'?
2024-07-05 4:01 UTC
[PATCH 00/11] Added Interrupt controller emulation for loongarch kvm
2024-07-05 2:38 UTC (12+ messages)
` [PATCH 01/11] LoongArch: KVM: Add iocsr and mmio bus simulation in kernel
` [PATCH 02/11] LoongArch: KVM: Add IPI device support
` [PATCH 03/11] LoongArch: KVM: Add IPI read and write function
` [PATCH 04/11] LoongArch: KVM: Add IPI user mode "
` [PATCH 05/11] LoongArch: KVM: Add EXTIOI device support
` [PATCH 06/11] LoongArch: KVM: Add EXTIOI read and write functions
` [PATCH 07/11] LoongArch: KVM: Add EXTIOI user mode "
` [PATCH 08/11] LoongArch: KVM: Add PCHPIC device support
` [PATCH 09/11] LoongArch: KVM: Add PCHPIC read and write functions
` [PATCH 10/11] LoongArch: KVM: Add PCHPIC user mode "
` [PATCH 11/11] LoongArch: KVM: Add irqfd support
[PATCH 0/1] KVM: selftests: pmu_counters_test: increase robustness of LLC cache misses
2024-07-05 2:48 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH v3 00/17] TDX MMU prep series part 1
2024-07-05 1:16 UTC (11+ messages)
` [PATCH v3 17/17] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()
[GIT PULL] Kselftest fixes for v6.10
2024-07-04 19:36 UTC (2+ messages)
[PATCH v4 0/4] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
2024-07-04 16:16 UTC (3+ messages)
` [PATCH v4 4/4] vfio/pci: Enable PCI resource mmap() on s390 and remove VFIO_PCI_MMAP
[kvm-unit-tests PATCH 0/4] riscv: sbi: Add support to test timer extension
2024-07-04 16:06 UTC (3+ messages)
` [kvm-unit-tests PATCH 4/4] riscv: sbi: Add test for "
[PATCH kvm-unit-tests] This patch adds a unit test for the debug console write() and write_byte() functions. It also fixes the virt_to_phys() function to return the offset address, not the PTE aligned address
2024-07-04 13:40 UTC (2+ messages)
[PATCH v4 0/3] Assorted fixes in RISC-V PMU driver
2024-07-04 13:10 UTC (2+ messages)
[RFC PATCH 0/2] Fix doorbell emulation for nested KVM guests in V1 API
2024-07-04 12:29 UTC (5+ messages)
` [RFC PATCH 1/2] Revert "KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1"
` [RFC PATCH 2/2] arch/powerpc/kvm: Fix doorbells for nested KVM guests on PowerNV
[Patch v5 00/18] pmu test bugs fix and improvements
2024-07-04 12:21 UTC (4+ messages)
` [Patch v5 12/18] x86: pmu: Improve instruction and branches events verification
[kvm-unit-tests PATCH v1 0/2] Some fixes for running under -cpu max on QEMU
2024-07-04 10:32 UTC (5+ messages)
` [kvm-unit-tests PATCH v1 1/2] arm/pmu: skip the PMU introspection test if missing
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).