xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-02 00:33:34 to 2020-12-04 08:53:06 UTC [more...]

[PATCH v5 00/11] viridian: add support for ExProcessorMasks
 2020-12-04  8:52 UTC 

[PATCH v2 00/17] xen: support per-cpupool scheduling granularity
 2020-12-04  8:52 UTC  (34+ messages)
` [PATCH v2 06/17] xen/cpupool: use ERR_PTR() for returning error cause from cpupool_create()
` [PATCH v2 09/17] xen/hypfs: move per-node function pointers into a dedicated struct
` [PATCH v2 11/17] xen/hypfs: add getsize() and findentry() callbacks to hypfs_funcs
` [PATCH v2 12/17] xen/hypfs: add new enter() and exit() per node callbacks
` [PATCH v2 13/17] xen/hypfs: support dynamic hypfs nodes
` [PATCH v2 14/17] xen/hypfs: add support for id-based dynamic directories
` [PATCH v2 15/17] xen/cpupool: add cpupool directories

[PATCH v2 0/8] xen/arm: Add support for SMMUv3 driver
 2020-12-04  8:52 UTC  (38+ messages)
` [PATCH v2 2/8] xen/arm: revert atomic operation related command-queue insertion patch
` [PATCH v2 3/8] xen/arm: revert patch related to XArray
` [PATCH v2 4/8] xen/arm: Remove support for MSI on SMMUv3
` [PATCH v2 5/8] xen/arm: Remove support for PCI ATS "
` [PATCH v2 6/8] xen/arm: Remove support for Stage-1 translation "
` [PATCH v2 7/8] xen/arm: Remove Linux specific code that is not usable in XEN
` [PATCH v2 8/8] xen/arm: Add support for SMMUv3 driver

[PATCH v4 00/11] viridian: add support for ExProcessorMasks
 2020-12-04  8:26 UTC  (14+ messages)
` [PATCH v4 01/11] viridian: don't blindly write to 32-bit registers is 'mode' is invalid
` [PATCH v4 02/11] viridian: move flush hypercall implementation into separate function
` [PATCH v4 03/11] viridian: move IPI "
` [PATCH v4 04/11] viridian: introduce a per-cpu hypercall_vpmask and accessor functions
` [PATCH v4 05/11] viridian: use hypercall_vpmask in hvcall_ipi()
` [PATCH v4 06/11] viridian: use softirq batching "
` [PATCH v4 07/11] viridian: add ExProcessorMasks variants of the flush hypercalls
` [PATCH v4 08/11] viridian: add ExProcessorMasks variant of the IPI hypercall
` [PATCH v4 09/11] viridian: log initial invocation of each type of hypercall

[PATCH v5 0/4] Xen ABI feature control
 2020-12-04  8:22 UTC  (16+ messages)
` [PATCH v5 1/4] domctl: introduce a new domain create flag, XEN_DOMCTL_CDF_evtchn_fifo,
` [PATCH v5 2/4] domctl: introduce a new domain create flag, XEN_DOMCTL_CDF_evtchn_upcall,
` [PATCH v5 3/4] libxl: introduce a 'libxl_xen_abi_features' enumeration
` [PATCH v5 4/4] xl: introduce a 'xen-abi-features' option

[linux-linus test] 157188: regressions - FAIL
 2020-12-04  7:48 UTC 

[qemu-mainline test] 157186: regressions - FAIL
 2020-12-04  6:07 UTC 

[ovmf test] 157191: all pass - PUSHED
 2020-12-04  4:14 UTC 

[xen-unstable test] 157182: tolerable FAIL - PUSHED
 2020-12-04  0:30 UTC 

[ovmf test] 157184: all pass - PUSHED
 2020-12-03 21:41 UTC 

[linux-linus test] 157176: regressions - FAIL
 2020-12-03 20:12 UTC 

[qemu-mainline test] 157174: regressions - FAIL
 2020-12-03 19:13 UTC 

[PATCH v2] xen/irq: Propagate the error from init_one_desc_irq() in init_*_irq_data()
 2020-12-03 18:59 UTC  (3+ messages)

[ovmf test] 157178: all pass - PUSHED
 2020-12-03 17:05 UTC 

[SPECIFICATION RFC] The firmware and bootloader log specification
 2020-12-03 16:31 UTC  (4+ messages)

[xen-unstable test] 157166: tolerable FAIL - PUSHED
 2020-12-03 16:00 UTC 

[PATCH v5 00/23] xl / libxl: named PCI pass-through devices
 2020-12-03 14:25 UTC  (24+ messages)
` [PATCH v5 01/23] xl / libxl: s/pcidev/pci and remove DEFINE_DEVICE_TYPE_STRUCT_X
` [PATCH v5 02/23] libxl: make libxl__device_list() work correctly for LIBXL__DEVICE_KIND_PCI
` [PATCH v5 03/23] libxl: Make sure devices added by pci-attach are reflected in the config
` [PATCH v5 04/23] libxl: add/recover 'rdm_policy' to/from PCI backend in xenstore
` [PATCH v5 05/23] libxl: s/detatched/detached in libxl_pci.c
` [PATCH v5 06/23] libxl: remove extraneous arguments to do_pci_remove() "
` [PATCH v5 07/23] libxl: stop using aodev->device_config in libxl__device_pci_add()
` [PATCH v5 08/23] libxl: generalise 'driver_path' xenstore access functions in libxl_pci.c
` [PATCH v5 09/23] libxl: remove unnecessary check from libxl__device_pci_add()
` [PATCH v5 10/23] libxl: remove get_all_assigned_devices() from libxl_pci.c
` [PATCH v5 11/23] libxl: make sure callers of libxl_device_pci_list() free the list after use
` [PATCH v5 12/23] libxl: add libxl_device_pci_assignable_list_free()
` [PATCH v5 13/23] libxl: use COMPARE_PCI() macro is_pci_in_array()
` [PATCH v5 14/23] docs/man: extract documentation of PCI_SPEC_STRING from the xl.cfg manpage
` [PATCH v5 15/23] docs/man: improve documentation of PCI_SPEC_STRING
` [PATCH v5 16/23] docs/man: fix xl(1) documentation for 'pci' operations
` [PATCH v5 17/23] libxl: introduce 'libxl_pci_bdf' in the idl
` [PATCH v5 18/23] libxlu: introduce xlu_pci_parse_spec_string()
` [PATCH v5 19/23] libxl: modify libxl_device_pci_assignable_add/remove/list/list_free()
` [PATCH v5 20/23] docs/man: modify xl(1) in preparation for naming of assignable devices
` [PATCH v5 21/23] xl / libxl: support "
` [PATCH v5 22/23] docs/man: modify xl-pci-configuration(5) to add 'name' field to PCI_SPEC_STRING
` [PATCH v5 23/23] xl / libxl: support 'xl pci-attach/detach' by name

[ANNOUNCE] Call for agenda items for December 2020 Community Call @ 16:00 UTC
 2020-12-03 14:32 UTC  (4+ messages)

[PATCH v3 0/5] evtchn: (not so) recent XSAs follow-on
 2020-12-03 14:40 UTC  (10+ messages)
` [PATCH v3 1/5] evtchn: drop acquiring of per-channel lock from send_guest_{global,vcpu}_virq()
` [PATCH v3 2/5] evtchn: avoid access tearing for ->virq_to_evtchn[] accesses
` [PATCH v3 5/5] evtchn: don't call Xen consumer callback with per-channel lock held

[PATCH] vpci/msix: exit early if MSI-X is disabled
 2020-12-03 13:40 UTC  (3+ messages)

[PATCH v5 0/4] Xen ABI feature control
 2020-12-03 13:32 UTC 

[PATCH v4 00/23] xl / libxl: named PCI pass-through devices
 2020-12-03 13:20 UTC  (8+ messages)
` [PATCH v4 01/23] xl / libxl: s/pcidev/pci and remove DEFINE_DEVICE_TYPE_STRUCT_X
` [PATCH v4 03/23] libxl: Make sure devices added by pci-attach are reflected in the config

[ovmf test] 157167: all pass - PUSHED
 2020-12-03 12:29 UTC 

[PATCH 0/2] a tiny bit of header disentangling
 2020-12-03 12:07 UTC  (8+ messages)
` [PATCH 1/2] include: don't use asm/page.h from common headers
` [PATCH 2/2] mm: split out mfn_t / gfn_t / pfn_t definitions and helpers

[PATCH] x86/vmap: handle superpages in vmap_to_mfn()
 2020-12-03 11:27 UTC  (2+ messages)

[libvirt test] 157171: regressions - FAIL
 2020-12-03  9:13 UTC 

[linux-linus test] 157164: regressions - trouble: broken/fail/pass
 2020-12-03  9:02 UTC 

[PATCH v2 1/2] x86/IRQ: make max number of guests for a shared IRQ configurable
 2020-12-03  8:57 UTC  (5+ messages)
` [PATCH v2 2/2] x86/IRQ: allocate guest array of max size only for shareable IRQs

[PATCH] x86/IRQ: bump max number of guests for a shared IRQ to 31
 2020-12-03  8:20 UTC  (6+ messages)

[qemu-mainline test] 157162: regressions - FAIL
 2020-12-03  7:51 UTC 

[PATCH v2] tools/hotplug: allow tuning of xenwatchdogd arguments
 2020-12-03  7:19 UTC  (3+ messages)

[linux-5.4 test] 157153: tolerable FAIL - PUSHED
 2020-12-03  5:05 UTC 

[PATCH] xen/arm: Add Cortex-A73 erratum 858921 workaround
 2020-12-03  4:15 UTC  (10+ messages)

[xen-unstable-smoke test] 157163: tolerable all pass - PUSHED
 2020-12-02 23:31 UTC 

[xen-unstable test] 157147: tolerable FAIL
 2020-12-02 22:46 UTC 

[PATCH v1] tools/hotplug: allow tuning of xenwatchdogd arguments
 2020-12-02 20:17 UTC  (2+ messages)

[linux-linus test] 157143: regressions - FAIL
 2020-12-02 19:13 UTC 

[PATCH] gnttab: don't allocate status frame tracking array when "gnttab=max_ver:1"
 2020-12-02 18:31 UTC  (2+ messages)

[qemu-mainline test] 157142: regressions - FAIL
 2020-12-02 18:17 UTC 

[PATCH] xen/iommu: vtd: Fix undefined behavior pci_vtd_quirks()
 2020-12-02 18:03 UTC  (3+ messages)

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-12-02 17:08 UTC  (5+ messages)
` [PATCH v2 04/12] x86/xen: drop USERGS_SYSRET64 paravirt call

Xen 4.15: Proposed release schedule
 2020-12-02 16:35 UTC  (4+ messages)

[libvirt test] 157150: regressions - FAIL
 2020-12-02 14:37 UTC 

[xen-4.10-testing test] 157138: tolerable FAIL - PUSHED
 2020-12-02 13:45 UTC 

[PATCH] x86/vmap: handle superpages in vmap_to_mfn()
 2020-12-02 13:05 UTC  (4+ messages)

[xen-unstable-smoke test] 157157: tolerable all pass - PUSHED
 2020-12-02 12:23 UTC 

[PATCH v2 0/7] xen/arm: Emulate ID registers
 2020-12-02 11:57 UTC  (9+ messages)
` [PATCH v2 5/7] xen/arm: Add handler for cp15 "

(no subject)
 2020-12-02 11:19 UTC  (6+ messages)
` [PATCH V3 01/23] x86/ioreq: Prepare IOREQ feature for making it common

[xen-4.11-testing test] 157137: tolerable FAIL - PUSHED
 2020-12-02 11:19 UTC 

[PATCH v9] xen/events: do some cleanups in evtchn_fifo_set_pending()
 2020-12-02 11:04 UTC  (2+ messages)

[PATCH] xen: remove trailing semicolon in macro definition
 2020-12-02 10:36 UTC  (2+ messages)

[xen-unstable-coverity test] 157155: all pass - PUSHED
 2020-12-02  9:51 UTC 

[PATCH] Fix spelling errors
 2020-12-02  9:05 UTC  (2+ messages)

[xen-4.13-testing test] 157135: tolerable FAIL - PUSHED
 2020-12-02  7:51 UTC 

[PATCH v2] tools/libs/ctrl: fix dumping of ballooned guest
 2020-12-02  7:08 UTC  (3+ messages)

[xen-4.12-testing test] 157134: tolerable FAIL - PUSHED
 2020-12-02  3:38 UTC 

Apple on Xen?
 2020-12-02  2:06 UTC  (2+ messages)

[xen-4.14-testing test] 157133: tolerable FAIL - PUSHED
 2020-12-02  0:49 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).