xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-28 11:37:55 to 2020-07-31 10:40:48 UTC [more...]

[PATCH RFCv1 0/5] mm/memory_hotplug: selective merging of memory resources
 2020-07-31 10:40 UTC  (7+ messages)
` [PATCH RFCv1 1/5] kernel/resource: make release_mem_region_adjustable() never fail
` [PATCH RFCv1 2/5] kernel/resource: merge_child_mem_resources() to merge memory resources after adding succeeded
` [PATCH RFCv1 3/5] virtio-mem: try to merge "System RAM (virtio_mem)" resources
` [PATCH RFCv1 4/5] xen/balloon: try to merge "System RAM" resources
` [PATCH RFCv1 5/5] hv_balloon:: "

[OSSTEST PATCH 00/14] Flight report performance improvements
 2020-07-31 10:39 UTC  (4+ messages)
` [OSSTEST PATCH 14/14] duration_estimator: Move duration query loop into database

[PATCH v2] xen/arm: Convert runstate address during hypcall
 2020-07-31 10:18 UTC  (10+ messages)

[PATCH] x86/vhpet: Fix type size in timer_int_route_valid
 2020-07-31  9:53 UTC  (8+ messages)

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

4.14.0 FTBFS for Debian unstable, libxlu_pci.c (╯°□°)╯︵ ┻━┻
 2020-07-31  8:43 UTC  (2+ messages)
` 4.14.0 FTBFS for Debian unstable, libxlu_pci.c (�s°□°)�s�� ┻━┻

[PATCH 0/4] x86: some assembler macro rework
 2020-07-31  8:12 UTC  (18+ messages)
` [PATCH 1/4] x86: replace __ASM_{CL,ST}AC
` [PATCH 2/4] x86: reduce CET-SS related #ifdef-ary
` [PATCH 3/4] x86: drop ASM_{CL,ST}AC

[qemu-mainline test] 152309: regressions - FAIL
 2020-07-31  8:05 UTC 

[PATCH 0/5] Multiple fixes to XENMEM_acquire_resource
 2020-07-31  7:52 UTC  (28+ messages)
` [PATCH 1/5] xen/memory: Introduce CONFIG_ARCH_ACQUIRE_RESOURCE
` [PATCH 2/5] xen/gnttab: Rework resource acquisition
` [PATCH 3/5] xen/memory: Fix compat XENMEM_acquire_resource for size requests
` [PATCH 4/5] xen/memory: Fix acquire_resource size semantics
` [PATCH 5/5] tools/foreignmem: Support querying the size of a resource

[PATCH] x86emul: replace UB shifts
 2020-07-31  7:06 UTC 

[PATCH v3] print: introduce a format specifier for pci_sbdf_t
 2020-07-31  6:25 UTC  (5+ messages)

[linux-linus test] 152303: regressions - FAIL
 2020-07-31  2:26 UTC 

[PATCH v3] xen/arm: Convert runstate address during hypcall
 2020-07-31  1:18 UTC  (3+ messages)

Porting Xen to Jetson Nano
 2020-07-31  1:16 UTC  (12+ messages)

kernel-doc and xen.git
 2020-07-31  1:16 UTC  (4+ messages)

[xen-unstable-smoke test] 152310: tolerable all pass - PUSHED
 2020-07-31  0:59 UTC 

[PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode
 2020-07-30 23:06 UTC  (11+ messages)

[xen-unstable-smoke test] 152308: regressions - FAIL
 2020-07-30 21:52 UTC 

[qemu-mainline test] 152295: regressions - trouble: fail/pass/starved
 2020-07-30 21:33 UTC 

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

[PATCH] xen/arm: cmpxchg: Add missing memory barriers in __cmpxchg_mb_timeout()
 2020-07-30 19:44 UTC  (2+ messages)

[RESEND][PATCH v2 0/7] xen: Consolidate asm-*/guest_access.h in xen/guest_access.h
 2020-07-30 19:38 UTC  (14+ messages)
` [RESEND][PATCH v2 1/7] xen/guest_access: Add emacs magics
` [RESEND][PATCH v2 2/7] xen/arm: kernel: Re-order the includes
` [RESEND][PATCH v2 3/7] xen/arm: decode: "
` [RESEND][PATCH v2 4/7] xen/arm: guestcopy: "
` [RESEND][PATCH v2 5/7] xen: include xen/guest_access.h rather than asm/guest_access.h
` [RESEND][PATCH v2 6/7] xen/guest_access: Consolidate guest access helpers in xen/guest_access.h
` [RESEND][PATCH v2 7/7] xen/guest_access: Fix coding style "

[PATCH] xen/spinlock: move debug helpers inside the locked regions
 2020-07-30 18:29 UTC  (5+ messages)

[PATCH v2 0/7] xen: Consolidate asm-*/guest_access.h in xen/guest_access.h
 2020-07-30 18:19 UTC  (15+ messages)
` [PATCH v2 1/6] xen/arm: kernel: Re-order the includes
` [PATCH v2 1/7] xen/guest_access: Add emacs magics
` [PATCH v2 2/6] xen/arm: decode: Re-order the includes
` [PATCH v2 2/7] xen/arm: kernel: "
` [PATCH v2 3/7] xen/arm: decode: "
` [PATCH v2 3/6] xen/arm: guestcopy: "
` [PATCH v2 4/7] "
` [PATCH v2 4/6] xen: include xen/guest_access.h rather than asm/guest_access.h
` [PATCH v2 5/6] xen/guest_access: Consolidate guest access helpers in xen/guest_access.h
` [PATCH v2 5/7] xen: include xen/guest_access.h rather than asm/guest_access.h
` [PATCH v2 6/7] xen/guest_access: Consolidate guest access helpers in xen/guest_access.h
` [PATCH v2 6/6] xen/guest_access: Fix coding style "
` [PATCH v2 7/7] "

[xen-unstable-smoke test] 152305: regressions - FAIL
 2020-07-30 17:34 UTC 

[xen-unstable test] 152293: tolerable FAIL
 2020-07-30 17:08 UTC 

[PATCH v1] tools/xen-cpuid: show enqcmd
 2020-07-30 16:34 UTC 

RESCHEDULED Call for agenda items for Community Call, August 13 @ 15:00 UTC
 2020-07-30 15:41 UTC  (2+ messages)

[PATCH] x86/vmx: reorder code in vmx_deliver_posted_intr
 2020-07-30 14:03 UTC 

[xen-unstable-smoke test] 152302: regressions - FAIL
 2020-07-30 13:12 UTC 

[linux-linus test] 152287: tolerable FAIL - PUSHED
 2020-07-30 11:05 UTC 

[xen-unstable-smoke test] 152297: regressions - FAIL
 2020-07-30  9:04 UTC 

[libvirt test] 152296: regressions - FAIL
 2020-07-30  7:34 UTC 

[xen-unstable-smoke test] 152291: regressions - FAIL
 2020-07-30  4:32 UTC 

[PATCH] x86/cpuid: Fix APIC bit clearing
 2020-07-29 18:04 UTC  (3+ messages)

[qemu-mainline test] 152284: regressions - FAIL
 2020-07-30  3:14 UTC 

[PATCH] x86/S3: put data segment registers into known state upon resume
 2020-07-29 23:38 UTC  (7+ messages)

[xen-unstable-smoke test] 152288: regressions - FAIL
 2020-07-29 22:22 UTC 

[linux-5.4 test] 152282: tolerable FAIL - PUSHED
 2020-07-29 21:41 UTC 

[RFC v2 0/2] Generic SMMU Bindings
 2020-07-29 21:37 UTC  (5+ messages)
` [RFC v2 1/2] arm,smmu: switch to using iommu_fwspec functions
` [RFC v2 2/2] arm,smmu: add support for generic DT bindings

[xen-unstable test] 152275: tolerable FAIL - PUSHED
 2020-07-29 19:58 UTC 

fwupd support under Xen - firmware updates with the UEFI capsule
 2020-07-29 18:35 UTC  (5+ messages)

[linux-linus test] 152272: regressions - FAIL
 2020-07-29 17:08 UTC 

[qemu-mainline bisection] complete test-amd64-amd64-xl-qemuu-ws16-amd64
 2020-07-29 15:01 UTC 

[ovmf test] 152277: all pass - PUSHED
 2020-07-29 13:21 UTC 

[qemu-mainline test] 152266: regressions - FAIL
 2020-07-29 11:00 UTC 

[xen-unstable-coverity test] 152283: all pass - PUSHED
 2020-07-29 10:21 UTC 

[libvirt test] 152278: regressions - FAIL
 2020-07-29  9:24 UTC 

[PATCH 0/6] IOMMU cleanup
 2020-07-29  8:45 UTC  (9+ messages)
` [PATCH 4/6] remove remaining uses of iommu_legacy_map/unmap
` [PATCH 5/6] iommu: remove the share_p2m operation

[ovmf test] 152270: all pass - PUSHED
 2020-07-29  4:11 UTC 

[xen-unstable test] 152251: regressions - FAIL
 2020-07-29  3:56 UTC 

[seabios test] 152267: tolerable FAIL - PUSHED
 2020-07-29  2:52 UTC 

dom0 LInux 5.8-rc5 kernel failing to initialize cooling maps for Allwinner H6 SoC
 2020-07-29  0:18 UTC  (9+ messages)

[xen-unstable-smoke test] 152269: tolerable all pass - PUSHED
 2020-07-28 22:19 UTC 

[linux-linus test] 152246: regressions - FAIL
 2020-07-28 22:02 UTC 

[ovmf test] 152261: all pass - PUSHED
 2020-07-28 19:06 UTC 

[RFC PATCH v1 1/4] arm/pci: PCI setup and PCI host bridge discovery within XEN on ARM
 2020-07-28 18:33 UTC  (12+ messages)

[PATCH] public/domctl: Fix the struct xen_domctl ABI in 32bit builds
 2020-07-28 18:00 UTC  (2+ messages)

[PATCH v3 0/4] xen/balloon: fixes for memory hotplug
 2020-07-28 17:44 UTC  (10+ messages)
` [PATCH v3 4/4] xen: add helpers to allocate unpopulated memory
  ` [PATCH] xen/balloon: add header guard

[PATCH] x86/hvm: Clean up track_dirty_vram() calltree
 2020-07-28 15:54 UTC  (5+ messages)

[qemu-mainline test] 152241: regressions - FAIL
 2020-07-28 15:18 UTC 

[ovmf test] 152249: all pass - PUSHED
 2020-07-28 12:08 UTC 

[PATCH-for-5.1] accel/xen: Fix xen_enabled() behavior on target-agnostic objects
 2020-07-28 11:37 UTC  (2+ 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).