xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-28 15:16:37 to 2017-07-31 15:20:16 UTC [more...]

[PATCH v5 0/8] Memory scrubbing from idle loop
 2017-07-31 15:20 UTC  (13+ messages)
` [PATCH v5 1/8] mm: Place unscrubbed pages at the end of pagelist
` [PATCH v5 3/8] mm: Scrub pages in alloc_heap_pages() if needed
` [PATCH v5 4/8] mm: Scrub memory from idle loop

[RFC v4]Proposal to allow setting up shared memory areas between VMs from xl config file
 2017-07-31 15:19 UTC  (3+ messages)

[PATCH v2 0/2] Containing AER unrecoverable errors
 2017-07-31 15:03 UTC  (12+ messages)
` [PATCH v2 1/2] libxl: Implement the handler to handle unrecoverable AER errors
` [PATCH v2 2/2] xl: Register the AER event handler to handle "

[PATCH v6 00/12] PVH VCPU hotplug support
 2017-07-31 14:59 UTC  (4+ messages)
` [PATCH v6 05/12] x86/domctl: Handle ACPI access from domctl

[PATCH v7 00/14] arm/mem_access: Walk guest page tables in SW if mem_access is active
 2017-07-31 14:38 UTC  (2+ messages)

[PATCH v4 00/13] libxl: add PV display device driver interface
 2017-07-31 14:36 UTC  (6+ messages)
` [PATCH v4 06/13] libxl: change p9 to use generec add function

[RFC v2 00/12] Enable Memory Bandwidth Allocation in Xen
 2017-07-31 14:30 UTC  (13+ messages)
` [RFC v2 02/12] Rename PSR sysctl/domctl interfaces and xsm policy to make them be general
` [RFC v2 03/12] x86: rename 'cbm_type' to 'psr_val_type' to make it general
` [RFC v2 04/12] x86: implement data structure and CPU init flow for MBA
` [RFC v2 08/12] tools: create general interfaces to support psr allocation features
` [RFC v2 09/12] tools: implement the new get hw info interface suitable to all "
` [RFC v2 10/12] tools: implemet new get value interface suitable for "

PVH VCPU hotplug support v7?
 2017-07-31 14:29 UTC  (4+ messages)

[PATCH v14 00/23] Enable L2 Cache Allocation Technology & Refactor psr.c
 2017-07-31 14:24 UTC  (9+ messages)
` [PATCH v14 09/23] x86: refactor psr: L3 CAT: set value: assemble features value array
` [PATCH v14 12/23] x86: refactor psr: L3 CAT: set value: implement write msr flow
` [PATCH v14 13/23] x86: refactor psr: CDP: implement CPU init flow
` [PATCH v14 16/23] x86: L2 CAT: "

[qemu-mainline test] 112389: regressions - trouble: blocked/broken/fail/pass
 2017-07-31 14:17 UTC 

[PATCH v2] Livepatch fixes for v4.10 (v2)
 2017-07-31 14:03 UTC  (11+ messages)
` [PATCH v2 1/5] livepatch: Tighten alignment checks
` [PATCH v2 2/5] livepatch: Include sizes when an mismatch occurs
` [PATCH v2 3/5] xen/livepatch/ARM32: Don't load and crash on livepatches loaded with wrong alignment
` [PATCH v2 4/5] alternative/x86/arm32: Align altinstructions (and altinstr_replacement) sections
` [PATCH v2 5/5] livepatch: Declare live patching as a supported feature

[PATCH] xen/events: Fix interrupt lost during irq_disable and irq_enable
 2017-07-31 13:58 UTC 

[PATCH 0/3] Docs: consolidate release related documents
 2017-07-31 13:51 UTC  (5+ messages)
` [PATCH 1/3] docs: "
` [PATCH 2/3] docs: add xen-release-management.pandoc
` [PATCH 3/3] docs: hook up process/ to build system

[PATCH v2] xen: Implement hypercall for tracing of program counters
 2017-07-31 13:27 UTC  (11+ messages)

xen/link: Move .data.rel.ro sections into .rodata for final link
 2017-07-31 13:15 UTC  (9+ messages)

PV drivers and zero copying
 2017-07-31 12:10 UTC  (16+ messages)

[linux-4.9 test] 112388: trouble: blocked/broken/fail/pass
 2017-07-31 11:59 UTC 

[PATCH v2 00/13] "Non-shared" IOMMU support on ARM
 2017-07-31 11:57 UTC  (6+ messages)
` [PATCH v2 09/13] xen/arm: Add use_iommu flag to xen_arch_domainconfig

[XenSummit 2017] Build tools follow up
 2017-07-31 11:28 UTC  (2+ messages)

Regression PCI passthrough from 4.5.5 to 4.6.0-rc1
 2017-07-31 10:12 UTC  (6+ messages)

[PATCH v3 00/21] x86: refactor mm.c (the easy part)
 2017-07-31  9:58 UTC  (16+ messages)
` [PATCH v3 extra 00/11] x86: refactor mm.c: page APIs and hypercalls
  ` [PATCH v3 extra 01/11] x86: add pv_ prefix to {alloc, free}_page_type
  ` [PATCH v3 extra 02/11] x86/mm: export more get/put page functions
  ` [PATCH v3 extra 03/11] x86/mm: move and add pv_ prefix to create_pae_xen_mappings
  ` [PATCH v3 extra 04/11] x86/mm: move disallow_mask variable and macros
  ` [PATCH v3 extra 05/11] x86/mm: move pv_{alloc, free}_page_type
  ` [PATCH v3 extra 06/11] x86/mm: move and add pv_ prefix to invalidate_shadow_ldt
  ` [PATCH v3 extra 07/11] x86/mm: move PV hypercalls to pv/mm-hypercalls.c
  ` [PATCH v3 extra 08/11] x86/mm: remove the now unused inclusion of pv/mm.h
  ` [PATCH v3 extra 09/11] x86/mm: use put_page_type_preemptible in put_page_from_l{2, 3}e
  ` [PATCH v3 extra 10/11] x86/mm: move {get, put}_page_from_l{2, 3, 4}e
  ` [PATCH v3 extra 11/11] x86/mm: move description of x86 page table API to pv/mm.c

[distros-debian-sid test] 71921: tolerable trouble: blocked/broken/fail/pass
 2017-07-31  9:24 UTC 

[PATCH] VT-d: don't panic/warn on iommu=no-igfx
 2017-07-31  9:11 UTC  (3+ messages)

[PATCH v2] VT-d: don't panic/warn on iommu=no-igfx
 2017-07-31  9:04 UTC 

[linux-3.18 test] 112387: trouble: blocked/broken/fail/pass
 2017-07-31  9:02 UTC 

[RFC PATCH 00/15] RFC: SGX virtualization design and draft patches
 2017-07-31  8:37 UTC  (5+ messages)

xen-blkfront hang
 2017-07-31  6:40 UTC  (2+ messages)

[xen-unstable test] 112384: regressions - trouble: blocked/broken/fail/pass
 2017-07-31  3:58 UTC 

[linux-linus test] 112382: regressions - trouble: blocked/broken/fail/pass
 2017-07-31  3:02 UTC 

[qemu-mainline test] 112380: regressions - trouble: blocked/broken/fail/pass
 2017-07-30 22:52 UTC 

[linux-4.9 test] 112379: trouble: blocked/broken/fail/pass
 2017-07-30 20:29 UTC 

[libvirt test] 112381: trouble: blocked/broken/pass
 2017-07-30 18:56 UTC 

[linux-3.18 test] 112378: trouble: blocked/broken/fail/pass
 2017-07-30 16:45 UTC 

[PATCH] xen-blkback: reset flush counter for log_stats
 2017-07-30 10:40 UTC 

[xen-unstable test] 112376: regressions - trouble: blocked/broken/fail/pass
 2017-07-30 10:24 UTC 

[PATCH v2 0/5] VMX MSRs policy for Nested Virt: part 1
 2017-07-30 10:05 UTC  (3+ messages)
` [PATCH v2 5/5] x86/vvmx: add per domain vmx msr policy

[xen-unstable-coverity test] 112383: regressions - ALL FAIL
 2017-07-30  9:38 UTC 

[linux-linus test] 112375: regressions - trouble: blocked/broken/fail/pass
 2017-07-30  9:02 UTC 

[PATCH] x86/hvm: Fix boundary check in hvmemul_insn_fetch()
 2017-07-30  8:58 UTC  (2+ messages)

[qemu-mainline test] 112374: regressions - trouble: blocked/broken/fail/pass
 2017-07-30  4:08 UTC 

[linux-4.9 test] 112373: trouble: blocked/broken/fail/pass
 2017-07-30  0:49 UTC 

[linux-3.18 test] 112372: trouble: blocked/broken/fail/pass
 2017-07-29 22:58 UTC 

[xen-unstable test] 112369: regressions - trouble: blocked/broken/fail/pass
 2017-07-29 17:43 UTC 

[PATCH] xen/events: Fix interrupt lost during irq_disable and irq_enable
 2017-07-29 16:59 UTC 

[PATCH v4 0/9] vpci: PCI config space emulation
 2017-07-29 16:44 UTC  (9+ messages)
` [PATCH v4 5/9] xen/pci: split code to size BARs from pci_add_device
` [PATCH v4 6/9] xen/vpci: add handlers to map the BARs

[libvirt test] 112370: trouble: blocked/broken/pass
 2017-07-29 16:22 UTC 

[linux-linus test] 112368: regressions - trouble: blocked/broken/fail/pass
 2017-07-29 16:13 UTC 

Why xen-pirq chip use startup_irq() for .irq_enable?
 2017-07-29 15:32 UTC  (5+ messages)

[qemu-mainline test] 112366: regressions - trouble: blocked/broken/fail/pass
 2017-07-29 12:34 UTC 

[ovmf baseline-only test] 71920: regressions - FAIL
 2017-07-29 11:00 UTC 

[distros-debian-stretch test] 71919: tolerable trouble: blocked/broken/fail/pass
 2017-07-29 10:22 UTC 

[linux-4.9 test] 112363: trouble: blocked/broken/fail/pass
 2017-07-29  9:24 UTC 

[ovmf test] 112367: all pass - PUSHED
 2017-07-29  9:03 UTC 

[linux-3.18 test] 112361: trouble: blocked/broken/fail/pass
 2017-07-29  8:04 UTC 

[linux-next test] 112358: regressions - trouble: blocked/broken/fail/pass
 2017-07-29  5:48 UTC 

[xen-unstable test] 112357: trouble: blocked/broken/fail/pass
 2017-07-29  1:47 UTC 

[linux-linus test] 112355: regressions - trouble: blocked/broken/fail/pass
 2017-07-28 23:32 UTC 

[Qemu-devel] [PATCH v2] xen-disk: use g_new0 to fix build
 2017-07-28 22:32 UTC  (5+ messages)
`  "

[ovmf baseline-only test] 71918: all pass
 2017-07-28 21:21 UTC 

[PATCH 0/4] arm: allign check_conditional_instr() with ARM64 requirements
 2017-07-28 20:40 UTC  (10+ messages)
` [PATCH 1/4] arm: processor: rename iss to res0 in hsr_cond union
` [PATCH 2/4] arm: processor: add ccknownpass field into "
` [PATCH 3/4] arm: traps: handle unknown exceptions in check_conditional_instr()
` [PATCH 4/4] arm: traps: handle SMC32 "

[xen-unstable-smoke test] 112365: tolerable trouble: broken/pass - PUSHED
 2017-07-28 19:43 UTC 

[ovmf test] 112356: all pass - PUSHED
 2017-07-28 18:23 UTC 

[qemu-mainline test] 112352: regressions - trouble: blocked/broken/fail/pass
 2017-07-28 18:20 UTC 

[PATCH v2 1/2] libxl: use xen-blkback for 'vbd' disk types by default
 2017-07-28 16:42 UTC  (2+ messages)
` [PATCH v2 2/2] libxl: do not start dom0 qemu for stubdomain when not needed

[PATCH] xen-disk: use g_malloc0 to fix build
 2017-07-28 16:35 UTC  (4+ messages)
` [Qemu-devel] "

[OSSTEST PATCH] arm64: tolerate host allocation failures
 2017-07-28 16:32 UTC  (2+ messages)

[PATCH RFC] x86/sysctl: Implement XEN_SYSCTL_get_cpuid_policy
 2017-07-28 16:32 UTC  (2+ messages)

[PATCH] libxl: do not start dom0 qemu for stubdomain when not needed
 2017-07-28 16:29 UTC  (8+ messages)

Xen 4.9 + kernel 4.13rc2 -- ballooning regression? reappearance of "Over-allocation for domain 1" errors
 2017-07-28 16:02 UTC  (3+ messages)

[PATCH OSSTEST 00/11] osstest: add support to examine the needed memdisk flags for each host
 2017-07-28 15:52 UTC  (23+ messages)
` [PATCH OSSTEST 01/11] netboot_memdisk: allow each host to have different append values
` [PATCH OSSTEST 02/11] ts-freebsd-host-install: fix image permissions
` [PATCH OSSTEST 03/11] sg-run-job: fix typo in the examine jobs
` [PATCH OSSTEST 04/11] TestSupport: introduce set_host_prop
` [PATCH OSSTEST 05/11] mfi-common: move set_freebsd_runvars to mfi-common
` [PATCH OSSTEST 06/11] TestSupport: introduce hostprop_putative_record
` [PATCH OSSTEST 07/11] ts-freebsd-host-install: add option to test memdisk options
` [PATCH OSSTEST 08/11] ts-memdisk-try-append: introduce a script "
` [PATCH OSSTEST 09/11] ts-examine-hostprops-save: introduce a script to save properties
` [PATCH OSSTEST 10/11] make-hosts-flight: set runvars for FreeBSD test
` [PATCH OSSTEST 11/11] sg-run-job: hook the memdisk test into examine

[OSSTEST PATCH] cs-hosts-list: Document the --arches, --kernels and --suites options
 2017-07-28 15:28 UTC 

[PATCH] Makefile: Fix uninstall target
 2017-07-28 15:21 UTC  (2+ messages)

[PATCH] xen: avoid deadlock in xenbus
 2017-07-28 15:16 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).