xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-17 15:41:46 to 2020-09-22 10:52:59 UTC [more...]

[PATCH v2 0/3] xen-blk(back|front): Let users disable persistent grants
 2020-09-22 10:52 UTC  (2+ messages)
` [PATCH v2 1/3] xen-blkback: add a parameter for disabling of "

[RESEND][PATCH v2 0/7] xen: Consolidate asm-*/guest_access.h in xen/guest_access.h
 2020-09-22 10:05 UTC  (6+ messages)
` [RESEND][PATCH v2 1/7] xen/guest_access: Add emacs magics
` [RESEND][PATCH v2 5/7] xen: include xen/guest_access.h rather than asm/guest_access.h

[PATCH V1 00/16] IOREQ feature (+ virtio-mmio) on Arm
 2020-09-22  9:58 UTC  (14+ messages)
` [PATCH V1 01/16] x86/ioreq: Prepare IOREQ feature for making it common
` [PATCH V1 02/16] xen/ioreq: Make x86's IOREQ feature common

[PATCH v2 0/6] hw/xen: Housekeeping
 2020-09-22  9:40 UTC  (2+ messages)

[PATCH 0/9] xen: beginnings of moving library-like code into an archive
 2020-09-22  9:24 UTC  (6+ messages)
` [PATCH 1/9] build: use if_changed more consistently (and correctly) for prelink*.o
  ` Ping: "

[PATCH] common/Kconfig: sort HAS_*
 2020-09-22  9:09 UTC  (2+ messages)

[PATCH] qemu/atomic.h: prefix qemu_ to solve <stdatomic.h> collisions
 2020-09-22  9:05 UTC  (10+ messages)

[PATCH v2] qemu/atomic.h: prefix qemu_ to solve <stdatomic.h> collisions
 2020-09-22  8:58 UTC 

[PATCH] xen: remove redundant initialization of variable ret
 2020-09-22  8:44 UTC  (2+ messages)

[PATCH] x86/mm: do not mark IO regions as Xen heap
 2020-09-22  8:43 UTC  (5+ messages)

remove alloc_vm_area
 2020-09-22  8:23 UTC  (15+ messages)
` [PATCH 1/6] zsmalloc: switch from alloc_vm_area to get_vm_area
` [PATCH 2/6] mm: add a vmap_pfn function
` [PATCH 3/6] drm/i915: use vmap in shmem_pin_map
      ` [Intel-gfx] "
` [PATCH 4/6] drm/i915: use vmap in i915_gem_object_map
` [PATCH 5/6] xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pv
` [PATCH 6/6] x86/xen: open code alloc_vm_area in arch_gnttab_valloc

[PATCH v4 0/4] xen/arm: Properly disable M2P on Arm
 2020-09-22  8:02 UTC  (12+ messages)
` [PATCH v4 1/4] xen: XENMEM_exchange should only be used/compiled for arch supporting PV guest
` [PATCH v4 2/4] xen: Introduce HAS_M2P config and use to protect mfn_to_gmfn call
` [PATCH v4 3/4] xen: Remove mfn_to_gmfn macro
` [PATCH v4 4/4] xen/mm: Provide dummy M2P-related helpers when !CONFIG_HAVE_M2P

[PATCH] xen-blkback: add a parameter for disabling of persistent grants
 2020-09-22  7:57 UTC  (5+ messages)

[libvirt test] 154605: regressions - FAIL
 2020-09-22  7:27 UTC 

[PATCH v4 1/8] kernel/resource: make release_mem_region_adjustable() never fail
 2020-09-22  6:22 UTC  (3+ messages)
` [PATCH] kernel/resource: Fix use of ternary condition in release_mem_region_adjustable

[qemu-mainline test] 154583: regressions - FAIL
 2020-09-22  5:29 UTC 

[linux-linus test] 154582: regressions - FAIL
 2020-09-22  1:53 UTC 

[PATCH V2] SUPPORT.md: Update status of Renesas IPMMU-VMSA (Arm)
 2020-09-22  0:11 UTC  (2+ messages)

[PATCH] xen/arm: bootfdt: Ignore empty memory bank
 2020-09-21 23:41 UTC  (3+ messages)

[xen-unstable test] 154576: regressions - FAIL
 2020-09-21 23:40 UTC 

[PATCH v3 00/11] Fix PM hibernation in Xen guests
 2020-09-21 21:54 UTC  (8+ messages)
` [PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode

[xen-unstable-smoke test] 154581: tolerable all pass - PUSHED
 2020-09-21 19:33 UTC 

[qemu-mainline test] 154566: regressions - FAIL
 2020-09-21 19:00 UTC 

[PATCH] xen/mm: Introduce CONFIG_M2P and provide common fallback logic
 2020-09-21 18:04 UTC  (3+ messages)

[linux-linus test] 154559: regressions - FAIL
 2020-09-21 17:54 UTC 

[xen-unstable test] 154556: tolerable FAIL
 2020-09-21 14:56 UTC 

Memory ordering question in the shutdown deferral code
 2020-09-21 14:22 UTC  (9+ messages)

[PATCH] x86: Use LOCK ADD instead of MFENCE for smp_mb()
 2020-09-21 13:58 UTC  (2+ messages)

[xen-unstable-smoke test] 154569: tolerable all pass - PUSHED
 2020-09-21 13:17 UTC 

[PATCH 0/2] qdev: Let BusRealize() return a boolean value to indicate error
 2020-09-21 12:58 UTC  (8+ messages)
` [PATCH 1/2] qdev: Document qbus_realize() and qbus_unrealize()
` [PATCH 2/2] qdev: Let BusRealize() return a boolean value to indicate error

[PATCH v5 0/5] efi: Unified Xen hypervisor/kernel/initrd images
 2020-09-21 11:52 UTC  (13+ messages)
` [PATCH v5 1/5] efi/boot.c: Make file->ptr const void*
` [PATCH v5 2/5] efi/boot.c: add file.need_to_free
` [PATCH v5 3/5] efi/boot.c: add handle_file_info()
` [PATCH v5 4/5] efi: Enable booting unified hypervisor/kernel/initrd images
` [PATCH v5 5/5] efi: Do not use command line if unified config is included

[PATCH v6 0/5] efi: Unified Xen hypervisor/kernel/initrd images
 2020-09-21 11:51 UTC  (6+ messages)
` [PATCH v6 1/5] efi/boot.c: Make file->ptr const void*
` [PATCH v6 2/5] efi/boot.c: add file.need_to_free
` [PATCH v6 3/5] efi/boot.c: add handle_file_info()
` [PATCH v6 4/5] efi: Enable booting unified hypervisor/kernel/initrd images
` [PATCH v6 5/5] efi: Do not use command line if unified config is included

RFC: qemu and Xen ABI-unstable libs
 2020-09-21 10:36 UTC  (6+ messages)
`  "

[PATCH 0/2] x86/vpic: minor fixes
 2020-09-21 10:05 UTC  (5+ messages)
` [PATCH 2/2] x86/vpic: also execute dpci callback for non-specific EOI
      ` Ping: "

[ovmf test] 154558: all pass - PUSHED
 2020-09-21  9:56 UTC 

[qemu-mainline test] 154552: regressions - FAIL
 2020-09-21  8:31 UTC 

[libvirt test] 154561: regressions - FAIL
 2020-09-21  6:47 UTC 

[linux-linus test] 154549: regressions - FAIL
 2020-09-21  3:56 UTC 

[PATCH RFC 0/4] mm: place pages to the freelist tail when onling and undoing isolation
 2020-09-21  1:57 UTC  (13+ messages)
` [PATCH RFC 1/4] mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag
` [PATCH RFC 2/4] mm/page_alloc: place pages to tail in __putback_isolated_page()
` [PATCH RFC 3/4] mm/page_alloc: always move pages to the tail of the freelist in unset_migratetype_isolate()

[qemu-mainline test] 154544: regressions - FAIL
 2020-09-20 23:52 UTC 

[linux-linus test] 154530: regressions - FAIL
 2020-09-20 20:47 UTC 

[qemu-mainline test] 154526: regressions - FAIL
 2020-09-20 17:42 UTC 

[xen-unstable test] 154521: tolerable FAIL
 2020-09-20 15:01 UTC 

[xen-unstable-coverity test] 154529: all pass - PUSHED
 2020-09-20 10:02 UTC 

[linux-linus test] 154512: regressions - FAIL
 2020-09-20  9:38 UTC 

[libvirt test] 154520: regressions - FAIL
 2020-09-20  7:32 UTC 

[qemu-mainline test] 154508: regressions - FAIL
 2020-09-20  6:29 UTC 

[xen-unstable test] 154504: tolerable FAIL - PUSHED
 2020-09-20  4:45 UTC 

[linux-linus test] 154499: regressions - FAIL
 2020-09-19 22:40 UTC 

[qemu-mainline test] 154496: regressions - FAIL
 2020-09-19 19:57 UTC 

[xen-unstable test] 154494: regressions - FAIL
 2020-09-19 17:30 UTC 

[linux-linus test] 154487: regressions - FAIL
 2020-09-19 11:47 UTC 

[qemu-mainline test] 154485: regressions - FAIL
 2020-09-19  8:26 UTC 

[libvirt test] 154489: regressions - FAIL
 2020-09-19  7:58 UTC 

[xen-unstable test] 154481: regressions - FAIL
 2020-09-19  7:57 UTC 

[PATCH 0/5] qom: Convert more declarations to OBJECT_DECLARE*
 2020-09-18 18:17 UTC 

[PATCH -next v2] x86/xen: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-19  2:52 UTC 

[linux-linus test] 154471: regressions - FAIL
 2020-09-19  1:32 UTC 

[xen-unstable-smoke test] 154480: tolerable all pass - PUSHED
 2020-09-18 22:33 UTC 

[ovmf test] 154468: all pass - PUSHED
 2020-09-18 20:54 UTC 

[qemu-mainline test] 154466: regressions - FAIL
 2020-09-18 20:51 UTC 

[PATCH 0/5] Multicore support for ARINC653 scheduler
 2020-09-18 20:34 UTC  (32+ messages)
` [PATCH 1/5] sched/arinc653: Clean up comments
` [PATCH 2/5] sched/arinc653: Rename scheduler private structs
` [PATCH 3/5] sched/arinc653: Clean up function definitions
` [PATCH 4/5] sched/arinc653: Reorganize function definition order
` [PATCH 5/5] sched/arinc653: Implement CAST-32A multicore scheduling

[xen-unstable test] 154465: tolerable FAIL - PUSHED
 2020-09-18 19:38 UTC 

[xen-unstable-smoke test] 154475: tolerable all pass - PUSHED
 2020-09-18 19:12 UTC 

DT with memory bank of size 0 (WAS: Re: AW: AW: Colibri imx8qxp: Missing kernel boot module)
 2020-09-18 18:26 UTC  (6+ messages)
        ` AW: "

[linux-linus test] 154461: regressions - FAIL
 2020-09-18 14:12 UTC 

[qemu-mainline test] 154127: regressions - trouble: blocked/fail/pass/preparing
 2020-09-18 10:17 UTC 

[xen-unstable test] 154124: regressions - trouble: fail/pass/preparing/running
 2020-09-18 10:15 UTC 

[linux-linus test] 154448: regressions - FAIL
 2020-09-18  8:00 UTC 

[PATCH RFC 0/4] mm: place pages to the freelist tail when onling and undoing isolation
 2020-09-18  7:32 UTC  (4+ messages)

[ovmf test] 154452: all pass - PUSHED
 2020-09-18  7:31 UTC 

[libvirt test] 154454: regressions - FAIL
 2020-09-18  7:26 UTC 

[ovmf test] 154446: all pass - PUSHED
 2020-09-18  3:40 UTC 

[linux-linus test] 154431: regressions - trouble: broken/fail/pass
 2020-09-18  1:51 UTC 

[xen-unstable bisection] complete test-armhf-armhf-xl-vhd
 2020-09-18  0:47 UTC 

[linux-5.4 test] 154428: tolerable FAIL - PUSHED
 2020-09-17 22:13 UTC 

Compiling Xen from source
 2020-09-17 18:21 UTC  (9+ messages)

[ovmf test] 154429: all pass - PUSHED
 2020-09-17 17:50 UTC 

[PATCH v9 0/8] IOMMU cleanup
 2020-09-17 16:51 UTC  (5+ messages)
` [PATCH v9 4/8] iommu: make map and unmap take a page count, similar to flush
` [PATCH v9 6/8] common/grant_table: batch flush I/O TLB

[PATCH] EFI: some easy constification
 2020-09-17 16:49 UTC  (2+ messages)

[PATCH v4 0/4] efi: Unified Xen hypervisor/kernel/initrd images
 2020-09-17 15:45 UTC  (6+ messages)
` [PATCH v4 4/4] efi: Do not use command line if secure boot is enabled


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