public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-27 09:21:51 to 2025-04-29 09:06:01 UTC [more...]

[PATCH 0/3] RISC-V KVM selftests improvements
 2025-04-29  9:05 UTC  (11+ messages)
` [PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling
` [PATCH 2/3] KVM: riscv: selftests: Decode stval to identify exact exception type
` [PATCH 3/3] KVM: riscv: selftests: Add vector extension tests

[PATCH kvmtool v3 0/3] cpu: vmexit: KVM_RUN ioctl error handling fixes
 2025-04-29  8:38 UTC  (9+ messages)
` [PATCH kvmtool v3 1/3] cpu: vmexit: Handle KVM_EXIT_MEMORY_FAULT in KVM_RUN ioctl return
` [PATCH kvmtool v3 2/3] cpu: vmexit: Retry KVM_RUN ioctl on EINTR and EAGAIN
` [PATCH kvmtool v3 3/3] cpu: vmexit: Handle KVM_EXIT_UNKNOWN exit reason correctly

[PATCH v2 0/4] KVM: TDX: Cleanup the kvm_x86_ops structure for vmx/tdx
 2025-04-29  8:17 UTC  (3+ messages)
` [PATCH v2 2/4] KVM: VMX: Move apicv_pre_state_restore to posted_intr.c

[Bug 220057] New: Kernel regression. Linux VMs crashing (I did not test Windows guest VMs)
 2025-04-29  8:14 UTC  (24+ messages)
` [Bug 220057] "

[RFC PATCH 00/12] Private MMIO support for private assigned dev
 2025-04-29  7:50 UTC  (3+ messages)

[PATCH v3 00/42] KVM: arm64: Revamp Fine Grained Trap handling
 2025-04-29  7:34 UTC  (4+ messages)

[PATCH 00/13] single-binary: compile target/arm twice
 2025-04-29  7:13 UTC  (16+ messages)
` [PATCH 01/13] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
` [PATCH 02/13] include/system/hvf: missing vaddr include
` [PATCH 03/13] meson: add common libs for target and target_system
` [PATCH 04/13] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH 05/13] target/arm/kvm_arm: copy definitions from kvm headers
` [PATCH 06/13] target/arm/kvm-stub: add missing stubs
` [PATCH 07/13] target/arm/cpu: remove CONFIG_KVM from arm_cpu_kvm_set_irq
` [PATCH 08/13] accel/hvf: add hvf_enabled() for common code
` [PATCH 09/13] target/arm/cpu: get endianness from cpu state
` [PATCH 10/13] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH 11/13] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH 12/13] target/arm/cpu: compile file twice (user, system) only
` [PATCH 13/13] target/arm/cpu32-stubs.c: compile file twice (user, system)

[PATCH v10 00/24] Provide a new two step DMA mapping API
 2025-04-29  6:18 UTC  (39+ messages)
` [PATCH v10 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v10 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v10 03/24] iommu: generalize the batched sync after map interface
` [PATCH v10 04/24] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v10 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v10 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v10 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v10 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v10 09/24] docs: core-api: document the IOVA-based API
` [PATCH v10 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v10 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v10 12/24] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v10 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v10 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v10 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v10 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v10 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v10 18/24] block: share more code for bio addition helper
` [PATCH v10 19/24] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH v10 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v10 21/24] nvme-pci: remove struct nvme_descriptor
` [PATCH v10 22/24] nvme-pci: use a better encoding for small prp pool allocations
` [PATCH v10 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v10 24/24] nvme-pci: store aborted state in flags variable

[PATCH v5 00/20] AMD: Add Secure AVIC Guest Support
 2025-04-29  6:10 UTC  (21+ messages)
` [PATCH v5 01/20] KVM: x86: Move find_highest_vector() to a common header
` [PATCH v5 02/20] x86: apic: Move apic_update_irq_cfg() calls to apic_update_vector()
` [PATCH v5 03/20] x86/apic: Add new driver for Secure AVIC
` [PATCH v5 04/20] x86/apic: Initialize Secure AVIC APIC backing page
` [PATCH v5 05/20] x86/apic: Populate .read()/.write() callbacks of Secure AVIC driver
` [PATCH v5 06/20] x86/apic: Initialize APIC ID for Secure AVIC
` [PATCH v5 07/20] x86/apic: Add update_vector() callback for apic drivers
` [PATCH v5 08/20] x86/apic: Add update_vector() callback for Secure AVIC
` [PATCH v5 09/20] x86/apic: Add support to send IPI "
` [PATCH v5 10/20] x86/apic: Support LAPIC timer "
` [PATCH v5 11/20] x86/sev: Initialize VGIF for secondary VCPUs "
` [PATCH v5 12/20] x86/apic: Add support to send NMI IPI "
` [PATCH v5 13/20] x86/apic: Allow NMI to be injected from hypervisor "
` [PATCH v5 14/20] x86/sev: Enable NMI support "
` [PATCH v5 15/20] x86/apic: Read and write LVT* APIC registers from HV for SAVIC guests
` [PATCH v5 16/20] x86/apic: Handle EOI writes for Secure AVIC guests
` [PATCH v5 17/20] x86/apic: Add kexec support for Secure AVIC
` [PATCH v5 18/20] x86/apic: Enable Secure AVIC in Control MSR
` [PATCH v5 19/20] x86/sev: Prevent SECURE_AVIC_CONTROL MSR interception for Secure AVIC guests
` [PATCH v5 20/20] x86/sev: Indicate SEV-SNP guest supports Secure AVIC

[PATCH 0/5] accel/kvm: Support KVM PMU filter
 2025-04-29  6:24 UTC  (13+ messages)
` [PATCH 2/5] i386/kvm: Support basic "
` [PATCH 3/5] i386/kvm: Support event with select & umask format in "

[PATCH 0/5] KVM: RISC-V: VCPU reset fixes
 2025-04-29  5:55 UTC  (9+ messages)
` [PATCH 3/5] KVM: RISC-V: remove unnecessary SBI reset state
` [PATCH 4/5] KVM: RISC-V: reset VCPU state when becoming runnable

[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
 2025-04-29  4:06 UTC  (9+ messages)
` [PATCH RFC v3 1/8] nvme: add __always_inline for nvme_pci_npages_prp
` [PATCH RFC v3 2/8] mm: add __always_inline for page_contains_unaccepted
` [PATCH RFC v3 3/8] vfio/virtio: add __always_inline for virtiovf_get_device_config_size
` [PATCH RFC v3 4/8] tpm: add __always_inline for tpm_is_hwrng_enabled
` [PATCH RFC v3 5/8] rseq: add __always_inline for rseq_kernel_fields
` [PATCH RFC v3 6/8] kcov: add __always_inline for canonicalize_ip
` [PATCH RFC v3 7/8] x86/xen: add __init for xen_pgd_walk
` [PATCH RFC v3 8/8] lib/Kconfig.debug: introduce CONFIG_NO_AUTO_INLINE

[PATCH] vhost: vringh: Use matching allocation type in resize_iovec()
 2025-04-29  3:37 UTC  (2+ messages)

[PATCH v5 0/7] Introduce CET supervisor state support
 2025-04-29  3:36 UTC  (17+ messages)
` [PATCH v5 3/7] x86/fpu/xstate: Differentiate default features for host and guest FPUs

[PATCH net-next v13 0/9] Device memory TCP TX
 2025-04-29  3:26 UTC  (10+ messages)
` [PATCH net-next v13 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v13 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v13 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v13 4/9] net: devmem: Implement TX path
` [PATCH net-next v13 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v13 6/9] net: enable driver support for netmem TX
` [PATCH net-next v13 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v13 8/9] net: check for driver support in netmem TX
` [PATCH net-next v13 9/9] selftests: ncdevmem: Implement devmem TCP TX

[PATCH] KVM: Use call_rcu() in kvm_io_bus_register_dev
 2025-04-29  2:13 UTC  (3+ messages)
  ` 答复: [????] "

[PATCH] KVM: Fix obsolete comment about locking for kvm_io_bus_read/write
 2025-04-29  2:13 UTC  (3+ messages)
  ` 答复: [????] "

[PATCH v3 0/2] KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
 2025-04-29  1:26 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] KVM: selftests: Test behavior of KVM_X86_DISABLE_EXITS_APERFMPERF

[PATCH] KVM: x86/mmu: Prevent installing hugepages when mem attributes are changing
 2025-04-29  1:23 UTC  (5+ messages)

[PATCH v3 0/5] KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU
 2025-04-29  1:19 UTC  (8+ messages)
` [PATCH v3 4/5] KVM: selftests: Build and link selftests/cgroup/lib into KVM selftests
` [PATCH v3 5/5] KVM: selftests: access_tracking_perf_test: Use MGLRU for access tracking

[RFC PATCH 00/21] KVM: TDX huge page support for private memory
 2025-04-29  0:49 UTC  (4+ messages)
` [RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages

[PATCH net-next v3] selftests/vsock: add initial vmtest.sh for vsock
 2025-04-28 23:48 UTC 

Untested fix for attributes vs. hugepage race
 2025-04-28 23:25 UTC  (6+ messages)

[RFC PATCH 0/2] vfio/pci: Block and audit accesses to unassigned config regions
 2025-04-28 20:25 UTC  (3+ messages)

[PATCH v6 0/2] SEV-SNP: Add KVM support for SNP certificate fetching
 2025-04-28 19:51 UTC  (3+ messages)
` [PATCH v6 1/2] KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching
` [PATCH v6 2/2] KVM: SEV: Add KVM_SEV_SNP_ENABLE_REQ_CERTS command

[RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
 2025-04-28 19:02 UTC  (12+ messages)

[PATCH] KVM: SVM: Update dump_ghcb() to use the GHCB snapshot fields
 2025-04-28 18:55 UTC 

[PATCH 0/6] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-04-28 17:13 UTC  (8+ messages)
` [PATCH 3/6] x86/kvm/emulate: Avoid RET for fastops

[PATCH v5 0/8] hw/hyperv: remove duplication compilation units
 2025-04-28 15:54 UTC  (5+ messages)
` [PATCH v5 7/8] include/system: make functions accessible from common code
` [PATCH v5 8/8] hw/hyperv/hyperv: common compilation unit

[RFC PATCH 2/2] audit accesses to unassigned PCI config regions
 2025-04-28 15:05 UTC  (2+ messages)

[RFC PATCH 1/2] block accesses to unassigned PCI config regions
 2025-04-28 15:00 UTC  (2+ messages)

[PATCH net-next v2 0/3] vsock: SOCK_LINGER rework
 2025-04-28 13:56 UTC  (10+ messages)
` [PATCH net-next v2 1/3] vsock: Linger on unsent data

[PATCH] x86/cpufeatures: Define X86_FEATURE_PREFETCHI (AMD)
 2025-04-28 13:54 UTC  (3+ messages)

[PATCH v9 00/24] Provide a new two step DMA mapping API
 2025-04-28 13:20 UTC  (6+ messages)
` [PATCH v9 07/24] dma-mapping: Implement link/unlink ranges API

[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
 2025-04-28  8:58 UTC  (3+ messages)
` [PATCH v8 06/43] arm64: RME: Define the user ABI

[PATCH] x86/sev: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variables
 2025-04-28  6:30 UTC 

[PATCH 0/3] Enable x86 mediated vPMU
 2025-04-27  9:42 UTC  (4+ messages)
` [PATCH 3/3] target/i386: Support VMX_VM_EXIT_SAVE_IA32_PERF_GLOBAL_CTRL

[PATCH v3 00/14] MSR code cleanup part one
 2025-04-27  9:26 UTC  (4+ messages)
` [PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()

[PATCH v4 00/15] MSR code cleanup part one
 2025-04-27  9:20 UTC  (2+ messages)
` [PATCH v4 15/15] x86/msr: Change the function type of native_read_msr_safe()


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