xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-04 05:35:45 to 2020-08-06 16:34:06 UTC [more...]

[RFC PATCH V1 00/12] IOREQ feature (+ virtio-mmio) on Arm
 2020-08-06 16:33 UTC  (67+ messages)
` [RFC PATCH V1 01/12] hvm/ioreq: Make x86's IOREQ feature common
` [RFC PATCH V1 04/12] xen/arm: Introduce arch specific bits for IOREQ/DM features
` [RFC PATCH V1 05/12] hvm/dm: Introduce xendevicemodel_set_irq_level DM op
` [RFC PATCH V1 07/12] A collection of tweaks to be able to run emulator in driver domain
` [RFC PATCH V1 08/12] xen/arm: Invalidate qemu mapcache on XENMEM_decrease_reservation
` [RFC PATCH V1 09/12] libxl: Handle virtio-mmio irq in more correct way
` [RFC PATCH V1 10/12] libxl: Add support for virtio-disk configuration
` [RFC PATCH V1 11/12] libxl: Insert "dma-coherent" property into virtio-mmio device node

[PATCH 0/4] build: corrections to .init.o generation logic
 2020-08-06 16:16 UTC  (13+ messages)
` [PATCH 1/4] build: work around bash issue
` [PATCH 2/4] build: correctly report non-empty section sizes upon .o -> .init.o conversion
` [PATCH 3/4] build: also check for empty .bss.* in "
` [PATCH 4/4] EFI: free unused boot mem in at least some cases

[RFC] efi/boot: Unified Xen executable for UEFI Secure Boot support
 2020-08-06 14:15 UTC  (5+ messages)

[PATCH 0/3] x86: M2P maintenance adjustments (step 1)
 2020-08-06 14:04 UTC  (5+ messages)
` [PATCH 1/3] x86: slightly re-arrange 32-bit handling in dom0_construct_pv()
` [PATCH 2/3] x86: don't maintain compat M2P when !PV32
` [PATCH 3/3] x86: don't override INVALID_M2P_ENTRY with SHARED_M2P_ENTRY

[PATCH v4 00/14] IOMMU cleanup
 2020-08-06 12:53 UTC  (27+ messages)
` [PATCH v4 01/14] x86/iommu: re-arrange arch_iommu to separate common fields
` [PATCH v4 02/14] x86/iommu: add common page-table allocator
` [PATCH v4 03/14] x86/iommu: convert VT-d code to use new page table allocator
` [PATCH v4 04/14] x86/iommu: convert AMD IOMMU "
` [PATCH v4 05/14] iommu: remove unused iommu_ops method and tasklet
` [PATCH v4 06/14] iommu: flush I/O TLB if iommu_map() or iommu_unmap() fail
` [PATCH v4 07/14] iommu: make map, unmap and flush all take both an order and a count
` [PATCH v4 08/14] remove remaining uses of iommu_legacy_map/unmap
` [PATCH v4 09/14] common/grant_table: batch flush I/O TLB
` [PATCH v4 10/14] iommu: remove the share_p2m operation
` [PATCH v4 11/14] iommu: stop calling IOMMU page tables 'p2m tables'
` [PATCH v4 12/14] vtd: use a bit field for root_entry
` [PATCH v4 13/14] vtd: use a bit field for context_entry
` [PATCH v4 14/14] vtd: use a bit field for dma_pte

[ovmf test] 152495: all pass - PUSHED
 2020-08-06 12:10 UTC 

[PATCH 0/6] Fixes and improvements for Xen pvdrm
 2020-08-06  9:20 UTC  (12+ messages)
` [PATCH 1/6] xen/gntdev: Fix dmabuf import with non-zero sgt offset
` [PATCH 2/6] drm/xen-front: Fix misused IS_ERR_OR_NULL checks
` [PATCH 4/6] xen: Sync up with the canonical protocol definition in Xen

[PATCH] x86/tsc: Fix diagnostics for TSC frequency
 2020-08-06  6:21 UTC  (4+ messages)

EFI executable corruption when live patching is turned off
 2020-08-06  8:27 UTC  (3+ messages)

[linux-5.4 test] 152486: regressions - FAIL
 2020-08-06  3:10 UTC 

[xen-unstable test] 152484: regressions - FAIL
 2020-08-06  1:43 UTC 

[xen-unstable-smoke test] 152494: tolerable all pass - PUSHED
 2020-08-05 20:21 UTC 

[qemu-mainline test] 152480: tolerable FAIL - PUSHED
 2020-08-05 19:47 UTC 

[PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode
 2020-08-05 17:42 UTC  (13+ messages)

Unified Xen executable for UEFI Secure Boot support
 2020-08-05 15:15 UTC  (2+ messages)

[qemu-mainline bisection] complete test-amd64-i386-xl-qemuu-ws16-amd64
 2020-08-05 15:10 UTC 

[PATCH] x86/ioapic: Improve code generation for __io_apic_{read, write}()
 2020-08-05 15:10 UTC  (2+ messages)
` [PATCH] x86/ioapic: Improve code generation for __io_apic_{read,write}()

[PATCH] x86/ioapic: Fix style in io_apic.h
 2020-08-05 15:08 UTC  (2+ messages)

[PATCH] x86/ioapic: Fix fixmap error path logic in ioapic_init_mappings()
 2020-08-05 15:05 UTC  (2+ messages)

[PATCH 6/6] drm/xen-front: Add support for EDID based configuration
 2020-08-05 14:35 UTC  (2+ messages)
` [Intel-gfx] "

[libvirt test] 152482: regressions - FAIL
 2020-08-05 12:49 UTC 

[xen-unstable-smoke test] 152487: tolerable all pass - PUSHED
 2020-08-05 12:37 UTC 

[linux-linus test] 152470: regressions - FAIL
 2020-08-05 12:36 UTC 

[PATCH v2 0/4] tools: propagate bridge MTU to vif frontends
 2020-08-05 10:42 UTC  (16+ messages)
` [PATCH v2 1/4] tools/hotplug: add remove_from_bridge() and improve debug output
` [PATCH v2 2/4] tools/hotplug: combine add/online and remove/offline in vif-bridge
` [PATCH v2 3/4] public/io/netif: specify MTU override node
` [PATCH v2 4/4] tools/hotplug: modify set_mtu() to inform the frontend via xenstore

[xen-unstable-coverity test] 152488: all pass - PUSHED
 2020-08-05 10:37 UTC 

[PATCH] libxl: avoid golang building without CONFIG_GOLANG=y
 2020-08-05  9:55 UTC  (11+ messages)

[xen-unstable test] 152461: regressions - FAIL
 2020-08-05  5:09 UTC 

[xen-unstable-smoke test] 152477: tolerable all pass - PUSHED
 2020-08-05  2:26 UTC 

[qemu-mainline test] 152456: regressions - FAIL
 2020-08-05  2:23 UTC 

[xen-unstable-smoke test] 152473: tolerable all pass - PUSHED
 2020-08-04 21:35 UTC 

[ovmf test] 152459: all pass - PUSHED
 2020-08-04 19:15 UTC 

[OSSTEST PATCH] cri-args-hostlists: Add some calls to date(1)
 2020-08-04 16:13 UTC 

[PATCH v3 00/11] fix swiotlb-xen for RPi4
 2020-08-04 15:52 UTC  (5+ messages)
` [PATCH v3 10/11] xen/arm: introduce phys/dma translations in xen_dma_sync_for_*

[PATCH] x86emul: further FPU env testing relaxation for AMD-like CPUs
 2020-08-04 15:50 UTC  (3+ messages)

[PATCH] x86: comment update after "drop high compat r/o M2P table address range"
 2020-08-04 15:40 UTC  (2+ messages)

[PATCH 00/10] x86emul: full coverage mem access / write testing
 2020-08-04 14:59 UTC  (8+ messages)
` [PATCH 03/10] x86emul: extend decoding / mem access testing to MMX / SSE insns

[PATCH 0/5] Multiple fixes to XENMEM_acquire_resource
 2020-08-04 14:29 UTC  (4+ messages)
` [PATCH 5/5] tools/foreignmem: Support querying the size of a resource

[PATCH] x86emul: replace further UB shifts
 2020-08-04 13:19 UTC  (2+ messages)

[linux-linus test] 152432: regressions - FAIL
 2020-08-04 13:02 UTC 

[PULL 0/1] xen queue 2020-08-04
 2020-08-04 12:02 UTC  (3+ messages)
` [PULL 1/1] accel/xen: Fix xen_enabled() behavior on target-agnostic objects

[libvirt test] 152454: regressions - FAIL
 2020-08-04 10:33 UTC 

[PATCH-for-5.1 v2 0/1] accel/xen: Fix xen_enabled() behavior on target-agnostic objects
 2020-08-04  9:20 UTC  (6+ messages)
` [PATCH-for-5.1 v2 1/1] "

[xen-unstable test] 152418: tolerable FAIL
 2020-08-04  7:46 UTC 

[ovmf test] 152422: all pass - PUSHED
 2020-08-04  7:28 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).