xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-29 12:15:49 to 2018-01-31 11:00:36 UTC [more...]

[PATCH 0/5] x86: Implement interrupt-safe livepatching
 2018-01-31 11:00 UTC  (20+ messages)
` [PATCH 1/5] arm/alternatives: Fix apply_alternatives() API
      ` [PATCH 0.5/5] arm/alternatives: Drop the !HAS_ALTERNATIVE infrastructure
` [PATCH 2/5] xen/alternatives: Plumb a 'live' parameter through apply_alternatives()
` [PATCH 3/5] x86/livepatch: Use text_poke() and plumb a live parameter through
` [PATCH 4/5] x86/alternative: Implement NMI/#MC-safe patching
` [PATCH 5/5] DO-NOT-APPLY - Demonstrates an NMI hitting an in-progress patch

[PATCH] xen/cmdline: Fix parse_boolean() for unadorned values
 2018-01-31 10:46 UTC  (2+ messages)

[PATCH RFC v2 00/12] xen/x86: use per-vcpu stacks for 64 bit pv domains
 2018-01-31 10:40 UTC  (27+ messages)
` [PATCH RFC v2 05/12] x86: don't access saved user regs via rsp in trap handlers
` [PATCH RFC v2 06/12] x86: add a xpti command line parameter
` [PATCH RFC v2 07/12] x86: allow per-domain mappings without NX bit or with specific mfn
` [PATCH RFC v2 09/12] x86: enhance syscall stub to work in per-domain mapping
` [PATCH RFC v2 10/12] x86: allocate per-vcpu stacks for interrupt entries
` [PATCH RFC v2 11/12] x86: modify interrupt handlers to support stack switching
` [PATCH RFC v2 12/12] x86: activate per-vcpu stacks in case of xpti

[xen-unstable-coverity test] 118472: all pass - PUSHED
 2018-01-31 10:13 UTC 

[PATCH 0/4] x86: reduce Meltdown band-aid overhead a little further
 2018-01-31 10:12 UTC  (12+ messages)
` [PATCH 1/4] x86: remove CR reads from exit-to-guest path
` [PATCH 2/4] x86: eliminate most XPTI entry/exit code when it's not in use
` [PATCH 3/4] x86: re-organize toggle_guest_*()
` [PATCH 4/4] x86: avoid double CR3 reload when switching to guest user mode

Xen 4.11 Development Update
 2018-01-31  9:57 UTC  (4+ messages)

[seabios test] 118462: regressions - FAIL
 2018-01-31  9:52 UTC 

[qemu-mainline test] 118449: tolerable FAIL - PUSHED
 2018-01-31  9:50 UTC 

[libvirt test] 118447: tolerable all pass - PUSHED
 2018-01-31  6:22 UTC 

[xen-4.8-testing test] 118446: FAIL
 2018-01-31  2:58 UTC 

GPU passthrough on ARM
 2018-01-31  0:37 UTC  (11+ messages)

[linux-linus test] 118445: regressions - FAIL
 2018-01-31  0:31 UTC 

kernel-ml-4.15.0-1.el7.elrepo.x86_64 doesn't boot as Xen PV domU
 2018-01-31  0:18 UTC 

ThunderX support in Xen
 2018-01-31  0:01 UTC 

[PATCH 2/2] update the minimal ocaml version to 4.02
 2018-01-30 22:56 UTC 

[PATCH 1/2] make xen ocaml safe-strings compliant
 2018-01-30 22:55 UTC 

[PATCH] ARM: GICv3: copy Dom0 GICv3 reg property from host DT
 2018-01-30 22:39 UTC  (5+ messages)

[xen-unstable-smoke test] 118460: tolerable all pass - PUSHED
 2018-01-30 22:30 UTC 

[PATCH 0/3] xen/arm: SMCCC fixes and PSCI clean-up
 2018-01-30 22:06 UTC  (10+ messages)
` [PATCH 3/3] xen/arm: vpsci: Move PSCI function dispatching from vsmc.c to vpsci.c

[seabios test] 118448: regressions - FAIL
 2018-01-30 21:07 UTC 

[xen-unstable-smoke test] 118459: tolerable all pass - PUSHED
 2018-01-30 19:56 UTC 

[PATCH 0/3] xen/arm: Inject an exception to the guest rather than crashing it
 2018-01-30 19:23 UTC  (17+ messages)
` [PATCH 1/3] xen/arm: io: Distinguish unhandled IO from aborted one
` [PATCH 2/3] xen/arm: Don't crash domain on bad MMIO emulation
` [PATCH 3/3] xen/arm: Don't crash the domain on invalid HVC immediate

firmware/shim: fix build process to use POSIX find options
 2018-01-30 18:57 UTC  (2+ messages)

[PATCH] xen/arm: Park CPUs with a MIDR different from the boot CPU
 2018-01-30 18:18 UTC 

[PATCH v2 0/2] xen/arm: GICv3: Only initialize ITS when LPIs are available
 2018-01-30 17:55 UTC  (5+ messages)
` [PATCH v2 1/2] xen/arm: GICv3: Parse ITS information from the firmware tables later on
` [PATCH v2 2/2] xen/arm: GICv3: Only initialize ITS when the distributor supports LPIs

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

[PATCH v3 0/8] ARM: VGIC/GIC separation cleanups
 2018-01-30 17:26 UTC  (11+ messages)
` [PATCH v3 1/8] ARM: VGIC: drop unneeded gic_restore_pending_irqs()
` [PATCH v3 2/8] ARM: VGIC: split gic.c to observe hardware/virtual GIC separation
` [PATCH v3 5/8] ARM: VGIC: factor out vgic_connect_hw_irq()
` [PATCH v3 8/8] ARM: make nr_irqs a constant

[xen-unstable test] 118441: regressions - trouble: blocked/broken/fail/pass
 2018-01-30 16:02 UTC  (3+ messages)

Changes to Outreachy program : need URGENT input from mentors (was Re: Preparing for GSoC and Outreachy )
 2018-01-30 16:00 UTC 

[PATCH v2 1/4] x86/emul: Introduce a test covering legacy byte ops
 2018-01-30 15:56 UTC  (4+ messages)
` [PATCH v2 2/4] x86/emul: Optimise decode_register() somewhat
` [PATCH v2 3/4] x86/hvm: Improvements to external users of decode_register()
` [PATCH v2 4/4] x86/emul: Improvements to internal "

test lab: laxton power cycle time changed to 30s
 2018-01-30 14:49 UTC 

Issue with booting with xen,passthrough DTB
 2018-01-30 13:46 UTC 

[xen-unstable-smoke test] 118453: tolerable all pass - PUSHED
 2018-01-30 12:44 UTC 

[bug]xen 4.10 + dom0 4.15 couldn't boot up
 2018-01-30 10:01 UTC  (4+ messages)

[PATCH RFC] ocaml: Fix compile with ocaml 4.06, use unsafe strings
 2018-01-30  9:26 UTC  (10+ messages)

[PATCH v3 0/5] clang fixes
 2018-01-30  9:23 UTC  (19+ messages)
` [PATCH v3 1/5] build: filter out command line assembler arguments
` [PATCH v3 2/5] x86/clang: fix build with indirect thunks
` [PATCH v3 3/5] x86: fix indirect thunk usage of CONFIG_INDIRECT_THUNK
` [PATCH v3 4/5] x86: move declaration of the exception_table to C
` [PATCH v3 5/5] x86: remove usage of .skip with non-absolute expressions

[PATCH V2 1/2] tests/xen-access: disable CR4 write events on application exit
 2018-01-30  9:18 UTC  (3+ messages)
` [PATCH V2 2/2] x86/hvm: fix domain crash when CR3 has the noflush bit set

pvscsi is not supported by xl command
 2018-01-30  8:51 UTC  (3+ messages)

[xen-4.9-testing test] 118438: regressions - FAIL
 2018-01-30  8:50 UTC 

[PATCH] x86/hvm: Drop hvm_set_mode() and associated vmx hooks
 2018-01-30  8:50 UTC  (4+ messages)

[PATCH] xen/evtchn: Cleanup for virq_is_global() infrastructure
 2018-01-30  8:50 UTC  (3+ messages)

[PATCH] x86: slightly reduce Meltdown band-aid overhead
 2018-01-30  7:50 UTC  (4+ messages)

[PATCH] x86/asm: Drop __GET_CURRENT()
 2018-01-30  7:21 UTC  (2+ messages)

[linux-next test] 118435: regressions - FAIL
 2018-01-30  7:13 UTC 

[qemu-mainline test] 118436: regressions - FAIL
 2018-01-30  6:18 UTC 

[seabios test] 118440: regressions - FAIL
 2018-01-30  4:44 UTC 

[xen-4.8-testing test] 118431: regressions - FAIL
 2018-01-29 23:47 UTC 

[PATCH V2] tests/xen-access: disable CR4 write events on application exit
 2018-01-29 21:48 UTC 

[linux-linus test] 118428: regressions - FAIL
 2018-01-29 21:24 UTC 

[PATCH] tests/xen-access: disable CR4 write events on application exit
 2018-01-29 21:01 UTC  (4+ messages)

Supported hardware
 2018-01-29 20:16 UTC  (3+ messages)

[xen-unstable-smoke test] 118442: tolerable all pass - PUSHED
 2018-01-29 18:58 UTC 

[OSSTEST PATCH 1/2] mg-force-push: unshift . onto @INC
 2018-01-29 17:29 UTC  (2+ messages)
` [OSSTEST PATCH 2/2] mg-hosts: Call db_readonly_report inside, not outside, db_retry

[OSSTEST PATCH] daily-cron-email-*: Replace lists.xensource.com with lists.xenproject.org
 2018-01-29 17:28 UTC 

[PATCH] x86: reduce Meltdown band-aid IPI overhead
 2018-01-29 16:56 UTC  (3+ messages)

[PATCH v2] x86/mm: Add debug code to detect illegal page_lock and put_page_type ordering
 2018-01-29 16:39 UTC  (5+ messages)

[xen-unstable-smoke test] 118439: regressions - FAIL
 2018-01-29 16:05 UTC 

[xen-unstable test] 118423: regressions - FAIL
 2018-01-29 16:04 UTC  (4+ messages)
` [xen-unstable test] 118393: "
    ` [xen-unstable test] 118393: regressions - FAIL [and 1 more messages]

[PATCH] xen: Fix XSM build after dropping XEN_DOMCTL_getmemlist
 2018-01-29 15:26 UTC  (2+ messages)

[seabios test] 118430: regressions - FAIL
 2018-01-29 15:22 UTC 

[PATCH] tools/libxl: Fix assertion failure when trying to build a nested-virt PVH domain
 2018-01-29 15:05 UTC  (5+ messages)

[PATCH v8 00/11] vpci: PCI config space emulation
 2018-01-29 14:01 UTC  (3+ messages)
` [PATCH v8 07/11] vpci/bars: add handlers to map the BARs

[PATCH 0/8] xen: add pvh guest support
 2018-01-29 13:33 UTC  (5+ messages)

Access I2C bus from guest/DomU on ARM board
 2018-01-29 13:33 UTC  (6+ messages)

[xen-unstable-smoke test] 118437: regressions - FAIL
 2018-01-29 13:32 UTC 

[PATCH] x86/hvm: fix domain crash when CR3 has the noflush bit set
 2018-01-29 13:04 UTC  (5+ messages)

[PATCH 3.18 20/52] x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernels
 2018-01-29 12:56 UTC 

[PATCH 4.9 01/66] x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernels
 2018-01-29 12:56 UTC 

[PATCH 4.4 01/74] x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernels
 2018-01-29 12:56 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).