xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-30 14:30:01 to 2020-07-31 14:21:49 UTC [more...]

[OSSTEST PATCH v2 00/41] Performance work
 2020-07-31 14:21 UTC  (46+ messages)
` [OSSTEST PATCH v2 01/41] Add cperl-indent-level to .dir-locals.el
` [OSSTEST PATCH v2 02/41] SQL: Use "LIKE" rather than "like", etc
` [OSSTEST PATCH v2 03/41] SQL: Fix incorrect LIKE pattern syntax (literals)
` [OSSTEST PATCH v2 04/41] SQL: Fix incorrect LIKE pattern syntax (program variables)
` [OSSTEST PATCH v2 05/41] sg-report-flight: Add a comment re same-flight search narrowing
` [OSSTEST PATCH v2 06/41] sg-report-flight: Sort failures by job name as last resort
` [OSSTEST PATCH v2 07/41] schema: Provide indices for sg-report-flight
` [OSSTEST PATCH v2 08/41] sg-report-flight: Ask the db for flights of interest
` [OSSTEST PATCH v2 09/41] sg-report-flight: Use WITH to use best index use for $flightsq
` [OSSTEST PATCH v2 10/41] sg-report-flight: Use WITH clause to use index for $anypassq
` [OSSTEST PATCH v2 11/41] sg-report-flight: Use the job row from the intitial query
` [OSSTEST PATCH v2 12/41] Executive: Use index for report__find_test
` [OSSTEST PATCH v2 13/41] duration_estimator: Ignore truncated jobs unless we know the step
` [OSSTEST PATCH v2 14/41] duration_estimator: Introduce some _qtxt variables
` [OSSTEST PATCH v2 15/41] duration_estimator: Explicitly provide null in general host q
` [OSSTEST PATCH v2 16/41] duration_estimator: Return job column in first query
` [OSSTEST PATCH v2 17/41] duration_estimator: Move $uptincl_testid to separate @x_params
` [OSSTEST PATCH v2 18/41] duration_estimator: Move duration query loop into database
` [OSSTEST PATCH v2 19/41] Executive: Drop redundant AND clause
` [OSSTEST PATCH v2 20/41] schema: Add index for quick lookup by host
` [OSSTEST PATCH v2 21/41] sg-report-host-history: Find flight limit by flight start date
` [OSSTEST PATCH v2 22/41] sg-report-host-history: Drop per-job debug etc
` [OSSTEST PATCH v2 23/41] Executive: Export opendb_tests
` [OSSTEST PATCH v2 24/41] sg-report-host-history: Add a debug print after sorting jobs
` [OSSTEST PATCH v2 25/41] sg-report-host-history: Do the main query per host
` [OSSTEST PATCH v2 26/41] sg-report-host-history: Rerganisation: Make mainquery per-host
` [OSSTEST PATCH v2 27/41] sg-report-host-history: Rerganisation: Read old logs later
` [OSSTEST PATCH v2 28/41] sg-report-host-history: Rerganisation: Change loops
` [OSSTEST PATCH v2 29/41] sg-report-host-history: Drop a redundznt AND clause
` [OSSTEST PATCH v2 30/41] sg-report-host-history: Fork
` [OSSTEST PATCH v2 31/41] schema: Add index to help cs-bisection-step
` [OSSTEST PATCH v2 32/41] adhoc-revtuple-generator: Fix an undef warning in a debug print
` [OSSTEST PATCH v2 33/41] cs-bisection-step: Generalise qtxt_common_rev_ok
` [OSSTEST PATCH v2 34/41] cs-bisection-step: Move an AND
` [OSSTEST PATCH v2 35/41] cs-bisection-step: Break out qtxt_common_ok
` [OSSTEST PATCH v2 36/41] cs-bisection-step: Use db_prepare a few times instead of ->do
` [OSSTEST PATCH v2 37/41] cs-bisection-step: temporary table: Insert only rows we care about
` [OSSTEST PATCH v2 38/41] SQL: Change LIKE E'...\\_...' to LIKE '...\_...'
` [OSSTEST PATCH v2 39/41] cs-bisection-step: Add a debug print when we run dot(1)
` [OSSTEST PATCH v2 40/41] cs-bisection-step: Lay out the revision tuple graph once
` [OSSTEST PATCH v2 41/41] duration_estimator: Clarify recentflights query a bit

[PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode
 2020-07-31 14:13 UTC  (12+ messages)

[PATCH v2 0/2] epte_get_entry_emt() modifications
 2020-07-31 14:14 UTC  (10+ messages)
` [PATCH v2 1/2] x86/hvm: set 'ipat' in EPT for special pages
` [PATCH v2 2/2] x86/hvm: simplify 'mmio_direct' check in epte_get_entry_emt()

[PATCH] x86/vmx: reorder code in vmx_deliver_posted_intr
 2020-07-31 13:56 UTC  (3+ messages)

kernel-doc and xen.git
 2020-07-31 13:50 UTC  (9+ messages)

[PATCH v2] tools/configure: drop BASH configure variable
 2020-07-31 13:47 UTC  (9+ messages)
` [PATCH] "
        ` [PATCH] tools/configure: drop BASH configure variable [and 1 more messages]

[PATCH v3] xen/arm: Convert runstate address during hypcall
 2020-07-31 13:26 UTC  (8+ messages)

[RESEND][PATCH v2 0/7] xen: Consolidate asm-*/guest_access.h in xen/guest_access.h
 2020-07-31 13:04 UTC  (24+ messages)
` [RESEND][PATCH v2 1/7] xen/guest_access: Add emacs magics
` [RESEND][PATCH v2 2/7] xen/arm: kernel: Re-order the includes
` [RESEND][PATCH v2 3/7] xen/arm: decode: "
` [RESEND][PATCH v2 4/7] xen/arm: guestcopy: "
` [RESEND][PATCH v2 5/7] xen: include xen/guest_access.h rather than asm/guest_access.h
` [RESEND][PATCH v2 6/7] xen/guest_access: Consolidate guest access helpers in xen/guest_access.h
` [RESEND][PATCH v2 7/7] xen/guest_access: Fix coding style "

[PATCH 0/6] Fixes and improvements for Xen pvdrm
 2020-07-31 12:51 UTC  (7+ messages)
` [PATCH 1/6] xen/gntdev: Fix dmabuf import with non-zero sgt offset
` [PATCH 2/6] drm/xen-front: Fix misused IS_ERR_OR_NULL checks
` [PATCH 3/6] drm/xen-front: Add YUYV to supported formats
` [PATCH 4/6] xen: Sync up with the canonical protocol definition in Xen
` [PATCH 5/6] drm/xen-front: Pass dumb buffer data offset to the backend
` [PATCH 6/6] drm/xen-front: Add support for EDID based configuration

[PATCH] xen/arm: cmpxchg: Add missing memory barriers in __cmpxchg_mb_timeout()
 2020-07-31 12:50 UTC  (3+ messages)

[PATCH] x86/vhpet: Fix type size in timer_int_route_valid
 2020-07-31 12:38 UTC  (7+ messages)

RESCHEDULED Call for agenda items for Community Call, August 13 @ 15:00 UTC
 2020-07-31 12:35 UTC  (5+ messages)

[PATCH v1] tools/xen-cpuid: show enqcmd
 2020-07-31 12:24 UTC  (6+ messages)

[xen-unstable test] 152311: tolerable FAIL - PUSHED
 2020-07-31 12:03 UTC 

[PATCH] x86/hvm: set 'ipat' in EPT for special pages
 2020-07-31 11:21 UTC  (5+ messages)

[libvirt test] 152317: regressions - FAIL
 2020-07-31 11:22 UTC 

[PATCH 0/2] displif: Protocol version 2
 2020-07-31 10:53 UTC  (3+ messages)
` [PATCH 2/2] libgnttab: Add support for Linux dma-buf offset

[PATCH] x86emul: replace UB shifts
 2020-07-31 10:50 UTC  (2+ messages)

[OSSTEST PATCH 00/14] Flight report performance improvements
 2020-07-31 10:45 UTC  (8+ messages)
` [OSSTEST PATCH 06/14] sg-report-flight: Use WITH clause to use index for $anypassq
` [OSSTEST PATCH 14/14] duration_estimator: Move duration query loop into database

[PATCH RFCv1 0/5] mm/memory_hotplug: selective merging of memory resources
 2020-07-31 10:40 UTC  (7+ messages)
` [PATCH RFCv1 1/5] kernel/resource: make release_mem_region_adjustable() never fail
` [PATCH RFCv1 2/5] kernel/resource: merge_child_mem_resources() to merge memory resources after adding succeeded
` [PATCH RFCv1 3/5] virtio-mem: try to merge "System RAM (virtio_mem)" resources
` [PATCH RFCv1 4/5] xen/balloon: try to merge "System RAM" resources
` [PATCH RFCv1 5/5] hv_balloon:: "

[PATCH v2] xen/arm: Convert runstate address during hypcall
 2020-07-31 10:18 UTC  (8+ messages)

[PATCH v2 00/10] IOMMU cleanup
 2020-07-31  9:21 UTC  (7+ messages)
` [PATCH v2 03/10] x86/iommu: convert VT-d code to use new page table allocator
` [PATCH v2 07/10] iommu: make map, unmap and flush all take both an order and a count
` [PATCH v2 08/10] remove remaining uses of iommu_legacy_map/unmap
` [PATCH v2 09/10] iommu: remove the share_p2m operation
` [PATCH v2 10/10] iommu: stop calling IOMMU page tables 'p2m tables'

4.14.0 FTBFS for Debian unstable, libxlu_pci.c (╯°□°)╯︵ ┻━┻
 2020-07-31  8:43 UTC  (2+ messages)
` 4.14.0 FTBFS for Debian unstable, libxlu_pci.c (�s°□°)�s�� ┻━┻

[PATCH 0/4] x86: some assembler macro rework
 2020-07-31  8:12 UTC  (9+ messages)
` [PATCH 1/4] x86: replace __ASM_{CL,ST}AC

[qemu-mainline test] 152309: regressions - FAIL
 2020-07-31  8:05 UTC 

[PATCH 0/5] Multiple fixes to XENMEM_acquire_resource
 2020-07-31  7:52 UTC  (18+ messages)
` [PATCH 1/5] xen/memory: Introduce CONFIG_ARCH_ACQUIRE_RESOURCE
` [PATCH 3/5] xen/memory: Fix compat XENMEM_acquire_resource for size requests
` [PATCH 4/5] xen/memory: Fix acquire_resource size semantics

[PATCH v3] print: introduce a format specifier for pci_sbdf_t
 2020-07-31  6:25 UTC  (4+ messages)

[linux-linus test] 152303: regressions - FAIL
 2020-07-31  2:26 UTC 

Porting Xen to Jetson Nano
 2020-07-31  1:16 UTC  (8+ messages)

[xen-unstable-smoke test] 152310: tolerable all pass - PUSHED
 2020-07-31  0:59 UTC 

[xen-unstable-smoke test] 152308: regressions - FAIL
 2020-07-30 21:52 UTC 

[qemu-mainline test] 152295: regressions - trouble: fail/pass/starved
 2020-07-30 21:33 UTC 

[PATCH 0/4] tools: propagate bridge MTU to vif frontends
 2020-07-30 19:48 UTC  (5+ messages)
` [PATCH 1/4] tools/hotplug: add remove_from_bridge() and improve debug output
` [PATCH 2/4] tools/hotplug: combine add/online and remove/offline in vif-bridge
` [PATCH 3/4] public/io/netif: specify MTU override node
` [PATCH 4/4] tools/hotplug: modify set_mtu() to inform the frontend via xenstore

[PATCH] xen/spinlock: move debug helpers inside the locked regions
 2020-07-30 18:29 UTC  (5+ messages)

[PATCH v2 0/7] xen: Consolidate asm-*/guest_access.h in xen/guest_access.h
 2020-07-30 18:19 UTC  (15+ messages)
` [PATCH v2 1/6] xen/arm: kernel: Re-order the includes
` [PATCH v2 1/7] xen/guest_access: Add emacs magics
` [PATCH v2 2/6] xen/arm: decode: Re-order the includes
` [PATCH v2 2/7] xen/arm: kernel: "
` [PATCH v2 3/7] xen/arm: decode: "
` [PATCH v2 3/6] xen/arm: guestcopy: "
` [PATCH v2 4/7] "
` [PATCH v2 4/6] xen: include xen/guest_access.h rather than asm/guest_access.h
` [PATCH v2 5/6] xen/guest_access: Consolidate guest access helpers in xen/guest_access.h
` [PATCH v2 5/7] xen: include xen/guest_access.h rather than asm/guest_access.h
` [PATCH v2 6/7] xen/guest_access: Consolidate guest access helpers in xen/guest_access.h
` [PATCH v2 6/6] xen/guest_access: Fix coding style "
` [PATCH v2 7/7] "

[xen-unstable-smoke test] 152305: regressions - FAIL
 2020-07-30 17:34 UTC 

[xen-unstable test] 152293: tolerable FAIL
 2020-07-30 17:08 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).