xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-17 09:50:15 to 2020-08-19 09:56:42 UTC [more...]

[PATCH 0/2] xen/arm: Mitigate straight-line speculation
 2020-08-19  9:56 UTC  (14+ messages)
` [PATCH 1/2] xen/arm: entry: Place a speculation barrier following an ret instruction

[PATCH 1/2] libxl: workaround gcc 10.2 maybe-uninitialized warning
 2020-08-19  9:41 UTC  (4+ messages)
` [PATCH 2/2] libxl: fix -Werror=stringop-truncation in libxl__prepare_sockaddr_un

[PATCH] xen: Introduce cmpxchg64() and guest_cmpxchg64()
 2020-08-19  9:22 UTC  (12+ messages)

[PATCH] x86/vpic: fix vpic_elcr_mask macro parameter usage
 2020-08-19  9:12 UTC  (2+ messages)

Planned osstest outage, around 17th August
 2020-08-19  8:57 UTC  (5+ messages)

[PATCH v2 0/7] x86: build adjustments
 2020-08-19  8:45 UTC  (18+ messages)
` [PATCH v2 1/7] x86/EFI: sanitize build logic
` [PATCH v2 2/7] x86: don't build with EFI support in shim-exclusive mode
` [PATCH v2 3/7] x86: shrink struct arch_{vcpu,domain} when !HVM
` [PATCH v2 4/7] bitmap: move to/from xenctl_bitmap conversion helpers
` [PATCH v2 7/7] x86: don't include domctl and alike in shim-exclusive builds

[PATCH v2] x86/hvm: re-work viridian APIC assist code
 2020-08-19  8:26 UTC  (7+ messages)
  ` [Xen-devel] "

[PATCH] efi: discover ESRT table on Xen PV too
 2020-08-19  8:19 UTC  (11+ messages)

[PATCH] tools/firmware: Fix typo in uninstall target
 2020-08-19  8:07 UTC  (2+ messages)

Xen 4.14.0 is busted on Dell 300x IoT Gateways
 2020-08-18 22:34 UTC  (3+ messages)

[RESEND][PATCH v2 0/7] xen: Consolidate asm-*/guest_access.h in xen/guest_access.h
 2020-08-18 16:34 UTC  (20+ messages)
` [RESEND][PATCH v2 5/7] xen: include xen/guest_access.h rather than asm/guest_access.h
` [RESEND][PATCH v2 7/7] xen/guest_access: Fix coding style in xen/guest_access.h

[PATCH v8 00/15] switch to domheap for Xen page tables
 2020-08-18 16:16 UTC  (10+ messages)
` [PATCH v8 03/15] x86/mm: rewrite virt_to_xen_l*e

[PATCH] xen/x86: irq: Avoid a TOCTOU race in pirq_spin_lock_irq_desc()
 2020-08-18 16:06 UTC  (23+ messages)

[PATCH 0/8] x86: switch default MSR behavior
 2020-08-18 14:57 UTC  (19+ messages)
` [PATCH 1/8] x86/vmx: handle writes to MISC_ENABLE MSR
` [PATCH 2/8] x86/svm: silently drop writes to SYSCFG and related MSRs
` [PATCH 3/8] x86/pv: handle writes to the EFER MSR
` [PATCH 4/8] x86/pv: handle reads to the PAT MSR
` [PATCH 5/8] x86/pv: allow reading APIC_BASE MSR
` [PATCH 6/8] x86/pv: allow reading FEATURE_CONTROL MSR
` [PATCH 7/8] x86/pv: disallow access to unknown MSRs
` [PATCH 8/8] x86/hvm: Disallow "
` [PATCH 9/8] x86/msr: Drop compatibility #GP handling in guest_{rd, wr}msr()

[PATCH] qemu-trad: remove Xen path dependencies
 2020-08-18 14:52 UTC  (3+ messages)

[PATCH 0/2] Enable 1165522 Errata for Neovers
 2020-08-18 14:15 UTC  (7+ messages)
` [PATCH 1/2] arm: Add Neoverse N1 processor identifation
` [PATCH 2/2] xen/arm: Enable CPU Errata 1165522 for Neoverse

[PATCH] xen/arm: Missing N1/A76/A75 FP registers in vCPU context switch
 2020-08-18 13:42 UTC  (10+ messages)

[PATCH 00/14] kernel-doc: public/arch-arm.h
 2020-08-18 12:52 UTC  (16+ messages)
` [PATCH 01/14] "
` [PATCH 05/14] kernel-doc: public/features.h
` [PATCH 08/14] kernel-doc: public/memory.h

[PATCH 00/12] tools: move more libraries into tools/libs
 2020-08-18 12:41 UTC  (3+ messages)
` [PATCH 1/1] docs/process/branching-checklist: Get osstest branch right

[PATCH v1 0/6] tools/ocaml/xenstored: simplify code
 2020-08-18 12:40 UTC  (6+ messages)

xen-cpuid prints only raw hex for policies
 2020-08-18 10:38 UTC  (2+ messages)

[PATCH v7 0/9] domain context infrastructure
 2020-08-18 10:30 UTC  (10+ messages)
` [PATCH v7 1/9] xen/common: introduce a new framework for save/restore of 'domain' context
` [PATCH v7 2/9] xen/common/domctl: introduce XEN_DOMCTL_get/setdomaincontext
` [PATCH v7 3/9] tools/misc: add xen-domctx to present domain context
` [PATCH v7 4/9] docs/specs: add missing definitions to libxc-migration-stream
` [PATCH v7 5/9] docs / tools: specific migration v4 to include DOMAIN_CONTEXT
` [PATCH v7 6/9] tools/libxc: split restore handler handle_shared_info() functionality
` [PATCH v7 7/9] common/domain: add a domain context record for shared_info
` [PATCH v7 8/9] x86/time: add a domain context record for tsc_info
` [PATCH v7 9/9] tools/libxc: add DOMAIN_CONTEXT records to the migration stream

[RFC PATCH V1 00/12] IOREQ feature (+ virtio-mmio) on Arm
 2020-08-18  9:31 UTC  (30+ messages)
` [RFC PATCH V1 04/12] xen/arm: Introduce arch specific bits for IOREQ/DM features
` [RFC PATCH V1 05/12] hvm/dm: Introduce xendevicemodel_set_irq_level DM op
` [RFC PATCH V1 07/12] A collection of tweaks to be able to run emulator in driver domain

[PATCH v2 1/2] drm: allow limiting the scatter list size
 2020-08-18  9:20 UTC 

[PATCH 1/2] drm: allow limiting the scatter list size
 2020-08-18  9:00 UTC  (5+ messages)

[PATCH v4 00/14] IOMMU cleanup
 2020-08-18  8:27 UTC  (5+ messages)
` [PATCH v4 12/14] vtd: use a bit field for root_entry

[RFC PATCH] xen/gntdev.c: Convert get_user_pages*() to pin_user_pages*()
 2020-08-18  4:32 UTC 

[PATCH v1 4/6] tools/ocaml/xenstored: drop select based
 2020-08-17 18:46 UTC  (6+ messages)
` [PATCH v1 5/6] tools/ocaml/xenstored: use more efficient node trees

[PATCH v3 0/6] tools/ocaml/xenstored: simplify code
 2020-08-17 18:45 UTC  (7+ messages)
` [PATCH v3 1/6] tools/ocaml/libs/xc: Fix ambiguous documentation comment
` [PATCH v3 2/6] tools/ocaml/xenstored: fix deprecation warning
` [PATCH v3 3/6] tools/ocaml/xenstored: replace hand rolled GC with weak GC references
` [PATCH v3 4/6] tools/ocaml/xenstored: drop select based socket watching
` [PATCH v3 5/6] tools/ocaml/xenstored: use more efficient node trees
` [PATCH v3 6/6] tools/ocaml/xenstored: use more efficient tries

[PATCH v2 0/6] tools/ocaml/xenstored: simplify code
 2020-08-17 18:39 UTC  (7+ messages)
` [PATCH v2 1/6] tools/ocaml/libs/xc: Fix ambiguous documentation comment
` [PATCH v2 2/6] tools/ocaml/xenstored: fix deprecation warning
` [PATCH v2 3/6] tools/ocaml/xenstored: replace hand rolled GC with weak GC references
` [PATCH v2 4/6] tools/ocaml/xenstored: drop select based socket watching
` [PATCH v2 5/6] tools/ocaml/xenstored: use more efficient node trees
` [PATCH v2 6/6] tools/ocaml/xenstored: use more efficient tries

[OSSTEST PATCH 1/2] Tcl: Use tclsh8.6
 2020-08-17 18:23 UTC  (2+ messages)
` [OSSTEST PATCH 2/2] tcl: JobDB: Do not require particular Pgtcl version

[RFC] efi/boot: Unified Xen executable for UEFI Secure Boot support
 2020-08-17 16:15 UTC  (8+ messages)

[PATCH 0/3] x86: M2P maintenance adjustments (step 1)
 2020-08-17 16:11 UTC  (4+ messages)
` [PATCH 3/3] x86: don't override INVALID_M2P_ENTRY with SHARED_M2P_ENTRY

[PATCH 0/4] build: corrections to .init.o generation logic
 2020-08-17 16:04 UTC  (11+ messages)
` [PATCH 3/4] build: also check for empty .bss.* in .o -> .init.o conversion
` [PATCH 4/4] EFI: free unused boot mem in at least some cases

[RFC PATCH 0/2] add function support to IDL
 2020-08-17 15:44 UTC  (7+ messages)
` [RFC PATCH 1/2] libxl: add Function class "
` [RFC PATCH 2/2] libxl: prototype libxl_device_nic_add/remove with IDL

CI loop working group
 2020-08-17 13:46 UTC 

[PATCH I v2.1 6/6] tools: generate most contents of library make variables
 2020-08-17 12:51 UTC  (2+ messages)

[PATCH II v2 00/17] move libxenctrl to tools/libs directory
 2020-08-17 11:07 UTC  (10+ messages)
` [PATCH II v2 01/17] stubdom: add correct dependencies for Xen libraries
` [PATCH II v2 13/17] tools/libxc: rename all libxenguest sources to xg_*
` [PATCH II v2 14/17] tools/libxc: rename libxenguest internal headers
` [PATCH II v2 15/17] tools/misc: rename xc_dom.h do xenctrl_dom.h
` [PATCH II v2 16/17] tools/libxc: untangle libxenctrl from libxenguest
` [PATCH II v2 17/17] tools: move libxenctrl below tools/libs

[PATCH] mini-os: correct memory access rights for pvh mode
 2020-08-17  9:56 UTC  (3+ messages)

[PATCH] mini-os: fix do_map_frames() for pvh
 2020-08-17  9:55 UTC  (3+ 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).