xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-18 04:59:00 to 2017-10-19 12:49:14 UTC [more...]

[PATCH 00/12] ARM: VGIC/GIC separation cleanups
 2017-10-19 12:48 UTC  (9+ messages)
` [PATCH 01/12] ARM: remove unneeded gic.h inclusions
` [PATCH 02/12] ARM: vGIC: fix nr_irq definition
` [PATCH 03/12] ARM: VGIC: remove gic_clear_pending_irqs()
` [PATCH 04/12] ARM: VGIC: move gic_remove_irq_from_queues()
` [PATCH 05/12] ARM: VGIC: move gic_remove_from_lr_pending()
` [PATCH 06/12] ARM: VGIC: streamline gic_restore_pending_irqs()
` [PATCH 07/12] ARM: VGIC: split gic.c to observe hardware/virtual GIC separation
` [PATCH 08/12] ARM: VGIC: split up gic_dump_info() to cover virtual part separately

[PATCH v12 00/11] x86: guest resource mapping
 2017-10-19 12:31 UTC  (5+ messages)
` [PATCH v12 05/11] x86/mm: add HYPERVISOR_memory_op to acquire guest resources
` [PATCH v12 06/11] x86/hvm/ioreq: add a new mappable resource type

[PATCH for-4.10] passthrough/vtd: Don't DMA to the stack in queue_invalidate_wait()
 2017-10-19 12:11 UTC  (2+ messages)

[PATCH for-4.10 1/2] tools/libxc: Fix precopy_policy() to not pass a structure by value
 2017-10-19 12:08 UTC  (6+ messages)

[PATCH v8 00/16] Enable Memory Bandwidth Allocation in Xen
 2017-10-19 12:01 UTC  (7+ messages)
` [PATCH v8 02/16] Rename PSR sysctl/domctl interfaces and xsm policy to make them be general
  ` [PATCH v9 "

[PATCH v3 0/7] Allow setting up shared memory areas between VMs from xl config files
 2017-10-19 11:58 UTC  (9+ messages)
` [PATCH v3 1/7] libxc: add xc_domain_remove_from_physmap to wrap XENMEM_remove_from_physmap
` [PATCH v3 2/7] xsm: flask: change the dummy xsm policy and flask hook for map_gmfn_foregin
` [PATCH v3 3/7] libxl: introduce a new structure to represent static shared memory regions
` [PATCH v3 4/7] libxl: support mapping static shared memory areas during domain creation
` [PATCH v3 5/7] libxl: support unmapping static shared memory areas during domain destruction
` [PATCH v3 6/7] libxl:xl: add parsing code to parse "libxl_static_sshm" from xl config files
` [PATCH v3 7/7] docs: documentation about static shared memory regions

[PATCH V3 00/29]
 2017-10-19 11:56 UTC  (37+ messages)
` [PATCH V3 1/29] Xen/doc: Add Xen virtual IOMMU doc
` [PATCH V3 2/29] VIOMMU: Add vIOMMU helper functions to create, destroy vIOMMU instance
` [PATCH V3 3/29] DOMCTL: Introduce new DOMCTL commands for vIOMMU support
` [PATCH V3 4/29] tools/libacpi: Add DMA remapping reporting (DMAR) ACPI table structures
` [PATCH V3 5/29] tools/libacpi: Add new fields in acpi_config for DMAR table
` [PATCH V3 6/29] tools/libxl: Add a user configurable parameter to control vIOMMU attributes
` [PATCH V3 7/29] tools/libxl: build DMAR table for a guest with one virtual VTD
` [PATCH V3 8/29] tools/libxl: create vIOMMU during domain construction
` [PATCH V3 9/29] tools/libxc: Add viommu operations in libxc
` [PATCH V3 10/29] vtd: add and align register definitions
` [PATCH V3 11/29] x86/hvm: Introduce a emulated VTD for HVM
` [PATCH V3 12/29] x86/vvtd: Add MMIO handler for VVTD
` [PATCH V3 13/29] x86/vvtd: Set Interrupt Remapping Table Pointer through GCMD

[xen-unstable test] 114670: regressions - FAIL
 2017-10-19 11:47 UTC  (2+ messages)

[PATCH v2 2/2] x86: convert x86_platform_ops to timespec64
 2017-10-19 11:46 UTC  (2+ messages)

[PATCH v2 for-4.10] x86/mm: Make PV linear pagetables optional
 2017-10-19 11:16 UTC  (6+ messages)

[PATCH] gcov: support gcc 7.x
 2017-10-19 11:13 UTC  (4+ messages)

[PATCH] xen/public: Correct the definition of GNTTAB_CACHE_SOURCE_GREF
 2017-10-19 11:11 UTC  (2+ messages)

[PATCH v2] arm: configure interrupts to be in non-secure group1
 2017-10-19 11:03 UTC  (2+ messages)

Block device hang after migration
 2017-10-19 10:53 UTC 

[xen-4.9-testing test] 114673: trouble: broken/fail/pass
 2017-10-19 10:50 UTC 

[OSSTEST PATCH] mg-repro-setup: --autoalloc-nofree option
 2017-10-19 10:23 UTC 

[OSSTEST PATCH] mg-repro-setup: --autoalloc-nofree option
 2017-10-19 10:15 UTC 

[PATCH RFC 00/14] Intel EPT-Based Sub-page Write Protection Support
 2017-10-19  9:07 UTC  (18+ messages)
` [PATCH RFC 01/14] xen: vmx: Added EPT based Subpage Write Protection Doc
` [PATCH RFC 02/14] xen: vmx: Added VMX SPP feature flags and VM-Execution Controls
` [PATCH RFC 03/14] xen: vmx: Introduce the SPPTP and SPP page table
` [PATCH RFC 04/14] xen: vmx: Introduce SPP-Induced vm exit and it's handle
` [PATCH RFC 05/14] xen: vmx: Disable the 2M/1G superpage when SPP enabled
` [PATCH RFC 06/14] xen: vmx: Added SPP flags in EPT leaf entry
` [PATCH RFC 07/14] xen: vmx: Update the EPT leaf entry indicated with the SPP enable bit
` [PATCH RFC 08/14] xen: vmx: Added setup spp page structure
` [PATCH RFC 09/14] xen: vmx: Introduce a Hyper call to set subpage
` [PATCH RFC 10/14] xen: vmx: Implement the Hypercall p2m_set_subpage
` [PATCH RFC 11/14] xen: vmx: Added handle of SPP write protection fault
` [PATCH RFC 12/14] xen: vmx: Support for clear EPT SPP write Protect bit
` [PATCH RFC 13/14] xen: tools: Introduce the set-subpage into xenctrl
` [PATCH RFC 14/14] xen: tools: Added xen-subpage tool

[PATCH 0/3 v4] xenfb: Enablement for Windows PV HID frontend
 2017-10-19  9:00 UTC  (11+ messages)
` [PATCH 3/3 v4] xenfb: Add [feature|request]-raw-pointer

[distros-debian-wheezy test] 72331: regressions - trouble: broken/fail/pass
 2017-10-19  8:39 UTC 

[PATCH 1/1] xen/time: do not decrease steal time after live migration on xen
 2017-10-19  8:02 UTC 

[linux-4.1 test] 114665: tolerable FAIL - PUSHED
 2017-10-19  6:53 UTC 

[PATCH v1 15/27] compiler: Option to default to hidden symbols
 2017-10-18 23:17 UTC  (6+ messages)
` [PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization

[xen-unstable baseline-only test] 72329: regressions - trouble: blocked/broken/fail/pass
 2017-10-18 22:54 UTC 

[PATCH v2 1/2] x86/boot: fix early error display
 2017-10-18 19:54 UTC  (7+ messages)
` [PATCH v2 2/2] x86/boot: rename send_chr to print_err

[libvirt test] 114669: tolerable all pass - PUSHED
 2017-10-18 19:03 UTC 

[PATCH RFC v2 0/8] Live migration for VMs with QEMU backed local storage
 2017-10-18 17:26 UTC  (9+ messages)
  ` [PATCH RFC v2 1/8] Added QMP commands for adding NBD server and disk migration
  ` [PATCH RFC v2 2/8] Modified xl stack to receieve mirror QEMU disk option
  ` [PATCH RFC v2 3/8] Adapted libxl to handle migration of instance with qemu based disks
  ` [PATCH RFC v2 4/8] Remove stop NBD server command from xl
  ` [PATCH RFC v2 5/8] Improved migration flow syntax in libxl
  ` [PATCH RFC v2 6/8] Adapted libxc for migration of local disk
  ` [PATCH RFC v2 7/8] Fixed bugs in the migration flow
  ` [PATCH RFC v2 8/8] Added support to handle QMP events

[xen-4.9-testing baseline-only test] 72328: tolerable trouble: blocked/broken/fail/pass
 2017-10-18 17:20 UTC 

[PATCH 26/27 v12] arm/xen: vpl011: Fix the slow early console SBSA UART output
 2017-10-18 16:32 UTC  (9+ messages)
` [PATCH 27/27 v12] arm/xen: vpl011: Correct the logic for asserting/de-asserting SBSA UART TX interrupt
    ` [PATCH RFC] ARM: vPL011: use receive timeout interrupt

[qemu-mainline test] 114667: regressions - FAIL
 2017-10-18 15:58 UTC 

[xen-unstable-smoke test] 114696: tolerable all pass - PUSHED
 2017-10-18 15:02 UTC 

[PATCH] libxc: don't fail domain creation when unpacking initrd fails
 2017-10-18 14:31 UTC  (5+ messages)

[PATCH] MAINTAINERS: Make Christian Lindig maintainer for ocaml tools
 2017-10-18 14:14 UTC  (2+ messages)

[PATCH v1 0/5] Add dmops to allow use of VGA with restricted QEMU
 2017-10-18 14:03 UTC  (6+ messages)
` [PATCH v1 1/5] xen/mm: Make xenmem_add_to_physmap global
` [PATCH v1 2/5] xen: Provide XEN_DMOP_add_to_physmap
` [PATCH v1 3/5] xen: Provide XEN_DMOP_pin_memory_cacheattr
` [PATCH v1 4/5] tools: libxendevicemodel: Provide xendevicemodel_add_to_physmap
` [PATCH v1 5/5] tools: libxendevicemodel: Provide xendevicemodel_pin_memory_cacheattr

[xen-4.7-testing test] 114662: regressions - FAIL
 2017-10-18 13:47 UTC 

[PATCH v2 for-4.10 1/2] tools/libs/evtchn: Add support for restricting a handle
 2017-10-18 13:42 UTC  (2+ messages)
` [PATCH v2 for-4.10 2/2] xentoolcore_restrict_all: Implement for libxenevtchn

[PATCH] arm: configure interrupts to be in non-secure group1
 2017-10-18 13:38 UTC  (2+ messages)

[PATCH v2 for-4.10] ubsan: add clang 5.0 support
 2017-10-18 13:35 UTC  (7+ messages)

[PATCH] x86/mm: Make PV linear pagetables optional
 2017-10-18 13:21 UTC  (8+ messages)

[PATCH for-4.10] string: fix memmove when size is 0
 2017-10-18 13:18 UTC  (7+ messages)

libxl: Fix the bug introduced in commit "libxl: use correct type modifier for vuart_gfn"
 2017-10-18 13:16 UTC  (8+ messages)
` libxc: Fix the data type of mfn parameter passed to xc_map_foreign_range()
` xenconsole: Define and use a macro INVALID_XEN_PFN instead of -1

[qemu-mainline bisection] complete build-i386
 2017-10-18 12:50 UTC 

[xen-unstable-smoke test] 114683: tolerable all pass - PUSHED
 2017-10-18 12:41 UTC 

Xen Security Advisory 244 (CVE-2017-15594) - x86: Incorrect handling of IST settings during CPU hotplug
 2017-10-18 12:08 UTC 

Xen Security Advisory 243 (CVE-2017-15592) - x86: Incorrect handling of self-linear shadow mappings with translated guests
 2017-10-18 12:08 UTC 

Xen Security Advisory 242 (CVE-2017-15593) - page type reference leak on x86
 2017-10-18 12:08 UTC 

Xen Security Advisory 241 (CVE-2017-15588) - Stale TLB entry due to page type release race
 2017-10-18 12:08 UTC 

Xen Security Advisory 240 (CVE-2017-15595) - Unlimited recursion in linear pagetable de-typing
 2017-10-18 12:08 UTC 

Xen Security Advisory 239 (CVE-2017-15589) - hypervisor stack leak in x86 I/O intercept code
 2017-10-18 12:08 UTC 

Xen Security Advisory 237 (CVE-2017-15590) - multiple MSI mapping issues on x86
 2017-10-18 12:08 UTC 

Xen Security Advisory 235 (CVE-2017-15596) - add-to-physmap error paths fail to release lock on ARM
 2017-10-18 12:08 UTC 

[OSSTEST PATCH] MaxUmask: enforce a maximum umask value
 2017-10-18 12:03 UTC  (2+ messages)

[PATCH v7 for-next 00/12] vpci: PCI config space emulation
 2017-10-18 11:40 UTC  (13+ messages)
` [PATCH v7 for-next 01/12] x86/pio: allow internal PIO handlers to return RETRY
` [PATCH v7 for-next 02/12] pci: introduce a type to store a SBDF
` [PATCH v7 for-next 03/12] vpci: introduce basic handlers to trap accesses to the PCI config space
` [PATCH v7 for-next 04/12] x86/mmcfg: add handlers for the PVH Dom0 MMCFG areas
` [PATCH v7 for-next 05/12] x86/physdev: enable PHYSDEVOP_pci_mmcfg_reserved for PVH Dom0
` [PATCH v7 for-next 06/12] pci: split code to size BARs from pci_add_device
` [PATCH v7 for-next 07/12] pci: add support to size ROM BARs to pci_size_mem_bar
` [PATCH v7 for-next 08/12] xen: introduce rangeset_consume_ranges
` [PATCH v7 for-next 09/12] vpci/bars: add handlers to map the BARs
` [PATCH v7 for-next 10/12] vpci/msi: add MSI handlers
` [PATCH v7 for-next 11/12] vpci: add a priority parameter to the vPCI register initializer
` [PATCH v7 for-next 12/12] vpci/msix: add MSI-X handlers

[PATCH for 4.10 0/3] XSA-243 followup
 2017-10-18 11:38 UTC  (5+ messages)
` [PATCH 2/3] x86/mm: Consolidate all Xen L2 slot writing into init_xen_pae_l2_slots()
` [PATCH 3/3] x86/mm: Consolidate all Xen L4 slot writing into init_xen_l4_slots()

[xen-4.8-testing test] 114661: regressions - FAIL
 2017-10-18 11:06 UTC 

[xen-unstable-coverity test] 114680: all pass - PUSHED
 2017-10-18 10:48 UTC 

[PATCH 03/26] tools: libxendevicemodel: Provide xendevicemodel_shutdown
 2017-10-18  9:54 UTC  (6+ messages)
` [PATCH] tools: libxendevicemodel: Restore symbol versions for 1.0

[linux-linus test] 114658: regressions - FAIL
 2017-10-18  9:48 UTC 

[PATCH for-next] x86/VT-x: Don't rewrite HOST_TR_SELECTOR on every context switch
 2017-10-18  9:40 UTC  (2+ messages)

[RFC QEMU PATCH v3 00/10] Implement vNVDIMM for Xen HVM guest
 2017-10-18  8:55 UTC  (13+ messages)
` [Qemu-devel] "

[PATCH v4 0/7] VMX MSRs policy for Nested Virt: part 1
 2017-10-18  8:27 UTC  (8+ messages)
` [PATCH v4 1/7] x86/msr: add Raw and Host domain policies
` [PATCH v4 2/7] x86/msr: add VMX MSRs into struct msr_domain_policy
` [PATCH v4 3/7] x86/msr: read VMX MSRs values into Raw policy
` [PATCH v4 4/7] x86/msr: add VMX MSRs into HVM_max domain policy
` [PATCH v4 5/7] x86/cpuid: update signature of hvm_cr4_guest_valid_bits()
` [PATCH v4 6/7] x86/msr: update domain policy on CPUID policy changes
` [PATCH v4 7/7] x86/msr: handle VMX MSRs with guest_rd/wrmsr()

[PATCH v3 0/6] VMX MSRs policy for Nested Virt: part 1
 2017-10-18  7:30 UTC  (6+ messages)
` [PATCH v3 2/6] x86/msr: add VMX MSRs into struct msr_domain_policy

[xen-4.9-testing test] 114657: regressions - FAIL
 2017-10-18  6:10 UTC 

[xen-unstable test] 114644: tolerable FAIL - PUSHED
 2017-10-18  4:59 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).