messages from 2025-04-27 02:13:16 to 2025-04-29 05:02:39 UTC [more...]
[PATCH v10 00/24] Provide a new two step DMA mapping API
2025-04-29 4:58 UTC (34+ 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 00/13] single-binary: compile target/arm twice
2025-04-29 5:00 UTC (14+ 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 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 kvmtool v3 0/3] cpu: vmexit: KVM_RUN ioctl error handling fixes
2025-04-29 3:37 UTC (8+ 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] 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 0/3] RISC-V KVM selftests improvements
2025-04-29 0:32 UTC (10+ 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 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)
[Bug 220057] New: Kernel regression. Linux VMs crashing (I did not test Windows guest VMs)
2025-04-28 23:05 UTC (20+ messages)
` [Bug 220057] "
[PATCH v3 00/42] KVM: arm64: Revamp Fine Grained Trap handling
2025-04-28 21:42 UTC (3+ 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/5] KVM: RISC-V: VCPU reset fixes
2025-04-28 18:00 UTC (7+ 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 0/6] objtool: Detect and warn about indirect calls in __nocfi functions
2025-04-28 17:13 UTC (13+ messages)
` [PATCH 3/6] x86/kvm/emulate: Avoid RET for fastops
` [PATCH 5/6] x86_64,hyperv: Use direct call to hypercall-page
[PATCH 0/5] accel/kvm: Support KVM PMU filter
2025-04-28 16:24 UTC (24+ messages)
` [PATCH 1/5] qapi/qom: Introduce kvm-pmu-filter object
` [PATCH 2/5] i386/kvm: Support basic KVM PMU filter
` [PATCH 3/5] i386/kvm: Support event with select & umask format in "
` [PATCH 5/5] i386/kvm: Support fixed counter "
[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 (18+ messages)
` [PATCH v9 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v9 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v9 03/24] iommu: generalize the batched sync after map interface
` [PATCH v9 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v9 23/24] nvme-pci: convert to blk_rq_dma_map
[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 (16+ messages)
` [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
` [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v4 03/15] x86/msr: Remove rdpmc()
` [PATCH v4 04/15] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v4 05/15] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v4 06/15] x86/xen/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v4 07/15] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v4 08/15] x86/msr: Add the native_rdmsrq() helper
` [PATCH v4 09/15] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v4 10/15] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v4 11/15] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v4 12/15] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v4 13/15] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v4 14/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v4 15/15] x86/msr: Change the function type of native_read_msr_safe()
[PATCH v11 0/5] KVM: selftests: Add LoongArch support
2025-04-27 6:45 UTC (6+ messages)
` [PATCH v11 1/5] KVM: selftests: Add VM_MODE_P47V47_16K VM mode
` [PATCH v11 2/5] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v11 3/5] KVM: selftests: Add core KVM selftests support "
` [PATCH v11 4/5] KVM: selftests: Add ucall test "
` [PATCH v11 5/5] KVM: selftests: Add test cases "
[kvm:queue 9/13] arch/x86/kvm/svm/avic.c:807: warning: Function parameter or struct member 'pi->prev_ga_tag' not described in 'if'
2025-04-27 6:15 UTC
[PATCH v10 0/5] KVM: selftests: Add LoongArch support
2025-04-27 3:42 UTC (4+ messages)
` [PATCH v10 2/5] KVM: selftests: Add KVM selftests header files for LoongArch
[PATCH] LoongArch: KVM: Fully clear some registers when VM reboot
2025-04-27 2:49 UTC (5+ messages)
[PATCH v2 0/2] LoongArch: KVM: Do not flush tlb if HW PTW supported
2025-04-27 2:45 UTC (3+ messages)
` [PATCH v2 1/2] LoongArch: KVM: Add parameter exception code with exception handler
` [PATCH v2 2/2] LoongArch: KVM: Do not flush tlb if HW PTW supported
[PATCH v4 00/13] Enable shared device assignment
2025-04-27 2:26 UTC (6+ messages)
` [PATCH v4 03/13] memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
` [PATCH v4 10/13] memory: Change NotifyStateClear() definition to return the result
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).