Messages by Date
-
2026/04/28
Re: [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
Segher Boessenkool
-
2026/04/28
Re: [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
Segher Boessenkool
-
2026/04/28
Re: [PATCH 05/17] hvmloader: add Q35 DSDT table loading
Roger Pau Monné
-
2026/04/28
Re: [PATCH 04/17] hvmloader: add ACPI enabling for Q35
Roger Pau Monné
-
2026/04/28
Re: [PATCH 03/17] hvmloader: add function to set the emulated machine type (i440/Q35)
Roger Pau Monné
-
2026/04/28
Re: [PATCH v2] xen/dt-overlay: support phandle-based targeting in overlay_get_nodes_info
Nicola Vetrini
-
2026/04/28
Re: [PATCH v2] xen/dt-overlay: support phandle-based targeting in overlay_get_nodes_info
Orzel, Michal
-
2026/04/28
Re: [PATCH 02/17] libacpi: new DSDT ACPI table for Q35
Roger Pau Monné
-
2026/04/28
Re: [PATCH v2 02/23] xen/arm: smmuv3: Add support for stage-1 and nested stage translation
Milan Djokic
-
2026/04/28
Re: [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
Andrew Cooper
-
2026/04/28
Re: [RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()
Geert Uytterhoeven
-
2026/04/28
Re: [PATCH 01/17] libacpi: Split dsdt.asl file and extract i440 specific parts
Roger Pau Monné
-
2026/04/28
Re: [PATCH v2] xen/dt-overlay: support phandle-based targeting in overlay_get_nodes_info
Nicola Vetrini
-
2026/04/28
[PULL 08/15] ui/console: return completion status from gfx_update callback
marcandre . lureau
-
2026/04/28
Re: [PATCH v2] xen/dt-overlay: support phandle-based targeting in overlay_get_nodes_info
Orzel, Michal
-
2026/04/28
Re: [PATCH v2] xen/dt-overlay: support phandle-based targeting in overlay_get_nodes_info
Luca Fancellu
-
2026/04/28
[PATCH v2] xen/dt-overlay: support phandle-based targeting in overlay_get_nodes_info
Michal Orzel
-
2026/04/28
Re: [PATCH 00/17] Q35 initial support for HVM guests
Roger Pau Monné
-
2026/04/27
Re: [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
Yury Norov
-
2026/04/27
Re: [PATCH 4/4] tools/xenstored: remove permissions related to dead domain
Jason Andryuk
-
2026/04/27
Re: [PATCH 3/4] tools/xenstored: allow @releaseDomain watch for all domains
Jason Andryuk
-
2026/04/27
Re: [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
Linus Torvalds
-
2026/04/27
Re: [PATCH 2/4] tools/xenstored: add support for "all domains" node permission
Jason Andryuk
-
2026/04/27
Re: [PATCH 1/4] xen/public: introduce DOMID_ANY
Jason Andryuk
-
2026/04/27
Re: [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
Linus Torvalds
-
2026/04/27
Re: [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
David Laight
-
2026/04/27
Re: [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
Yury Norov
-
2026/04/27
Re: [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
Andrew Cooper
-
2026/04/27
Re: [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
Yury Norov
-
2026/04/27
Re: [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
Yury Norov
-
2026/04/27
Re: [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
Linus Torvalds
-
2026/04/27
Re: [RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
Helge Deller
-
2026/04/27
Re: [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
Alice Ryhl
-
2026/04/27
Re: [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
Yury Norov
-
2026/04/27
Re: [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
Yury Norov
-
2026/04/27
Re: [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
Christophe Leroy (CS GROUP)
-
2026/04/27
[RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
Christophe Leroy (CS GROUP)
-
2026/04/27
[RFC PATCH v1 8/9] arm64: Add unsafe_copy_from_user()
Christophe Leroy (CS GROUP)
-
2026/04/27
[RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
Christophe Leroy (CS GROUP)
-
2026/04/27
[RFC PATCH v1 6/9] uaccess: Change copy_{to/from}_user to return -EFAULT
Christophe Leroy (CS GROUP)
-
2026/04/27
[RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
Christophe Leroy (CS GROUP)
-
2026/04/27
[RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()
Christophe Leroy (CS GROUP)
-
2026/04/27
[RFC PATCH v1 3/9] x86/umip: Be stricter in fixup_umip_exception()
Christophe Leroy (CS GROUP)
-
2026/04/27
[RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
Christophe Leroy (CS GROUP)
-
2026/04/27
[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
Christophe Leroy (CS GROUP)
-
2026/04/27
[RFC PATCH v1 1/9] uaccess: Split check_zeroed_user() out of usercopy.c
Christophe Leroy (CS GROUP)
-
2026/04/27
Re: [PATCH v8 12/13] xen/arm: Implement PSCI SYSTEM_SUSPEND call (host interface)
Luca Fancellu
-
2026/04/27
Re: [PATCH 0/3] x86/pvh: fix unbootable VMs again (PVH + KASAN)
Mauricio Faria de Oliveira
-
2026/04/27
[PATCH v2 3/3] x86/pvh: fix unbootable VMs by really inlining memset() in xen_prepare_pvh()
Mauricio Faria de Oliveira
-
2026/04/27
[PATCH v2 1/3] x86/asm, x86/boot: Expose inline memcmp
Mauricio Faria de Oliveira
-
2026/04/27
[PATCH v2 2/3] x86/cpuid: fix unbootable VMs by really inlining memcmp() in hypervisor_cpuid_base()
Mauricio Faria de Oliveira
-
2026/04/27
[PATCH v2 0/3] x86/pvh: fix unbootable VMs again (PVH + KASAN)
Mauricio Faria de Oliveira
-
2026/04/27
[PATCH v4 1/3] xen/dom0less: introduce next_phandle in struct kernel_info
Oleksii Kurochko
-
2026/04/27
[PATCH v4 3/3] xen: introduce CONFIG_HAS_DOMAIN_TYPE
Oleksii Kurochko
-
2026/04/27
[PATCH v4 2/3] xen/dom0less: pass kernel_info struct instead of fdt to make_cpus_node()
Oleksii Kurochko
-
2026/04/27
[PATCH v4 0/3] dom0less: various updates
Oleksii Kurochko
-
2026/04/27
Re: [PATCH v8 11/13] xen/arm: Save/restore context on suspend/resume
Luca Fancellu
-
2026/04/27
Re: [PATCH test-artifacts v3 03/13] Add debian rootfs artifact
Anthony PERARD
-
2026/04/27
Re: [PATCH v8 10/13] xen/arm: Resume memory management on Xen resume
Luca Fancellu
-
2026/04/27
Re: [PATCH v8 09/13] arm/smmu-v3: add suspend/resume handlers
Luca Fancellu
-
2026/04/27
Re: [PATCH v8 09/13] arm/smmu-v3: add suspend/resume handlers
Luca Fancellu
-
2026/04/27
[PATCH v4 5/9] x86/passthrough: Introduce pt_irq_bind_msi() as canonical MSI bind path
Julian Vetter
-
2026/04/27
[PATCH v4 7/9] x86/dmop: Add XEN_DMOP_{bind,unbind}_pt_msi_irq DM ops
Julian Vetter
-
2026/04/27
[PATCH v4 3/9] x86/passthrough: Extract pt_irq_dpci_setup() from pt_irq_create_bind()
Julian Vetter
-
2026/04/27
[PATCH v4 9/9] x86/cpuid: Advertise XEN_HVM_CPUID_EXT_DEST_ID when device model opts in
Julian Vetter
-
2026/04/27
[PATCH v4 8/9] hvm/ioreq: Negotiate extended destination ID support per ioreq server
Julian Vetter
-
2026/04/27
[PATCH v4 6/9] x86/hvm: Support extended destination IDs in virtual MSI and IO-APIC
Julian Vetter
-
2026/04/27
[PATCH v4 4/9] x86/passthrough: Extract PT_IRQ_TYPE_MSI body into pt_irq_bind_msi()
Julian Vetter
-
2026/04/27
[PATCH v4 1/9] x86/vioapic: Add ioapic_check() to validate IO-APIC state before restore
Julian Vetter
-
2026/04/27
[PATCH v4 0/9] x86/hvm: Add Extended MSI destination ID support
Julian Vetter
-
2026/04/27
[PATCH v4 2/9] x86/passthrough: Wrap pt_irq_create_bind() restart block in braces
Julian Vetter
-
2026/04/27
Re: [PATCH v3 3/3] xen: introduce CONFIG_HAS_DOMAIN_TYPE
Oleksii Kurochko
-
2026/04/27
Re: [RFC PATCH v4 0/6] xl: Allow PCI devices to be passthrough'd via Qemu command line
Anthony PERARD
-
2026/04/27
Re: [PATCH v2 0/7] Minor xenguest optimisations
Anthony PERARD
-
2026/04/27
[PATCH v2 5/7] xenguest: Use a single write_exact in write_headers
Frediano Ziglio
-
2026/04/27
[PATCH v2 1/7] xenguest: Reduce number of parts in write_split_record
Frediano Ziglio
-
2026/04/27
[PATCH v2 7/7] tools/lib/call: cache up to 4 pages in hypercall bounce buffers
Frediano Ziglio
-
2026/04/27
[PATCH v2 3/7] xenguest: Allows writev_exact to change iov array
Frediano Ziglio
-
2026/04/27
[PATCH v2 2/7] xenguest: Reduce number of I/O vectors in write_batch
Frediano Ziglio
-
2026/04/27
[PATCH v2 0/7] Minor xenguest optimisations
Frediano Ziglio
-
2026/04/27
[PATCH v2 4/7] xenguest: Reduce number of I/O vectors in write_batch
Frediano Ziglio
-
2026/04/27
[PATCH v2 6/7] tools/libs/guest: allocate various migration arrays just once
Frediano Ziglio
-
2026/04/27
Re: [PATCH 3/3] x86/shadow: reduce flush_tlb's scope in shadow_track_dirty_vram()
Roger Pau Monné
-
2026/04/27
Re: [PATCH v3] arm/gicv3: Decode cacheability fields before comparing
Orzel, Michal
-
2026/04/27
Re: [PATCH 2/3] x86/shadow: VRAM last_dirty tagging
Roger Pau Monné
-
2026/04/27
Re: [PATCH v3 3/3] xen: introduce CONFIG_HAS_DOMAIN_TYPE
Orzel, Michal
-
2026/04/27
Re: [PATCH 1/3] x86/shadow: unlock P2M slightly earlier in shadow_track_dirty_vram()
Roger Pau Monné
-
2026/04/27
Re: [PATCH v8 07/13] xen/arm: ffa: fix notification SRI across CPU hotplug/suspend
Bertrand Marquis
-
2026/04/27
Re: [PATCH v8 06/13] xen/arm: tee: keep init_tee_secondary() for hotplug and resume
Bertrand Marquis
-
2026/04/26
Re: [PATCH v3 1/3] xen/dom0less: introduce next_phandle in struct kernel_info
Orzel, Michal
-
2026/04/26
Re: [PATCH v4 3/4] xen/drivers/char/cadence-uart: fix IRQ registration failure propagation
Orzel, Michal
-
2026/04/26
Re: How to express "externally managed" IOMMU domains for VFIO/IOMMUFD ?
Jason Gunthorpe
-
2026/04/24
Re: [PATCH RFC] xen/swiotlb: avoid arch_sync_dma_* on per-device DMA memory
Stefano Stabellini
-
2026/04/24
Re: [PATCH RFC] xen/swiotlb: avoid arch_sync_dma_* on per-device DMA memory
Stefano Stabellini
-
2026/04/24
Re: [PATCH 9/9] x86/mwait-idle: Add C-states validation
Roger Pau Monné
-
2026/04/24
Re: [PATCH 8/9] x86/mwait-idle: Add cmdline option to adjust C-states table
Roger Pau Monné
-
2026/04/24
Re: [PATCH 7/9] x86/mwait-idle: drop const from struct cpuidle_state arrays
Roger Pau Monné
-
2026/04/24
Re: [PATCH 6/9] x86/mwait-idle: Remove the 'preferred_cstates' parameter
Roger Pau Monné
-
2026/04/24
Re: [PATCH 5/9] x86/mwait-idle: Remove unused driver version constant
Roger Pau Monné
-
2026/04/24
Re: [PATCH 4/9] x86/mwait-idle: move pre-initialized struct idle_cpu instances
Roger Pau Monné
-
2026/04/24
Re: [PATCH 3/9] x86/mwait-idle: latch struct idle_cpu contents
Roger Pau Monné
-
2026/04/24
Re: [PATCH 2/9] x86/mwait-idle: clean up BYT/CHT auto demotion disable
Roger Pau Monné
-
2026/04/24
Re: [PATCH 1/9] x86/mwait-idle: arrange for BSP MSR adjustments during S3 resume
Roger Pau Monné
-
2026/04/24
Re: [PATCH RFC] xen/swiotlb: avoid arch_sync_dma_* on per-device DMA memory
Jason Gunthorpe
-
2026/04/24
[PATCH v3 2/3] xen/dom0less: pass kernel_info struct instead of fdt to make_cpus_node()
Oleksii Kurochko
-
2026/04/24
[PATCH v3 0/3] dom0less: various updates
Oleksii Kurochko
-
2026/04/24
[PATCH v3 3/3] xen: introduce CONFIG_HAS_DOMAIN_TYPE
Oleksii Kurochko
-
2026/04/24
[PATCH v3 1/3] xen/dom0less: introduce next_phandle in struct kernel_info
Oleksii Kurochko
-
2026/04/24
Re: [PATCH v8 08/13] iommu/ipmmu-vmsa: Implement suspend/resume callbacks
Luca Fancellu
-
2026/04/24
Re: [PATCH v8 07/13] xen/arm: ffa: fix notification SRI across CPU hotplug/suspend
Luca Fancellu
-
2026/04/24
Re: [PATCH v8 06/13] xen/arm: tee: keep init_tee_secondary() for hotplug and resume
Luca Fancellu
-
2026/04/24
Re: [PATCH v8 05/13] xen/arm: gic-v3: add ITS suspend/resume support
Luca Fancellu
-
2026/04/24
Re: [PATCH] x86/cpuidle: split the max_cstate variable
Roger Pau Monné
-
2026/04/24
Re: [PATCH] x86/amd: Drop allow_unsafe parameter, tune down XSA-9 mitigations
Andrew Cooper
-
2026/04/24
Re: [PATCH] x86/amd: Drop allow_unsafe parameter, tune down XSA-9 mitigations
Roger Pau Monné
-
2026/04/24
Re: [RFC PATCH 1/2] pci: Allow platforms to modify BAR adresses
Roger Pau Monné
-
2026/04/24
Re: [PATCH v4 4/4] vpci: allow 32-bit BAR writes with memory decoding enabled
Roger Pau Monné
-
2026/04/24
Re: [PATCH v4 3/4] vpci: allow BAR map/unmap without affecting memory decoding bit
Roger Pau Monné
-
2026/04/24
Re: [PATCH] CHANGELOG: add xenstored watch depth feature
Oleksii Kurochko
-
2026/04/24
Re: [PATCH v4 1/4] vpci: Use pervcpu ranges for BAR mapping
Roger Pau Monné
-
2026/04/24
Re: [PATCH RFC] xen/swiotlb: avoid arch_sync_dma_* on per-device DMA memory
Peng Fan
-
2026/04/23
Re: [PATCH RFC] xen/swiotlb: avoid arch_sync_dma_* on per-device DMA memory
Peng Fan
-
2026/04/23
Re: [PATCH v3 6/7] vpci: add SR-IOV support for DomUs
Mykyta Poturai
-
2026/04/23
[PATCH v14 0/3] of: parsing of multi #{iommu,msi}-cells in maps
Vijayanand Jitta
-
2026/04/23
[PATCH v14 3/3] of: Respect #{iommu,msi}-cells in maps
Vijayanand Jitta
-
2026/04/23
[PATCH v14 2/3] of: Factor arguments passed to of_map_id() into a struct
Vijayanand Jitta
-
2026/04/23
[PATCH v14 1/3] of: Add convenience wrappers for of_map_id()
Vijayanand Jitta
-
2026/04/23
[PATCH 3/4] xenguest: Allows writev_exact to change iov array
Frediano Ziglio
-
2026/04/23
[PATCH 4/4] tools/libs/guest: allocate various migration arrays just once
Frediano Ziglio
-
2026/04/23
[PATCH 1/4] xenguest: Reduce number of parts in write_split_record
Frediano Ziglio
-
2026/04/23
[PATCH 2/4] xenguest: Reduce number of I/O vectors in write_batch
Frediano Ziglio
-
2026/04/23
[PATCH 0/4] Minor xenguest optimisations
Frediano Ziglio
-
2026/04/23
[PATCH] automation/gitlab: introduce macOS build jobs
Roger Pau Monne
-
2026/04/23
Re: [RFC PATCH v4 0/6] xl: Allow PCI devices to be passthrough'd via Qemu command line
Thierry Escande
-
2026/04/23
[PATCH v4 1/4] xen/drivers/char: fix SCIF IRQ registration failure propagation
Oleksii Moisieiev
-
2026/04/23
[PATCH v4 3/4] xen/drivers/char/cadence-uart: fix IRQ registration failure propagation
Oleksii Moisieiev
-
2026/04/23
[PATCH v4 2/4] xen/drivers/char/pl011: fix IRQ registration failure propagation
Oleksii Moisieiev
-
2026/04/23
[PATCH v4 0/4] xen/drivers/char: fix IRQ registration failure propagation
Oleksii Moisieiev
-
2026/04/23
[PATCH v4 4/4] xen/drivers/char: fix exynos4210 IRQ registration failure propagation
Oleksii Moisieiev
-
2026/04/23
[PATCH] nestedsvm: Clear GIF when injecting VMEXIT
Ross Lagerwall
-
2026/04/23
[PATCH] CHANGELOG: add xenstored watch depth feature
Juergen Gross
-
2026/04/23
Re: [PATCH 3/3] x86/pvh: fix unbootable VMs by really inlining memset() in xen_prepare_pvh()
Jürgen Groß
-
2026/04/23
Re: [PATCH 2/3] x86/cpuid: fix unbootable VMs by really inlining memcmp() in hypervisor_cpuid_base()
Jürgen Groß
-
2026/04/23
Re: [PATCH 1/3] x86/asm, x86/boot: Expose inline memcmp
Mauricio Faria de Oliveira
-
2026/04/23
Re: [RFC PATCH v4 0/6] xl: Allow PCI devices to be passthrough'd via Qemu command line
Oleksii Kurochko
-
2026/04/23
Re: [PATCH] tools: remove setup_physical_bridge_port() function
Anthony PERARD
-
2026/04/23
[RFC PATCH v4 5/6] libxl: Allow PCI device passthrough using -device Qemu command line
Thierry Escande
-
2026/04/23
[RFC PATCH v4 2/6] libxl: Refactor some PCI device handling functions
Thierry Escande
-
2026/04/23
[RFC PATCH v4 3/6] libxl: Add libxl__device_pci_get_qapi_json() internal API
Thierry Escande
-
2026/04/23
[RFC PATCH v4 6/6] docs: provide description for pci hotplug option
Thierry Escande
-
2026/04/23
[RFC PATCH v4 4/6] libxl: Extend libxl__json_object_to_json() prototype
Thierry Escande
-
2026/04/23
[RFC PATCH v4 1/6] xl: Add an hotplug option for PCI device passthrough
Thierry Escande
-
2026/04/23
Re: [PATCH v2] install.sh: Preserve symlinks in destination file system
Anthony PERARD
-
2026/04/23
[RFC PATCH v4 0/6] xl: Allow PCI devices to be passthrough'd via Qemu command line
Thierry Escande
-
2026/04/23
Re: [PATCH v3] xen/arm: smmuv3: Add support for removing devices
Oleksandr Tyshchenko
-
2026/04/23
Re: [PATCH v3 11/12] xen/riscv: add definition of guest RAM banks
Oleksii Kurochko
-
2026/04/23
Re: [PATCH v3 10/12] xen/riscv: introduce p2m_gpa_bits
Oleksii Kurochko
-
2026/04/23
Re: [PATCH v8 04/13] xen/arm: gic-v3: Implement GICv3 suspend/resume functions
Luca Fancellu
-
2026/04/23
Re: [PATCH 6/6] xen/arm: ffa: Deliver VM-to-VM notifications locally
Jens Wiklander
-
2026/04/23
Re: [PATCH 2/6] xen/arm: ffa: Track hypervisor notifications in a bitmap
Bertrand Marquis
-
2026/04/23
Re: [PATCH v3 5/7] vpci: add SR-IOV support for PVH Dom0
Mykyta Poturai
-
2026/04/23
Re: [PATCH 2/6] xen/arm: ffa: Track hypervisor notifications in a bitmap
Jens Wiklander
-
2026/04/23
Re: How to express "externally managed" IOMMU domains for VFIO/IOMMUFD ?
Teddy Astie
-
2026/04/23
Re: [PATCH v3 4/4] xen/drivers/char: fix exynos4210 IRQ registration failure propagation
Orzel, Michal
-
2026/04/23
Re: [PATCH v3 4/4] xen/drivers/char: fix exynos4210 IRQ registration failure propagation
Oleksii Moisieiev
-
2026/04/23
Re: [PATCH 6/6] xen/arm: ffa: Deliver VM-to-VM notifications locally
Bertrand Marquis
-
2026/04/23
[PATCH 3/4] tools/xenstored: allow @releaseDomain watch for all domains
Juergen Gross
-
2026/04/23
[PATCH 4/4] tools/xenstored: remove permissions related to dead domain
Juergen Gross
-
2026/04/23
[PATCH 2/4] tools/xenstored: add support for "all domains" node permission
Juergen Gross
-
2026/04/23
[PATCH 1/4] xen/public: introduce DOMID_ANY
Juergen Gross
-
2026/04/23
[PATCH 0/4] tools/xenstore: fix issue related to XSA-417
Juergen Gross
-
2026/04/23
RE: How to express "externally managed" IOMMU domains for VFIO/IOMMUFD ?
Tian, Kevin
-
2026/04/23
Re: [PATCH 5/6] xen/arm: ffa: Track VM notification bindings locally
Bertrand Marquis
-
2026/04/23
Re: [PATCH 4/6] xen/arm: ffa: Preserve secure notification state when polling SPMC
Bertrand Marquis
-
2026/04/23
Re: [RFC PATCH 2/2] vtd: Replace macros with bitfield
Teddy Astie
-
2026/04/23
Re: [PATCH 3/6] xen/arm: ffa: Tighten notification parameter validation
Bertrand Marquis
-
2026/04/23
Re: [PATCH 2/6] xen/arm: ffa: Track hypervisor notifications in a bitmap
Bertrand Marquis
-
2026/04/23
Re: [PATCH] Arm: device.c is init-only when OVERLAY_DTB=n
Orzel, Michal
-
2026/04/22
[PATCH 1/3] x86/asm, x86/boot: Expose inline memcmp
Mauricio Faria de Oliveira
-
2026/04/22
[PATCH 0/3] x86/pvh: fix unbootable VMs again (PVH + KASAN)
Mauricio Faria de Oliveira
-
2026/04/22
[PATCH 2/3] x86/cpuid: fix unbootable VMs by really inlining memcmp() in hypervisor_cpuid_base()
Mauricio Faria de Oliveira
-
2026/04/22
[PATCH 3/3] x86/pvh: fix unbootable VMs by really inlining memset() in xen_prepare_pvh()
Mauricio Faria de Oliveira
-
2026/04/22
Re: [PATCH v2] arm/gicv3: Decode cacheability fields before comparing
Mykola Kvach
-
2026/04/22
Re: [PATCH v3] xen/arm: vpsci: ignore upper 32 bits for SMC32 PSCI arguments
Mykola Kvach
-
2026/04/22
Re: [PATCH] xen/arm: gic-v2: disable interrupt bypass on CPU shutdown
Mykola Kvach
-
2026/04/22
Re: [PATCH v1 1/1] arm64/insn: Avoid undefined behaviour in branch offset decode
Stefano Stabellini
-
2026/04/22
Re: [PATCH 1/3] x86/asm, x86/boot: Expose inline memcmp
David Laight
-
2026/04/22
Re: [PATCH v3 3/4] xen/drivers/char/cadence-uart: fix IRQ registration failure propagation
Oleksandr Tyshchenko
-
2026/04/22
[PATCH] x86/amd: Drop allow_unsafe parameter, tune down XSA-9 mitigations
Teddy Astie
-
2026/04/22
[PATCH v1 1/1] arm64/insn: Avoid undefined behaviour in branch offset decode
Edgar E. Iglesias
-
2026/04/22
[PATCH v1 0/1] arm64/insn: Avoid undefined behaviour in branch offset decode
Edgar E. Iglesias
-
2026/04/22
RE: [PATCH v6 1/7] xen/mm: Refactor claim deduction for later functional changes
Bernhard Kaindl
-
2026/04/22
Re: [PATCH v3 08/12] xen/riscv: rework G-stage mode handling
Oleksii Kurochko
-
2026/04/22
How to express "externally managed" IOMMU domains for VFIO/IOMMUFD ?
Teddy Astie
-
2026/04/22
Re: [PATCH v8 03/13] xen/arm: gic-v3: tolerate retained redistributor LPI state across CPU_OFF
Luca Fancellu
-
2026/04/22
Re: [RFC PATCH v6 08/43] altp2m: Rename p2m_*_altp2m functions and move declarations out of p2m.h
Spangler, Rose
-
2026/04/22
Re: [PATCH test-artifacts v3 09/13] Add trigger-test job, to run test on a Linux built from a branch/tag
Anthony PERARD
-
2026/04/22
[PATCH 1/1] xen/mm: normalize page count types to unsigned long
Bernhard Kaindl
-
2026/04/22
Re: [PATCH] xen/arm: gic-v2: disable interrupt bypass on CPU shutdown
Mykola Kvach
-
2026/04/22
Re: [PATCH v7] xen/domain: introduce DOMID_ANY
Juergen Gross