xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-07 07:57:15 to 2021-12-09 00:59:55 UTC [more...]

[PATCH V3 0/6] xen: Add support of extended regions (safe ranges) on Arm
 2021-12-09  0:59 UTC  (7+ messages)
` [PATCH V3 4/6] xen/unpopulated-alloc: Add mechanism to use Xen resource

[patch V2 00/31] genirq/msi, PCI/MSI: Spring cleaning - Part 3
 2021-12-09  0:47 UTC  (6+ messages)
` [patch V2 02/31] genirq/msi: Add mutex for MSI list protection
` [patch V2 29/31] genirq/msi: Add abuse prevention comment to msi header

[xen-unstable test] 167234: tolerable FAIL
 2021-12-09  0:45 UTC 

[xen-unstable-smoke test] 167235: tolerable all pass - PUSHED
 2021-12-08 22:12 UTC 

Aarch64 stand-alone application for Xen
 2021-12-08 21:23 UTC  (6+ messages)

[patch V2 00/23] genirq/msi, PCI/MSI: Spring cleaning - Part 1
 2021-12-08 20:56 UTC  (17+ messages)
` [patch V2 01/23] powerpc/4xx: Remove MSI support which never worked
` [patch V2 20/23] PCI/MSI: Move msi_lock to struct pci_dev
` [patch V2 22/23] genirq/msi: Handle PCI/MSI allocation fail in core code
` [patch V2 23/23] PCI/MSI: Move descriptor counting on allocation fail to the legacy code

[PATCH] MAINTAINERS: widen Anthony's area
 2021-12-08 20:04 UTC  (3+ messages)

[linux-5.4 test] 167230: tolerable FAIL - PUSHED
 2021-12-08 19:23 UTC 

[PATCH v7 0/7] PCI devices passthrough on Arm, part 2
 2021-12-08 18:58 UTC  (16+ messages)
` [PATCH v7 2/7] xen/arm: add pci-domain for disabled devices
` [PATCH v7 3/7] xen/arm: setup MMIO range trap handlers for hardware domain
` [PATCH v7 4/7] xen/arm: account IO handler for emulated PCI host bridge
` [PATCH v7 5/7] xen/arm: do not map PCI ECAM and MMIO space to Domain-0's p2m
` [PATCH v7 6/7] xen/arm: process pending vPCI map/unmap operations

[ovmf test] 167231: all pass - PUSHED
 2021-12-08 18:44 UTC 

[PATCH] arm/efi: Handle Xen bootargs from both xen.cfg and DT
 2021-12-08 18:10 UTC  (2+ messages)

[patch V2 00/36] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-12-08 17:53 UTC  (20+ messages)
` [patch V2 18/36] genirq/msi: Add msi_device_data::properties
` [patch V2 19/36] PCI/MSI: Store properties in device::msi::data
` [patch V2 20/36] x86/pci/XEN: Use device MSI properties
` [patch V2 21/36] x86/apic/msi: "
` [patch V2 23/36] powerpc/cell/axon_msi: Use MSI device properties
` [patch V2 24/36] powerpc/pseries/msi: "
` [patch V2 29/36] PCI/MSI: Simplify pci_irq_get_affinity()

[PATCH V6 0/2] Virtio support for toolstack on Arm (Was "IOREQ feature (+ virtio-mmio) on Arm")
 2021-12-08 16:59 UTC  (3+ messages)
` [PATCH V6 1/2] libxl: Add support for Virtio disk configuration
` [PATCH V6 2/2] libxl: Introduce basic virtio-mmio support on Arm

[PATCH v3 0/2] tools/helpers: PVH xenstore-stubdom console fixes
 2021-12-08 16:34 UTC  (9+ messages)
` [PATCH v3 1/2] tools/helpers: fix PVH xenstore-stubdom console parameters
` [PATCH v3 2/2] tools: set event channel HVM parameters in libxenguest

[linux-linus test] 167229: tolerable FAIL - PUSHED
 2021-12-08 16:33 UTC 

[PATCH v3 00/13] xen: drop hypercall function tables
 2021-12-08 15:56 UTC  (14+ messages)
` [PATCH v3 01/13] xen: move do_vcpu_op() to arch specific code
` [PATCH v3 02/13] xen: harmonize return types of hypercall handlers
` [PATCH v3 03/13] xen: don't include asm/hypercall.h from C sources
` [PATCH v3 04/13] xen: include compat/platform.h from hypercall.h
` [PATCH v3 05/13] xen: generate hypercall interface related code
` [PATCH v3 06/13] xen: use generated prototypes for hypercall handlers
` [PATCH v3 07/13] x86/pv-shim: don't modify hypercall table
` [PATCH v3 08/13] xen/x86: don't use hypercall table for calling compat hypercalls
` [PATCH v3 09/13] xen/x86: call hypercall handlers via generated macro
` [PATCH v3 10/13] xen/arm: "
` [PATCH v3 11/13] xen/x86: add hypercall performance counters for hvm, correct pv
` [PATCH v3 12/13] xen: drop calls_to_multicall performance counter
` [PATCH v3 13/13] tools/xenperf: update hypercall names

[qemu-mainline test] 167228: tolerable FAIL - PUSHED
 2021-12-08 15:28 UTC 

[PATCH] x86: avoid wrong use of all-but-self IPI shorthand
 2021-12-08 14:16 UTC  (2+ messages)

[PATCH] tools/libs/light: set video_mem for PVH guests
 2021-12-08 14:00 UTC  (3+ messages)

[XEN v2] xen/arm64: io: Decode 32-bit ldr/str post-indexing instructions
 2021-12-08 12:00 UTC  (6+ messages)

[xen-unstable test] 167223: tolerable FAIL - PUSHED
 2021-12-08 12:00 UTC 

[PATCH 00/11] x86/entry: Clean up entry code
 2021-12-08 11:08 UTC  (12+ messages)
` [PATCH 01/11] x86/entry: Use swapgs and native_iret directly in swapgs_restore_regs_and_return_to_usermode
` [PATCH 02/11] x86/traps: Move pt_regs only in fixup_bad_iret()
` [PATCH 03/11] x86/entry: Switch the stack after error_entry() returns
` [PATCH 04/11] x86/entry: move PUSH_AND_CLEAR_REGS out of error_entry
` [PATCH 05/11] x86/entry: Move cld to the start of idtentry
` [PATCH 06/11] x86/entry: Don't call error_entry for XENPV
` [PATCH 07/11] x86/entry: Convert SWAPGS to swapgs in error_entry()
` [PATCH 08/11] x86/entry: Use idtentry macro for entry_INT80_compat
` [PATCH 09/11] x86/entry: Convert SWAPGS to swapgs in entry_SYSENTER_compat()
` [PATCH 10/11] x86: Remove the definition of SWAPGS
` [PATCH 11/11] x86/entry: Remove the branch in sync_regs()

[xen-unstable-coverity test] 167232: all pass - PUSHED
 2021-12-08 10:28 UTC 

[PATCH] xen/arm64: Zero the top 32 bits of gp registers on entry
 2021-12-08 10:18 UTC  (10+ messages)

[ovmf test] 167225: all pass - PUSHED
 2021-12-08  8:42 UTC 

[libvirt test] 167226: regressions - FAIL
 2021-12-08  8:33 UTC 

[linux-linus test] 167222: regressions - FAIL
 2021-12-08  5:55 UTC 

[qemu-mainline test] 167221: tolerable FAIL - PUSHED
 2021-12-08  5:39 UTC 

Xen on LFS
 2021-12-08  5:22 UTC  (4+ messages)

[libvirt test] 167224: regressions - FAIL
 2021-12-08  4:42 UTC 

[patch V2 19/31] PCI: hv: Rework MSI handling
 2021-12-07 21:08 UTC  (2+ messages)

[patch V2 10/31] PCI/MSI: Use msi_on_each_desc()
 2021-12-07 21:07 UTC  (2+ messages)

[patch V2 09/31] PCI/MSI: Let core code free MSI descriptors
 2021-12-07 21:07 UTC  (2+ messages)

[patch V2 08/31] PCI/MSI: Use msi_add_msi_desc()
 2021-12-07 21:07 UTC  (2+ messages)

[patch V2 15/23] PCI/MSI: Move code into a separate directory
 2021-12-07 20:57 UTC  (2+ messages)

[patch V2 07/31] PCI/MSI: Protect MSI operations
 2021-12-07 21:06 UTC  (2+ messages)

[patch V2 16/23] PCI/MSI: Split out CONFIG_PCI_MSI independent part
 2021-12-07 20:58 UTC  (2+ messages)

[patch V2 28/36] PCI/MSI: Use __msi_get_virq() in pci_get_vector()
 2021-12-07 21:05 UTC  (2+ messages)

[patch V2 25/36] PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS
 2021-12-07 21:05 UTC  (2+ messages)

[patch V2 17/36] PCI/MSI: Use msi_desc::msi_index
 2021-12-07 21:04 UTC  (2+ messages)

[patch V2 08/36] PCI/MSI: Let the irq code handle sysfs groups
 2021-12-07 21:04 UTC  (2+ messages)

[patch V2 03/36] PCI/MSI: Allocate MSI device data on first use
 2021-12-07 21:03 UTC  (2+ messages)

[patch V2 21/23] PCI/MSI: Make pci_msi_domain_check_cap() static
 2021-12-07 21:01 UTC  (2+ messages)

[patch V2 19/23] PCI/MSI: Sanitize MSIX table map handling
 2021-12-07 21:01 UTC  (2+ messages)

[patch V2 18/23] PCI/MSI: Split out irqdomain code
 2021-12-07 21:00 UTC  (2+ messages)

[patch V2 17/23] PCI/MSI: Split out !IRQDOMAIN code
 2021-12-07 20:59 UTC  (2+ messages)

[patch V2 14/23] PCI/MSI: Make msix_update_entries() smarter
 2021-12-07 20:57 UTC  (2+ messages)

[patch V2 13/23] PCI/MSI: Cleanup include zoo
 2021-12-07 20:57 UTC  (2+ messages)

[patch V2 12/23] PCI/MSI: Make arch_restore_msi_irqs() less horrible
 2021-12-07 20:56 UTC  (2+ messages)

[patch V2 08/23] PCI/sysfs: Use pci_irq_vector()
 2021-12-07 20:56 UTC  (2+ messages)

[patch V2 07/23] PCI/MSI: Remove msi_desc_to_pci_sysdata()
 2021-12-07 20:55 UTC  (2+ messages)

[patch V2 06/23] PCI/MSI: Make pci_msi_domain_write_msg() static
 2021-12-07 20:54 UTC  (2+ messages)

[patch V2 02/23] PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity()
 2021-12-07 20:53 UTC  (2+ messages)

[xen-4.16-testing test] 167218: tolerable FAIL - PUSHED
 2021-12-07 19:55 UTC 

[PATCH] xen/arm: Add Kconfig parameter for memory banks number
 2021-12-07 19:50 UTC  (5+ messages)

[PATCH] xen/arm: Do not include in the image functions
 2021-12-07 18:59 UTC  (6+ messages)

[xen-4.15-testing test] 167217: tolerable FAIL - PUSHED
 2021-12-07 17:29 UTC 

[RFC 0/1] tag IOMMU-protected devices in Dom0 fdt
 2021-12-07 15:40 UTC  (5+ messages)
` [RFC 1/1] xen/arm: set iommu property for IOMMU-protected devices

xen: linker symbol mess, and freeing errors
 2021-12-07 15:20 UTC  (2+ messages)

Call for agenda items for December 7th Community Call @ 1500 UTC
 2021-12-07 15:05 UTC  (2+ messages)

[XEN PATCH 00/57] Toolstack build system improvement, toward non-recursive makefiles
 2021-12-07 14:58 UTC  (45+ messages)
` [XEN PATCH 07/57] libs/guest: Drop spurious include in Makefile
` [XEN PATCH 09/57] libs/light: Remove -I
` [XEN PATCH 10/57] libs/stat: Remove duplicated CFLAGS from deps
` [XEN PATCH 11/57] libs/store: Remove PKG_CONFIG_REMOVE
` [XEN PATCH 18/57] tools: Use config.h from autoconf instead of "buildmakevars2header"
` [XEN PATCH 19/57] tools/configure.ac: Create ZLIB_LIBS and ZLIB_CFLAGS
` [XEN PATCH 20/57] tools/Rules.mk: introduce FORCE target
` [XEN PATCH 36/57] tools/xenstore: Cleanup makefile
` [XEN PATCH 39/57] libs: Remove both "libs" and "build" target
` [XEN PATCH 40/57] libs: rename LDUSELIBS to LDLIBS and use it instead of APPEND_LDFLAGS
` [XEN PATCH 41/57] libs: Remove need for *installlocal targets
` [XEN PATCH 42/57] libs,tools/include: Clean "clean" targets
` [XEN PATCH 43/57] libs: Rename $(SRCS-y) to $(OBJS-y)
` [XEN PATCH 44/57] libs/guest: rename ELF_OBJS to LIBELF_OBJS
` [XEN PATCH 45/57] libs/guest: rework CFLAGS
` [XEN PATCH 46/57] libs/store: use of -iquote instead of -I
` [XEN PATCH 47/57] libs/stat: Fix and rework python-bindings build
` [XEN PATCH 48/57] libs/stat: Fix and rework perl-binding build
` [XEN PATCH 49/57] libs/toolcore: don't install xentoolcore_internal.h anymore
` [XEN PATCH 54/57] tools/libs: create Makefile.common to be used by stubdom build system
` [XEN PATCH 55/57] tools/xenstore: introduce Makefile.common to be used by stubdom

[PATCH v2 0/7] (mainly) xz imports from Linux
 2021-12-07 14:56 UTC  (3+ messages)
` [PATCH v2 1/7] xz: add fall-through comments to a switch statement

[PATCH 0/3] x86/boot: Cleanup
 2021-12-07 14:07 UTC  (7+ messages)
` [PATCH 1/3] x86/boot: Drop pte_update_limit from physical relocation logic
` [PATCH 2/3] x86/boot: Drop move_memory() and use memcpy() directly
` [PATCH 3/3] x86/boot: Don't double-copy the stack during physical relocation

[PATCH 0/7] (mainly) xz imports from Linux
 2021-12-07 13:30 UTC  (25+ messages)
` [PATCH 1/7] xz: add fall-through comments to a switch statement

[PATCH v3 0/6] aio-posix: split poll check from ready handler
 2021-12-07 13:23 UTC  (7+ messages)
` [PATCH v3 1/6] "
` [PATCH v3 2/6] virtio: get rid of VirtIOHandleAIOOutput
` [PATCH v3 3/6] virtio-blk: drop unused virtio_blk_handle_vq() return value
` [PATCH v3 4/6] virtio-scsi: prepare virtio_scsi_handle_cmd for dataplane
` [PATCH v3 5/6] virtio: use ->handle_output() instead of ->handle_aio_output()
` [PATCH v3 6/6] virtio: unify dataplane and non-dataplane ->handle_output()

[XEN PATCH v8 00/47] xen: Build system improvements, now with out-of-tree build!
 2021-12-07 11:33 UTC  (15+ messages)
` [XEN PATCH v8 04/47] build: set XEN_BUILD_EFI earlier
` [XEN PATCH v8 07/47] build: set ALL_OBJS to main Makefile; move prelink.o to main Makefile
` [XEN PATCH v8 11/47] build: fix enforce unique symbols for recent clang version
` [XEN PATCH v8 12/47] build: build everything from the root dir, use obj=$subdir
` [XEN PATCH v8 16/47] xen/tools/kconfig: fix build with -Wdeclaration-after-statement

[xen-4.14-testing test] 167216: tolerable FAIL - PUSHED
 2021-12-07 11:12 UTC 

[PATCH v3 01/10] xen: introduce XEN_DOMCTL_CDF_INTERNAL_directmap
 2021-12-07 10:00 UTC  (3+ messages)

[RFC PATCH 0/2] Boot time cpupools
 2021-12-07  9:27 UTC  (9+ messages)

XEN CAN Driver
 2021-12-07  8:19 UTC  (3+ messages)


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).