messages from 2025-09-29 12:08:23 to 2025-10-03 10:15:21 UTC [more...]
[PATCH] xen/arm: XEN_DOMCTL_get_address_size hypercall support
2025-10-03 10:14 UTC (9+ messages)
[XTF PATCH v2 0/2] Remove Xen as a hard requirement to run XTF
2025-10-03 9:54 UTC (9+ messages)
` [XTF PATCH v2 1/2] x86: "
` [XTF PATCH v2 2/2] x86: Allow exiting QEMU in TCG/QEMU
[PATCH for-4.21] x86/hvm: fix reading from 0xe9 IO port if port E9 hack is active
2025-10-03 9:34 UTC (9+ messages)
[PATCH] MAINTAINERS: Add myself as an AMD SVM & IOMMU reviewer
2025-10-03 9:20 UTC (3+ messages)
[PATCH v2] xen: Strip xen.efi by default
2025-10-03 8:26 UTC (8+ messages)
[llvm coverage] Update LLVM profile raw format from v4 to v10
2025-10-03 8:12 UTC (5+ messages)
` [PATCH v2] Support LLVM raw profile versions 8, 9, and 10
[XEN PATCH v2 0/8] Allow to build libxl and other tools with json-c instead of yajl
2025-10-02 14:53 UTC (12+ messages)
` [XEN PATCH v2 1/8] tools/configure: Introduce deps on json-c lib for libxl
` [XEN PATCH v2 3/8] libxl: convert libxl__json_object_to_yajl_gen to libxl__json_object_to_libjsonc_object
` [XEN PATCH v2 7/8] configure: Use json-c by default, fallback to yajl
` [XEN PATCH v2 8/8] Update CHANGELOG and README with dependency on json-c
[PATCH v4 00/17] system/physmem: Remove cpu_physical_memory _is_io() and _rw()
2025-10-02 14:09 UTC (20+ messages)
` [PATCH v4 01/17] docs/devel/loads-stores: Stop mentioning cpu_physical_memory_write_rom()
` [PATCH v4 02/17] system/memory: Factor address_space_is_io() out
` [PATCH v4 03/17] target/i386/arch_memory_mapping: Use address_space_memory_is_io()
` [PATCH v4 04/17] hw/s390x/sclp: Use address_space_memory_is_io() in sclp_service_call()
` [PATCH v4 05/17] system/physmem: Remove cpu_physical_memory_is_io()
` [PATCH v4 06/17] system/physmem: Pass address space argument to cpu_flush_icache_range()
` [PATCH v4 07/17] hw/s390x/sclp: Replace [cpu_physical_memory -> address_space]_r/w()
` [PATCH v4 08/17] target/s390x/mmu: Replace [cpu_physical_memory -> address_space]_rw()
` [PATCH v4 09/17] target/i386/whpx: Replace legacy cpu_physical_memory_rw() call
` [PATCH v4 10/17] target/i386/kvm: "
` [PATCH v4 11/17] target/i386/nvmm: Inline cpu_physical_memory_rw() in nvmm_mem_callback
` [PATCH v4 12/17] hw/xen/hvm: Inline cpu_physical_memory_rw() in rw_phys_req_item()
` [PATCH v4 13/17] system/physmem: Un-inline cpu_physical_memory_read/write()
` [PATCH v4 14/17] system/physmem: Avoid cpu_physical_memory_rw when is_write is constant
` [PATCH v4 15/17] system/physmem: Remove legacy cpu_physical_memory_rw()
` [PATCH v4 16/17] hw/virtio/vhost: Replace legacy cpu_physical_memory_*map() calls
` [PATCH v4 17/17] hw/virtio/virtio: Replace legacy cpu_physical_memory_map() call
[XTF PATCH] x86: Remove Xen as a hard requirement to run XTF
2025-10-02 12:09 UTC (4+ messages)
[ImageBuilder][PATCH V2] uboot-script-gen: Add ability to configure static event channels
2025-10-02 1:12 UTC (2+ messages)
[ANNOUNCE] Call for agenda items for October 2, 2025 Community Call @ 15:00 UTC
2025-10-01 18:33 UTC
[PATCH v4 00/18 for 4.22] xen/riscv: introduce p2m functionality
2025-10-01 16:00 UTC (13+ messages)
` [PATCH v4 12/18] xen/riscv: Implement p2m_pte_from_mfn() and support PBMT configuration
` [PATCH v4 13/18] xen/riscv: implement p2m_next_level()
` [PATCH v4 17/18] xen/riscv: add support of page lookup by GFN
` [PATCH v4 18/18] xen/riscv: introduce metadata table to store P2M type
[PATCH v2] x86/hvm: vlapic: fix RO bits emulation in LVTx regs
2025-10-01 15:18 UTC (2+ messages)
[PATCH] tools: init-dom0less: Replace err() with more informative messages
2025-10-01 11:24 UTC (3+ messages)
[PATCH v2 00/12] x86/msr: Inline rdmsr/wrmsr instructions
2025-10-01 6:45 UTC (14+ messages)
` [PATCH v2 04/12] x86/msr: Minimize usage of native_*() msr access functions
` [PATCH v2 11/12] x86/paravirt: Don't use pv_ops vector for MSR "
` [PATCH v2 12/12] x86/msr: Reduce number of low level MSR access helpers
[PATCH v3 00/18] system/physmem: Remove cpu_physical_memory _is_io() and _rw()
2025-09-30 20:27 UTC (24+ messages)
` [PATCH v3 01/18] docs/devel/loads-stores: Stop mentioning cpu_physical_memory_write_rom()
` [PATCH v3 02/18] system/memory: Better describe @plen argument of flatview_translate()
` [PATCH v3 03/18] system/memory: Factor address_space_is_io() out
` [PATCH v3 04/18] target/i386/arch_memory_mapping: Use address_space_memory_is_io()
` [PATCH v3 05/18] hw/s390x/sclp: Use address_space_memory_is_io() in sclp_service_call()
` [PATCH v3 06/18] system/physmem: Remove cpu_physical_memory_is_io()
` [PATCH v3 07/18] system/physmem: Pass address space argument to cpu_flush_icache_range()
` [PATCH v3 08/18] hw/s390x/sclp: Replace [cpu_physical_memory -> address_space]_r/w()
` [PATCH v3 09/18] target/s390x/mmu: Replace [cpu_physical_memory -> address_space]_rw()
` [PATCH v3 10/18] target/i386/whpx: Replace legacy cpu_physical_memory_rw() call
` [PATCH v3 11/18] target/i386/kvm: "
` [PATCH v3 12/18] target/i386/nvmm: Inline cpu_physical_memory_rw() in nvmm_mem_callback
` [PATCH v3 13/18] hw/xen/hvm: Inline cpu_physical_memory_rw() in rw_phys_req_item()
` [PATCH v3 14/18] system/physmem: Un-inline cpu_physical_memory_read/write()
` [PATCH v3 15/18] system/physmem: Avoid cpu_physical_memory_rw when is_write is constant
` [PATCH v3 16/18] system/physmem: Remove legacy cpu_physical_memory_rw()
` [PATCH v3 17/18] hw/virtio/vhost: Replace legacy cpu_physical_memory_*map() calls
` [PATCH v3 18/18] hw/virtio/virtio: Replace legacy cpu_physical_memory_map() call
[PATCH for-4.21] vpci/msix: improve handling of bogus MSI-X capabilities
2025-09-30 15:50 UTC (6+ messages)
[PATCH 0/2] x86: ERMS follow-on
2025-09-30 13:03 UTC (8+ messages)
` [PATCH for-4.21 1/2] x86/AMD: avoid REP MOVSB for Zen3/4
` [PATCH 2/2] x86: guard synthetic feature and bug enumerators
[PATCH v5] x86: make Viridian support optional
2025-09-30 12:52 UTC
[PATCH] x86/hap: Inline "flush_vcpu" in "flush_tlb"
2025-09-30 12:11 UTC (5+ messages)
[XEN][PATCH] x86/hvm: revise "cpu_has_vmx" usage for !CONFIG_INTEL_VMX case
2025-09-30 12:10 UTC (2+ messages)
[ImageBuilder] uboot-script-gen: Add ability to configure static event channels
2025-09-30 11:14 UTC (3+ messages)
[PATCH] xen/arm: gicv3: initialize eSPI unconditionally
2025-09-30 9:00 UTC
[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
[GIT PULL] xen: branch for v6.18-rc1
2025-09-30 2:54 UTC (2+ messages)
[PATCH] arm/gic_v3: fix MISRA C R2.1 violations in gicv3_do_LPI()
2025-09-29 19:55 UTC
[PATCH v4 0/2] arm: address violations of MISRA C Rule 2.1
2025-09-29 18:43 UTC (3+ messages)
` [PATCH v4 1/2] arm/acpi: "
` [PATCH v4 2/2] arm/gic_v3: "
[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 v4 0/6] Preparation to .map_page and .unmap_page removal
2025-09-29 17:39 UTC (5+ messages)
` [PATCH v4 3/6] ARM: dma-mapping: Reduce struct page exposure in arch_sync_dma*()
` [PATCH v4 5/6] xen: swiotlb: Switch to physical address mapping callbacks
[PATCH v2 00/26] Disable domctl-op via CONFIG_MGMT_HYPERCALLS
2025-09-29 17:04 UTC (14+ messages)
` [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS
[PATCH v2] xen/arm: Reorder SCI resource cleanup in domain destruction
2025-09-29 16:30 UTC (6+ messages)
[PATCH v6 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-09-29 15:25 UTC (3+ messages)
` [PATCH v6 23/25] drm/xe: Compute dumb-buffer sizes with drm_mode_size_dumb()
[PATCH v2 0/3] xenconsole: Add connection flag
2025-09-29 15:22 UTC (4+ 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).