xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-08 03:27:08 to 2021-10-11 17:13:36 UTC [more...]

[PATCH v5 00/11] PCI devices passthrough on Arm
 2021-10-11 17:11 UTC  (42+ messages)
` [PATCH v5 01/11] xen/arm: xc_domain_ioport_permission(..) not supported on ARM
` [PATCH v5 07/11] xen/domctl: Introduce XEN_DOMCTL_CDF_vpci flag
` [PATCH v5 08/11] xen/arm: Enable the existing x86 virtual PCI support for ARM
` [PATCH v5 09/11] xen/arm: Transitional change to build HAS_VPCI on ARM
` [PATCH v5 10/11] arm/libxl: Emulated PCI device tree node in libxl

[XEN PATCH v7 00/51] xen: Build system improvements, now with out-of-tree build!
 2021-10-11 17:07 UTC  (59+ messages)
` [XEN PATCH v7 05/51] x86/mm: avoid building multiple .o from a single .c file
` [XEN PATCH v7 14/51] xen: move include/asm-* to arch/*/include/asm
` [XEN PATCH v7 16/51] build: generate "include/xen/compile.h" with if_changed
` [XEN PATCH v7 17/51] build: set XEN_BUILD_EFI earlier
` [XEN PATCH v7 18/51] build: fix $(TARGET).efi creation in arch/arm
` [XEN PATCH v7 20/51] build: avoid re-executing the main Makefile by introducing build.mk
` [XEN PATCH v7 21/51] build: set ALL_OBJS to main Makefile; move prelink.o to main Makefile
` [XEN PATCH v7 22/51] build: clean common temporary files from root makefile
` [XEN PATCH v7 23/51] build,include: remove arch-*/*.h public header listing from headers*.chk
` [XEN PATCH v7 24/51] build: prepare to always invoke $(MAKE) from xen/, use $(obj)
` [XEN PATCH v7 25/51] build: rework test/livepatch/Makefile
` [XEN PATCH v7 26/51] build: build everything from the root dir, use obj=$subdir
` [XEN PATCH v7 27/51] build: introduce if_changed_deps
` [XEN PATCH v7 28/51] build: rename __LINKER__ to LINKER_SCRIPT
` [XEN PATCH v7 29/51] build: add an other explicite rules to not build $(XEN_ROOT)/.config
` [XEN PATCH v7 30/51] build: hook kconfig into xen build system
` [XEN PATCH v7 32/51] build: Remove KBUILD_ specific from Makefile.host
` [XEN PATCH v7 33/51] build: handle always-y and hostprogs-always-y
` [XEN PATCH v7 34/51] build: start building the tools with the main makefiles
` [XEN PATCH v7 35/51] build: Add headers path to CFLAGS once for all archs
` [XEN PATCH v7 36/51] build: generate x86's asm-macros.h with filechk
` [XEN PATCH v7 37/51] build: clean-up "clean" rules of duplication
` [XEN PATCH v7 38/51] build: use main rune to build host binary x86's mkelf32 and mkreloc
` [XEN PATCH v7 39/51] build: rework coverage and ubsan CFLAGS handling

[PATCH v5 00/10] PCI devices passthrough on Arm, part 2
 2021-10-11 16:37 UTC  (16+ messages)
` [PATCH v5 01/10] xen/arm: Add new device type for PCI
` [PATCH v5 02/10] xen/arm: Introduce pci_find_host_bridge_node helper
` [PATCH v5 03/10] xen/device-tree: Make dt_find_node_by_phandle global
` [PATCH v5 04/10] xen/arm: Mark device as PCI while creating one
` [PATCH v5 05/10] xen/domain: Call pci_release_devices() when releasing domain resources
` [PATCH v5 06/10] libxl: Allow removing PCI devices for all types of domains
` [PATCH v5 07/10] libxl: Only map legacy PCI IRQs if they are supported
` [PATCH v5 08/10] xen/arm: Setup MMIO range trap handlers for hardware domain
` [PATCH v5 09/10] xen/arm: Do not map PCI ECAM and MMIO space to Domain-0's p2m
` [PATCH v5 10/10] xen/arm: Process pending vPCI map/unmap operations

[PATCH v5 0/2] arm/efi: Add dom0less support to UEFI boot
 2021-10-11 15:55 UTC  (11+ messages)
` [PATCH v5 1/2] arm/efi: Use dom0less configuration when using EFI boot
` [PATCH v5 2/2] arm/efi: load dom0 modules from DT using UEFI

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-10-11 15:33 UTC  (9+ messages)
` [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v3 14/16] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v3 15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c

[xen-unstable test] 165460: tolerable FAIL
 2021-10-11 14:57 UTC 

[xen-unstable-smoke test] 165465: tolerable all pass - PUSHED
 2021-10-11 14:21 UTC 

[PATCH v4 0/3] Expose PMU to the guests
 2021-10-11 14:11 UTC  (9+ messages)
` [PATCH v4 1/3] xen+tools: Introduce XEN_SYSCTL_PHYSCAP_vpmu
` [PATCH v4 2/3] xen/arm: Check for PMU platform support
` [PATCH v4 3/3] xen: Expose the PMU to the guests

[PATCH v2] x86/PV32: fix physdev_op_compat handling
 2021-10-11 14:06 UTC  (3+ messages)

[PATCH 0/2] VT-d: correct / extend workaround(s) leaving an IOMMU disabled
 2021-10-11 13:13 UTC  (6+ messages)
` [PATCH 1/2] VT-d: generalize and correct "iommu=no-igfx" handling
` [PATCH 2/2] VT-d: Tylersburg isoch DMAR unit with no TLB space
  ` [PATCH 0/2] VT-d: correct / extend workaround(s) leaving an IOMMU disabled [and 1 more messages]

[PATCH V5 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-10-11 12:36 UTC  (20+ messages)
` [PATCH V5 1/3] xen/arm: Introduce gpaddr_bits field to struct xen_arch_domainconfig
` [PATCH V5 3/3] xen/arm: Updates for extended regions support

[ovmf test] 165462: all pass - PUSHED
 2021-10-11 12:13 UTC 

[PATCH 00/11] 1:1 direct-map memory map
 2021-10-11 11:14 UTC  (14+ messages)
` [PATCH 01/11] xen: reserve flags for internal usage in xen_domctl_createdomain
` [PATCH 09/11] xen/arm: if 1:1 direct-map domain use native UART address and IRQ number for vPL011
` [PATCH 10/11] xen/arm: device assignment on 1:1 direct-map domain

[libvirt test] 165461: regressions - FAIL
 2021-10-11  9:55 UTC 

[PATCH v2 0/6] gnttab: add per-domain controls
 2021-10-11  9:52 UTC  (3+ messages)

[PATCH v2 0/3] IOMMU/PCI: respect device specifics
 2021-10-11  9:45 UTC  (4+ messages)
` [PATCH v2 3/3] AMD/IOMMU: consider hidden devices when flushing device I/O TLBs
  ` Ping: "

[PATCH] arm/efi: Fix null pointer dereference
 2021-10-11  9:37 UTC  (2+ messages)

[PATCH v5 0/2] tools/xenstore: set resource limits of xenstored
 2021-10-11  9:31 UTC  (7+ messages)
` [PATCH v5 2/2] tools/xenstore: set open file descriptor limit for xenstored

[linux-linus test] 165459: tolerable FAIL - PUSHED
 2021-10-11  9:06 UTC 

[PATCH] x86/PoD: defer nested P2M flushes
 2021-10-11  8:17 UTC 

[PATCH] x86/PV32: fix physdev_op_compat handling
 2021-10-11  6:22 UTC  (3+ messages)

[linux-5.4 test] 165458: regressions - FAIL
 2021-10-11  6:14 UTC 

[linux-linus test] 165457: tolerable FAIL - PUSHED
 2021-10-11  0:50 UTC 

[linux-5.4 test] 165455: regressions - FAIL
 2021-10-10 22:23 UTC 

[xen-unstable test] 165452: tolerable FAIL
 2021-10-10 19:53 UTC 

[PATCH v2] docs: add references to Argo Linux driver sources and information
 2021-10-10 18:17 UTC 

[linux-linus test] 165450: regressions - FAIL
 2021-10-10 13:14 UTC 

[libvirt test] 165451: regressions - FAIL
 2021-10-10 10:48 UTC 

[linux-5.4 test] 165449: regressions - FAIL
 2021-10-10 10:40 UTC 

[xen-unstable-coverity test] 165453: all pass - PUSHED
 2021-10-10  9:52 UTC 

[xen-unstable test] 165446: tolerable FAIL - PUSHED
 2021-10-10  6:46 UTC 

[linux-linus test] 165445: trouble: broken/fail/pass
 2021-10-09 23:48 UTC 

[linux-5.4 test] 165443: regressions - FAIL
 2021-10-09 22:53 UTC 

[qemu-mainline test] 165442: tolerable FAIL - PUSHED
 2021-10-09 19:49 UTC 

[Xen-devel] Xen crash after S3 suspend - Xen 4.13
 2021-10-09 16:28 UTC  (11+ messages)
                ` [Xen-devel] Xen crash after S3 suspend - Xen 4.13 and newer

[xen-unstable test] 165438: tolerable FAIL - PUSHED
 2021-10-09 15:39 UTC 

[libvirt test] 165441: regressions - FAIL
 2021-10-09 13:46 UTC 

[linux-linus test] 165435: regressions - FAIL
 2021-10-09 10:10 UTC 

[linux-5.4 test] 165431: regressions - FAIL
 2021-10-09  6:55 UTC 

[ovmf test] 165433: all pass - PUSHED
 2021-10-09  6:45 UTC 

[xen-unstable-smoke test] 165439: tolerable all pass - PUSHED
 2021-10-09  5:52 UTC 

[qemu-mainline test] 165429: tolerable FAIL - PUSHED
 2021-10-09  4:51 UTC 

[xen-unstable-smoke test] 165437: tolerable all pass - PUSHED
 2021-10-09  2:07 UTC 

[PATCH v3 0/3] Expose PMU to the guests
 2021-10-09  0:37 UTC  (13+ messages)
` [PATCH v3 1/3] xen+tools: Introduce XEN_SYSCTL_PHYSCAP_vpmu
` [PATCH v3 2/3] xen/arm: Check for PMU platform support
` [PATCH v3 3/3] xen: Expose the PMU to the guests

ARM series with tools patches for 4.16
 2021-10-09  0:03 UTC 

[xen-unstable test] 165428: tolerable FAIL - PUSHED
 2021-10-08 23:46 UTC 

[PATCH] xen/arm: optee: Allocate anonymous domheap pages
 2021-10-08 21:49 UTC  (9+ messages)
    ` [PING] "

[xen-unstable-smoke test] 165436: tolerable all pass - PUSHED
 2021-10-08 21:42 UTC 

[GIT PULL] xen: branch for v5.15-rc5
 2021-10-08 20:26 UTC  (2+ messages)

[linux-linus test] 165422: regressions - FAIL
 2021-10-08 17:17 UTC 

[PATCH] x86/HVM: fix xsm_op for 32-bit guests
 2021-10-08 16:19 UTC  (2+ messages)

[ovmf test] 165425: all pass - PUSHED
 2021-10-08 15:53 UTC 

[linux-5.4 test] 165414: regressions - FAIL
 2021-10-08 15:32 UTC 

[PATCH -next] xen-pciback: Fix return in pm_ctrl_init()
 2021-10-08 15:01 UTC  (2+ messages)

[libvirt test] 165424: regressions - FAIL
 2021-10-08 14:39 UTC 

[PATCH v4 0/3] arm/efi: Add dom0less support to UEFI boot
 2021-10-08 14:14 UTC  (9+ messages)
` [PATCH v4 2/3] arm/efi: Use dom0less configuration when using EFI boot

[PATCH] x86/build: suppress EFI-related tool chain checks upon local $(MAKE) recursion
 2021-10-08 12:34 UTC  (3+ messages)

[qemu-mainline test] 165409: tolerable FAIL - PUSHED
 2021-10-08 11:38 UTC 

[xen-unstable test] 165408: tolerable FAIL - PUSHED
 2021-10-08  9:36 UTC 

PV - different behavior of pgd_offset in xen 4.6 and 4.13 for GUEST ACCESSIBLE memory area
 2021-10-08  9:36 UTC  (3+ messages)

[PATCH] docs: add references to Argo Linux driver sources and information
 2021-10-08  8:00 UTC  (3+ messages)

[libvirt test] 165412: regressions - FAIL
 2021-10-08  3:26 UTC 


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