xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-07 10:49:30 to 2020-12-09 09:19:04 UTC [more...]

[PATCH v2 0/8] xen/arm: Add support for SMMUv3 driver
 2020-12-09  9:18 UTC  (16+ messages)
` [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

(no subject)
 2020-12-09  9:01 UTC  (64+ messages)
` [PATCH V3 01/23] x86/ioreq: Prepare IOREQ feature for making it common
` [PATCH V3 02/23] x86/ioreq: Add IOREQ_STATUS_* #define-s and update code for moving
` [PATCH V3 03/23] x86/ioreq: Provide out-of-line wrapper for the handle_mmio()
` [PATCH V3 04/23] xen/ioreq: Make x86's IOREQ feature common
` [PATCH V3 05/23] xen/ioreq: Make x86's hvm_ioreq_needs_completion() common
` [PATCH V3 06/23] xen/ioreq: Make x86's hvm_mmio_first(last)_byte() common
` [PATCH V3 07/23] xen/ioreq: Make x86's hvm_ioreq_(page/vcpu/server) structs common
` [PATCH V3 08/23] xen/ioreq: Move x86's ioreq_server to struct domain
` [PATCH V3 09/23] xen/dm: Make x86's DM feature common
` [PATCH V3 10/23] xen/mm: Make x86's XENMEM_resource_ioreq_server handling common
` [PATCH V3 11/23] xen/ioreq: Move x86's io_completion/io_req fields to struct vcpu
` [PATCH V3 12/23] xen/ioreq: Remove "hvm" prefixes from involved function names
` [PATCH V3 16/23] xen/mm: Handle properly reference in set_foreign_p2m_entry() on Arm
` [PATCH V3 17/23] xen/ioreq: Introduce domain_has_ioreq_server()
` [PATCH V3 20/23] xen/ioreq: Make x86's send_invalidate_req() common
` [PATCH V3 00/23] IOREQ feature (+ virtio-mmio) on Arm

dom0 PV looping on search_pre_exception_table()
 2020-12-09  8:39 UTC  (3+ messages)

[PATCH 3/3] net: checksum: Introduce fine control over checksum type
 2020-12-09  8:33 UTC  (2+ messages)

[PATCH] xen/arm: Add workaround for Cortex-A53 erratum #845719
 2020-12-09  7:32 UTC  (7+ messages)

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-12-09  7:30 UTC  (4+ messages)
` [PATCH v2 07/12] x86: add new features for paravirt patching

[libvirt test] 157339: regressions - FAIL
 2020-12-09  7:23 UTC 

[linux-linus test] 157330: regressions - FAIL
 2020-12-09  6:52 UTC 

[SPECIFICATION RFC] The firmware and bootloader log specification
 2020-12-09  5:41 UTC  (6+ messages)

[ovmf test] 157333: all pass - PUSHED
 2020-12-09  3:45 UTC 

[qemu-mainline test] 157328: regressions - FAIL
 2020-12-09  3:35 UTC 

[PATCH v6 00/25] xl / libxl: named PCI pass-through devices
 2020-12-09  1:02 UTC 

[xen-unstable test] 157327: tolerable FAIL - PUSHED
 2020-12-09  0:43 UTC 

[linux-5.4 test] 157303: tolerable FAIL - PUSHED
 2020-12-08 20:46 UTC 

[ovmf test] 157323: all pass - PUSHED
 2020-12-08 20:14 UTC 

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

[linux-linus test] 157285: regressions - FAIL
 2020-12-08 17:59 UTC 

[qemu-mainline test] 157268: regressions - FAIL
 2020-12-08 15:21 UTC 

[xen-unstable test] 157271: tolerable FAIL - PUSHED
 2020-12-08 15:02 UTC 

[PATCH] xen: CONFIG_PV_SHIM_EXCLUSIVE and CONFIG_HVM are mutually exclusive
 2020-12-08 14:58 UTC  (5+ messages)

[libvirt test] 157274: regressions - FAIL
 2020-12-08 12:32 UTC 

[RFC] design: design doc for 1:1 direct-map
 2020-12-08 11:23 UTC  (7+ messages)

[PATCH] MAINTAINERS: add me as maintainer for tools/xenstore/
 2020-12-08 10:49 UTC  (2+ messages)

[xen-unstable-smoke test] 157293: tolerable all pass - PUSHED
 2020-12-08 10:10 UTC 

[PATCH 0/2] xen: fix using ZONE_DEVICE memory for foreign mappings
 2020-12-08  6:45 UTC  (7+ messages)
` [PATCH 1/2] xen: add helpers for caching grant mapping pages
` [PATCH 2/2] xen: don't use page->lru for ZONE_DEVICE memory

[linux-linus test] 157266: regressions - FAIL
 2020-12-08  6:32 UTC 

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-08  4:52 UTC  (2+ messages)
` (subset) "

[xen-unstable test] 157263: regressions - FAIL
 2020-12-08  3:31 UTC 

[qemu-mainline test] 157261: regressions - FAIL
 2020-12-08  2:14 UTC 

[RFC PATCH] xen/arm: domain_build: Ignore empty memory bank
 2020-12-07 23:17 UTC  (2+ messages)

[linux-linus test] 157257: regressions - FAIL
 2020-12-07 22:14 UTC 

[xen-unstable-smoke test] 157262: tolerable all pass - PUSHED
 2020-12-07 20:37 UTC 

[PATCH v5 00/23] xl / libxl: named PCI pass-through devices
 2020-12-07 19:13 UTC  (11+ messages)
` [PATCH v5 01/23] xl / libxl: s/pcidev/pci and remove DEFINE_DEVICE_TYPE_STRUCT_X
` [PATCH v5 18/23] libxlu: introduce xlu_pci_parse_spec_string()

[RFC PATCH] tools/python: Correct extension filenames for Python 3
 2020-10-01 22:19 UTC 

[PATCH v3 0/5] evtchn: (not so) recent XSAs follow-on
 2020-12-07 17:35 UTC  (17+ messages)
` [PATCH v3 5/5] evtchn: don't call Xen consumer callback with per-channel lock held

[PATCH v2 0/7] xen/arm: Emulate ID registers
 2020-12-07 17:35 UTC  (7+ messages)
` [PATCH v2 1/7] xen/arm: Add ID registers and complete cpufinfo
` [PATCH v2 3/7] xen/arm: create a cpuinfo structure for guest

[xen-unstable-smoke test] 157259: tolerable all pass - PUSHED
 2020-12-07 16:42 UTC 

[qemu-mainline test] 157253: regressions - FAIL
 2020-12-07 16:01 UTC 

[PATCH v1] docs: remove stale README.incompatibilities
 2020-12-07 15:50 UTC  (2+ messages)

[PATCH 0/2] ns16550: #ifdef-ary
 2020-12-07 15:46 UTC  (2+ messages)

[PATCH v1 0/4] tools/ocaml/libs/xc: domid control at domain creation time
 2020-12-07 15:42 UTC  (3+ messages)
` [PATCH v1 3/4] Makefile: add build-tools-oxenstored

[PATCH v3] docs: fix documentation about default scheduler
 2020-12-07 15:40 UTC  (2+ messages)

[PATCH v2 0/2] automation: arm64 dom0less smoke test
 2020-12-07 15:33 UTC  (2+ messages)

[PATCH] libxenstat: avoid build race
 2020-12-07 15:31 UTC  (4+ messages)
  ` Ping: "

[PATCH v8 00/15] switch to domheap for Xen page tables
 2020-12-07 15:28 UTC  (3+ messages)
` [PATCH v8 03/15] x86/mm: rewrite virt_to_xen_l*e

[PATCH v2 00/17] xen: support per-cpupool scheduling granularity
 2020-12-07 15:21 UTC  (9+ messages)
` [PATCH v2 04/17] xen/cpupool: switch cpupool id to unsigned

[PATCH v3 0/5] gitlab-ci: Add accelerator-specific Linux jobs
 2020-12-07 14:43 UTC  (7+ messages)
` [PATCH v3 1/5] gitlab-ci: Document 'build-tcg-disabled' is a KVM X86 job
` [PATCH v3 2/5] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)
` [PATCH v3 3/5] gitlab-ci: Introduce 'cross_accel_build_job' template
` [PATCH v3 4/5] gitlab-ci: Add KVM s390x cross-build jobs
` [PATCH v3 5/5] gitlab-ci: Add Xen "

[Help Wanted] New toolstack Rust PoC
 2020-12-07 13:55 UTC  (2+ messages)

[PATCH v3] x86/vmap: handle superpages in vmap_to_mfn()
 2020-12-07 13:14 UTC  (2+ messages)

[xen-unstable test] 157249: tolerable FAIL
 2020-12-07 13:08 UTC 

GPF on 0xdead000000000100 in nvme_map_data - Linux 5.9.9
 2020-12-07 13:00 UTC  (9+ messages)

[PATCH v2 0/5] gitlab-ci: Add accelerator-specific Linux jobs
 2020-12-07 12:53 UTC  (12+ messages)
` [PATCH v2 1/5] gitlab-ci: Document 'build-tcg-disabled' is a KVM X86 job
` [PATCH v2 2/5] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)
` [PATCH v2 3/5] gitlab-ci: Introduce 'cross_accel_build_job' template
` [PATCH v2 4/5] gitlab-ci: Add KVM s390x cross-build jobs
` [PATCH v2 5/5] gitlab-ci: Add Xen "

[ovmf test] 157255: all pass - PUSHED
 2020-12-07 12:48 UTC 

[PATCH] x86/vmap: handle superpages in vmap_to_mfn()
 2020-12-07 11:57 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 1/2] x86/IRQ: make max number of guests for a shared IRQ configurable
 2020-12-07 11:44 UTC  (4+ messages)

[PATCH 0/8] gitlab-ci: Add accelerator-specific Linux jobs
 2020-12-07 11:26 UTC  (8+ messages)
` [PATCH 5/8] gitlab-ci: Add KVM s390x cross-build jobs

[PATCH] x86/vPMU: make use of xmalloc_flex_struct()
 2020-12-07 11:00 UTC  (2+ messages)

[PATCH] x86/vIO-APIC: make use of xmalloc_flex_struct()
 2020-12-07 10:58 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).