xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-08 15:21:39 to 2019-03-11 18:03:32 UTC [more...]

[PATCH 0/6] Xen stubdom support
 2019-03-11 18:02 UTC  (7+ messages)
` [PATCH 1/6] xen: Introduce -xen-stubdom option
` [PATCH 2/6] xen: Move xenstore initialization to common location
` [PATCH 3/6] xen: Skip backend initialization for stubdom
` [PATCH 4/6] xen: Set HVM_PARAM_DM_DOMAIN for stubdom on older Xen
` [PATCH 5/6] xen-pt: Hide MSI-X from xen stubdoms
` [PATCH 6/6] xen-pt: Round pci regions sizes to XEN_PAGE_SIZE

[PATCH v4 0/8] tools: Python 3 compatibility
 2019-03-11 18:01 UTC  (9+ messages)
` [PATCH v4 1/8] Update Python requirement to 2.6
` [PATCH v4 2/8] pygrub/fsimage: drop unused struct
` [PATCH v4 3/8] pygrub: change tabs into spaces
` [PATCH v4 4/8] build/m4: make python_devel.m4 work with both python 2 and 3
` [PATCH v4 5/8] libxl: make python scripts work with python 2.6 and up
` [PATCH v4 6/8] pygrub: make python scripts work with "
` [PATCH v4 7/8] pygrub/fsimage: make it work with python 3
` [PATCH v4 8/8] README: remove requirement on Python 2

[xen-unstable-smoke test] 133716: tolerable all pass - PUSHED
 2019-03-11 17:57 UTC 

[PATCH 0/7] assorted (mostly) atomics changes
 2019-03-11 17:53 UTC  (12+ messages)
` [PATCH 1/7] events: drop arch_evtchn_inject()
` [PATCH 2/7] common: avoid atomic read-modify-write accesses in map_vcpu_info()
` [PATCH 3/7] Arm/atomic: correct asm() constraints in build_add_sized()
` [PATCH 4/7] Arm/atomic: drop uniformly used reg macro parameters
` [PATCH 5/7] Arm/atomic: parameterize register modifier macro arguments
` [PATCH 6/7] Arm/atomic: unify generation of u64 read/write functions
` [PATCH 7/7] Arm/atomic: cosmetics

[PATCH 0/6] clean up MSR save/restore code
 2019-03-11 17:47 UTC  (21+ messages)
` [PATCH 1/6] x86: stop handling MSR_IA32_BNDCFGS save/restore in implementation code
` [PATCH 2/6] x86: save GUEST_BNDCFGS on context switch
` [PATCH 3/6] x86: move the saved value of MSR_IA32_XSS into struct vcpu_msrs
` [PATCH 4/6] x86: stop handling MSR_IA32_XSS save/restore in implementation code
` [PATCH 5/6] x86: remove defunct init/load/save_msr() hvm_funcs
` [PATCH 6/6] x86: introduce dr_mask_idx() helper function

[PATCH 0/2] x86/shadow: two tiny further bits of PV/HVM separation
 2019-03-11 17:24 UTC  (5+ messages)
` [PATCH 1/2] x86/shadow: sh_validate_guest_pt_write() is HVM-only
` [PATCH 2/2] x86/shadow: sh_{write, cmpxchg}_guest_entry() are PV-only

[PATCH v2 3/8] kexec: export PG_offline to VMCOREINFO
 2019-03-11 16:40 UTC  (4+ messages)
      ` [PATCH v2] makedumpfile: exclude pages that are logically offline

[PATCH] x86/paging: paging_set_allocation() is init-only
 2019-03-11 16:38 UTC 

[PATCH] x86: support Atom Tremont
 2019-03-11 16:38 UTC 

[PATCH v2] x86: don't allow clearing of TF_kernel_mode for other than 64-bit PV
 2019-03-11 16:37 UTC 

[PATCH 1/5] branching checklist: drop some hg tag runes
 2019-03-11 16:13 UTC  (6+ messages)
` [PATCH 2/5] branching checklist: Say perhaps no Config.mk changes needed
` [PATCH 3/5] branching checklist: More detailed instructions re MAINTAINERS
` [PATCH 4/5] release technician checklist: Reformat Config.mk changes
` [PATCH 5/5] release technician checklist: More explicit XEN_EXTRAVERSION

[PATCH v2 0/3] libx86: Remaining serialisation logic
 2019-03-11 16:02 UTC  (9+ messages)
` [PATCH v2 1/3] libx86: introduce a helper to deserialise msr_policy objects
` [PATCH v2 2/3] libx86: Introduce a helper to deserialise cpuid_policy objects
` [PATCH v2 3/3] tools/cpu-policy: Add unit tests

[PATCH 0/3] mwait support for AMD processors
 2019-03-11 15:10 UTC  (6+ messages)
` [PATCH 1/3] mwait-idle: add support for using halt

[distros-debian-sid test] 83731: trouble: blocked/broken
 2019-03-11 15:06 UTC 

Commit moratorium for branching off 4.12
 2019-03-11 15:00 UTC  (2+ messages)

[PATCH v3 0/7] tools: Python 3 compatibility
 2019-03-11 14:47 UTC  (16+ messages)
` [PATCH v3 1/7] Update python requirement
` [PATCH v3 2/7] pygrub/fsimage: drop unused struct
` [PATCH v3 3/7] pygrub: change tabs into spaces
` [PATCH v3 4/7] build/m4: make python_devel.m4 work with both python 2 and 3
` [PATCH v3 5/7] libxl: make python scripts work with python 2.6 and up
` [PATCH v3 6/7] pygrub: make python scripts work with "
` [PATCH v3 7/7] pygrub/fsimage: make it work with python 3
  ` [PATCH v3 8/7] pygrub/fsimage: use named initialisation in extension

[PATCH 0/6] block: enable multi-page bvec for passthrough IO
 2019-03-11 14:21 UTC  (5+ messages)
` [PATCH 1/6] block: pass page to xen_biovec_phys_mergeable
` [PATCH 2/6] block: don't merge adjacent bvecs to one segment in bio blk_queue_split

[PATCH v12] tolerate jitter in cpu_khz calculation to avoid TSC emulation
 2019-03-11 14:11 UTC  (12+ messages)

[PATCH] x86/hvm: finish IOREQ correctly on completion path
 2019-03-11 13:58 UTC  (7+ messages)

[PATCH v5 00/11] viridian: implement more enlightenments
 2019-03-11 13:41 UTC  (12+ messages)
` [PATCH v5 01/11] viridian: add init hooks
` [PATCH v5 02/11] viridian: separately allocate domain and vcpu structures
` [PATCH v5 03/11] viridian: use stack variables for viridian_vcpu and viridian_domain
` [PATCH v5 04/11] viridian: make 'fields' struct anonymous
` [PATCH v5 05/11] viridian: extend init/deinit hooks into synic and time modules
` [PATCH v5 06/11] viridian: add missing context save helpers "
` [PATCH v5 07/11] viridian: use viridian_map/unmap_guest_page() for reference tsc page
` [PATCH v5 08/11] viridian: stop directly calling viridian_time_ref_count_freeze/thaw()
` [PATCH v5 09/11] viridian: add implementation of synthetic interrupt MSRs
` [PATCH v5 10/11] viridian: add implementation of synthetic timers
` [PATCH v5 11/11] viridian: add implementation of the HvSendSyntheticClusterIpi hypercall

XenGT is still regressed on master
 2019-03-11 13:20 UTC  (12+ messages)

[xen-4.9-testing test] 133684: regressions - FAIL
 2019-03-11 12:50 UTC 

[qemu-mainline baseline-only test] 83730: trouble: blocked/broken
 2019-03-11 11:56 UTC 

[PATCH] x86/HVM: don't crash guest in hvmemul_find_mmio_cache()
 2019-03-11 10:47 UTC  (4+ messages)

[PATCH] tools/xl: Remove the filelock when building VM if autoballooning is off
 2019-03-11 10:36 UTC 

[xen-4.9-testing test] 133666: regressions - FAIL
 2019-03-11 10:36 UTC  (2+ messages)

[xen-4.8-testing test] 133680: regressions - FAIL
 2019-03-11 10:13 UTC 

[GIT PULL] xen: fixes and features for 5.1-rc1
 2019-03-11  9:39 UTC 

[PATCH v6 00/12] improve late microcode loading
 2019-03-11  7:57 UTC  (13+ messages)
` [PATCH v6 01/12] misc/xenmicrocode: Upload a microcode blob to the hypervisor
` [PATCH v6 02/12] microcode/intel: use union to get fields without shifting and masking
` [PATCH v6 03/12] microcode/intel: extend microcode_update_match()
` [PATCH v6 04/12] microcode: introduce a global cache of ucode patch
` [PATCH v6 05/12] microcode: only save compatible ucode patches
` [PATCH v6 06/12] microcode: remove struct ucode_cpu_info
` [PATCH v6 07/12] microcode: remove pointless 'cpu' parameter
` [PATCH v6 08/12] microcode: split out apply_microcode() from cpu_request_microcode()
` [PATCH v6 09/12] microcode: remove struct microcode_info
` [PATCH v6 10/12] microcode/intel: Writeback and invalidate caches before updating microcode
` [PATCH v6 11/12] x86/microcode: Synchronize late microcode loading
` [PATCH v6 12/12] microcode: update microcode on cores in parallel

[qemu-mainline test] 133677: tolerable FAIL - PUSHED
 2019-03-11  6:47 UTC 

[PATCH v2] libxl: prepare environment for domcreate_stream_done
 2019-03-11  6:42 UTC  (5+ messages)
    ` [PATCH for-4.12 "

[ovmf baseline-only test] 83728: trouble: blocked/broken
 2019-03-11  3:28 UTC 

[linux-4.19 test] 133676: regressions - FAIL
 2019-03-11  2:41 UTC 

[xen-unstable baseline-only test] 83724: trouble: blocked/broken
 2019-03-11  2:04 UTC 

[xen-unstable test] 133675: tolerable FAIL
 2019-03-11  0:27 UTC 

[xen-4.10-testing baseline-only test] 83722: trouble: blocked/broken
 2019-03-11  0:25 UTC 

[linux-linus test] 133673: regressions - FAIL
 2019-03-10 23:02 UTC 

[linux-3.18 test] 133671: regressions - FAIL
 2019-03-10 21:38 UTC 

[qemu-mainline baseline-only test] 83725: trouble: blocked/broken
 2019-03-10 18:45 UTC 

[xen-4.11-testing baseline-only test] 83723: trouble: blocked/broken
 2019-03-10 17:44 UTC 

[libvirt test] 133672: tolerable all pass - PUSHED
 2019-03-10 14:32 UTC 

[xen-unstable-coverity test] 133682: regressions - ALL FAIL
 2019-03-10  9:56 UTC 

[xen-4.8-testing test] 133662: regressions - FAIL
 2019-03-10  8:50 UTC 

[ovmf test] 133670: all pass - PUSHED
 2019-03-10  7:11 UTC 

[linux-next test] 133655: regressions - trouble: broken/fail/pass
 2019-03-10  6:58 UTC 

[xen-4.11-testing test] 133658: tolerable FAIL - PUSHED
 2019-03-10  3:37 UTC 

[qemu-mainline test] 133650: tolerable FAIL - PUSHED
 2019-03-09 21:15 UTC 

[linux-4.19 test] 133647: regressions - FAIL
 2019-03-09 18:44 UTC 

[xen-unstable test] 133645: tolerable FAIL - PUSHED
 2019-03-09 16:30 UTC 

[linux-linus test] 133631: regressions - FAIL
 2019-03-09 13:36 UTC 

[libvirt test] 133646: tolerable all pass - PUSHED
 2019-03-09 12:59 UTC 

[freebsd-master test] 133653: all pass - PUSHED
 2019-03-09 12:46 UTC 

[linux-3.18 test] 133630: regressions - FAIL
 2019-03-09 11:45 UTC 

[ovmf test] 133640: all pass - PUSHED
 2019-03-09  7:07 UTC 

[xen-4.9-testing test] 133628: regressions - FAIL
 2019-03-09  2:19 UTC 

[linux-4.14 test] 133624: tolerable FAIL - PUSHED
 2019-03-08 22:12 UTC 

[xen-4.8-testing test] 133622: regressions - FAIL
 2019-03-08 20:15 UTC 

[PATCH v11 0/9] misc safety certification fixes
 2019-03-08 20:14 UTC  (33+ messages)
` [PATCH v11 3/9] xen: introduce DECLARE_BOUNDS
` [PATCH v11 5/9] xen/x86: use DECLARE_BOUNDS as required
` [PATCH v11 9/9] xen: explicit casts when DECLARE_BOUNDS cannot be used
    ` [PATCH v11 9/9] xen: explicit casts when DECLARE_BOUNDS cannot be used [and 1 more messages]
          ` [PATCH v11 9/9] xen: explicit casts when DECLARE_BOUNDS cannot be used [and 1 more messages] "
` SRSL People... [PATCH v11 0/9] misc safety certification fixes

[PATCH v3 00/25] chardev: Convert qemu_chr_write() to take a size_t argument
 2019-03-08 19:12 UTC  (4+ messages)
` [PATCH v3 20/25] s390x/sclp: Use a const variable to improve readability

[PATCH 0/6] iomem cacheability
 2019-03-08 17:44 UTC  (13+ messages)

[PATCH] Revert "swiotlb: remove SWIOTLB_MAP_ERROR"
 2019-03-08 17:25 UTC  (2+ messages)

[PATCH] xen, cpu_hotplug: Prevent an out of bounds access
 2019-03-08 17:16 UTC  (2+ messages)

[PATCH v4 4/6] xen/x86: Allow stubdom access to irq created for msi
 2019-03-08 17:04 UTC  (11+ messages)
` [PATCH v4.1 "

[PATCH v4 00/11] viridian: implement more enlightenments
 2019-03-08 15:41 UTC  (3+ messages)
` [PATCH v4 10/11] viridian: add implementation of synthetic timers


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