messages from 2025-09-26 21:57:31 to 2025-09-30 08:21:36 UTC [more...]
[PATCH v3 00/18] system/physmem: Remove cpu_physical_memory _is_io() and _rw()
2025-09-30 8:21 UTC (2+ messages)
` [PATCH v3 01/18] docs/devel/loads-stores: Stop mentioning cpu_physical_memory_write_rom()
[PATCH 00/35] memory: QOM-ify AddressSpace
2025-09-30 8:06 UTC (5+ messages)
REGRESSION on linux-next (next-20250919)
2025-09-30 8:03 UTC (2+ messages)
[PATCH v4 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-09-30 7:57 UTC (16+ messages)
` [PATCH v4 01/10] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v4 02/10] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v4 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v4 04/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v4 05/10] types: move phys_vec definition to common header
` [PATCH v4 06/10] vfio: Export vfio device get and put registration helpers
` [PATCH v4 07/10] vfio/pci: Add dma-buf export config for MMIO regions
` [PATCH v4 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v4 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v4 10/10] vfio/pci: Add dma-buf export support for MMIO regions
[PATCH 0/6] KVM: Avoid a lurking guest_memfd ABI mess
2025-09-30 7:53 UTC (39+ messages)
` [PATCH 1/6] KVM: guest_memfd: Add DEFAULT_SHARED flag, reject user page faults if not set
` [PATCH 2/6] KVM: selftests: Stash the host page size in a global in the guest_memfd test
` [PATCH 3/6] KVM: selftests: Create a new guest_memfd for each testcase
` [PATCH 4/6] KVM: selftests: Add test coverage for guest_memfd without GUEST_MEMFD_FLAG_MMAP
` [PATCH 5/6] KVM: selftests: Add wrappers for mmap() and munmap() to assert success
` [PATCH 6/6] KVM: selftests: Verify that faulting in private guest_memfd memory fails
[PATCH 00/13] KVM: arm64: De-specialise the timer UAPI
2025-09-30 7:48 UTC (18+ messages)
` [PATCH 01/13] KVM: arm64: Hide CNTHV_*_EL2 from userspace for nVHE guests
` [PATCH 02/13] KVM: arm64: Introduce timer_context_to_vcpu() helper
` [PATCH 03/13] KVM: arm64: Replace timer context vcpu pointer with timer_id
` [PATCH 04/13] KVM: arm64: Make timer_set_offset() generally accessible
` [PATCH 05/13] KVM: arm64: Add timer UAPI workaround to sysreg infrastructure
` [PATCH 06/13] KVM: arm64: Move CNT*_CTL_EL0 userspace accessors to generic infrastructure
` [PATCH 07/13] KVM: arm64: Move CNT*_CVAL_EL0 "
` [PATCH 08/13] KVM: arm64: Move CNT*CT_EL0 "
` [PATCH 09/13] KVM: arm64: Fix WFxT handling of nested virt
` [PATCH 10/13] KVM: arm64: Kill leftovers of ad-hoc timer userspace access
` [PATCH 11/13] KVM: arm64: selftests: Make dependencies on VHE-specific registers explicit
` [PATCH 12/13] KVM: arm64: selftests: Add an E2H=0-specific configuration to get_reg_list
` [PATCH 13/13] KVM: arm64: selftest: Fix misleading comment about virtual timer encoding
[PATCH v2 00/17] system/physmem: Remove cpu_physical_memory _is_io() and _rw()
2025-09-30 7:40 UTC (29+ messages)
` [PATCH v2 01/17] docs/devel/loads-stores: Stop mentioning cpu_physical_memory_write_rom()
` [PATCH v2 02/17] system/memory: Better describe @plen argument of flatview_translate()
` [PATCH v2 03/17] system/memory: Factor address_space_is_io() out
` [PATCH v2 04/17] target/i386/arch_memory_mapping: Use address_space_memory_is_io()
` [PATCH v2 05/17] hw/s390x/sclp: Use address_space_memory_is_io() in sclp_service_call()
` [PATCH v2 06/17] system/physmem: Remove cpu_physical_memory_is_io()
` [PATCH v2 07/17] system/physmem: Pass address space argument to cpu_flush_icache_range()
` [PATCH v2 08/17] hw/s390x/sclp: Replace [cpu_physical_memory -> address_space]_r/w()
` [PATCH v2 09/17] target/s390x/mmu: Replace [cpu_physical_memory -> address_space]_rw()
` [PATCH v2 10/17] target/i386/whpx: Replace legacy cpu_physical_memory_rw() call
` [PATCH v2 11/17] target/i386/kvm: "
` [PATCH v2 12/17] target/i386/nvmm: Inline cpu_physical_memory_rw() in nvmm_mem_callback
` [PATCH v2 13/17] hw/xen/hvm: Inline cpu_physical_memory_rw() in rw_phys_req_item()
` [PATCH v2 14/17] system/physmem: Un-inline cpu_physical_memory_read/write()
` [PATCH v2 15/17] system/physmem: Inline cpu_physical_memory_rw() and remove it
` [PATCH v2 16/17] hw/virtio/vhost: Replace legacy cpu_physical_memory_*map() calls
` [PATCH v2 17/17] hw/virtio/virtio: Replace legacy cpu_physical_memory_map() call
[PATCH v2] RISC-V: KVM: Transparent huge page support
2025-09-30 7:20 UTC
[PATCH v2 00/12] x86/msr: Inline rdmsr/wrmsr instructions
2025-09-30 7:03 UTC (3+ messages)
` [PATCH v2 03/12] x86/kvm: Remove the KVM private read_msr() function
` [PATCH v2 04/12] x86/msr: Minimize usage of native_*() msr access functions
[PATCH v9 0/2] update live migration configuration region
2025-09-30 7:01 UTC (7+ messages)
` [PATCH v9 2/2] hisi_acc_vfio_pci: adapt to new migration configuration
[PATCH v3 0/5] KVM: SVM: Add Page Modification Logging (PML) support
2025-09-30 6:02 UTC (8+ messages)
` [PATCH v3 5/5] KVM: SVM: Add Page modification logging support
[PATCH v5 1/5] mm: introduce num_pages_contiguous()
2025-09-30 3:36 UTC (4+ messages)
[PATCH v8 0/7] TDX host: kexec/kdump support
2025-09-30 1:38 UTC (3+ messages)
` [PATCH 4/7] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum
[PATCH 0/2] VMSCAPE optimization for BHI variant
2025-09-30 1:22 UTC (3+ messages)
[PATCH v3 00/16] TDX: Enable Dynamic PAMT
2025-09-30 1:09 UTC (43+ messages)
` [PATCH v3 03/16] x86/virt/tdx: Simplify tdmr_get_pamt_sz()
` [PATCH v3 04/16] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v3 05/16] x86/virt/tdx: Allocate reference counters for PAMT memory
` [PATCH v3 07/16] x86/virt/tdx: Add tdx_alloc/free_page() helpers
` [PATCH v3 11/16] KVM: TDX: Add x86 ops for external spt cache
` [PATCH v3 12/16] x86/virt/tdx: Add helpers to allow for pre-allocating pages
` [PATCH v3 13/16] KVM: TDX: Handle PAMT allocation in fault path
[PATCH 00/15] system/physmem: Remove cpu_physical_memory _is_io() and _rw()
2025-09-29 18:32 UTC (16+ messages)
` [PATCH 01/15] docs/devel/loads-stores: Stop mentioning cpu_physical_memory_write_rom()
` [PATCH 02/15] system/memory: Factor address_space_memory_is_io() out
` [PATCH 03/15] target/i386/arch_memory_mapping: Use address_space_memory_is_io()
` [PATCH 04/15] hw/s390x/sclp: Use address_space_memory_is_io() in sclp_service_call()
` [PATCH 05/15] system/physmem: Remove cpu_physical_memory_is_io()
` [PATCH 06/15] system/physmem: Pass address space argument to cpu_flush_icache_range()
` [PATCH 07/15] target/s390x/mmu: Replace [cpu_physical_memory -> address_space]_rw()
` [PATCH 08/15] target/i386/whpx: Replace legacy cpu_physical_memory_rw() call
` [PATCH 09/15] target/i386/kvm: "
` [PATCH 10/15] target/i386/nvmm: Inline cpu_physical_memory_rw() in nvmm_mem_callback
` [PATCH 11/15] hw/xen/hvm: Inline cpu_physical_memory_rw() in rw_phys_req_item()
` [PATCH 12/15] system/physmem: Un-inline cpu_physical_memory_read/write()
` [PATCH 13/15] system/physmem: Inline cpu_physical_memory_rw() and remove it
` [PATCH 14/15] hw/virtio/vhost: Replace legacy cpu_physical_memory_*map() calls
` [PATCH 15/15] hw/virtio/virtio: Replace legacy cpu_physical_memory_map() call
[PATCH 0/6] system/ramblock: Sanitize header
2025-09-29 16:58 UTC (9+ messages)
` [PATCH 1/6] system/ramblock: Remove obsolete comment
` [PATCH 2/6] system/ramblock: Move ram_block_is_pmem() declaration
` [PATCH 3/6] system/ramblock: Move ram_block_discard_*_range() declarations
` [PATCH 4/6] system/ramblock: Use ram_addr_t in ram_block_discard_guest_memfd_range
` [PATCH 5/6] system/ramblock: Use ram_addr_t in ram_block_discard_range()
` [PATCH 6/6] system/ramblock: Move RAMBlock helpers out of "system/ram_addr.h"
[PATCH] vhost: vringh: Fix copy_to_iter return value check
2025-09-29 16:00 UTC (3+ messages)
[RFC PATCH v2 00/18] iommu/riscv: Add irqbypass support
2025-09-29 15:50 UTC (4+ messages)
` [RFC PATCH v2 04/18] iommu/riscv: Add IRQ domain for interrupt remapping
[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-09-29 10:20 UTC (12+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
[PATCH net-next v5 0/8] TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
2025-09-29 9:43 UTC (6+ messages)
` [PATCH net-next v5 4/8] TUN & TAP: Wake netdev queue after consuming an entry
[PATCH kvm-next] tools headers: Sync KVM headers for KVM_CAP_GUEST_MEMFD_MMAP
2025-09-29 6:35 UTC
vduse: add vq group support
2025-09-29 6:07 UTC (2+ messages)
[PATCH] vhost-vdpa: Set s.num in GET_VRING_GROUP
2025-09-29 6:05 UTC (4+ messages)
[PATCH] RISC-V: KVM: Transparent huge page support
2025-09-28 19:31 UTC (3+ messages)
` [External] : "
[PATCH v2 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
2025-09-28 8:15 UTC (11+ messages)
[PATCH] vhost: vringh: Modify the return value check
2025-09-27 20:36 UTC (2+ messages)
[PATCH] KVM: s390: Fix to clear PTE when discarding a swapped page
2025-09-27 17:14 UTC (2+ messages)
[GIT PULL] KVM: x86 pull requests 6.18
2025-09-27 6:09 UTC (11+ messages)
` [GIT PULL] x86/kvm: Guest side changes for 6.18
` [GIT PULL] KVM: One lone common change "
` [GIT PULL] KVM: x86: MMU changes "
` [GIT PULL] KVM: Selftests "
` [GIT PULL] KVM: x86: VMX "
` [GIT PULL] KVM: x86: SVM "
` [GIT PULL] KVM: x86: SNP CipherTextHiding "
` [GIT PULL] KVM: x86: Misc changes "
` [GIT PULL] KVM: x86: CET virtualization "
` [GIT PULL] KVM: Symbol export restrictions "
[PATCH v2 0/5] KVM: Export KVM-internal symbols for sub-modules only
2025-09-27 6:02 UTC (2+ messages)
[PATCH net] vhost: vringh: Fix copy_to_iter return value check
2025-09-27 0:50 UTC (2+ messages)
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