messages from 2017-10-18 15:02:45 to 2017-10-19 18:38:04 UTC [more...]
VPMU interrupt unreliability
2017-10-19 18:38 UTC (12+ messages)
[PATCH RFC 00/14] Intel EPT-Based Sub-page Write Protection Support
2017-10-19 18:34 UTC (21+ 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] x86/xen: support priv-mapping in an HVM tools domain
2017-10-19 17:45 UTC (2+ messages)
[PATCH v3 0/7] Allow setting up shared memory areas between VMs from xl config files
2017-10-19 17:36 UTC (11+ 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
runstatedir matters when using debhelper tools in Artful
2017-10-19 17:11 UTC (2+ messages)
[PATCH for-4.10] xen/arm: gic-v3: Make sure ICC_SRE_EL1 is restored before ICH_VMCR_EL2
2017-10-19 17:09 UTC
Block device hang after migration
2017-10-19 17:01 UTC (3+ messages)
[PATCH v5 0/8] xen: xen-domid-restrict improvements
2017-10-19 16:51 UTC (9+ messages)
` [PATCH 1/8] xen: link against xentoolcore
` [PATCH 2/8] xen: restrict: use xentoolcore_restrict_all
` [PATCH 3/8] xen: defer call to xen_restrict until just before os_setup_post
` [PATCH 4/8] xen: destroy_hvm_domain: Move reason into a variable
` [PATCH 5/8] xen: move xc_interface compatibility fallback further up the file
` [PATCH 6/8] xen: destroy_hvm_domain: Try xendevicemodel_shutdown
` [PATCH 7/8] os-posix: Provide new -runas <uid>.<gid> facility
` [PATCH 8/8] configure: do_compiler: Dump some extra info under bash
[RFC 0/4] TEE mediator framework + OP-TEE mediator
2017-10-19 16:52 UTC (11+ messages)
` [RFC 4/4] arm: tee: add basic "
[PATCH v4 0/8] xen: xen-domid-restrict improvements
2017-10-19 16:47 UTC (6+ messages)
` [PATCH 1/8] xen: link against xentoolcore
[xen-unstable-smoke test] 114756: tolerable all pass - PUSHED
2017-10-19 16:44 UTC
[PATCH V3 00/29]
2017-10-19 16:31 UTC (62+ 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
` [PATCH V3 14/29] x86/vvtd: Enable Interrupt Remapping "
` [PATCH V3 15/29] x86/vvtd: Process interrupt remapping request
` [PATCH V3 16/29] x86/vvtd: decode interrupt attribute from IRTE
` [PATCH V3 17/29] x86/vvtd: add a helper function to decide the interrupt format
` [PATCH V3 18/29] VIOMMU: Add irq request callback to deal with irq remapping
` [PATCH V3 19/29] x86/vioapic: Hook interrupt delivery of vIOAPIC
` [PATCH V3 20/29] VIOMMU: Add get irq info callback to convert irq remapping request
` [PATCH V3 21/29] VIOMMU: Introduce callback of checking irq remapping mode
` [PATCH V3 22/29] x86/vioapic: extend vioapic_get_vector() to support remapping format RTE
` [PATCH V3 24/29] tools/libxc: Add a new interface to bind remapping format msi with pirq
` [PATCH V3 25/29] x86/vmsi: Hook delivering remapping format msi to guest
` [PATCH V3 26/29] x86/vvtd: Handle interrupt translation faults
[PATCH for-4.10] passthrough/vtd: Don't DMA to the stack in queue_invalidate_wait()
2017-10-19 16:22 UTC (6+ messages)
` [PATCH for-4.10 v2] "
[PATCH v12 00/11] x86: guest resource mapping
2017-10-19 16:21 UTC (18+ 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 v3 01/46] Replace all occurances of __FUNCTION__ with __func__
2017-10-19 16:15 UTC
[PATCH] watchdog: xen: use time64_t for timeouts
2017-10-19 15:51 UTC
[PATCH for-next 1/3] x86/pv: Move compat_set_gdt() to be beside do_set_gdt()
2017-10-19 15:47 UTC (3+ messages)
` [PATCH for-next 2/3] x86/pv: Use DIV_ROUND_UP() when converting between GDT entries and frames
` [PATCH for-next 3/3] x86/pv: Misc improvements to pv_destroy_gdt()
[PATCH 00/12] ARM: VGIC/GIC separation cleanups
2017-10-19 15:37 UTC (14+ 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 09/12] ARM: VGIC: rework events_need_delivery()
` [PATCH 10/12] ARM: VGIC: factor out vgic_connect_hw_irq()
` [PATCH 11/12] ARM: VGIC: factor out vgic_get_hw_irq_desc()
` [PATCH 12/12] ARM: VGIC: rework gicv[23]_update_lr to not use pending_irq
[PATCH] x86/xen: support priv-mapping in an HVM tools domain
2017-10-19 15:25 UTC (2+ messages)
[RFC v2 0/7] SMMUv3 driver and the supporting framework
2017-10-19 15:21 UTC (12+ messages)
` [RFC v2 2/7] arm64: Add definitions for fwnode_handle
` [RFC v2 3/7] xen/passthrough/arm: Introduce iommu_fwspec
` [RFC v2 5/7] acpi:arm64: Add support for parsing IORT table
[PATCH] tools/Makefile: unset MAKELEVEL before building QEMU
2017-10-19 15:19 UTC (2+ messages)
[PATCH for-4.10 1/2] tools/libxc: Fix precopy_policy() to not pass a structure by value
2017-10-19 15:17 UTC (7+ messages)
[PATCH 1/1] xen/time: do not decrease steal time after live migration on xen
2017-10-19 15:10 UTC
[PATCH] libxc: don't fail domain creation when unpacking initrd fails
2017-10-19 15:06 UTC (6+ messages)
[PATCH] watchdog: xen: use time64_t for timeouts
2017-10-19 15:05 UTC
[PATCH] MAINTAINERS: Make Christian Lindig maintainer for ocaml tools
2017-10-19 15:05 UTC (2+ messages)
[PATCH v1 0/5] Add dmops to allow use of VGA with restricted QEMU
2017-10-19 15:01 UTC (5+ messages)
` [PATCH v1 4/5] tools: libxendevicemodel: Provide xendevicemodel_add_to_physmap
` [PATCH v1 5/5] tools: libxendevicemodel: Provide xendevicemodel_pin_memory_cacheattr
[PATCH v2 for-4.10 1/2] tools/libs/evtchn: Add support for restricting a handle
2017-10-19 14:57 UTC (3+ messages)
` [PATCH v2 for-4.10 2/2] xentoolcore_restrict_all: Implement for libxenevtchn
[linux-4.9 test] 114676: trouble: blocked/broken/fail/pass
2017-10-19 14:56 UTC
[PATCH] aarch64: advertise the GIC system register interface
2017-10-19 14:46 UTC (2+ messages)
4.9.52: INFO: task XXX blocked for more than 300 seconds
2017-10-19 14:34 UTC (4+ messages)
` 4.9.52: INFO: task X "
[PATCH v6 0/4] x86/xen: pvclock vdso support
2017-10-19 13:40 UTC (2+ messages)
` [PATCH v6 1/4] x86/pvclock: add setter for pvclock_pvti_cpu0_va
[PATCH v7 1/5] ptp_kvm: probe for kvm guest availability
2017-10-19 13:39 UTC (5+ messages)
` [PATCH v7 2/5] x86/pvclock: add setter for pvclock_pvti_cpu0_va
` [PATCH v7 3/5] x86/xen/time: set pvclock flags on xen_time_init()
` [PATCH v7 4/5] x86/xen/time: setup vcpu 0 time info page
` [PATCH v7 5/5] MAINTAINERS: xen, kvm: track pvclock-abi.h changes
[PATCH v7 0/5] x86/xen: pvclock vdso support
2017-10-19 13:39 UTC
[linux-4.1 baseline-only test] 72330: regressions - trouble: blocked/broken/fail/pass
2017-10-19 13:29 UTC
[OSSTEST PATCH] mg-repro-setup: Correct usage message re host idents
2017-10-19 12:57 UTC
[PATCH v8 02/16] Rename PSR sysctl/domctl interfaces and xsm policy to make them be general
2017-10-19 12:01 UTC (4+ messages)
` [PATCH v9 "
[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 (2+ messages)
[PATCH] gcov: support gcc 7.x
2017-10-19 11:13 UTC (2+ 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)
[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 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 (3+ messages)
[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 27/27 v12] arm/xen: vpl011: Correct the logic for asserting/de-asserting SBSA UART TX interrupt
2017-10-18 16:32 UTC (3+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).