xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-24 23:36:26 to 2018-08-28 07:40:42 UTC [more...]

[PATCH v3 00/15] x86/paravirt, xen: several cleanups
 2018-08-28  7:40 UTC  (10+ messages)
` [PATCH v3 01/15] xen: move pv irq related functions under CONFIG_XEN_PV umbrella
` [PATCH v3 02/15] xen: move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.c
` [PATCH v3 03/15] xen: link platform-pci-unplug.o only if CONFIG_XEN_PVHVM
` [PATCH v3 04/15] xen: add SPDX identifier in arch/x86/xen files
` [PATCH v3 05/15] x86/paravirt: make paravirt_patch_call() and paravirt_patch_jmp() static
` [PATCH v3 06/15] x86/paravirt: remove clobbers parameter from paravirt patch functions
` [PATCH v3 07/15] x86/paravirt: remove clobbers from struct paravirt_patch_site
` [PATCH v3 09/15] x86/paravirt: remove unused paravirt bits
` [PATCH v3 11/15] x86/paravirt: move items in pv_info under PARAVIRT_XXL umbrella

[linux-next test] 126760: regressions - FAIL
 2018-08-28  7:14 UTC 

[linux-4.9 test] 126765: regressions - FAIL
 2018-08-28  6:59 UTC 

[PATCH] xen: export device state to sysfs
 2018-08-28  6:30 UTC 

[PATCH v1 0/6] TEE mediator (and OP-TEE) support in XEN
 2018-08-28  6:09 UTC  (9+ messages)
` [PATCH v1 1/6] arm: add SMC wrapper that is compatible with SMCCC
` [PATCH v1 2/6] arm: add generic TEE mediator framework

[PATCH] build: remove tboot make targets
 2018-08-28  6:05 UTC  (5+ messages)

[PATCH v2] tboot: Avoid recursive fault in early boot panic with tboot
 2018-08-28  2:41 UTC  (3+ messages)

[libvirt test] 126730: regressions - FAIL
 2018-08-27 23:41 UTC 

[ovmf baseline-only test] 75130: tolerable FAIL
 2018-08-27 23:21 UTC 

[linux-3.18 test] 126711: regressions - FAIL
 2018-08-27 23:13 UTC 

[xen-4.7-testing test] 126716: regressions - FAIL
 2018-08-27 22:53 UTC 

[qemu-mainline baseline-only test] 75128: tolerable FAIL
 2018-08-27 22:38 UTC 

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

[PATCH v2 2/2] x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clear
 2018-08-27 19:25 UTC  (4+ messages)
` [PATCH v2 0/2] x86/xen: avoid 32-bit writes to PTEs in PV PAE guests

[linux-4.9 bisection] complete test-amd64-amd64-pair
 2018-08-27 18:56 UTC 

[PATCH] xen: export device state to sysfs
 2018-08-27 18:44 UTC 

[ovmf test] 126773: all pass - PUSHED
 2018-08-27 18:00 UTC 

[freebsd-master test] 126761: tolerable FAIL - PUSHED
 2018-08-27 17:44 UTC 

[distros-debian-sid test] 75129: tolerable FAIL
 2018-08-27 17:18 UTC 

[xen-4.9-testing test] 126710: regressions - FAIL
 2018-08-27 17:18 UTC 

[GIT PULL] (xen) stable/for-jens-4.19 for 4.19
 2018-08-27 17:13 UTC  (2+ messages)

[PATCH v3 0/2] SSBD via LS_CFG
 2018-08-27 16:55 UTC  (3+ messages)
` [PATCH v3 1/2] x86/spec-ctrl: add AMD SSBD LS_CFG in init print
` [PATCH v3 2/2] x86/spec-ctrl: add support for modifying SSBD via LS_CFG MSR

[PATCH 0/6] xen/arm: SMCCC fixup and improvement
 2018-08-27 16:50 UTC  (13+ 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 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 v3 0/5] xen/blk: persistent grant rework
 2018-08-27 16:10 UTC 

[PATCH v2 00/23] Make CONFIG_HVM work
 2018-08-27 16:01 UTC  (44+ 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-smoke test] 126779: tolerable all pass - PUSHED
 2018-08-27 15:44 UTC 

[linux-linus test] 126682: regressions - FAIL
 2018-08-27 14:32 UTC 

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

[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  (2+ 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  (6+ messages)
` [PATCH 25/34] x86/mm/shadow: make it build with !CONFIG_HVM

[PATCH] xenforeignmemory: work around bug in older privcmd
 2018-08-27  9:11 UTC  (3+ 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

[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  (2+ messages)

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

[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] 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  (8+ messages)
` [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


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