xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-03 14:52:35 to 2018-09-04 19:22:03 UTC [more...]

[PATCH 0/3] xen/arm: vgic-v3: Bug fixes
 2018-09-04 19:21 UTC  (2+ messages)
` [PATCH 1/3] [not-for-unstable] xen/arm: vgic-v3: Delay the initialization of the domain information

[PATCH 01/13] arm: remove the unused BIOVEC_MERGEABLE define
 2018-09-04 19:14 UTC  (13+ messages)
` [PATCH 02/13] xen: remove the xen_biovec_phys_mergeable export
` [PATCH 03/13] xen: provide a prototype for xen_biovec_phys_mergeable in xen.h
` [PATCH 04/13] block: move integrity_req_gap_{back, front}_merge to blk.h
` [PATCH 05/13] block: move req_gap_{back, front}_merge to blk-merge.c
` [PATCH 06/13] block: move req_gap_back_merge to blk.h
` [PATCH 07/13] block: simplify BIOVEC_PHYS_MERGEABLE
` [PATCH 08/13] block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_page
` [PATCH 09/13] block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeable
` [PATCH 10/13] block: remove bvec_to_phys
` [PATCH 11/13] block: don't include io.h from bio.h
` [PATCH 12/13] block: don't include bug.h "
` [PATCH 13/13] xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>

clean up physical merging helpers
 2018-09-04 19:14 UTC 

[PATCH] xen-swiotlb: use actually allocated size on check physical contiguous
 2018-09-04 19:13 UTC 

[PATCH v2 00/12] Improvements to domain creation
 2018-09-04 18:44 UTC  (3+ messages)
` [PATCH v2 09/12] xen/domain: Call arch_domain_create() as early as possible in domain_create()
  ` Rats nest with domain pirq initialisation

[xtf test] 127269: all pass - PUSHED
 2018-09-04 18:24 UTC 

[PATCH] xen-swiotlb: use actually allocated size on check physical contiguous
 2018-09-04 18:16 UTC 

[PATCH] libxl: create control/sysrq xenstore node
 2018-09-04 17:27 UTC  (3+ messages)

[PATCH v2] xen:arm: Populate arm64 image header
 2018-09-04 17:25 UTC 

[PATCH v3 00/16] Make CONFIG_HVM work
 2018-09-04 17:24 UTC  (24+ messages)
` [PATCH v3 01/16] x86: change name of parameter for various invlpg functions
` [PATCH v3 02/16] x86: introduce and use a set of internal emulation flags
` [PATCH v3 03/16] x86: XENMEM_resource_ioreq_server is HVM only
` [PATCH v3 04/16] x86: monitor.o is currently "
` [PATCH v3 05/16] x86: PIT emulation is common to both PV and HVM
` [PATCH v3 06/16] libxl: don't set PoD target for PV guests
` [PATCH v3 07/16] x86/p2m/pod: make it build with !CONFIG_HVM
` [PATCH v3 08/16] x86/hvm: rearrange content of hvm.h
` [PATCH v3 09/16] x86: provide stubs, declarations and macros in hvm.h
` [PATCH v3 10/16] x86/mm: put nested p2m code under CONFIG_HVM
` [PATCH v3 11/16] x86/mm: put HVM only "
` [PATCH v3 12/16] x86/mm: put paging_update_nestedmode "
` [PATCH v3 13/16] xen: connect guest creation with CONFIG_{HVM, PV}
` [PATCH v3 14/16] x86: expose CONFIG_HVM
` [PATCH v3 15/16] x86/pvshim: disable HVM for PV shim
` [PATCH v3 16/16] xen: decouple HVM and IOMMU capabilities

incompatible changes in staging break qemu
 2018-09-04 17:16 UTC  (4+ messages)

[PATCH 0/2] MMIO emulation fixes
 2018-09-04 16:24 UTC 

[PATCH 0/2] MMIO emulation fixes
 2018-09-04 16:11 UTC 

Xen Dom0 boot failure on platform that supports ARM GICv4
 2018-09-04 16:02 UTC  (7+ messages)

[distros-debian-snapshot test] 75164: regressions - FAIL
 2018-09-04 15:54 UTC 

[RFC PATCH tip] x86/xen: xen_reservation_lock can be static
 2018-09-04 15:25 UTC 

[tip:x86/paravirt 2/15] arch/x86/xen/mmu_pv.c:105:1: sparse: symbol 'xen_reservation_lock' was not declared. Should it be static?
 2018-09-04 15:25 UTC 

[xen-unstable-smoke test] 127265: tolerable all pass - PUSHED
 2018-09-04 15:08 UTC 

[ovmf baseline-only test] 75163: tolerable FAIL
 2018-09-04 13:54 UTC 

[xen-unstable test] 127232: tolerable FAIL - PUSHED
 2018-09-04 13:51 UTC 

[PATCH v2 00/23] Make CONFIG_HVM work
 2018-09-04 13:42 UTC  (4+ messages)
` [PATCH v2 01/23] x86: change name of parameter for various invlpg functions

[PATCH v6 00/14] paravirtual IOMMU interface
 2018-09-04 13:17 UTC  (23+ messages)
` [PATCH v6 01/14] iommu: introduce the concept of BFN
` [PATCH v6 02/14] iommu: make use of type-safe BFN and MFN in exported functions
` [PATCH v6 03/14] iommu: push use of type-safe BFN and MFN into iommu_ops
` [PATCH v6 04/14] iommu: don't domain_crash() inside iommu_map/unmap_page()
` [PATCH v6 05/14] public / x86: introduce __HYPERCALL_iommu_op

[seabios baseline-only test] 75162: tolerable FAIL
 2018-09-04 13:07 UTC 

[xen-unstable-smoke test] 127260: tolerable all pass - PUSHED
 2018-09-04 12:55 UTC 

[Bug 198497] handle_mm_fault / xen_pmd_val / radix_tree_lookup_slot Null pointer
 2018-09-04 12:54 UTC  (3+ messages)

[PATCH 0/5] xen/domain: Cleanup to the domain_create() error paths
 2018-09-04 12:53 UTC  (22+ messages)
` [PATCH 1/5] xen/domain: Prepare data for is_{pv, hvm}_domain() as early as possible
` [PATCH 2/5] xen/domain: Break __domain_destroy() out of domain_create() and complete_domain_destroy()
` [PATCH 3/5] xen/domain: Call lock_profile_deregister_struct() from common code
` [PATCH 4/5] xen/domain: Fold xsm_free_security_domain() paths together
` [PATCH 5/5] xen/domain: Make rangeset_domain_destroy() idempotent

[PATCH 0/6] x86emul: fixes, improvements, and beginnings of AVX512 support
 2018-09-04 12:50 UTC  (18+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] x86emul: fix FMA scalar operand sizes
  ` [PATCH v2 2/6] x86emul: extend MASKMOV{Q,DQU} tests
    ` [PATCH v2 2/6] x86emul: extend MASKMOV{Q, DQU} tests
  ` [PATCH v2 3/6] x86emul: support AVX512 opmask insns
  ` [PATCH v2 4/6] x86emul: clean up AVX2 insn use in test harness
  ` [PATCH v2 5/6] x86emul: correct EVEX decoding
  ` [PATCH v2 6/6] x86emul: generalize vector length handling for AVX512/EVEX

[xen-unstable-smoke test] 127252: regressions - FAIL
 2018-09-04 10:40 UTC 

[PATCH v4] x86/hvm: remove default ioreq server (again)
 2018-09-04 10:22 UTC  (2+ messages)

[PATCH] x86emul: fix test harness dependencies
 2018-09-04 10:07 UTC  (2+ messages)

[PATCH 0/2] x86/HVM: emulation adjustments
 2018-09-04 10:01 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] x86/HVM: drop hvm_fetch_from_guest_linear()
  ` [PATCH v2 2/2] x86/HVM: split page straddling emulated accesses in more cases

[PATCH v2 0/2] fix smt=0 fallout
 2018-09-04  9:39 UTC  (6+ messages)
` [PATCH v2 2/2] xen: fill topology info for all present cpus

[linux-linus test] 127221: regressions - FAIL
 2018-09-04  9:32 UTC 

tools/fuzz fails due build, osstest did not notice
 2018-09-04  9:06 UTC  (4+ messages)

[xen-unstable-smoke test] 127247: regressions - FAIL
 2018-09-04  8:59 UTC  (6+ messages)

[PATCH] hvmloader: set entry point in linker script
 2018-09-04  8:39 UTC  (2+ messages)

[libvirt test] 127243: regressions - FAIL
 2018-09-04  8:37 UTC 

[PATCH RFC] x86/HVM: also stuff RSB upon exit to guest
 2018-09-04  7:37 UTC  (3+ messages)

[PATCH 0/1] cameraif: Add ABI for para-virtualized
 2018-09-04  6:56 UTC  (7+ messages)
` [PATCH 1/1] cameraif: add ABI for para-virtual camera

[ovmf test] 127237: all pass - PUSHED
 2018-09-04  6:14 UTC 

[xen-unstable-smoke test] 127242: regressions - FAIL
 2018-09-04  5:41 UTC 

[PATCH 00/11] Fixes to debugging facilities
 2018-09-04  5:27 UTC  (4+ messages)
` [PATCH 10/11] x86/vmx: Work around VMEntry failure when Single Stepping in an STI shadow
  ` Ping VT-x: "

[PATCH v2] x86/altp2m: Allow setting the #VE info page for an arbitrary VCPU
 2018-09-04  4:59 UTC 

[xen-unstable-smoke test] 127234: regressions - FAIL
 2018-09-04  3:22 UTC 

[seabios test] 127226: tolerable FAIL - PUSHED
 2018-09-04  2:12 UTC 

[xen-unstable-smoke test] 127228: regressions - FAIL
 2018-09-04  0:48 UTC 

[linux-next test] 127206: regressions - FAIL
 2018-09-04  0:40 UTC 

[xen-unstable test] 127205: trouble: broken/fail/pass
 2018-09-04  0:13 UTC 

[xen-unstable-smoke test] 127225: regressions - FAIL
 2018-09-03 23:12 UTC  (2+ messages)

[RFC PATCH v2 00/17] Add support for qemu-xen runnning in a Linux-based stubdomain
 2018-09-03 22:25 UTC  (4+ messages)
` [RFC PATCH v2 02/17] libxl: Add "stubdomain_version" to domain_build_info

[ovmf baseline-only test] 75160: tolerable FAIL
 2018-09-03 22:22 UTC 

[xen-unstable-smoke test] 127219: regressions - FAIL
 2018-09-03 20:51 UTC 

[ovmf baseline-only test] 75158: tolerable FAIL
 2018-09-03 20:40 UTC 

[linux-linus test] 127193: regressions - FAIL
 2018-09-03 19:00 UTC 

[xen-unstable-smoke test] 127215: regressions - FAIL
 2018-09-03 18:34 UTC 

[PATCH v2 00/13] TEE mediator (and OP-TEE) support in XEN
 2018-09-03 17:55 UTC  (18+ messages)
` [PATCH v2 01/13] arm: add generic TEE mediator framework
` [PATCH v2 02/13] domctl: add tee_op domctl
` [PATCH v2 03/13] arm: tee: add OP-TEE header files
` [PATCH v2 04/13] optee: add OP-TEE mediator skeleton
` [PATCH v2 05/13] optee: add fast calls handling
` [PATCH v2 06/13] optee: add domain contexts
` [PATCH v2 07/13] optee: add std call handling
` [PATCH v2 08/13] optee: add support for RPC SHM buffers
` [PATCH v2 09/13] optee: add support for arbitrary shared memory
` [PATCH v2 10/13] optee: add support for RPC commands
` [PATCH v2 11/13] libxc: add xc_dom_tee_enable(...) function
` [PATCH v2 12/13] xl: add "tee" option for xl.cfg
` [PATCH v2 13/13] lixl: arm: create optee firmware node in DT if tee=1

[ovmf test] 127208: all pass - PUSHED
 2018-09-03 17:17 UTC 

[PATCH v2] tools/xl: refuse to set number of vcpus to 0 via xl vcpu-set
 2018-09-03 17:06 UTC  (2+ messages)

[PATCH] tools/xl: fix output of xl vcpu-pin dry run with smt=0
 2018-09-03 16:58 UTC  (2+ messages)

[PATCH] xen/x86: Ignore the automatically generated include/asm-x86/asm-macros.h
 2018-09-03 16:58 UTC  (2+ messages)

[PATCH v5 0/3] Add hvmops for setting and getting the suppress #VE bit
 2018-09-03 15:48 UTC  (4+ messages)
` [PATCH v5 1/3] x86/mm: Change default value for suppress #VE in set_mem_access()
` [PATCH v5 2/3] x86/altp2m: Add a hvmop for setting the suppress #VE bit
` [PATCH v5 3/3] x86/altp2m: Add a hvmop for querying "

[PATCH v4] x86/altp2m: Add a subop for obtaining the mem access of a page
 2018-09-03 15:47 UTC 

[PATCH v2] pvshim: introduce a PV shim defconfig
 2018-09-03 15:36 UTC 

[PATCH v2] hvmloader: fix build with LLVM Linker
 2018-09-03 15:36 UTC  (2+ messages)

[xen-unstable test] 127070: regressions - FAIL
 2018-09-03 15:28 UTC 

[PATCH 0/2] tools/libxl: Switch Arm guest type to PVH
 2018-09-03 15:21 UTC  (8+ messages)
` [PATCH 2/2] "

[xen-unstable test] 127070: regressions - FAIL
 2018-09-03 15:21 UTC  (4+ messages)

[PATCH 1/2] add cpu_thread_id to struct cpuinfo_x86
 2018-09-03 15:14 UTC  (5+ messages)

[PATCH 0/6] x86/HVM: implement memory read caching
 2018-09-03 15:12 UTC  (4+ messages)
` [PATCH 2/6] x86/mm: use optional cache in guest_walk_tables()

[PATCH v17 00/14] x86/domctl: Save info for one vcpu instance
 2018-09-03 14:56 UTC  (10+ messages)
` [PATCH v17 13/13] x86/domctl: Don't pause the whole domain if only getting vcpu state

[xen-unstable-smoke test] 127212: tolerable all pass - PUSHED
 2018-09-03 14:55 UTC 

[PATCH 1/2] add cpu_thread_id to struct cpuinfo_x86
 2018-09-03 13:53 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).