xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-24 14:24:52 to 2018-08-27 14:15:02 UTC [more...]

[PATCH 0/6] xen/arm: SMCCC fixup and improvement
 2018-08-27 14:15 UTC  (11+ messages)
` [PATCH 1/6] xen/arm: smccc-1.1: Make return values unsigned long
` [PATCH 2/6] xen/arm: smccc-1.1: Handle function result as parameters
` [PATCH 3/6] xen/arm: add SMC wrapper that is compatible with SMCCC v1.0
` [PATCH 4/6] xen/arm: cpufeature: Add helper to check constant caps
` [PATCH 5/6] xen/arm: smccc: Add wrapper to automatically select the calling convention
` [PATCH 6/6] xen/arm: Replace call_smc with arm_smccc_smc

[PATCH v1] x86/mm: Suppresses vm_events caused by page-walks
 2018-08-27 14:08 UTC  (15+ messages)

[PATCH v2 00/23] Make CONFIG_HVM work
 2018-08-27 13:54 UTC  (29+ messages)
` [PATCH v2 01/23] x86: change name of parameter for various invlpg functions
` [PATCH v2 02/23] xen: is_hvm_{domain, vcpu} should evaluate to false when !CONFIG_HVM
` [PATCH v2 03/23] x86: enclose hvm_op and dm_op in CONFIG_HVM in relevant tables
` [PATCH v2 04/23] x86/hvm: provide hvm_hap_supported
` [PATCH v2 05/23] x86: provide stub for memory_type_changed
` [PATCH v2 06/23] x86: don't call vpci function in physdev_op when !CONFIG_HAS_VPCI
` [PATCH v2 07/23] x86/vpmu: put HVM only code under CONFIG_HVM
` [PATCH v2 08/23] xen/pt: io.c contains HVM only code
` [PATCH v2 09/23] x86/pt: make it build with !CONFIG_HVM
` [PATCH v2 10/23] x86/pt: split out HVM functions from vtd.c
` [PATCH v2 11/23] x86: XENMEM_resource_ioreq_server is HVM only
` [PATCH v2 12/23] x86: monitor.o is currently "
` [PATCH v2 13/23] x86: provide stubs, declarations and macros in hvm.h
` [PATCH v2 14/23] x86/mm: put nested p2m code under CONFIG_HVM
` [PATCH v2 15/23] x86/mm: put HVM only "
` [PATCH v2 16/23] x86/p2m/pod: make it build with !CONFIG_HVM
` [PATCH v2 17/23] x86/mm: put paging_update_nestedmode under CONFIG_HVM
` [PATCH v2 18/23] x86/domctl: XEN_DOMCTL_debug_op is HVM only
` [PATCH v2 19/23] x86: PIT emulation is common to both PV and HVM
` [PATCH v2 20/23] xen: connect guest creation with CONFIG_{HVM, PV}
` [PATCH v2 21/23] x86: expose CONFIG_HVM
` [PATCH v2 22/23] x86/pvshim: disable HVM for PV shim
` [PATCH v2 23/23] xen: decouple HVM and IOMMU capabilities

[xen-unstable test] 126683: tolerable FAIL
 2018-08-27 13:51 UTC 

[PATCH v3] x86/hvm: remove default ioreq server
 2018-08-27 13:22 UTC  (2+ messages)

[xen-unstable-smoke test] 126771: regressions - trouble: blocked/fail
 2018-08-27 13:06 UTC 

[ovmf test] 126742: all pass - PUSHED
 2018-08-27 12:46 UTC 

Unable to build staging-4.9 on RHEL6
 2018-08-27 12:29 UTC  (6+ messages)

L1TF, and future work
 2018-08-27 12:10 UTC  (5+ messages)

[xen-unstable-smoke test] 126763: regressions - trouble: blocked/fail
 2018-08-27 11:29 UTC 

[PATCH v3] x86/altp2m: Add a subop for obtaining the mem access of a page
 2018-08-27 10:47 UTC  (5+ messages)

[linux-4.9 test] 126677: regressions - FAIL
 2018-08-27 10:47 UTC 

[PATCH] rombios: work around clang's -Waddress-of-packed-member
 2018-08-27  9:56 UTC  (5+ messages)

[PATCH] hvmloader: fix build with LLVM Linker
 2018-08-27  9:50 UTC  (2+ messages)

[PATCH] pvshim: introduce a PV shim defconfig
 2018-08-27  9:46 UTC  (2+ messages)

[PATCH] x86/altp2m: Allow setting the #VE info page for an arbitrary VCPU
 2018-08-27  9:41 UTC  (3+ messages)

[PATCH v4 0/3] Add hvmops for setting and getting the suppress #VE bit
 2018-08-27  9:38 UTC  (4+ messages)
` [PATCH v4 3/3] x86/altp2m: Add a hvmop for querying "

[PATCH v7 0/6] x86/iommu: PVH Dom0 workarounds for missing RMRR entries
 2018-08-27  9:29 UTC  (2+ messages)

[PATCH 00/34] Make CONFIG_HVM work
 2018-08-27  9:12 UTC  (29+ messages)
` [PATCH 16/34] x86/hvm: enclose hvm_enabled and hvm_funcs in CONFIG_HVM
` [PATCH 21/34] x86/mm: p2m_flush and nvcpu_flush are HVM only
` [PATCH 22/34] x86/mm: put HVM only code under CONFIG_HVM
` [PATCH 25/34] x86/mm/shadow: make it build with !CONFIG_HVM
` [PATCH 27/34] x86: make hvm_inject_* functions build when !CONFIG_HVM
` [PATCH 29/34] x86/mm: put paging_update_nestedmode under CONFIG_HVM

[PATCH] xenforeignmemory: work around bug in older privcmd
 2018-08-27  9:11 UTC  (4+ messages)

incompatible changes in staging break qemu
 2018-08-27  9:03 UTC  (2+ messages)

[PATCH RESEND v3 1/2] x86/mmcfg: Rename pt_pci_init() and call it in acpi_mmcfg_init()
 2018-08-27  8:57 UTC  (3+ messages)

[PATCH v17 00/14] x86/domctl: Save info for one vcpu instance
 2018-08-27  8:39 UTC  (4+ messages)
` [PATCH v17 11/13] x86/domctl: Use hvm_save_vcpu_handler

[PATCH] RFC: chardev: mark the calls that allow an implicit mux monitor
 2018-08-27  8:10 UTC  (3+ messages)
` [Qemu-devel] "

[xen-4.9-testing test] 126201: regressions - FAIL
 2018-08-27  7:50 UTC  (4+ messages)

[PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-08-27  7:41 UTC  (9+ messages)

[PATCH v2] x86: assorted array_index_nospec() insertions
 2018-08-27  6:55 UTC  (4+ messages)
` Ping: "

[PATCH v1 0/6] TEE mediator (and OP-TEE) support in XEN
 2018-08-27  6:44 UTC  (3+ messages)
` [PATCH v1 1/6] arm: add SMC wrapper that is compatible with SMCCC

[xen-unstable baseline-only test] 75126: regressions - FAIL
 2018-08-27  5:43 UTC 

[qemu-mainline test] 126639: tolerable FAIL - PUSHED
 2018-08-27  4:53 UTC 

[linux-3.18 bisection] complete test-amd64-amd64-xl-credit2
 2018-08-27  4:40 UTC 

[linux-4.14 test] 126635: tolerable FAIL - PUSHED
 2018-08-27  1:06 UTC 

[linux-linus bisection] complete test-amd64-amd64-xl-qcow2
 2018-08-27  0:11 UTC 

[libvirt test] 126623: regressions - FAIL
 2018-08-26 21:24 UTC 

[linux-4.9 bisection] complete test-amd64-i386-freebsd10-i386
 2018-08-26 17:59 UTC 

[xen-4.7-testing test] 126604: regressions - FAIL
 2018-08-26 16:16 UTC 

[xen-unstable-smoke test] 126702: tolerable all pass - PUSHED
 2018-08-26 15:30 UTC 

[linux-3.18 test] 126583: regressions - FAIL
 2018-08-26 14:58 UTC 

[xen-4.9-testing test] 126600: regressions - FAIL
 2018-08-26 14:51 UTC 

[xen-unstable-smoke test] 126690: tolerable all pass - PUSHED
 2018-08-26 12:07 UTC 

[xen-4.10-testing baseline-only test] 75124: regressions - FAIL
 2018-08-26 10:49 UTC 

[linux-3.18 bisection] complete test-amd64-i386-freebsd10-amd64
 2018-08-26 10:48 UTC 

[xen-unstable-coverity test] 126689: all pass - PUSHED
 2018-08-26 10:37 UTC 

[PATCH v2 2/2] x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clear
 2018-08-26 10:25 UTC 

[PATCH v2] automation: enable building rombios with clang
 2018-08-26  8:15 UTC  (5+ messages)

[xen-unstable test] 126564: tolerable FAIL - PUSHED
 2018-08-26  6:46 UTC 

[linux-linus test] 126550: regressions - FAIL
 2018-08-26  6:19 UTC 

[linux-4.9 test] 126556: regressions - FAIL
 2018-08-26  5:19 UTC 

[ovmf baseline-only test] 75123: tolerable FAIL
 2018-08-26  3:35 UTC 

[xen-4.10-testing test] 126553: tolerable FAIL - PUSHED
 2018-08-26  1:50 UTC 

[examine test] 75122: FAIL
 2018-08-25 20:00 UTC 

[ovmf test] 126588: all pass - PUSHED
 2018-08-25 19:03 UTC 

[qemu-mainline test] 126536: regressions - FAIL
 2018-08-25 18:37 UTC 

[linux-4.14 test] 126542: regressions - FAIL
 2018-08-25 18:29 UTC 

[linux-next test] 126534: regressions - FAIL
 2018-08-25 18:22 UTC 

[linux-3.18 bisection] complete test-amd64-i386-xl-shadow
 2018-08-25 16:08 UTC 

[libvirt test] 126539: regressions - FAIL
 2018-08-25 14:37 UTC 

[distros-debian-stretch test] 75120: tolerable FAIL
 2018-08-25 13:35 UTC 

[ovmf baseline-only test] 75119: tolerable FAIL
 2018-08-25 12:13 UTC 

[xen-4.11-testing baseline-only test] 75118: regressions - FAIL
 2018-08-25 11:27 UTC 

[xen-4.7-testing test] 126514: regressions - FAIL
 2018-08-25  7:55 UTC 

[xen-4.9-testing test] 126502: regressions - FAIL
 2018-08-25  6:47 UTC 

[linux-linus bisection] complete test-amd64-i386-qemuu-rhel6hvm-intel
 2018-08-25  4:31 UTC 

[ovmf test] 126545: all pass - PUSHED
 2018-08-25  2:15 UTC 

[examine test] 126473: FAIL
 2018-08-25  1:27 UTC 

[linux-3.18 test] 126472: regressions - FAIL
 2018-08-25  0:52 UTC 

[PATCH v1 0/5] Series short description
 2018-08-25  0:22 UTC  (6+ messages)
` [PATCH v1 1/5] xen: sched: null: refactor core around vcpu_deassign()
` [PATCH v1 2/5] xen: sched: null: don't assign down vcpus to pcpus
` [PATCH v1 3/5] xen: sched: null: deassign offline vcpus from pcpus
` [PATCH v1 4/5] xen: sched: null: reassign vcpus to pcpus when they come back online
` [PATCH v1 5/5] xen: sched: null: refactor the ASSERTs around vcpu_deassing()

[PATCH v2] x86/hvm: re-work viridian APIC assist code
 2018-08-24 23:38 UTC  (2+ messages)

[RFC PATCH v1 00/16] xen: sched: implement core-scheduling
 2018-08-24 23:37 UTC  (17+ messages)
` [RFC PATCH v1 01/16] xen: Credit1: count runnable vcpus, not running ones
` [RFC PATCH v1 02/16] xen: Credit1: always steal from pcpus with runnable but not running vcpus
` [RFC PATCH v1 03/16] xen: Credit1: do not always tickle an idle pcpu
` [RFC PATCH v1 04/16] xen: sched: make the logic for tracking idle core generic
` [RFC PATCH v1 05/16] xen: Credit1: track fully idle cores
` [RFC PATCH v1 06/16] xen: Credit1: check for fully idle cores when tickling
` [RFC PATCH v1 07/16] xen: Credit1: reorg __runq_tickle() code a bit
` [RFC PATCH v1 08/16] xen: Credit1: reorg csched_schedule() "
` [RFC PATCH v1 09/16] xen: Credit1: SMT-aware domain co-scheduling parameter and data structs
` [RFC PATCH v1 10/16] xen: Credit1: support sched_smt_cosched in csched_schedule()
` [RFC PATCH v1 11/16] xen: Credit1: support sched_smt_cosched in _csched_cpu_pick()
` [RFC PATCH v1 12/16] xen: Credit1: support sched_smt_cosched in csched_runq_steal()
` [RFC PATCH v1 13/16] xen: Credit1: sched_smt_cosched support in __csched_vcpu_is_migrateable()
` [RFC PATCH v1 14/16] xen: Credit1: sched_smt_cosched support in __runq_tickle() for pinned vcpus
` [RFC PATCH v1 15/16] xen: Credit1: sched_smt_cosched support in __runq_tickle()
` [RFC PATCH v1 16/16] xen/tools: tracing of Credit1 SMT domain co-scheduling support

[linux-3.18 bisection] complete test-amd64-amd64-xl-multivcpu
 2018-08-24 22:39 UTC 

[libvirt test] 126429: regressions - FAIL
 2018-08-24 22:23 UTC  (3+ messages)

[freebsd-master test] 126535: tolerable FAIL - PUSHED
 2018-08-24 20:35 UTC 

[PATCH v2 00/10] arm: add one kconfig option per platform
 2018-08-24 19:38 UTC  (9+ messages)
` [PATCH v2 3/6] xen/arm: add RCAR2 kconfig
` [PATCH v2 6/6] xen/arm: introduce NO_PLAT

[xen-4.11-testing test] 126466: tolerable FAIL - PUSHED
 2018-08-24 19:29 UTC 

[qemu-mainline baseline-only test] 75116: regressions - FAIL
 2018-08-24 19:25 UTC 

[xen-unstable test] 126443: regressions - FAIL
 2018-08-24 17:54 UTC 

QEMU build in -unstable broken on FreeBSD
 2018-08-24 17:17 UTC 

[linux-4.9 test] 126440: regressions - FAIL
 2018-08-24 16:52 UTC 

[Xen-users] Xen shutdown fails to release DRBD device
 2018-08-24 16:41 UTC  (5+ messages)

[seabios baseline-only test] 75114: regressions - FAIL
 2018-08-24 16:01 UTC 

[PATCH] tools: building IPXE should be determined by CONFIG_IPXE
 2018-08-24 15:15 UTC  (2+ messages)

Backport request - 3a2b8525b883baa87fe89b3da58f5c09fa599b99 to staging-4.9
 2018-08-24 15:13 UTC  (3+ messages)

[ovmf baseline-only test] 75113: tolerable FAIL
 2018-08-24 14:51 UTC 

[PATCH v2 00/11] x86/paravirt: several cleanups
 2018-08-24 14:13 UTC  (2+ messages)

[linux-linus test] 126412: regressions - FAIL
 2018-08-24 14:45 UTC 

[PATCH] xen-netfront: wait xenbus state change when load module manually
 2018-08-24 14: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).