messages from 2016-06-07 10:07:02 to 2016-06-08 08:58:57 UTC [more...]
[PATCH v7 00/11] Check VT-d Device-TLB flush error
2016-06-08 8:58 UTC (5+ messages)
` [PATCH v7 01/11] IOMMU: handle IOMMU mapping and unmapping failures
` [PATCH v7 02/11] IOMMU/MMU: enhance the call trees of IOMMU unmapping and mapping
` [PATCH v7 03/11] IOMMU: propagate IOMMU Device-TLB flush error up to IOMMU unmapping (top level ones)
` [PATCH v7 04/11] IOMMU: propagate IOMMU Device-TLB flush error up to IOMMU mapping "
[RFC for-4.8 v2 0/7] xen/arm: Add support for mapping mmio-sram nodes into dom0
2016-06-08 8:52 UTC (15+ messages)
` [RFC for-4.8 v2 1/7] xen/arm: Add MATTR_MEM_NC for normal non-cacheable memory
` [RFC for-4.8 v2 2/7] xen/arm: Rename and generalize un/map_regions_rw_cache
` [RFC for-4.8 v2 4/7] xen/device-tree: Make dt_match_node match props
` [RFC for-4.8 v2 6/7] xen/device-tree: Add an mmio-sram bus
[PATCH for-4.7 1/1] xen/arm: Rename map_regions_rw_cache and use p2m.default_access
2016-06-08 8:25 UTC (5+ messages)
Discussion about virtual iommu support for Xen guest
2016-06-08 8:11 UTC (11+ messages)
[RFC] xen/arm: build: add missed dependency for head.S
2016-06-08 8:09 UTC (11+ messages)
` [RFC v2] "
` [RFC v2] xen/arm: build: add missed dependency for head.S [and 1 more messages]
[PATCH for-4.7] docs/livepatch: Update URL to livepatch-build-tools.git
2016-06-08 7:11 UTC (2+ messages)
[PATCH] arm/domain: allocate pages according to the order of struct domain size
2016-06-08 6:54 UTC
[PATCH 1/2] xen-blkfront: don't call talk_to_blkback when already connected to blkback
2016-06-08 6:46 UTC (2+ messages)
[PATCH] nested vmx: Intercept guest rdmsr for MSR_IA32_VMX_VMFUNC
2016-06-08 6:09 UTC (5+ messages)
[PATCH] xen/serial: Fix incorrect length of strncmp for dtuart
2016-06-08 5:30 UTC (3+ messages)
[ovmf test] 95355: regressions - FAIL
2016-06-08 4:06 UTC
[xen-unstable test] 95353: tolerable FAIL
2016-06-08 3:41 UTC
live migration from new platform to old platform
2016-06-08 2:08 UTC (3+ messages)
[qemu-upstream-4.3-testing test] 95369: trouble: blocked/broken
2016-06-08 1:18 UTC
[libvirt test] 95358: tolerable FAIL - PUSHED
2016-06-07 23:01 UTC
libxenvchan license (lGPLv2.1) and xen/include/public/COPYING license?
2016-06-07 20:47 UTC (4+ messages)
[qemu-mainline test] 95352: regressions - FAIL
2016-06-07 20:33 UTC
[PATCH] [RFC] xsm: add a default policy to .init.data
2016-06-07 20:19 UTC (2+ messages)
[PATCH 0/5] flask/policy: Updates for Xen 4.8
2016-06-07 20:04 UTC (18+ messages)
` [PATCH 1/5] flask/policy: split into modules
` [PATCH 2/5] flask/policy: move user definitions and constraints "
` [PATCH 3/5] flask/policy: Remove unused support for binary modules
` [PATCH 4/5] flask/policy: xenstore stubdom policy
` [PATCH 5/5] flask/policy: comment out unused xenstore example
4.7 qemu regression: HVM guests fail to boot from xvda
2016-06-07 19:06 UTC (14+ messages)
[PATCH V7 1/3] drivers/pl011: Don't configure baudrate
2016-06-07 19:04 UTC (3+ messages)
` [PATCH V7 2/3] drivers/pl011: Use combination of UARTRIS and UARTMSC instead of UARTMIS
` [PATCH V7 3/3] arm/acpi: Add Server Base System Architecture UART support
[RFC 0/8] xen/arm: acpi: Support SPIs routing
2016-06-07 18:50 UTC (10+ messages)
` [RFC 1/8] xen/arm: gic: Consolidate the IRQ affinity set in a single place
` [RFC 2/8] xen/arm: gic: Do not configure affinity for guest IRQ during routing
` [RFC 3/8] xen/arm: gic: split set_irq_properties
` [RFC 4/8] xen/arm: gic: set_type: Pass the type in parameter rather than in desc->arch.type
` [RFC 5/8] xen/arm: gic: Document how gic_set_irq_type should be called
` [RFC 6/8] Revert "xen/arm: warn the user that we cannot route SPIs to Dom0 on ACPI"
` [RFC 7/8] xen/arm: Allow DOM0 to set the irq type when ACPI is inuse
` [RFC 8/8] xen/arm: acpi: route all unused IRQs to DOM0
[PATCH for-4.7] travis: drop broken LLVM repos
2016-06-07 17:34 UTC (6+ messages)
Remaining patches for 4.7 and anticipated release date
2016-06-07 17:33 UTC (3+ messages)
[PATCH v3 00/16] xen/arm: Introduce alternative runtime patching for ARM64
2016-06-07 17:24 UTC (18+ messages)
` [PATCH v3 01/16] xen/arm: Makefile: Sort the entries alphabetically
` [PATCH v3 02/16] xen/arm: Include the header asm-arm/system.h in asm-arm/page.h
` [PATCH v3 03/16] xen/arm: Add macros to handle the MIDR
` [PATCH v3 04/16] xen/arm: Add cpu_hwcap bitmap
` [PATCH v3 05/16] xen/arm64: Add an helper to invalidate all instruction caches
` [PATCH v3 06/16] xen/arm: arm64: Move the define BRK_BUG_FRAME into a separate header
` [PATCH v3 07/16] xen/arm: arm64: Reserve a brk immediate to fault on purpose
` [PATCH v3 08/16] xen/arm: arm64: Add helpers to decode and encode branch instructions
` [PATCH v3 09/16] xen/arm: Introduce alternative runtime patching
` [PATCH v3 10/16] xen/arm: cpufeature: Provide an helper to check if a capability is supported
` [PATCH v3 11/16] xen/arm: Detect silicon revision and set cap bits accordingly
` [PATCH v3 12/16] xen/arm: Document the errata implemented in Xen
` [PATCH v3 13/16] xen/arm: arm64: Add Cortex-A53 cache errata workaround
` [PATCH v3 14/16] xen/arm: arm64: Add cortex-A57 erratum 832075 workaround
` [PATCH v3 15/16] xen/arm: traps: Don't inject a fault if the translation VA -> IPA fails
` [PATCH v3 16/16] xen/arm: arm64: Document Cortex-A57 erratum 834220
[PATCH 0/3] libxl: update available vcpus map in retrieve configuration function
2016-06-07 17:05 UTC (11+ messages)
` [PATCH 1/3] libxl: introduce libxl__json_array_count
` [PATCH 2/3] libxl: introduce libxl__qmp_query_cpus
` [PATCH 3/3] libxl: update vcpus bitmap in retrieved guest config
[xen-unstable-smoke test] 95378: tolerable all pass - PUSHED
2016-06-07 16:48 UTC
[xen-4.6-testing test] 95346: trouble: broken/fail/pass
2016-06-07 16:43 UTC
[PATCH OSSTEST v2 0/2] Test booting hvm guest with empty cdrom drive
2016-06-07 16:29 UTC (3+ messages)
[PATCH v5 1/9] vm_event: clear up return value of vm_event_monitor_traps
2016-06-07 16:06 UTC (17+ messages)
` [PATCH v5 5/9] monitor: ARM SMC events
Commit moratorium for branching 4.7
2016-06-07 16:00 UTC (5+ messages)
[libvirt] Questions about virtlogd
2016-06-07 15:57 UTC (2+ messages)
BUG: NOW() seems to (sometimes) go backwards!
2016-06-07 15:54 UTC
[PATCH RFC 00/20] Make ACPI builder available to components other than hvmloader
2016-06-07 15:41 UTC (22+ messages)
` [PATCH RFC 15/20] acpi: Move ACPI code to xen/common/libacpi
` [PATCH RFC 18/20] libxc/acpi: Build ACPI tables for HVMlite guests
` [PATCH RFC 19/20] acpi: Set HW_REDUCED_ACPI in FADT if IOAPIC is not supported
Xen 4.7 crash
2016-06-07 15:13 UTC (11+ messages)
[PATCH RESEND 00/14] Xen ARM DomU ACPI support
2016-06-07 14:24 UTC (45+ messages)
` [PATCH RESEND 03/14] libxc: Add placeholders for ACPI tables blob and size
` [PATCH RESEND 05/14] libxl/arm: Construct ACPI GTDT table
` [PATCH RESEND 06/14] libxl/arm: Construct ACPI FADT table
` [PATCH RESEND 07/14] libxl/arm: Construct ACPI DSDT table
` [PATCH RESEND 08/14] libxl/arm: Construct ACPI MADT table
` [PATCH RESEND 12/14] libxl/arm: Add ACPI module
Basic bare metal ARM domain interface
2016-06-07 14:18 UTC (11+ messages)
` Odgovor: "
[PATCH v2 1/2] xen-pciback: return proper values during BAR sizing
2016-06-07 14:14 UTC (3+ messages)
` [PATCH v2 2/2] xen-pciback: clean up {bar, rom}_init()
Build problems with xen 4.7
2016-06-07 14:10 UTC (19+ messages)
[PATCH V6 1/3] drivers/pl011: Don't configure baudrate
2016-06-07 14:09 UTC (8+ messages)
` [PATCH V6 2/3] drivers/pl011: Use combination of UARTRIS and UARTMSC instead of UARTMIS
` [PATCH V6 3/3] arm/acpi: Add Server Base System Architecture UART support
[PATCH] OvmfPkg: Add ACPI support for Virt Xen ARM
2016-06-07 13:50 UTC
[PATCH RESEND 0/4] qemu-qdisk: Replace grant map by grant copy
2016-06-07 13:13 UTC (4+ messages)
` [PATCH RESEND 4/4] qemu-xen-dir/hw/block: Cache local buffers used in "
[xen-4.4-testing test] 95332: regressions - FAIL
2016-06-07 12:20 UTC
Questions about virtlogd
2016-06-07 12:11 UTC
XSA-180 follow-up: repurpose xenconsoled for logging
2016-06-07 11:43 UTC (9+ messages)
[PATCH 0/6] xenconsoled: rotating log file abstration
2016-06-07 10:43 UTC (9+ messages)
Xenformat to analyze eventmask
2016-06-07 10:28 UTC (2+ messages)
[Patch v6 00/11] Check VT-d Device-TLB flush error
2016-06-07 10:11 UTC (9+ messages)
` [Patch v6 04/11] IOMMU: propagate IOMMU Device-TLB flush error up to IOMMU mapping (top level ones)
[qemu-upstream-4.3-testing test] 95350: trouble: blocked/broken
2016-06-07 10:07 UTC
page: next (older) | prev (newer) | latest
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).