xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-12 14:27:36 to 2021-01-14 09:19:06 UTC [more...]

[PATCH v2] xen/irq: Propagate the error from init_one_desc_irq() in init_*_irq_data()
 2021-01-14  9:18 UTC  (4+ messages)
` [PING] "

[RFC PATCH v3 0/6] Restricted DMA
 2021-01-14  9:08 UTC  (42+ messages)
` [RFC PATCH v3 1/6] swiotlb: Add io_tlb_mem struct
` [RFC PATCH v3 2/6] swiotlb: Add restricted DMA pool
` [RFC PATCH v3 3/6] swiotlb: Use restricted DMA pool if available
` [RFC PATCH v3 4/6] swiotlb: Add restricted DMA alloc/free support
` [RFC PATCH v3 6/6] of: Add plumbing for restricted DMA pool

[linux-linus test] 158410: regressions - FAIL
 2021-01-14  9:06 UTC 

[PATCH v4 00/11] xen/arm: Add support for SMMUv3 driver
 2021-01-14  9:04 UTC  (10+ messages)
` [PATCH v4 08/11] xen/compiler: import 'fallthrough' keyword from linux
` [PATCH v4 11/11] xen/arm: smmuv3: Add support for SMMUv3 driver

[PATCH v2 0/7] Rid W=1 warnings in Ethernet
 2021-01-14  8:33 UTC  (4+ messages)
` [PATCH 2/7] net: xen-netback: xenbus: Demote nonconformant kernel-doc headers

[ovmf test] 158414: all pass - PUSHED
 2021-01-14  8:17 UTC 

[libvirt test] 158415: regressions - FAIL
 2021-01-14  6:35 UTC 

[xen-unstable test] 158409: regressions - FAIL
 2021-01-14  4:57 UTC 

[PATCH V4 00/24] IOREQ feature (+ virtio-mmio) on Arm
 2021-01-14  3:58 UTC  (27+ messages)
` [PATCH V4 01/24] x86/ioreq: Prepare IOREQ feature for making it common
` [PATCH V4 02/24] x86/ioreq: Add IOREQ_STATUS_* #define-s and update code for moving
` [PATCH V4 03/24] x86/ioreq: Provide out-of-line wrapper for the handle_mmio()
` [PATCH V4 04/24] xen/ioreq: Make x86's IOREQ feature common
` [PATCH V4 05/24] xen/ioreq: Make x86's hvm_ioreq_needs_completion() common
` [PATCH V4 06/24] xen/ioreq: Make x86's hvm_mmio_first(last)_byte() common
` [PATCH V4 07/24] xen/ioreq: Make x86's hvm_ioreq_(page/vcpu/server) structs common
` [PATCH V4 08/24] xen/ioreq: Move x86's ioreq_server to struct domain
` [PATCH V4 09/24] xen/ioreq: Make x86's IOREQ related dm-op handling common
` [PATCH V4 10/24] xen/ioreq: Move x86's io_completion/io_req fields to struct vcpu
` [PATCH V4 11/24] xen/mm: Make x86's XENMEM_resource_ioreq_server handling common
` [PATCH V4 12/24] xen/ioreq: Remove "hvm" prefixes from involved function names
` [PATCH V4 13/24] xen/ioreq: Use guest_cmpxchg64() instead of cmpxchg()
` [PATCH V4 14/24] arm/ioreq: Introduce arch specific bits for IOREQ/DM features
` [PATCH V4 15/24] xen/arm: Stick around in leave_hypervisor_to_guest until I/O has completed
` [PATCH V4 16/24] xen/mm: Handle properly reference in set_foreign_p2m_entry() on Arm
` [PATCH V4 17/24] xen/ioreq: Introduce domain_has_ioreq_server()
` [PATCH V4 18/24] xen/dm: Introduce xendevicemodel_set_irq_level DM op
` [PATCH V4 19/24] xen/arm: io: Abstract sign-extension
` [PATCH V4 20/24] xen/arm: io: Harden sign extension check
` [PATCH V4 21/24] xen/ioreq: Make x86's send_invalidate_req() common
` [PATCH V4 22/24] xen/arm: Add mapcache invalidation handling
` [PATCH V4 23/24] libxl: Introduce basic virtio-mmio support on Arm
` [PATCH V4 24/24] [RFC] libxl: Add support for virtio-disk configuration

[xen-unstable-smoke test] 158412: tolerable all pass - PUSHED
 2021-01-14  3:57 UTC 

[qemu-mainline test] 158406: regressions - FAIL
 2021-01-14  1:12 UTC 

[PATCH 0/3] Alternatives vs ORC, a slightly easier way
 2021-01-14  0:21 UTC  (6+ messages)
` [PATCH 3/3] objtool: Support stack layout changes in alternatives

[PATCH v2 1/2] xen/arm: Correct the coding style of get_cycles
 2021-01-14  0:18 UTC  (6+ messages)
` [PATCH v2 2/2] xen/arm: Add defensive barrier in get_cycles for Arm64

[PATCH 0/4] xen: domain-tracked allocations, and fault injection
 2021-01-13 23:58 UTC  (7+ messages)
` [PATCH 1/4] xen/dmalloc: Introduce dmalloc() APIs
` [PATCH 3/4] xen/domctl: Introduce fault_ttl

[PATCH 0/5] domain referencing adjustments
 2021-01-13 22:42 UTC  (7+ messages)
` [PATCH 1/5] common: don't (kind of) open-code rcu_lock_domain_by_any_id()
` [PATCH 3/5] argo: don't pointlessly use get_domain_by_id()

[xen-unstable-smoke test] 158408: tolerable all pass - PUSHED
 2021-01-13 22:08 UTC 

[PATCH] x86/dpci: remove the dpci EOI timer
 2021-01-13 21:31 UTC  (7+ messages)

[PATCH] kconfig: ensure strndup() declaration is visible
 2021-01-13 21:14 UTC  (2+ messages)

Purpose of translate MSI interrupt into INTx for guest passthrough
 2021-01-13 21:00 UTC  (5+ messages)

[linux-linus test] 158401: regressions - FAIL
 2021-01-13 20:30 UTC 

[xen-unstable test] 158399: regressions - FAIL
 2021-01-13 20:09 UTC 

[PATCH] x86/mem_sharing: fix wrong field name used in 2c5119d
 2021-01-13 19:11 UTC  (2+ messages)

[PATCH] memory: avoid pointless continuation in xenmem_add_to_physmap()
 2021-01-13 19:09 UTC  (2+ messages)

[PATCH 0/3] Cleanup to tools/tests
 2021-01-13 19:08 UTC  (12+ messages)
` [PATCH 1/3] tools/tests: Drop obsolete running scripts
` [PATCH 2/3] tools: Move xen-access from tests/ to misc/
` [PATCH 3/3] tools: Move memshrtool "

[PATCH v2 0/2] a tiny bit of header disentangling
 2021-01-13 18:48 UTC  (5+ messages)
` [PATCH v2 1/2] include: don't use asm/page.h from common headers
` [PATCH v2 2/2] mm: split out mfn_t / gfn_t / pfn_t definitions and helpers

[PATCH v2] lib: drop (replace) debug_build()
 2021-01-13 18:37 UTC  (2+ messages)

Inconsistent console behavior during HVM direct boot
 2021-01-13 18:09 UTC  (4+ messages)

Proposal - lightweight auto test binaries
 2021-01-13 18:02 UTC  (5+ messages)

[PATCH] xen/iommu: smmu: Use 1UL << 31 rather than 1 << 31
 2021-01-13 17:50 UTC  (3+ messages)

[PATCH v10 00/25] tools/xenstore: support live update for xenstored
 2021-01-13 17:42 UTC  (5+ messages)
` [PATCH v10 06/25] tools/xenstore: add live update command to xenstore-control

[PATCH v2] xen/arm: don't read aarch32 regs when aarch32 isn't available
 2021-01-13 17:38 UTC  (3+ messages)

PCI passthrough regression on BSD* guests since 4.13.1
 2021-01-13 15:16 UTC 

[PATCH v4 0/5] Xen INTX/GSI event channel delivery fixes
 2021-01-13 15:13 UTC  (7+ messages)
` [PATCH v4 1/5] xen: Fix event channel callback via INTX/GSI
` [PATCH v4 2/5] xen: Set platform PCI device INTX affinity to CPU0
` [PATCH v4 3/5] x86/xen: Add xen_no_vector_callback option to test PCI INTX delivery
` [PATCH v4 4/5] x86/xen: Don't register Xen IPIs when they aren't going to be used
` [PATCH v4 5/5] x86/xen: Fix xen_hvm_smp_init() when vector callback not available

[PATCH 0/6] x86/p2m: restrict more code to build just for HVM
 2021-01-13 15:06 UTC  (14+ messages)
` [PATCH 2/6] x86/mm: p2m_add_foreign() is HVM-only

[qemu-mainline test] 158396: regressions - FAIL
 2021-01-13 13:43 UTC 

[PATCH v3 0/5] Xen INTX/GSI event channel delivery fixes
 2021-01-13 12:21 UTC  (4+ messages)
` [PATCH v3 1/5] xen: Fix event channel callback via INTX/GSI

[PATCH v2] xen/privcmd: allow fetching resource sizes
 2021-01-13 11:32 UTC  (4+ messages)

[PATCH RFC 0/3] xen: add hypfs per-domain abi-features
 2021-01-13 10:47 UTC  (3+ messages)

Xen VM call trace on fstrim: Error: discard_granularity is 0
 2021-01-13 10:43 UTC 

[xen-unstable-coverity test] 158404: all pass - PUSHED
 2021-01-13  9:49 UTC 

[PATCH] Fix error: array subscript has type 'char'
 2021-01-13  9:40 UTC  (24+ messages)
` [PATCH] NetBSD: Fix lock directory path
` [PATCH] NetBSD hotplug: Introduce locking functions
` [PATCH] NetBSD hotplug: fix block unconfigure on destroy
` [PATCH] NetBSD hotplug: handle case where vifname is not present
` [PATCH] NetBSD: remove xenbackendd
` [PATCH] NetBSD: use system-provided headers
` [PATCH] gdbsx: use right path for privcmd
` [PATCH] libs/call: fix build on NetBSD
` [PATCH] libs/evtchn: "
` [PATCH] libs/foreignmemory: Implement "
` [PATCH] libs/gnttab: implement "
` [PATCH] libs/light: Switch NetBSD to QEMU_XEN
` [PATCH] libs/light: fix tv_sec printf format
` [PATCH] libs/light: fix uuid on NetBSD
` [PATCH] libs/light: make it build without setresuid()
` [PATCH] libs/light: pass some infos to qemu
` [PATCH] libs/store: make build without PTHREAD_STACK_MIN
` [PATCH] ocaml/libs/eventchn: drop unneeded evtchn.h
` [PATCH] xenpaging.c: include errno.h
` [PATCH] xenpmd.c: use dynamic allocation
` [PATCH] xenstat_netbsd: remove usused code

[libvirt test] 158397: regressions - FAIL
 2021-01-13  8:32 UTC 

[PATCH v7 0/7] xl / libxl: named PCI pass-through devices
 2021-01-13  8:05 UTC  (2+ messages)

[linux-5.4 test] 158387: tolerable FAIL - PUSHED
 2021-01-13  7:44 UTC 

[xen-unstable bisection] complete test-arm64-arm64-xl
 2021-01-13  7:39 UTC 

[linux-linus test] 158384: regressions - FAIL
 2021-01-13  6:32 UTC 

[xen-unstable test] 158379: regressions - FAIL
 2021-01-13  5:41 UTC 

[qemu-mainline test] 158382: regressions - FAIL
 2021-01-13  3:59 UTC 

[PATCH] OvmfPkg/XenPlatformPei: Use CPUID to get physical address width on Xen
 2021-01-13  3:55 UTC  (2+ messages)

[RESEND] [RFC PATCH] xen/arm: domain_build: Ignore empty memory bank
 2021-01-13  1:03 UTC  (5+ messages)

IRQ latency measurements in hypervisor
 2021-01-12 23:48 UTC 

[xen-unstable-smoke test] 158388: tolerable all pass - PUSHED
 2021-01-12 22:44 UTC 

(no subject)
 2021-01-12 22:23 UTC  (10+ messages)
` [PATCH V3 09/23] xen/dm: Make x86's DM feature common

[PATCH] xen/arm: don't read aarch32 regs when aarch32 isn't available
 2021-01-12 22:14 UTC  (9+ messages)

[PATCH v3 0/7] Multiple fixes to XENMEM_acquire_resource
 2021-01-12 21:05 UTC  (11+ messages)
` [PATCH v3 1/7] xen/gnttab: Rework resource acquisition
` [PATCH v3 2/7] xen/memory: Fix acquire_resource size semantics
` [PATCH v3 3/7] tools/foreignmem: Support querying the size of a resource
` [PATCH v3 4/7] xen/memory: Clarify the XENMEM_acquire_resource ABI description
` [PATCH v3 5/7] xen/memory: Improve compat XENMEM_acquire_resource handling
` [PATCH v3 6/7] xen/memory: Indent part of acquire_resource()
` [PATCH v3 7/7] xen/memory: Fix mapping grant tables with XENMEM_acquire_resource

[PATCH v2 00/11] Multiple fixes to XENMEM_acquire_resource
 2021-01-12 20:06 UTC  (10+ messages)
` [PATCH v2 02/11] xen/gnttab: Rework resource acquisition

new (mostly) NetBSD patches
 2021-01-12 18:09 UTC 

[linux-linus test] 158373: regressions - FAIL
 2021-01-12 17:06 UTC 

[qemu-mainline test] 158372: regressions - FAIL
 2021-01-12 14:38 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).