xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-23 19:55:24 to 2018-05-25 08:03:06 UTC [more...]

[PATCH 0/9] x86/vmx: Don't leak EFER.NXE into guest context
 2018-05-25  8:03 UTC  (34+ messages)
` [PATCH 2/9] x86/vmx: Internal cleanup for MSR load/save infrastructure
` [PATCH 3/9] x86/vmx: Factor locate_msr_entry() out of vmx_find_msr() and vmx_add_msr()
` [PATCH 4/9] x86/vmx: Support remote access to the MSR lists
` [PATCH 5/9] x86/vmx: Fix handing of MSR_DEBUGCTL on VMExit
` [PATCH 6/9] x86/vmx: Pass an MSR value into vmx_msr_add()
` [PATCH 7/9] x86/vmx: Support load-only guest MSR list entries
` [PATCH 8/9] x86/vmx: Support removing MSRs from the host/guest load/save lists
` [PATCH 9/9] x86/vmx: Don't leak EFER.NXE into guest context

[xen-4.8-testing test] 123091: tolerable FAIL - PUSHED
 2018-05-25  8:01 UTC 

xsa263 wont apply
 2018-05-25  8:00 UTC  (2+ messages)

[v2 0/6] SMMUv3 driver
 2018-05-25  7:10 UTC  (21+ messages)
` [v2 1/6] Port WARN_ON_ONCE() from Linux
` [v2 2/6] passthrough/arm: Modify SMMU driver to use generic device definition
` [v2 3/6] Add verbatim copy of arm-smmu-v3.c from Linux
` [v2 4/6] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver
` [v2 5/6] drivers/passthrough/arm: Refactor code for arm smmu drivers
` [v2 6/6] xen/smmu: Add a new config define for legacy SMMU

[libvirt test] 123120: tolerable all pass - PUSHED
 2018-05-25  7:47 UTC 

[PATCH] x86/CPUID: don't override tool stack decision to hide STIBP
 2018-05-25  7:17 UTC  (3+ messages)

[PATCH] tools/kdd: alternative way of muting spurious gcc warning
 2018-05-25  6:26 UTC  (3+ messages)

[PATCH v2] x86/XPTI: fix S3 resume (and CPU offlining in general)
 2018-05-25  6:02 UTC 

[PATCH v2] drm/xen-front: fix pointer casts
 2018-05-25  5:32 UTC 

[PATCH for-4.11] x86/traps: Dump the instruction stream even for double faults
 2018-05-25  5:22 UTC  (3+ messages)

[xen-4.10-testing test] 123086: tolerable FAIL - PUSHED
 2018-05-25  2:29 UTC 

[PATCH v5 0/6] Allow setting up shared memory areas between VMs from xl config files
 2018-05-25  0:55 UTC  (7+ messages)
` [PATCH v5 1/6] xen: xsm: flask: introduce XENMAPSPACE_gmfn_share for memory sharing
` [PATCH v5 2/6] libxl: introduce a new structure to represent static shared memory regions
` [PATCH v5 3/6] libxl: support mapping static shared memory areas during domain creation
` [PATCH v5 4/6] libxl: support unmapping static shared memory areas during domain destruction
` [PATCH v5 5/6] libxl:xl: add parsing code to parse "libxl_static_sshm" from xl config files
` [PATCH v5 6/6] docs: documentation about static shared memory regions

[ovmf baseline-only test] 74741: all pass
 2018-05-25  0:14 UTC 

[linux-3.18 baseline-only test] 74739: regressions - FAIL
 2018-05-25  0:09 UTC 

[linux-linus test] 123079: regressions - trouble: broken/fail/pass
 2018-05-24 22:51 UTC 

[distros-debian-wheezy test] 74740: all pass
 2018-05-24 22:23 UTC 

Likely build race, "/usr/bin/ld: cannot find -lvirt"
 2018-05-24 21:52 UTC  (3+ messages)

[ovmf test] 123101: all pass - PUSHED
 2018-05-24 21:24 UTC 

[GIT PULL] (swiotlb) stable/for-linus-4.17
 2018-05-24 21:23 UTC 

[PATCH v3 09/27] x86/acpi: Adapt assembly for PIE support
 2018-05-24 20:41 UTC  (31+ messages)
` [PATCH v3 10/27] x86/boot/64: "
` [PATCH v3 11/27] x86/power/64: "
` [PATCH v3 12/27] x86/paravirt: "
` [PATCH v3 13/27] x86/boot/64: Build head64.c as mcmodel large when PIE is enabled
` [PATCH v3 14/27] x86/percpu: Adapt percpu for PIE support
` [PATCH v3 15/27] compiler: Option to default to hidden symbols
` [PATCH v3 16/27] compiler: Option to add PROVIDE_HIDDEN replacement for weak symbols
` [PATCH v3 17/27] x86/relocs: Handle PIE relocations
` [PATCH v3 18/27] xen: Adapt assembly for PIE support
` [PATCH v3 19/27] kvm: "
` [PATCH v3 20/27] x86: Support global stack cookie
` [PATCH v3 21/27] x86/ftrace: Adapt function tracing for PIE support
` [PATCH v3 22/27] x86/modules: Add option to start module section after kernel
` [PATCH v3 23/27] x86/modules: Adapt module loading for PIE support
` [PATCH v3 24/27] x86/mm: Make the x86 GOT read-only
` [PATCH v3 25/27] x86/pie: Add option to build the kernel as PIE
` [PATCH v3 26/27] x86/relocs: Add option to generate 64-bit relocations
` [PATCH v3 27/27] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB

[qemu-mainline test] 123075: regressions - FAIL
 2018-05-24 20:39 UTC 

[PATCH] block drivers/block: Use octal not symbolic permissions
 2018-05-24 19:40 UTC  (6+ messages)

[PATCH v2] arm: clean-up: correct find_*_bit() functions use
 2018-05-24 18:56 UTC  (3+ messages)

[PATCH 00/13] xen/arm: SSBD (aka Spectre-v4) mitigation (XSA-263)
 2018-05-24 18:46 UTC  (28+ messages)
` [PATCH 02/13] xen/arm64: entry: Use named label in guest_sync
` [PATCH 03/13] xen/arm: setup: Check errata for boot CPU later on
` [PATCH 04/13] xen/arm: Add ARCH_WORKAROUND_2 probing
` [PATCH 05/13] xen/arm: Add command line option to control SSBD mitigation
` [PATCH 06/13] xen/arm: Add ARCH_WORKAROUND_2 support for guests
` [PATCH 09/13] xen/arm64: Add generic assembly macros
` [PATCH 11/13] xen/arm: Kconfig: Move HARDEN_BRANCH_PREDICTOR under "Architecture features"
` [PATCH 12/13] xen/arm: smccc: Fix indentation in ARM_SMCCC_ARCH_WORKAROUND_1_FID
` [PATCH 13/13] xen/arm: Avoid to use current everywhere in enter_hypervisor_head

[PATCH v2 0/10] arm: more kconfig configurability and small default configs
 2018-05-24 18:41 UTC  (8+ messages)
` [PATCH v2 10/10] xen: add cloc target

[linux-4.9 test] 123074: regressions - FAIL
 2018-05-24 17:02 UTC 

[PATCH] x86/XPTI: fix S3 resume (and CPU offlining in general)
 2018-05-24 16:12 UTC  (19+ messages)

[PATCH 0/5] Share CPUID stuff between hypervisor and toolstack
 2018-05-24 16:05 UTC  (6+ messages)
` [PATCH 1/5] x86: move definition of struct cpuid_leaf to cpuid.h
` [PATCH 2/5] x86: split out cpuid objects and helpers
` [PATCH 3/5] tools: link arch-shared directory
` [PATCH 4/5] libxc: introduce xc_cpuid_x86.h
` [PATCH 5/5] XXX DO NOT APPLY: compilation test

[RFC PATCH v2 00/12] get rid of GFP_ZONE_TABLE/BAD
 2018-05-24 15:29 UTC  (5+ messages)
    ` [External] "

[RFC PATCH v3 6/9] mm/vmpressure: update usage of zone modifiers
 2018-05-24 15:20 UTC 

[PATCH] arm: Coverity 1469342 correct find_*_bit() functions use
 2018-05-24 15:22 UTC  (5+ messages)

Xen Project Security Whitepaper v1 is ready for community review
 2018-05-24 14:20 UTC  (8+ messages)

Test for osstest, features used in Qubes OS
 2018-05-24 13:39 UTC  (11+ messages)

[linux-4.14 test] 123073: regressions - FAIL
 2018-05-24 13:28 UTC 

[PULL v2 00/15] xen-20180522-tag
 2018-05-24 12:23 UTC  (2+ messages)

Developmentstatus for Xen with Ceph as replicated storage
 2018-05-24 11:01 UTC 

[xen-4.7-testing test] 123066: regressions - FAIL
 2018-05-24 10:59 UTC 

MSR_SPEC_CTRL intercept
 2018-05-24 10:23 UTC  (11+ messages)

[PATCH v3 0/10] arm: more kconfig configurability and small default configs
 2018-05-24  8:01 UTC  (5+ messages)
` [PATCH v3 07/10] arm: make it possible to disable the SMMU driver

[xen-unstable test] 123058: regressions - FAIL
 2018-05-24  6:45 UTC 

[PATCH] x86: suppress sync when XPTI is disabled for a domain
 2018-05-24  6:04 UTC  (2+ messages)

[linux-next test] 123049: regressions - FAIL
 2018-05-24  3:59 UTC 

[ovmf baseline-only test] 74738: all pass
 2018-05-23 23:49 UTC 

[xen-4.6-testing baseline-only test] 74736: regressions - FAIL
 2018-05-23 22:20 UTC 

[linux-3.18 test] 123035: tolerable FAIL - PUSHED
 2018-05-23 21:50 UTC 

[PATCH] block drivers/block: Use octal not symbolic permissions
 2018-05-23 20:05 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).