messages from 2018-05-30 18:30:48 to 2018-06-02 14:03:45 UTC [more...]
[xen-4.7-testing test] 123512: regressions - FAIL
2018-06-02 14:03 UTC
Patch "xen: set cpu capabilities from xen_start_kernel()" has been added to the 4.9-stable tree
2018-06-02 13:35 UTC
Patch "x86/amd: revert commit 944e0fc51a89c9827b9" has been added to the 4.9-stable tree
2018-06-02 13:35 UTC
Patch "x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under Xen" has been added to the 4.9-stable tree
2018-06-02 13:35 UTC
[PATCH 0/3] Correct 4.9 stable commit 944e0fc51a89c98
2018-06-02 13:11 UTC
[xen-unstable baseline-only test] 74771: regressions - FAIL
2018-06-02 11:42 UTC
[xen-4.8-testing test] 123492: regressions - trouble: broken/fail/pass
2018-06-02 9:32 UTC
[linux-3.18 test] 123480: regressions - FAIL
2018-06-02 3:31 UTC
[xen-4.9-testing test] 123473: regressions - FAIL
2018-06-02 1:31 UTC
[distros-debian-jessie test] 74770: tolerable FAIL
2018-06-01 23:38 UTC
[PATCH v4 0/10] arm: more kconfig configurability and small default configs
2018-06-01 20:53 UTC (28+ messages)
` [PATCH v4 01/10] arm: remove the ARM HDLCD driver
` [PATCH v4 02/10] arm: make it possible to disable HAS_GICV3
` [PATCH v4 03/10] arm: rename HAS_GICV3 to GICV3
` [PATCH v4 04/10] Make MEM_ACCESS configurable
` [PATCH v4 05/10] make it possible to enable/disable UART drivers
` [PATCH v4 06/10] arm: make it possible to disable the SMMU driver
` [PATCH v4 07/10] arm: add a tiny kconfig configuration
` [PATCH v4 08/10] arm: add QEMU, Rcar3 and MPSoC configs
` [PATCH v4 09/10] xen: add cloc target
` [PATCH v4 10/10] xen: add per-platform defaults for NR_CPUS
[qemu-mainline test] 123449: tolerable FAIL - PUSHED
2018-06-01 20:16 UTC
XSM in osstest, grub config, outstanding patch
2018-06-01 19:09 UTC (4+ messages)
[v2 0/6] SMMUv3 driver
2018-06-01 18:58 UTC (17+ messages)
` [v2 4/6] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver
[PATCH for-4.11 0/2] xenstore: reduce use of unsafe conversions
2018-06-01 18:54 UTC (9+ messages)
` [PATCH for-4.11 1/2] ocaml/libs/xb: use bytes in place of strings for mutable buffers
` [PATCH for-4.11 2/2] ocaml/xenstored: reduce use of unsafe conversions
[PATCH for-4.11] x86/traps: Fix error handling of the pv %dr7 shadow state
2018-06-01 18:53 UTC (4+ messages)
[libvirt test] 123456: tolerable all pass - PUSHED
2018-06-01 18:47 UTC
[linux-4.14 test] 123447: tolerable FAIL - PUSHED
2018-06-01 18:30 UTC
[RFC] xen: Don't use memory_region_init_ram_nomigrate() in pci_assign_dev_load_option_rom()
2018-06-01 17:59 UTC
[xen-unstable test] 123442: tolerable FAIL - PUSHED
2018-06-01 17:09 UTC
[RFC PATCH 00/30] Xen Q35 Bringup patches + support for PCIe Extended Capabilities for passed through devices
2018-06-01 15:53 UTC (12+ messages)
` [RFC PATCH 07/12] hvmloader: allocate MMCONFIG area in the MMIO hole + minor code refactoring
[PATCH v4 18/27] xen: Adapt assembly for PIE support
2018-06-01 15:53 UTC (3+ messages)
[PATCH v3 00/31] libxl: Enable save/restore/migration of a restricted QEMU + libxl__ev_qmp_*
2018-06-01 14:47 UTC (33+ messages)
` [PATCH v3 01/31] libxl_event: Fix DEBUG prints
` [PATCH v3 02/31] libxl_qmp: Documentation of the logic of the QMP client
` [PATCH v3 03/31] libxl_qmp: Fix use of DEBUG_RECEIVED
` [PATCH v3 04/31] libxl_json: fix build with DEBUG_ANSWER
` [PATCH v3 05/31] libxl_qmp: Move the buffer realloc to the same scope level as read
` [PATCH v3 06/31] libxl_qmp: Add a warning to not trust QEMU
` [PATCH v3 07/31] libxl_qmp: Learned to send FD through QMP to QEMU
` [PATCH v3 08/31] libxl_qmp: Have QEMU save its state to a file descriptor
` [PATCH v3 09/31] libxl_qmp: Move struct sockaddr_un variable to qmp_open()
` [PATCH v3 10/31] libxl_qmp: Move buffers to the stack of qmp_next
` [PATCH v3 11/31] libxl_qmp: Remove unused yajl_ctx form handler
` [PATCH v3 12/31] libxl_json: constify libxl__json_object_to_yajl_gen arguments
` [PATCH v3 13/31] libxl_qmp: Separate QMP message generation from qmp_send_prepare
` [PATCH v3 14/31] libxl_qmp_ev: Introduce libxl__ev_qmp_start() to connect to QMP
` [PATCH v3 15/31] libxl_qmp_ev: Implement fd callback and read data
` [PATCH v3 16/31] libxl_json: Allow partial parsing
` [PATCH v3 17/31] libxl_json: Enable yajl_allow_trailing_garbage
` [PATCH v3 18/31] libxl_json: libxl__json_object_to_json
` [PATCH v3 19/31] libxl_qmp_ev: Parse JSON input from QMP
` [PATCH v3 20/31] libxl_qmp: Introduce libxl__ev_qmp functions
` [PATCH v3 21/31] libxl_qmp_ev: Handle write to socket
` [PATCH v3 22/31] libxl_qmp: Simplify qmp_response_type() prototype
` [PATCH v3 23/31] libxl_qmp_ev: Handle messages from QEMU
` [PATCH v3 24/31] libxl_qmp_ev: Respond to QMP greeting
` [PATCH v3 25/31] libxl_qmp_ev: Disconnect QMP when no more events
` [PATCH v3 26/31] libxl_qmp: Disable beautify for QMP generated cmd
` [PATCH v3 27/31] libxl_qmp: Implement libxl__qmp_insert_cdrom_ev
` [PATCH v3 28/31] libxl_disk: Cut libxl_cdrom_insert into step
` [PATCH v3 29/31] libxl_disk: Have libxl_cdrom_insert use libxl__ev_qmp
` [PATCH v3 30/31] libxl_dm: Pre-open QMP socket for QEMU
` [PATCH v3 31/31] libxl: QEMU startup sync based on QMP
[PATCH v5 00/10] xen/arm64: Suspend preconditions and CPU hotplug fixes
2018-06-01 13:17 UTC (11+ messages)
` [PATCH v5 01/10] xen/arm64: Added handling of the trapped access to OSLSR register
` [PATCH v5 02/10] xen/arm: Ignore write to GICD_ISACTIVERn registers (vgic-v2)
` [PATCH v5 03/10] xen/arm: Implement CPU_OFF PSCI call (physical interface)
` [PATCH v5 04/10] xen/arm: Remove __initdata and __init to enable CPU hotplug
` [PATCH v5 05/10] xen/arm: Setup virtual paging for non-boot CPUs on hotplug/resume
` [PATCH v5 06/10] xen/common: Restore IRQ affinity when hotplugging a pCPU
` [PATCH v5 07/10] xen/arm: Release maintenance interrupt when CPU is hot-unplugged
` [PATCH v5 08/10] xen/arm: Disable timers and release their interrupts on CPU hot-unplug
` [PATCH v5 09/10] xen/arm: Free memory allocated for sibling/core maps "
` [PATCH v5 10/10] xen/arm: Enable errata for secondary CPU on hotplug after the boot
[xen-4.10-testing baseline-only test] 74768: regressions - FAIL
2018-06-01 13:12 UTC
[linux-linus test] 123438: regressions - FAIL
2018-06-01 13:07 UTC
[PULL 0/3] xen-20180531-tag
2018-06-01 12:58 UTC (5+ messages)
` [PULL 1/3] xen/hvm: correct reporting of modified memory under physmap during migration
` [PULL 2/3] xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pages
` [PULL 3/3] xen-hvm: stop faking I/O to access PCI config space
[PATCH v2 1/9] xen/grant-table: Export gnttab_{alloc|free}_pages as GPL
2018-06-01 11:44 UTC (10+ messages)
` [PATCH v2 2/9] xen/grant-table: Make set/clear page private code shared
` [PATCH v2 3/9] xen/balloon: Share common memory reservation routines
` [PATCH v2 4/9] xen/grant-table: Allow allocating buffers suitable for DMA
` [PATCH v2 5/9] xen/gntdev: Allow mappings for DMA buffers
` [PATCH v2 6/9] xen/gntdev: Add initial support for dma-buf UAPI
` [PATCH v2 7/9] xen/gntdev: Implement dma-buf export functionality
` [PATCH v2 8/9] xen/gntdev: Implement dma-buf import functionality
` [PATCH v2 9/9] xen/gntdev: Expose gntdev's dma-buf API for in-kernel use
[PATCH v2 0/9] xen: dma-buf support for grant device
2018-06-01 11:41 UTC
[xen-4.9-testing bisection] complete test-amd64-amd64-xl-qemut-ws16-amd64
2018-06-01 9:41 UTC
[PATCH 1/6] x86/vmx: Fix handing of MSR_DEBUGCTL on VMExit
2018-06-01 9:28 UTC (3+ messages)
` [PATCH v2 "
[linux-4.9 test] 123419: regressions - FAIL
2018-06-01 9:21 UTC
[xen-unstable test] 123379: regressions - FAIL
2018-06-01 9:08 UTC (5+ messages)
[xen-4.6-testing test] 123408: regressions - FAIL
2018-06-01 8:34 UTC (2+ messages)
[PATCH for-4.11] x86/VT-x: Fix printing of EFER in vmcs_dump_vcpu()
2018-06-01 7:55 UTC (3+ messages)
[PATCH v2 00/10] Intel Processor Trace virtulization enabling
2018-06-01 7:49 UTC (6+ messages)
[PATCH v3 0/10] arm: more kconfig configurability and small default configs
2018-06-01 7:30 UTC (14+ messages)
` [PATCH v3 04/10] Make MEM_ACCESS configurable
` [PATCH v3 06/10] xen: remove HAS_ prefix from UART Kconfig options
` [PATCH v3 09/10] arm: add QEMU, Rcar3 and MPSoC configs
[PATCH 2/8] xen/balloon: Move common memory reservation routines to a module
2018-06-01 5:42 UTC (15+ messages)
` [PATCH 3/8] xen/grant-table: Allow allocating buffers suitable for DMA
` [PATCH 1/8] xen/grant-table: Make set/clear page private code shared
` [PATCH 6/8] xen/gntdev: Implement dma-buf export functionality
` [PATCH 0/8] xen: dma-buf support for grant device
[distros-debian-wheezy test] 74767: all pass
2018-06-01 1:47 UTC
[xen-4.7-testing test] 123404: regressions - FAIL
2018-06-01 1:16 UTC
[linux-next test] 123403: regressions - FAIL
2018-05-31 23:25 UTC
[PATCH 00/13] xen/arm: SSBD (aka Spectre-v4) mitigation (XSA-263)
2018-05-31 21:29 UTC (12+ messages)
` [PATCH 05/13] xen/arm: Add command line option to control SSBD mitigation
[xen-4.8-testing test] 123399: regressions - FAIL
2018-05-31 20:11 UTC
[linux-4.9 bisection] complete test-amd64-amd64-xl-xsm
2018-05-31 17:28 UTC
[linux-3.18 test] 123396: regressions - FAIL
2018-05-31 17:21 UTC
[xen-4.9-testing test] 123395: regressions - trouble: broken/fail/pass
2018-05-31 16:11 UTC
[PATCH v4 00/10] xen/arm64: Suspend preconditions and CPU hotplug fixes
2018-05-31 11:17 UTC (6+ messages)
` [PATCH v4 01/10] xen/arm64: Added handling of the trapped access to OSLSR register
[xen-4.10-testing test] 123389: tolerable FAIL - PUSHED
2018-05-31 10:57 UTC
[libvirt test] 123391: tolerable all pass - PUSHED
2018-05-31 10:08 UTC
[linux-4.14 test] 123382: tolerable FAIL - PUSHED
2018-05-31 8:15 UTC
[PATCH] ALSA: xen-front: signdness bug in alsa_prepare()
2018-05-31 6:25 UTC
[PATCH] ALSA: xen-front: fix a loop timeout
2018-05-31 7:11 UTC (2+ messages)
[PATCH] ALSA: xen-front: signdness bug in alsa_prepare()
2018-05-31 6:47 UTC
[PATCH] ALSA: xen-front: fix a loop timeout
2018-05-31 6:25 UTC
[linux-4.1 test] 123381: tolerable FAIL - PUSHED
2018-05-31 4:29 UTC
[linux-linus test] 123370: tolerable FAIL - PUSHED
2018-05-31 3:16 UTC
[qemu-mainline test] 123367: tolerable FAIL - PUSHED
2018-05-30 23:50 UTC
[PATCH v2 00/10] Introduce AMD SVM AVIC
2018-05-30 23:23 UTC (11+ messages)
` [PATCH v2 05/10] x86/SVM: Add AVIC vmexit handlers
` [PATCH v2 07/10] x86/SVM: Add interrupt management code via AVIC
[distros-debian-squeeze test] 74761: tolerable FAIL
2018-05-30 19:18 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).