xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-14 03:25:19 to 2018-11-15 09:54:35 UTC [more...]

[PATCH 0/6] x86emul: fixes, improvements, and beginnings of AVX512 support
 2018-11-15  9:54 UTC  (23+ messages)
` [PATCH v4 00/44] "
  ` [PATCH v4 05/44] x86emul: support basic AVX512 moves
  ` [PATCH v4 06/44] x86emul: test for correct EVEX Disp8 scaling
  ` [PATCH v4 07/44] x86emul: also allow running the 32-bit harness on a 64-bit distro
  ` [PATCH v4 11/44] x86emul: support AVX512F "normal" FP compare insns

[PATCH v4 00/19] xen: add pvh guest support
 2018-11-15  9:36 UTC  (9+ messages)
` [PATCH v4 10/19] xen: setup hypercall page for PVH
` [PATCH v4 11/19] xen: get memory map from hypervisor "
` [PATCH v4 12/19] xen: add PCI MMIO areas to memory map

[PATCH RFC 1/6] mm: balloon: update comment about isolation/migration/compaction
 2018-11-15  9:23 UTC  (17+ messages)
` [PATCH RFC 2/6] mm: convert PG_balloon to PG_offline
` [PATCH RFC 3/6] kexec: export PG_offline to VMCOREINFO
` [PATCH RFC 4/6] xen/balloon: mark inflated pages PG_offline
` [PATCH RFC 5/6] hv_balloon: "
` [PATCH RFC 6/6] PM / Hibernate: exclude all PageOffline() pages
` [PATCH RFC 0/6] mm/kdump: allow to exclude pages that are logically offline

[PATCH v2] xen/pt: fix some pass-thru devices don't work across reboot
 2018-11-15  1:10 UTC 

[ovmf test] 130096: regressions - FAIL
 2018-11-15  7:45 UTC 

[ovmf test] 130091: regressions - FAIL
 2018-11-15  6:25 UTC 

[linux-next test] 129833: regressions - FAIL
 2018-11-15  6:01 UTC 

[ovmf test] 130083: regressions - FAIL
 2018-11-15  5:12 UTC 

[linux-3.18 bisection] complete test-amd64-amd64-xl-multivcpu
 2018-11-15  3:29 UTC 

domu console issue
 2018-11-15  3:18 UTC  (2+ messages)

[ovmf test] 130076: regressions - FAIL
 2018-11-15  2:16 UTC 

[PATCH v3 0/8] x86/vvmx: various fixes
 2018-11-15  1:35 UTC  (11+ messages)
` [PATCH v3 1/8] x86/nestedhvm: init nv_vvmcxaddr in hvm_vcpu_initialise()
` [PATCH v3 2/8] x86/nestedhvm: introduce vvmcx_valid()
` [PATCH v3 3/8] x86/vvmx: add VMX_INSN_INVEPT_INVVPID_INVALID_OP errno
` [PATCH v3 4/8] x86/vvmx: correct vmfail() usage for vmptrld and vmclear
` [PATCH v3 5/8] x86/vvmx: add VMX_INSN_VMPTRLD_WITH_VMXON_PTR errno
` [PATCH v3 6/8] x86/vvmx: refactor nvmx_handle_vmclear()
` [PATCH v3 7/8] x86/vvmx: correctly report vvmcs size
` [PATCH v3 8/8] x86/vvmx: fix I/O and MSR bitmaps mapping

[linux-4.19 test] 129826: regressions - FAIL
 2018-11-15  1:16 UTC 

[PATCH 00/18] xen/arm64: Suspend to RAM support for Xen
 2018-11-15  0:47 UTC  (71+ messages)
` [PATCH 01/18] xen/arm: Move code that initializes VCPU context into a separate function
` [PATCH 02/18] xen/arm: Implement PSCI system suspend call (virtual interface)
` [PATCH 03/18] xen/arm: Save GIC and virtual timer context when the domain suspends
` [PATCH 05/18] xen/arm: Trigger Xen suspend when Dom0 completes suspend
` [PATCH 08/18] xen/arm: Disable/enable non-boot physical CPUs on suspend/resume
` [PATCH 09/18] xen/arm: Add rcu_barrier() before enabling non-boot CPUs on resume
` [PATCH 10/18] xen/arm: Implement GIC suspend/resume functions (gicv2 only)
` [PATCH 13/18] xen/arm: Implement PSCI SYSTEM_SUSPEND call (physical interface)

[ovmf test] 130073: regressions - FAIL
 2018-11-15  0:01 UTC 

[xen-4.8-testing baseline-only test] 75593: tolerable FAIL
 2018-11-14 23:47 UTC 

[xen-unstable-smoke test] 130072: tolerable all pass - PUSHED
 2018-11-14 23:45 UTC 

Guest soft lockups with "xen: make xen_qlock_wait() nestable"
 2018-11-14 23:22 UTC  (7+ messages)

[ovmf test] 130069: regressions - FAIL
 2018-11-14 22:48 UTC 

[PATCH v7b 00/25] dom0less step1: boot multiple domains from device tree
 2018-11-14 22:09 UTC  (15+ messages)
` [PATCH v7b 01/25] xen: allow console_io hypercalls from certain DomUs
` [PATCH v7b 02/25] xen/arm: extend device tree based multiboot protocol
` [PATCH v7b 03/25] xen/arm: document dom0less
` [PATCH v7b 04/25] xen/arm: increase MAX_MODULES
` [PATCH v7b 05/25] xen/arm: check for multiboot nodes only under /chosen
` [PATCH v7b 15/25] xen/arm: introduce create_domUs

[xen-unstable-smoke test] 130062: tolerable all pass - PUSHED
 2018-11-14 21:40 UTC 

[PATCH RFC 0/6] mm/kdump: allow to exclude pages that are logically offline
 2018-11-14 21:16 UTC 

[ovmf test] 130065: regressions - FAIL
 2018-11-14 20:56 UTC 

[PATCH 0/3] Provide mechanism to set UUID for Dom0
 2018-11-14 20:44 UTC  (6+ messages)
` [PATCH 1/3] tools: update examples/README
` [PATCH 2/3] tools/helpers: make gen_stub_json_config accept an UUID argument
` [PATCH 3/3] xen-init-dom0: set Dom0 UUID if requested

[PATCH V6 0/4] Fix VGA logdirty related display freezes with altp2m
 2018-11-14 20:40 UTC  (5+ messages)
` [PATCH V6 1/4] x86/altp2m: propagate ept.ad changes to all active altp2ms
` [PATCH V6 2/4] x86/mm: introduce p2m_{init, free}_logdirty()
` [PATCH V6 3/4] x86/mm: allocate logdirty_ranges for altp2ms
` [PATCH V6 4/4] x86/altp2m: fix display frozen when switching to a new view early

[linux-3.18 test] 129845: regressions - FAIL
 2018-11-14 20:35 UTC 

[PATCH v2 0/5] xen/domain: Allocate d->vcpu[] earlier during domain construction
 2018-11-14 19:50 UTC  (16+ messages)
` [PATCH v2 1/5] xen/domain: Introduce a new sanitise_domain_config() helper
` [PATCH v2 3/5] xen/domain: Stricter configuration checking
  ` [PATCH v3 3/5] xen/domain: Move guest type checks into the arch_sanitise_domain_config() path
` [PATCH v2 4/5] xen/domain: Allocate d->vcpu[] earlier during domain_create()
  ` [PATCH v3 "
      ` [PATCH v4 "
            ` [PATCH v5 "

[ovmf test] 130052: regressions - FAIL
 2018-11-14 19:20 UTC 

[xen-unstable test] 129817: regressions - FAIL
 2018-11-14 19:15 UTC 

[freebsd-master test] 130036: all pass - PUSHED
 2018-11-14 18:43 UTC 

[PATCH v3 0/9] x86: indirect call overhead reduction
 2018-11-14 17:16 UTC  (5+ messages)
` [PATCH v5 00/13] "
  ` [PATCH v5 12/13] IOMMU/x86: remove indirection from certain IOMMU hook accesses

[PATCH v6.1 05/11] libxl_qmp: Implementation of libxl__ev_qmp_*
 2018-11-14 17:07 UTC  (9+ messages)

[PATCH 0/3] x86/HVM: honor r/o p2m types, in particular during emulation
 2018-11-14 17:06 UTC  (7+ messages)
` [PATCH 5/3] x86/shadow: emulate_gva_to_mfn() should respect p2m_ioreq_server

[linux-linus bisection] complete test-amd64-amd64-xl-qcow2
 2018-11-14 16:52 UTC 

[PATCH] x86: add myself as reviewer
 2018-11-14 16:51 UTC  (2+ messages)

[PATCH v4 0/5] x86/pvh: fix fixes for PVH Dom0
 2018-11-14 16:09 UTC  (10+ messages)
` [PATCH v4 1/5] vpci: fix updating the command register
` [PATCH v4 2/5] vpci: fix deferral of long operations
` [PATCH v4 3/5] vpci/msix: carve p2m hole for MSIX MMIO regions
` [PATCH v4 4/5] amd/iommu: assign iommu devices to Xen
` [PATCH v4 5/5] amd/iommu: skip bridge devices when updating IOMMU page tables

[PATCH V5 0/3] Fix VGA logdirty related display freezes with altp2m
 2018-11-14 15:05 UTC  (19+ messages)
` [PATCH V5 1/3] x86/altp2m: propagate ept.ad changes to all active altp2ms
` [PATCH V5 2/3] x86/mm: allocate logdirty_ranges for altp2ms
` [PATCH V5 3/3] x86/altp2m: fix display frozen when switching to a new view early

x86 Community Call: Nov 14 - 15:00 - 16:00 UTC - Call reminder
 2018-11-14 15:02 UTC  (4+ messages)

[PATCH V3 2/2] Xen/PCIback: Implement PCI flr/slot/bus reset with 'reset' SysFS attribute
 2018-11-14 14:24 UTC  (3+ messages)
                        ` [PATCH cargo-cult-version] For linux-4.19.x . "

[ovmf test] 130039: regressions - FAIL
 2018-11-14 13:52 UTC 

[PATCH trivial] mm/page_alloc: fix a typo in printk for idle scrub
 2018-11-14 13:48 UTC  (4+ messages)

[xen-4.8-testing test] 129810: tolerable FAIL - PUSHED
 2018-11-14 13:33 UTC 

[PATCH 1/1] tools/ocaml: cleanup to reduce compiler warnings
 2018-11-14 11:36 UTC  (2+ messages)

[PATCH v3] iommu / p2m: add a page_order parameter to iommu_map/unmap_page()
 2018-11-14 11:00 UTC  (2+ messages)

[PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
 2018-11-14 10:55 UTC  (3+ messages)
` [PATCH v5 11/24] hw: acpi: Export and generalize the PCI host AML API

[xen-unstable-coverity test] 130035: all pass - PUSHED
 2018-11-14 10:26 UTC 

[xen-4.9-testing test] 129796: regressions - FAIL
 2018-11-14 10:21 UTC 

[distros-debian-squeeze test] 75592: tolerable FAIL
 2018-11-14 10:15 UTC 

[ovmf test] 130031: regressions - FAIL
 2018-11-14  9:33 UTC 

[ovmf test] 130026: regressions - FAIL
 2018-11-14  7:49 UTC 

[PATCH 0/6] x86/emul: Use struct cpuid_policy for feature checks
 2018-11-14  7:47 UTC  (9+ messages)
` [PATCH 6/6] x86/emul: dedup hvmemul_cpuid() and pv_emul_cpuid()

[PATCH v4 0/2] misc safety certification fixes
 2018-11-14  7:44 UTC  (7+ messages)
` [PATCH v4 2/2] xen: use SYMBOL when required

[ovmf test] 130021: regressions - FAIL
 2018-11-14  6:31 UTC 

[xen-4.7-testing test] 129791: regressions - FAIL
 2018-11-14  6:26 UTC 

[linux-linus test] 129789: regressions - FAIL
 2018-11-14  5:56 UTC 

[PATCH] x86/hvm: Unify hvm_event_pending()'s API with the !CONFIG_HVM version
 2018-11-14  5:36 UTC  (2+ messages)

[ovmf test] 130017: regressions - FAIL
 2018-11-14  5:29 UTC 

[PATCH v2 0/8] x86/vvmx: various fixes
 2018-11-14  5:29 UTC  (3+ messages)
` [PATCH v2 8/8] x86/vvmx: fix I/O and MSR bitmaps mapping

[ovmf test] 130014: regressions - FAIL
 2018-11-14  4:34 UTC 

[ovmf test] 130006: regressions - FAIL
 2018-11-14  3:26 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).