xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-13 04:42:05 to 2021-01-14 18:40:41 UTC [more...]

[PATCH v3 08/15] x86: add new features for paravirt patching
 2021-01-14 18:40 UTC  (4+ messages)

[PATCH] x86/dpci: remove the dpci EOI timer
 2021-01-14 17:22 UTC  (22+ messages)

[PATCH V4 00/24] IOREQ feature (+ virtio-mmio) on Arm
 2021-01-14 17:20 UTC  (12+ messages)
` [PATCH V4 11/24] xen/mm: Make x86's XENMEM_resource_ioreq_server handling common
` [PATCH V4 24/24] [RFC] libxl: Add support for virtio-disk configuration
    ` [ANNOUNCE] Xen 4.15 release schedule and feature tracking

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

[PATCH] argo: don't leak stack contents when returning ring info
 2021-01-14 17:01 UTC  (3+ messages)

[PATCH v11 00/27] tools/xenstore: support live update for xenstored
 2021-01-14 16:48 UTC  (29+ messages)
` [PATCH v11 01/27] tools/libxenevtchn: switch to standard xen coding style
` [PATCH v11 02/27] tools/libxenevtchn: rename open_flags to flags
` [PATCH v11 03/27] tools/libxenevtchn: check xenevtchn_open() flags for not supported bits
` [PATCH v11 04/27] tools/libxenevtchn: propagate xenevtchn_open() flags parameter
` [PATCH v11 05/27] tools/libxenevtchn: add possibility to not close file descriptor on exec
` [PATCH v11 06/27] tools/xenstore: refactor XS_CONTROL handling
` [PATCH v11 07/27] tools/xenstore: add live update command to xenstore-control
` [PATCH v11 08/27] tools/xenstore: add basic live-update command parsing
` [PATCH v11 09/27] tools/xenstore: introduce live update status block
` [PATCH v11 10/27] tools/xenstore: save new binary for live update
` [PATCH v11 11/27] tools/xenstore: add command line handling "
` [PATCH v11 12/27] tools/xenstore: add support for delaying execution of a xenstore request
` [PATCH v11 13/27] tools/xenstore: add the basic framework for doing the live update
` [PATCH v11 14/27] tools/xenstore: allow live update only with no transaction active
` [PATCH v11 15/27] docs: update the xenstore migration stream documentation
` [PATCH v11 16/27] tools/xenstore: add include file for state structure definitions
` [PATCH v11 17/27] tools/xenstore: dump the xenstore state for live update
` [PATCH v11 18/27] tools/xenstore: handle CLOEXEC flag for local files and pipes
` [PATCH v11 19/27] tools/xenstore: split off domain introduction from do_introduce()
` [PATCH v11 20/27] tools/xenstore: evaluate the live update flag when starting
` [PATCH v11 21/27] tools/xenstore: read internal state when doing live upgrade
` [PATCH v11 22/27] tools/xenstore: add reading global state for live update
` [PATCH v11 23/27] tools/xenstore: add read connection "
` [PATCH v11 24/27] tools/xenstore: add read node "
` [PATCH v11 25/27] tools/xenstore: add read watch "
` [PATCH v11 26/27] tools/xenstore: handle dying domains in "
` [PATCH v11 27/27] tools/xenstore: activate new binary for "

[xen-unstable test] 158416: tolerable FAIL - PUSHED
 2021-01-14 16:16 UTC 

[xen-unstable-smoke test] 158420: tolerable all pass - PUSHED
 2021-01-14 15:53 UTC 

[PATCH] common: don't require use of DOMID_SELF
 2021-01-14 15:38 UTC  (6+ messages)

[PATCH 0/4] xen: domain-tracked allocations, and fault injection
 2021-01-14 15:30 UTC  (9+ messages)
` [PATCH 1/4] xen/dmalloc: Introduce dmalloc() APIs
` [PATCH 3/4] xen/domctl: Introduce fault_ttl

[PATCH 0/3] gnttab: pin count related adjustments & more
 2021-01-14 15:24 UTC  (4+ messages)
` [PATCH 1/3] gnttab: adjust pin count overflow checks
` [PATCH 2/3] gnttab: consolidate pin-to-status syncing
` [PATCH 3/3] Arm: don't hard-code grant table limits in create_domUs()

[PATCH 00/17] x86/PV: avoid speculation abuse through guest accessors plus 
 2021-01-14 15:11 UTC  (18+ messages)
` [PATCH 01/17] x86/shadow: use __put_user() instead of __copy_to_user()
` [PATCH 02/17] x86: split __{get,put}_user() into "guest" and "unsafe" variants
` [PATCH 03/17] x86: split __copy_{from,to}_user() "
` [PATCH 04/17] x86/PV: harden guest memory accesses against speculative abuse
` [PATCH 05/17] x86: rename {get,put}_user() to {get,put}_guest()
` [PATCH 06/17] x86/gdbsx: convert "user" to "guest" accesses
` [PATCH 07/17] x86: rename copy_{from,to}_user() to copy_{from,to}_guest_pv()
` [PATCH 08/17] x86: move stac()/clac() from {get,put}_unsafe_asm()
` [PATCH 09/17] x86/PV: use get_unsafe() instead of copy_from_unsafe()
` [PATCH 10/17] x86/shadow: "
` [PATCH 11/17] x86/shadow: polish shadow_write_entries()
` [PATCH 12/17] x86/shadow: move shadow_set_l<N>e() to their own source file
` [PATCH 13/17] x86/shadow: don't open-code SHF_* shorthands
` [PATCH 14/17] x86/shadow: SH_type_l2h_shadow is PV-only
` [PATCH 15/17] x86/shadow: drop SH_type_l2h_pae_shadow
` [PATCH 16/17] x86/shadow: only 4-level guest code needs building when !HVM
` [PATCH 17/17] x86/shadow: adjust is_pv_*() checks

[PATCH] Fix error: array subscript has type 'char'
 2021-01-14 14:16 UTC  (8+ messages)
` [PATCH] ocaml/libs/eventchn: drop unneeded evtchn.h

[qemu-mainline test] 158413: regressions - FAIL
 2021-01-14 13:54 UTC 

[ovmf test] 158417: all pass - PUSHED
 2021-01-14 13:15 UTC 

Purpose of translate MSI interrupt into INTx for guest passthrough
 2021-01-14 10:41 UTC  (6+ messages)

[PATCH] memory: avoid pointless continuation in xenmem_add_to_physmap()
 2021-01-14  9:20 UTC  (3+ messages)

[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  (33+ 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  (5+ messages)
` [PATCH v4 08/11] xen/compiler: import 'fallthrough' keyword from linux

[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 

[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/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] kconfig: ensure strndup() declaration is visible
 2021-01-13 21:14 UTC  (2+ 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 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  (2+ 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 

[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 


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