public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-04 14:29:35 to 2025-03-06 15:52:36 UTC [more...]

[kvm-unit-tests PATCH v1 0/7] arm64: support EL2
 2025-03-06 15:52 UTC  (11+ messages)
` [kvm-unit-tests PATCH v1 1/7] arm64: drop to EL1 if booted at EL2
` [kvm-unit-tests PATCH v1 2/7] arm64: timer: use hypervisor timers when "
` [kvm-unit-tests PATCH v1 6/7] arm64: pmu: count EL2 cycles

[PATCH v4 04/10] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared
 2025-03-06 15:48 UTC  (2+ messages)

[kvm-unit-tests PATCH v7 0/6] riscv: add SBI SSE extension tests
 2025-03-06 15:18 UTC  (9+ messages)
` [kvm-unit-tests PATCH v7 5/6] lib: riscv: Add SBI SSE support
` [kvm-unit-tests PATCH v7 6/6] riscv: sbi: Add SSE extension tests

[kvm-unit-tests PATCH] riscv: Add fwft landing_pad tests
 2025-03-06 15:00 UTC  (2+ messages)

[PATCH 0/7] hw/hyperv: remove duplication compilation units
 2025-03-06 12:27 UTC  (10+ messages)
` [PATCH 1/7] hw/hyperv/hv-balloon-stub: common compilation unit
` [PATCH 2/7] hw/hyperv/hyperv.h: header cleanup
` [PATCH 3/7] hw/hyperv/vmbus: common compilation unit
` [PATCH 4/7] hw/hyperv/hyperv-proto: move SYNDBG definition from target/i386
` [PATCH 5/7] hw/hyperv/syndbg: common compilation unit
` [PATCH 6/7] hw/hyperv/balloon: common balloon compilation units
` [PATCH 7/7] hw/hyperv/hyperv_testdev: common compilation unit

[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
 2025-03-06 11:43 UTC  (5+ messages)

[PATCH v5 0/9] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-03-06 10:54 UTC  (4+ messages)
` [PATCH v5 6/9] KVM: arm64: Refactor user_mem_abort() calculation of force_pte

[PATCH v4 0/1] KVM: s390: fix a newly introduced bug
 2025-03-06 10:23 UTC  (3+ messages)
` [PATCH v4 1/1] KVM: s390: pv: fix race when making a page secure

QEMU's Hyper-V HV_X64_MSR_EOM is broken with split IRQCHIP
 2025-03-06 10:00 UTC  (8+ messages)

[PATCH net-next v7 0/6] tun: Introduce virtio-net hashing feature
 2025-03-06  9:59 UTC  (5+ messages)
` [PATCH net-next v7 3/6] tun: Introduce virtio-net hash feature

[PATCH net-next v8 0/6] tun: Introduce virtio-net hashing feature
 2025-03-06  9:56 UTC  (7+ messages)
` [PATCH net-next v8 1/6] virtio_net: Add functions for hashing
` [PATCH net-next v8 2/6] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v8 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v8 4/6] selftest: tun: Test vnet ioctls without device
` [PATCH net-next v8 5/6] selftest: tun: Add tests for virtio-net hashing
` [PATCH net-next v8 6/6] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[RFC kvm-unit-tests PATCH] lib: Use __ASSEMBLER__ instead of __ASSEMBLY__
 2025-03-06  9:00 UTC  (2+ messages)

[PATCH v5 3/9] KVM: guest_memfd: Allow host to map guest_memfd() pages
 2025-03-06  8:48 UTC  (3+ messages)

[PATCH net-next 0/3] vsock: support network namespace
 2025-03-06  8:23 UTC  (23+ messages)
` [PATCH net-next 1/3] vsock: add network namespace support

[PATCH] KVM: SVM: avoid frequency indirect calls
 2025-03-06  7:54 UTC 

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-03-06  6:47 UTC  (15+ messages)
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[PATCH v4 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
 2025-03-06  5:28 UTC  (5+ messages)
` [PATCH v4 1/2] x86/cpufeatures: Add "Allowed SEV Features" Feature
` [PATCH v4 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field

[PATCH v8 00/10] Basic SEV-SNP Selftests
 2025-03-06  4:38 UTC  (12+ messages)
` [PATCH v8 01/10] KVM: SEV: Disable SEV-SNP support on initialization failure
` [PATCH v8 02/10] KVM: selftests: SEV-SNP test for KVM_SEV_INIT2
` [PATCH v8 03/10] KVM: selftests: Add vmgexit helper
` [PATCH v8 04/10] KVM: selftests: Add SMT control state helper
` [PATCH v8 05/10] KVM: selftests: Replace assert() with TEST_ASSERT_EQ()
` [PATCH v8 06/10] KVM: selftests: Introduce SEV VM type check
` [PATCH v8 07/10] KVM: selftests: Add library support for interacting with SNP
` [PATCH v8 08/10] KVM: selftests: Force GUEST_MEMFD flag for SNP VM type
` [PATCH v8 09/10] KVM: selftests: Abstractions for SEV to decouple policy from type
` [PATCH v8 10/10] KVM: selftests: Add a basic SEV-SNP smoke test

[PATCH v2 0/2] LoongArch: KVM: Small enhancements about KVM
 2025-03-06  2:18 UTC  (3+ messages)
` [PATCH v2 1/2] LoongArch: KVM: Reload guest CSR registers after S4
` [PATCH v2 2/2] LoongArch: KVM: Add interrupt checking with Loongson AVEC

[PATCH 0/2] KVM: x86: Cleanup and fix for reporting CPUID leaf 0x80000022
 2025-03-06  1:46 UTC  (3+ messages)

[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-03-06  1:38 UTC  (28+ messages)
` [PATCH v2 01/10] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH v2 03/10] [DO NOT MERGE] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v2 04/10] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "-pmu" is configured
` [PATCH v2 05/10] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v2 06/10] target/i386/kvm: rename architectural PMU variables
` [PATCH v2 08/10] target/i386/kvm: reset AMD PMU registers during VM reset
` [PATCH v2 10/10] target/i386/kvm: don't stop Intel PMU counters

[PATCH 0/2] KVM: x86: Advertise support for WRMSRNS
 2025-03-06  0:29 UTC  (4+ messages)
` [PATCH 1/2] x86/msr: Rename the WRMSRNS opcode macro to ASM_WRMSRNS (for KVM)

[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
 2025-03-05 23:31 UTC  (16+ messages)
` [PATCH v7 05/45] arm64: RME: Add wrappers for RMI calls
` [PATCH v7 09/45] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v7 15/45] KVM: arm64: Support timers in realm RECs
` [PATCH v7 35/45] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v7 36/45] arm64: RME: Set breakpoint parameters through SET_ONE_REG

[PATCH v5 0/7] Move initializing SEV/SNP functionality to KVM
 2025-03-05 22:17 UTC  (11+ messages)
` [PATCH v5 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM

[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing
 2025-03-05 20:29 UTC  (4+ messages)

[RFC PATCH] vfio/pci: add PCIe TPH to device feature ioctl
 2025-03-05 20:21 UTC  (7+ messages)

[kvm-unit-tests PATCH v1] editorconfig: Add max line length setting for commit message and branch description
 2025-03-05 15:15 UTC  (2+ messages)

[PATCH 3/5] KVM: e500: track host-writability of pages
 2025-03-05 14:54 UTC  (5+ messages)
` [Kernel 6.12.17] [PowerPC e5500] KVM HV compilation error

[PATCH 6.12] KVM: e500: always restore irqs
 2025-03-05 14:49 UTC 

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-03-05 13:12 UTC  (4+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION

QEMU is participating in Google Summer of Code 2025
 2025-03-05 11:11 UTC 

[PATCH v2 0/6] Introduce CET supervisor state support
 2025-03-05  9:04 UTC  (20+ messages)
` [PATCH v2 1/6] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
` [PATCH v2 2/6] x86/fpu/xstate: Add CET supervisor mode state support
` [PATCH v2 3/6] x86/fpu/xstate: Introduce XFEATURE_MASK_KERNEL_DYNAMIC xfeature set
` [PATCH v2 4/6] x86/fpu/xstate: Introduce fpu_guest_cfg for guest FPU configuration
` [PATCH v2 5/6] x86/fpu/xstate: Create guest fpstate with guest specific config

[RFC PATCH 00/13] Optimize nSVM TLB flushes
 2025-03-05  6:45 UTC  (29+ messages)
` [RFC PATCH 02/13] KVM: nSVM: Rework svm_flush_tlb_asid() to operate on a given VMCB
` [RFC PATCH 07/13] KVM: nSVM: Handle INVLPGA interception correctly
` [RFC PATCH 09/13] KVM: nSVM: Handle nested TLB flush requests through TLB_CONTROL
` [RFC PATCH 11/13] KVM: nSVM: Do not reset TLB_CONTROL in VMCB02 on nested entry
` [RFC PATCH 12/13] KVM: nSVM: Service local TLB flushes before nested transitions
` [RFC PATCH 13/13] KVM: nSVM: Stop bombing the TLB on "

[PATCH v6 1/5] mm/filemap: add mempolicy support to the filemap layer
 2025-03-05  6:10 UTC  (2+ messages)

[PATCH v6 4/5] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
 2025-03-05  6:02 UTC  (6+ messages)

[PATCH v4 0/2] KVM: x86: Include host suspended time in steal time
 2025-03-05  4:17 UTC  (4+ messages)
` [PATCH v4 2/2] "

[PATCH] vhost: fix VHOST_*_OWNER documentation
 2025-03-05  4:08 UTC  (3+ messages)

[PATCH v3 0/4] KVM: x86: Introduce quirk KVM_X86_QUIRK_IGNORE_GUEST_PAT
 2025-03-05  3:23 UTC  (9+ messages)
` [PATCH v3 1/6] KVM: x86: do not allow re-enabling quirks
` [PATCH v3 3/6] KVM: x86: Introduce supported_quirks to block disabling quirks
` [PATCH v3 4/6] KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_IGNORE_GUEST_PAT
` [PATCH v3 6/6] KVM: TDX: Always honor guest PAT on TDX enabled guests

[PATCH net-next v6 0/8] Device memory TCP TX
 2025-03-05  1:39 UTC  (14+ messages)
` [PATCH net-next v6 1/8] net: add get_netmem/put_netmem support
` [PATCH net-next v6 3/8] net: devmem: Implement TX path
` [PATCH net-next v6 7/8] net: check for driver support in netmem TX

[PATCH] KVM: VMX: Extract checks on entry/exit control pairs to a helper macro
 2025-03-05  1:05 UTC  (2+ messages)

[PATCH] KVM: selftests: Relax assertion on HLT exits if CPU supports Idle HLT
 2025-03-05  1:05 UTC  (2+ messages)

[PATCH] KVM: x86: Always set mp_state to RUNNABLE on wakeup from HLT
 2025-03-05  1:05 UTC  (2+ messages)

[PATCH v2 00/10] KVM: SVM: Attempt to cleanup SEV_FEATURES
 2025-03-05  1:05 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix printf() format goof in SEV smoke test
 2025-03-05  1:05 UTC  (2+ messages)

[PATCH] KVM: selftests: Ensure all vCPUs hit -EFAULT during initial RO stage
 2025-03-05  1:05 UTC  (2+ messages)

[PATCH v3] PCI: account for sysfs-disabled reset in pci_{slot,bus}_resettable()
 2025-03-04 23:40 UTC  (2+ messages)

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-03-04 23:24 UTC  (3+ messages)
` [RFC PATCH 27/39] KVM: guest_memfd: Allow mmapping guest_memfd files

[PATCH v7 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
 2025-03-04 22:59 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: ioapic: Expand routing reconfiguration => EOI interception testcase
 2025-03-04 21:13 UTC 

[kvm-unit-tests PATCH 0/2] x86: nSVM: Fix a bug with nNPT+x2AVIC
 2025-03-04 21:12 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] x86: apic: Move helpers for querying APIC state to library code
` [kvm-unit-tests PATCH 2/2] x86: nSVM: Ensure APIC MMIO tests run with APIC in xAPIC mode

[RFC PATCH v2] s390/vfio-ap: Notify userspace that guest's AP config changed when mdev removed
 2025-03-04 21:00 UTC  (3+ messages)

[RFC kvm-unit-tests PATCH 0/4] x86/apic: SVM AVIC tests and some cleanups
 2025-03-04 20:33 UTC  (3+ messages)
` [RFC kvm-unit-tests PATCH 4/4] x86/apic: Add test for xapic-split

[PATCH v2 00/38] x86: Try to wrangle PV clocks vs. TSC
 2025-03-04 17:39 UTC  (4+ messages)
` [PATCH v2 08/38] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary

[PATCH 00/18] KVM: arm64: Revamp Fine Grained Trap handling
 2025-03-04 16:55 UTC  (7+ messages)
` [PATCH 03/18] KVM: arm64: Handle trapping of FEAT_LS64* instructions
` [PATCH 07/18] KVM: arm64: Compute FGT masks from KVM's own FGT tables

[PATCHv3 0/2]
 2025-03-04 16:07 UTC  (4+ messages)
` [PATCHv3 2/2] kvm: retry nx_huge_page_recovery_thread creation

[PATCH 0/4] cover-letter: Allow MMIO regions to be exported through dmabuf
 2025-03-04 14:54 UTC  (8+ messages)

[RFC PATCH v1] fixup! s390/vfio-ap: Notify userspace that guest's AP config changed when mdev removed
 2025-03-04 14:29 UTC  (4+ messages)


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