xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-22 11:52:24 to 2017-06-23 12:45:53 UTC [more...]

[PATCH 00/14 v4] PL011 emulation support in Xen
 2017-06-23 12:45 UTC  (4+ messages)
` [PATCH 03/14 v4] xen/arm: vpl011: Add pl011 uart emulation "

[PATCH v4 00/27] x86: refactor trap handling code
 2017-06-23 12:44 UTC  (34+ messages)
` [PATCH v4 06/27] x86: clean up PV emulation code
` [PATCH v4 07/27] x86: move do_set_trap_table to pv/traps.c
` [PATCH v4 08/27] x86: move some misc PV hypercalls to misc-hypercalls.c
` [PATCH v4 09/27] x86/traps: move pv_inject_event to pv/traps.c
` [PATCH v4 10/27] x86/traps: move set_guest_{machine, nmi}_trapbounce
` [PATCH v4 11/27] x86:/traps: move {un, }register_guest_nmi_callback
` [PATCH v4 12/27] x86/traps: move guest_has_trap_callback to pv/traps.c
` [PATCH v4 13/27] x86: move toggle_guest_mode to pv/domain.c
` [PATCH v4 14/27] x86: move do_iret to pv/iret.c
` [PATCH v4 16/27] x86/traps: factor out pv_trap_init
` [PATCH v4 17/27] x86/traps: move some PV specific functions and struct to pv/traps.c
` [PATCH v4 18/27] x86/traps: move init_int80_direct_trap "
` [PATCH v4 19/27] x86: move hypercall_page_initialise_ring3_kernel to pv/hypercall.c
` [PATCH v4 20/27] x86: move hypercall_page_initialise_ring1_kernel
` [PATCH v4 21/27] x86: move compat_set_trap_table along side the non-compat variant
` [PATCH v4 22/27] x86: move compat_iret along side its "

[PATCH for-4.9 v3 0/3] Fixes for livepatching
 2017-06-23 12:35 UTC  (11+ messages)
` [PATCH for-4.9 v3 1/3] xen/livepatch: Clean up arch relocation handling
` [PATCH for-4.9 v3 2/3] xen/livepatch: Use zeroed memory allocations for arrays
` [PATCH for-4.9 v3 3/3] xen/livepatch: Don't crash on encountering STN_UNDEF relocations

[PATCH 00/17 v5] SBSA UART emulation support in Xen
 2017-06-23 12:33 UTC  (27+ messages)
` [PATCH 02/17 v5] xen/arm: vpl011: Rename vgic_reg* functions definitions and calls to vreg_reg*
` [PATCH 03/17 v5] xen/arm: vpl011: Define common ring buffer helper functions in console.h
` [PATCH 04/17 v5] xen/arm: vpl011: Add SBSA UART emulation in Xen
` [PATCH 06/17 v5] xen/arm: vpl011: Add support for vuart in libxl
` [PATCH 07/17 v5] xen/arm: vpl011: Rearrange xen header includes in alphabetical order in domctl.c
` [PATCH 08/17 v5] xen/arm: vpl011: Add a new domctl API to initialize vpl011
` [PATCH 09/17 v5] xen/arm: vpl011: Add a new vuart node in the xenstore
` [PATCH 10/17 v5] xen/arm: vpl011: Modify xenconsole to define and use a new console structure
` [PATCH 11/17 v5] xen/arm: vpl011: Rename the console structure field conspath to xspath
` [PATCH 13/17 v5] xen/arm: vpl011: Modify xenconsole to support multiple consoles
` [PATCH 14/17 v5] xen/arm: vpl011: Add support for vuart console in xenconsole
` [PATCH 15/17 v5] xen/arm: vpl011: Add a new vuart console type to xenconsole client

[PATCH] xen-blkfront: fix mq start/stop race
 2017-06-23 12:22 UTC  (3+ messages)

[PATCH v7 27/36] iommu/amd: Allow the AMD IOMMU to work with memory encryption
 2017-06-23 11:57 UTC  (6+ messages)
  ` [PATCH v7 31/36] x86/mm, kexec: Allow kexec to be used with SME
  ` [PATCH v7 32/36] xen/x86: Remove SME feature in PV guests
  ` [PATCH v7 33/36] x86/mm: Use proper encryption attributes with /dev/mem
  ` [PATCH v7 34/36] x86/mm: Add support to encrypt the kernel in-place
  ` [PATCH v7 35/36] x86/boot: Add early cmdline parsing for options with arguments

[libvirt test] 110962: tolerable all pass - PUSHED
 2017-06-23 11:51 UTC 

[osstest test] 110909: tolerable FAIL - PUSHED
 2017-06-23 11:13 UTC  (3+ messages)

[PATCH v3 0/9] vpci: PCI config space emulation
 2017-06-23 10:55 UTC  (6+ messages)
` [PATCH v3 5/9] xen/vpci: add handlers to map the BARs

[PATCH 0/6] xen: sched: control structure memory layout optimizations
 2017-06-23 10:55 UTC  (7+ messages)
` [PATCH 1/6] xen: credit2: allocate runqueue data structure dynamically
` [PATCH 2/6] xen: credit2: make the cpu to runqueue map per-cpu
` [PATCH 3/6] xen: credit: rearrange members of control structures
` [PATCH 4/6] xen: credit2: "
` [PATCH 5/6] xen: RTDS: "
` [PATCH 6/6] xen: sched: optimize exclusive pinning case (Credit1 & 2)

[PATCH] x86emul: correct CF output of SHLD/SHRD
 2017-06-23 10:54 UTC  (2+ messages)

[xen-unstable test] 110961: regressions - FAIL
 2017-06-23 10:52 UTC 

[PATCH 0/7] Soft affinity for Credit2
 2017-06-23 10:35 UTC  (5+ messages)
` [PATCH 1/7] xen: sched: factor affinity helpers out of sched_credit.c
` [PATCH 2/7] xen/tools: credit2: soft-affinity awareness in runq_tickle()

[PATCH 1/2] x86/mm: Misc nonfunctional cleanup
 2017-06-23 10:04 UTC  (4+ messages)
` [PATCH 2/2] x86/mm: Drop is_guest_l1_slot()

[PATCH v6 0/3] x86/dpci: bind legacy PCI interrupts to PVHv2 Dom0
 2017-06-23  9:59 UTC  (4+ messages)
` [PATCH v6 1/3] x86/vioapic: make gsi_vioapic private
` [PATCH v6 2/3] x86/pt: enable binding of GSIs to a PVH Dom0
` [PATCH v6 3/3] x86/vioapic: bind interrupts to "

[PATCH 2/2] xen/livepatch: Don't crash on encountering STN_UNDEF relocations
 2017-06-23  9:44 UTC  (8+ messages)
` [PATCH for-4.9 v2] "

[PATCH v4 01/18] xen: introduce the pvcalls interface header
 2017-06-23  9:39 UTC  (6+ messages)
  ` [PATCH v4 07/18] xen/pvcalls: implement socket command

[PATCH v5 0/8] Memory scrubbing from idle loop
 2017-06-23  9:36 UTC  (11+ messages)
` [PATCH v5 1/8] mm: Place unscrubbed pages at the end of pagelist
` [PATCH v5 2/8] mm: Extract allocation loop from alloc_heap_pages()
` [PATCH v5 3/8] mm: Scrub pages in alloc_heap_pages() if needed
` [PATCH v5 4/8] mm: Scrub memory from idle loop
` [PATCH v5 5/8] spinlock: Introduce spin_lock_cb()
` [PATCH v5 6/8] mm: Keep heap accessible to others while scrubbing
` [PATCH v5 7/8] mm: Print number of unscrubbed pages in 'H' debug handler
` [PATCH v5 8/8] mm: Make sure pages are scrubbed

[PATCH v2 00/16] xen/arm: Clean-up memory subsystems
 2017-06-23  9:31 UTC  (18+ messages)
` [PATCH v2 01/16] xen/mm: Don't use _{g, m}fn for defining INVALID_{G, M}FN

[PATCH] mini-os: use gzip -n
 2017-06-23  9:23 UTC  (6+ messages)

[PATCH v2] docs: improve ARM passthrough doc
 2017-06-23  9:23 UTC  (3+ messages)

[RFC v2]Proposal to allow setting up shared memory areas between VMs from xl config file
 2017-06-23  9:16 UTC  (9+ messages)

[PATCH v5 0/3] x86/dpci: bind legacy PCI interrupts to PVHv2 Dom0
 2017-06-23  9:06 UTC  (7+ messages)
` [PATCH v5 2/3] x86/pt: enable binding of GSIs to a PVH Dom0

[PATCH v3 0/3] mitigate the per-pCPU blocking list may be too long
 2017-06-23  9:05 UTC  (7+ messages)
` [PATCH v3 3/3] VT-d PI: restrict the vcpu number on a given pcpu

Travis build failing because "tools/xen-detect: try sysfs node for obtaining guest type" ?
 2017-06-23  8:36 UTC  (3+ messages)

[PATCH] xen/disk: don't leak stack data via response ring
 2017-06-23  8:22 UTC  (7+ messages)

[PATCH RFC] Live migration for VMs with QEMU backed local storage
 2017-06-23  8:03 UTC  (2+ messages)

[PATCH RFC] Live migration for VMs with QEMU backed local storage
 2017-06-23  7:31 UTC 

[ovmf test] 110965: all pass - PUSHED
 2017-06-23  7:08 UTC 

[PATCH v1] xen/input: add multi-touch support
 2017-06-23  6:09 UTC 

[linux-linus test] 110950: regressions - FAIL
 2017-06-23  4:12 UTC 

[PATCH] xen: Replace ASSERT(0) with ASSERT_UNREACHABLE()
 2017-06-23  2:52 UTC  (2+ messages)

[xen-4.8-testing test] 110946: tolerable FAIL - PUSHED
 2017-06-23  1:01 UTC 

[PATCH v2 0/3] xen-disk: performance improvements
 2017-06-22 22:14 UTC  (3+ messages)
` [PATCH v2 3/3] xen-disk: use an IOThread per instance

new dma-mapping tree, was Re: clean up and modularize arch dma_mapping interface V2
 2017-06-22 21:53 UTC 

[xen-4.7-testing test] 110944: tolerable FAIL - PUSHED
 2017-06-22 21:16 UTC 

[PATCH] passthrough: give XEN_DOMCTL_test_assign_device more sane semantics
 2017-06-22 20:30 UTC  (7+ messages)

[PATCH v2 2/2] x86/xen/efi: Init only efi struct members used by Xen
 2017-06-22 19:25 UTC  (2+ messages)

[xen-4.9-testing test] 110942: regressions - FAIL
 2017-06-22 19:20 UTC 

[PATCH v5 00/18] introduce the Xen PV Calls backend
 2017-06-22 19:14 UTC  (19+ messages)
` [PATCH v5 01/18] xen: introduce the pvcalls interface header
  ` [PATCH v5 02/18] xen/pvcalls: introduce the pvcalls xenbus backend
  ` [PATCH v5 03/18] xen/pvcalls: initialize the module and register the "
  ` [PATCH v5 04/18] xen/pvcalls: xenbus state handling
  ` [PATCH v5 05/18] xen/pvcalls: connect to a frontend
  ` [PATCH v5 06/18] xen/pvcalls: handle commands from the frontend
  ` [PATCH v5 07/18] xen/pvcalls: implement socket command
  ` [PATCH v5 08/18] xen/pvcalls: implement connect command
  ` [PATCH v5 09/18] xen/pvcalls: implement bind command
  ` [PATCH v5 10/18] xen/pvcalls: implement listen command
  ` [PATCH v5 11/18] xen/pvcalls: implement accept command
  ` [PATCH v5 12/18] xen/pvcalls: implement poll command
  ` [PATCH v5 13/18] xen/pvcalls: implement release command
  ` [PATCH v5 14/18] xen/pvcalls: disconnect and module_exit
  ` [PATCH v5 15/18] xen/pvcalls: implement the ioworker functions
  ` [PATCH v5 16/18] xen/pvcalls: implement read
  ` [PATCH v5 17/18] xen/pvcalls: implement write
  ` [PATCH v5 18/18] xen: introduce a Kconfig option to enable the pvcalls backend

preparations 4.7.3 and 4.6.6
 2017-06-22 19:12 UTC  (2+ messages)
` [PATCH for-4.8] x86/pv: Fix the handling of `int $x` for vectors which alias exceptions

[PATCH v2] VT-d: fix VF of RC integrated endpoint matched to wrong VT-d unit
 2017-06-22 17:51 UTC  (6+ messages)

[xen-unstable-smoke test] 110976: tolerable trouble: broken/pass - PUSHED
 2017-06-22 17:49 UTC 

Xen 4.9 rc9
 2017-06-22 17:42 UTC 

[PATCH 0/4] xen/tools: Credit2: implement caps
 2017-06-22 16:55 UTC  (3+ messages)
` [PATCH 1/4] xen: credit2: implement utilization cap

[PATCH v3] libxc: add xc_domain_add_to_physmap_batch to wrap XENMEM_add_to_physmap_batch
 2017-06-22 16:35 UTC 

[PATCH 0/2] Handle SMCs and HVCs in conformance with SMCCC
 2017-06-22 16:29 UTC  (9+ messages)
` [PATCH 1/2] arm: smccc: handle SMCs/HVCs according to SMCCC
` [PATCH v2 0/4] Handle SMCs and HVCs in conformance with SMCCC
  ` [PATCH v2 1/4] arm: traps: psci: use generic register accessors
  ` [PATCH v2 2/4] arm: smccc: handle SMCs/HVCs according to SMCCC
  ` [PATCH v2 3/4] arm: traps: handle PSCI calls inside `vsmc.c`
  ` [PATCH v2 4/4] vsmc: psci: remove 64 bit mode check

[qemu-upstream-4.9-testing test] 110939: tolerable FAIL - PUSHED
 2017-06-22 16:13 UTC 

[PATCH v2] libxc: add xc_domain_add_to_physmap_batch to wrap XENMEM_add_to_physmap_batch
 2017-06-22 16:08 UTC  (3+ messages)

[PATCH 0/2] x86: Add a hvmop for setting the #VE suppress bit
 2017-06-22 15:53 UTC  (9+ messages)
` [PATCH 2/2] x86/altp2m: Add a hvmop for setting the suppress #VE bit

[qemu-upstream-unstable test] 110938: regressions - FAIL
 2017-06-22 15:25 UTC 

[PATCH net] xen-netback: correctly schedule rate-limited queues
 2017-06-22 15:16 UTC 

live migration of HVM domUs with more than 32vcpus fails
 2017-06-22 14:54 UTC  (4+ messages)

[PATCH 00/11] assorted follow-ups to recent XSAs
 2017-06-22 14:16 UTC  (4+ messages)
` [PATCH 09/11] gnttab: avoid spurious maptrack handle allocation failures

[PATCH v4 0/9] arm/mem_access: Walk guest page tables in SW if mem_access is active
 2017-06-22 13:54 UTC  (6+ messages)
` [PATCH v4 7/9] arm/mem_access: Add long-descriptor based gpt
` [PATCH v4 8/9] arm/mem_access: Add short-descriptor "

[PATCH 0/6] Various XSA followups
 2017-06-22 12:46 UTC  (6+ messages)
` [PATCH 2/6] x86/shadow: Fixes to hvm_emulate_insn_fetch()
` [PATCH 3/6] x86/shadow: Use ERR_PTR infrastructure for sh_emulate_map_dest()


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