xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-27 18:50:53 to 2021-06-02 07:03:45 UTC [more...]

simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-02  6:53 UTC  (23+ messages)
` [PATCH 01/30] blk-mq: factor out a blk_mq_alloc_sq_tag_set helper
` [PATCH 02/30] blk-mq: improve the blk_mq_init_allocated_queue interface
` [PATCH 03/30] blk-mq: add the blk_mq_alloc_disk APIs
` [PATCH 04/30] virtio-blk: use blk_mq_alloc_disk
` [PATCH 05/30] pcd: "
` [PATCH 06/30] pf: "
` [PATCH 07/30] ms_block: "
` [PATCH 08/30] mspro: "
` [PATCH 09/30] mtd_blkdevs: "
` [PATCH 11/30] swim3: "
` [PATCH 12/30] swim: "
` [PATCH 13/30] sunvdc: "
` [PATCH 16/30] aoe: use blk_mq_alloc_disk and blk_cleanup_disk
` [PATCH 17/30] floppy: "
` [PATCH 18/30] loop: "
` [PATCH 20/30] nullb: use blk_mq_alloc_disk
` [PATCH 21/30] pd: use blk_mq_alloc_disk and blk_cleanup_disk
` [PATCH 24/30] sx8: "
` [PATCH 25/30] xen-blkfront: "
` [PATCH 26/30] ubi: "
` [PATCH 27/30] scm_blk: "
` [PATCH 30/30] z2ram: "

[PATCH v20210601 00/38] leftover from 2020
 2021-06-02  7:00 UTC  (48+ messages)
` [PATCH v20210601 01/38] tools: add API to work with sevaral bits at once
` [PATCH v20210601 02/38] xl: fix description of migrate --debug
` [PATCH v20210601 03/38] tools: create libxensaverestore
` [PATCH v20210601 04/38] tools: add readv_exact to libxenctrl
` [PATCH v20210601 05/38] tools: add xc_is_known_page_type "
` [PATCH v20210601 06/38] tools: use xc_is_known_page_type
` [PATCH v20210601 07/38] tools: unify type checking for data pfns in migration stream
` [PATCH v20210601 08/38] tools: show migration transfer rate in send_dirty_pages
` [PATCH v20210601 09/38] tools/guest: prepare to allocate arrays once
` [PATCH v20210601 10/38] tools/guest: save: move batch_pfns
` [PATCH v20210601 11/38] tools/guest: save: move mfns array
` [PATCH v20210601 12/38] tools/guest: save: move types array
` [PATCH v20210601 13/38] tools/guest: save: move errors array
` [PATCH v20210601 14/38] tools/guest: save: move iov array
` [PATCH v20210601 15/38] tools/guest: save: move rec_pfns array
` [PATCH v20210601 16/38] tools/guest: save: move guest_data array
` [PATCH v20210601 17/38] tools/guest: save: move local_pages array
` [PATCH v20210601 18/38] tools/guest: restore: move pfns array
` [PATCH v20210601 19/38] tools/guest: restore: move types array
` [PATCH v20210601 20/38] tools/guest: restore: move mfns array
` [PATCH v20210601 21/38] tools/guest: restore: move map_errs array
` [PATCH v20210601 22/38] tools/guest: restore: move mfns array in populate_pfns
` [PATCH v20210601 23/38] tools/guest: restore: move pfns "
` [PATCH v20210601 24/38] tools/guest: restore: split record processing
` [PATCH v20210601 25/38] tools/guest: restore: split handle_page_data
` [PATCH v20210601 26/38] tools/guest: restore: write data directly into guest
` [PATCH v20210601 27/38] tools: recognize LIBXL_API_VERSION for 4.16
` [PATCH v20210601 28/38] tools: adjust libxl_domain_suspend to receive a struct props
` [PATCH v20210601 29/38] tools: change struct precopy_stats to precopy_stats_t
` [PATCH v20210601 30/38] tools: add callback to libxl for precopy_policy and precopy_stats_t
` [PATCH v20210601 31/38] tools: add --max_iters to libxl_domain_suspend
` [PATCH v20210601 32/38] tools: add --min_remaining "
` [PATCH v20210601 33/38] tools: add --abort_if_busy "
` [PATCH v20210601 34/38] tools: add API for expandable bitmaps
` [PATCH v20210601 35/38] tools: use xg_sr_bitmap for populated_pfns
` [PATCH v20210601 36/38] tools: use superpages during restore of HVM guest
` [PATCH v20210601 37/38] tools: remove migration stream verify code
` [PATCH v20210601 38/38] hotplug/Linux: fix starting of xenstored with restarting systemd

[linux-linus test] 162329: regressions - FAIL
 2021-06-02  5:55 UTC 

[PATCH] autoconf: fix handling absolute $PYTHON path
 2021-06-02  3:32 UTC 

[qemu-mainline test] 162328: regressions - FAIL
 2021-06-02  3:13 UTC 

[PATCH v4 0/4] Minimal build for RISCV
 2021-06-02  2:13 UTC  (17+ messages)
` [PATCH v4 1/4] xen/char: Default HAS_NS16550 to y only for X86 and ARM
` [PATCH v4 2/4] xen/common: Guard iommu symbols with CONFIG_HAS_PASSTHROUGH
` [PATCH v4 3/4] xen: Add files needed for minimal riscv build

[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-06-02  1:16 UTC  (15+ messages)
` [RFC PATCH V3 01/11] x86/HV: Initialize GHCB page in Isolation VM
` [RFC PATCH V3 02/11] x86/HV: Initialize shared memory boundary in the "
` [RFC PATCH V3 03/11] x86/Hyper-V: Add new hvcall guest address host visibility support
` [RFC PATCH V3 04/11] HV: Add Write/Read MSR registers via ghcb
` [RFC PATCH V3 05/11] HV: Add ghcb hvcall support for SNP VM
` [RFC PATCH V3 06/11] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [RFC PATCH V3 07/11] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [RFC PATCH V3 08/11] swiotlb: Add bounce buffer remap address setting function
` [RFC PATCH V3 09/11] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [RFC PATCH V3 10/11] HV/Netvsc: Add Isolation VM support for netvsc driver
` [RFC PATCH V3 11/11] HV/Storvsc: Add Isolation VM support for storvsc driver

[xen-unstable test] 162325: tolerable FAIL
 2021-06-01 21:44 UTC 

[ovmf test] 162326: all pass - PUSHED
 2021-06-01 21:05 UTC 

[xen-unstable-smoke test] 162327: tolerable all pass - PUSHED
 2021-06-01 18:54 UTC 

[linux-linus test] 162310: regressions - FAIL
 2021-06-01 18:50 UTC 

[qemu-mainline test] 162299: regressions - FAIL
 2021-06-01 16:09 UTC 

pci passthrough issue introduced between 4.14.1 and 4.15.0
 2021-06-01 15:50 UTC  (9+ messages)

[XEN PATCH] libs/foreignmemory: Fix osdep_xenforeignmemory_map prototype
 2021-06-01 15:41 UTC 

[PATCH v2] xen/page_alloc: Remove dead code in alloc_domheap_pages()
 2021-06-01 15:35 UTC  (3+ messages)

[PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode
 2021-06-01 14:18 UTC  (12+ messages)

[PATCH v6 0/3] evtchn: (not so) recent XSAs follow-on
 2021-06-01 11:54 UTC  (10+ messages)
` [PATCH v6 1/3] evtchn: slightly defer lock acquire where possible

[ovmf test] 162288: all pass - PUSHED
 2021-06-01 11:22 UTC 

[xen-unstable test] 162282: tolerable FAIL - PUSHED
 2021-06-01 10:58 UTC 

[XEN PATCH] tools/firmware/ovmf: Use OvmfXen platform file is exist
 2021-06-01 10:28 UTC 

pci passthrough issue introduced between 4.14.1 and 4.15.0
 2021-06-01 10:03 UTC  (2+ messages)

[linux-linus test] 162279: regressions - FAIL
 2021-06-01  7:34 UTC 

[libvirt test] 162295: regressions - FAIL
 2021-06-01  6:00 UTC 

[qemu-mainline test] 162277: regressions - FAIL
 2021-06-01  4:52 UTC 

[xen-unstable test] 162276: regressions - FAIL
 2021-06-01  1:15 UTC 

[linux-linus test] 162274: regressions - FAIL
 2021-05-31 20:20 UTC 

[seabios test] 162273: tolerable FAIL - PUSHED
 2021-05-31 19:24 UTC 

[qemu-mainline test] 162270: regressions - FAIL
 2021-05-31 16:23 UTC 

[PATCH v7 00/15] Restricted DMA
 2021-05-31 15:00 UTC  (7+ messages)
` [PATCH v7 01/15] swiotlb: Refactor swiotlb init functions

[xen-unstable-smoke test] 162275: tolerable all pass - PUSHED
 2021-05-31 14:02 UTC 

[ovmf test] 162271: all pass - PUSHED
 2021-05-31 12:36 UTC 

[xen-unstable test] 162269: tolerable FAIL
 2021-05-31 11:55 UTC 

[PATCH] x86/tboot: include all valid frame table entries in S3 integrity check
 2021-05-31 10:08 UTC  (3+ messages)
` Ping: "

[PATCH] x86/tboot: adjust UUID check
 2021-05-31  9:59 UTC  (3+ messages)
` Ping: "

[libvirt test] 162272: regressions - FAIL
 2021-05-31  8:12 UTC 

[PATCH 0/3] x86/ept: force WB to foreign and grant mappings
 2021-05-31  7:21 UTC  (7+ messages)
` [PATCH 1/3] x86/mtrr: remove stale function prototype
` [PATCH 2/3] x86/mtrr: move epte_get_entry_emt to p2m-ept.c
` [PATCH 3/3] x86/ept: force WB cache attributes for grant and foreign maps

[linux-linus test] 162268: regressions - FAIL
 2021-05-31  7:20 UTC 

Invalid _Static_assert expanded from HASH_CALLBACKS_CHECK
 2021-05-31  6:45 UTC  (6+ messages)

[qemu-mainline test] 162267: regressions - FAIL
 2021-05-31  3:27 UTC 

[linux-linus test] 162266: regressions - FAIL
 2021-05-30 23:54 UTC 

[qemu-mainline test] 162264: regressions - FAIL
 2021-05-30 19:29 UTC 

[linux-linus test] 162262: regressions - FAIL
 2021-05-30 15:58 UTC 

[xen-unstable test] 162261: tolerable FAIL
 2021-05-30 12:14 UTC 

[xen-unstable-coverity test] 162265: all pass - PUSHED
 2021-05-30 10:19 UTC 

[libvirt test] 162263: regressions - FAIL
 2021-05-30  8:55 UTC 

[qemu-mainline test] 162260: regressions - FAIL
 2021-05-30  7:36 UTC 

[linux-linus test] 162258: regressions - FAIL
 2021-05-30  2:22 UTC 

[ovmf test] 162259: all pass - PUSHED
 2021-05-30  0:44 UTC 

[qemu-mainline test] 162257: regressions - FAIL
 2021-05-29 23:44 UTC 

[xen-unstable test] 162255: tolerable FAIL
 2021-05-29 20:15 UTC 

[ovmf test] 162256: all pass - PUSHED
 2021-05-29 19:13 UTC 

[linux-linus test] 162253: regressions - FAIL
 2021-05-29 15:57 UTC 

[qemu-mainline test] 162252: regressions - FAIL
 2021-05-29 12:41 UTC 

[libvirt test] 162254: regressions - FAIL
 2021-05-29 12:25 UTC 

[xen-unstable test] 162250: tolerable FAIL - PUSHED
 2021-05-29  9:02 UTC 

[linux-5.4 test] 162247: tolerable FAIL - PUSHED
 2021-05-29  3:54 UTC 

[linux-linus test] 162246: regressions - FAIL
 2021-05-29  0:11 UTC 

What's missing for arm64 Xen boot with FDT via Grub in Debian Bullseye?
 2021-05-28 17:27 UTC  (3+ messages)

[qemu-mainline test] 162244: regressions - FAIL
 2021-05-28 16:46 UTC 

[Bugfix PATCH for-4.15] xen: credit2: fix per-entity load tracking when continuing running
 2021-05-28 15:18 UTC  (3+ messages)
` Ping: "

[PATCH] credit2: make sure we pick a runnable unit from the runq if there is one
 2021-05-28 15:12 UTC 

[xen-unstable test] 162242: tolerable FAIL - PUSHED
 2021-05-28 13:53 UTC 

[PATCH 00/13] Intel Hardware P-States (HWP) support
 2021-05-28 13:39 UTC  (9+ messages)
` [PATCH 04/13] cpufreq: Add Hardware P-State (HWP) driver
` [PATCH 06/13] cpufreq: Export HWP parameters to userspace

[PATCH] xen/grant-table: Simplify the update to the per-vCPU maptrack freelist
 2021-05-28 13:29 UTC  (2+ messages)

[xen-unstable-smoke test] 162245: tolerable all pass - PUSHED
 2021-05-28 10:14 UTC 

[linux-linus test] 162241: regressions - FAIL
 2021-05-28 10:02 UTC 

[PATCH v3 0/2] libelf: small fixes for PVH
 2021-05-28  7:21 UTC  (5+ messages)
` [PATCH v3 1/2] libelf: don't attempt to parse __xen_guest "

[PATCH v2 0/2] x86/AMD: MSR handling adjustments
 2021-05-28  6:57 UTC  (3+ messages)
` [PATCH v2 1/2] x86/AMD: expose SYSCFG, TOM, TOM2, and IORRs to Dom0
` [PATCH v2 2/2] x86/AMD: drop MSR_K7_HWCR

[libvirt test] 162243: regressions - FAIL
 2021-05-28  6:30 UTC 

[qemu-mainline test] 162240: regressions - FAIL
 2021-05-28  6:15 UTC 

[xen-unstable test] 162230: tolerable FAIL
 2021-05-28  2:13 UTC 

[PATCH 11/11] drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the default
 2021-05-28  0:38 UTC  (2+ messages)

[linux-linus test] 162209: regressions - FAIL
 2021-05-27 22:38 UTC 

[xen-unstable-smoke test] 162239: tolerable all pass - PUSHED
 2021-05-27 21:14 UTC 

[ovmf test] 162217: all pass - PUSHED
 2021-05-27 20:58 UTC 

[qemu-mainline test] 162197: regressions - FAIL
 2021-05-27 19:27 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).