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

[RFC PATCH 0/2] xen/arm64: Add Support for Amlogic S905 SoC
 2018-08-22  9:52 UTC  (5+ messages)
` [RFC PATCH 1/2] xen/arm: Add Amlogic S905 SoC early printk support

[PATCH v7 0/6] x86/iommu: PVH Dom0 workarounds for missing RMRR entries
 2018-08-22  9:45 UTC  (13+ messages)
` [PATCH v7 1/6] iommu: rename iommu_dom0_strict and iommu_passthrough
` [PATCH v7 2/6] iommu: introduce dom0-iommu option
` [PATCH v7 3/6] iommu: make iommu_inclusive_mapping a suboption of dom0-iommu
` [PATCH v7 4/6] mm: introduce a helper to get the memory type of a page
` [PATCH v7 5/6] x86/iommu: switch the hwdom mapping function to use page_get_type
` [PATCH v7 6/6] x86/iommu: add map-reserved dom0-iommu option to map reserved memory ranges

[PATCH RESEND v3 2/2] x86/mmcfg/drhd: Move acpi_mmcfg_init() call before calling acpi_parse_dmar()
 2018-08-22  9:16 UTC 

[PATCH RESEND v3 1/2] x86/mmcfg: Rename pt_pci_init() and call it in acpi_mmcfg_init()
 2018-08-22  9:16 UTC 

[PATCH v3 2/2] x86/mmcfg/drhd: Move acpi_mmcfg_init() call before calling acpi_parse_dmar()
 2018-08-22  9:14 UTC  (5+ messages)

[xen-4.11-testing test] 126287: trouble: broken/fail/pass
 2018-08-22  7:50 UTC 

[PATCH v2] x86/entry/64: Remove %ebx handling from error_entry/exit
 2018-08-22  7:19 UTC  (2+ messages)

Patch "x86/entry/64: Remove %ebx handling from error_entry/exit" has been added to the 4.9-stable tree
 2018-08-22  7:19 UTC 

[linux-linus bisection] complete test-amd64-i386-xl-qemut-win7-amd64
 2018-08-22  7:16 UTC 

[PATCH 00/10] arm: add one kconfig option per platform
 2018-08-22  5:53 UTC  (16+ messages)
` [PATCH 01/10] xen/arm: add XGENE kconfig
` [PATCH 02/10] xen/arm: add THUNDERX kconfig
` [PATCH 03/10] xen/arm: add SUNXI kconfig
` [PATCH 04/10] xen/arm: add SEATTLE kconfig
` [PATCH 05/10] xen/arm: add RCAR2 kconfig
` [PATCH 06/10] xen/arm: add OMAP5 kconfig
` [PATCH 07/10] xen/arm: add MIDWAY kconfig
` [PATCH 08/10] xen/arm: add EXYNOS5 kconfig
` [PATCH 09/10] xen/arm: add B15 kconfig
` [PATCH 10/10] xen/arm: add VEXPRESS kconfig

[xen-4.10-testing test] 126288: tolerable FAIL - PUSHED
 2018-08-22  5:51 UTC 

[qemu-mainline baseline-only test] 75100: regressions - FAIL
 2018-08-22  5:35 UTC 

[linux-3.18 test] 126270: regressions - FAIL
 2018-08-22  5:27 UTC 

[ovmf test] 126340: all pass - PUSHED
 2018-08-22  4:56 UTC 

[PATCH v4 2/2] x86/dmar: zap DMAR signature for dom0 once in TBOOT case
 2018-08-22  3:29 UTC 

[PATCH v3 2/2] x86/dmar: zap DMAR signature for dom0 once in TBOOT case
 2018-08-22  2:58 UTC  (3+ messages)

[PATCH v2 1/2] dmar: iommu mem leak fix
 2018-08-22  2:58 UTC  (2+ messages)

x86 Community Call - Wed Aug 15, 14:00 - 15:00 UTC - Minutes
 2018-08-22  2:49 UTC  (5+ messages)

[PATCH 00/34] Make CONFIG_HVM work
 2018-08-22  2:48 UTC  (68+ messages)
` [PATCH 02/34] x86/vvmx: make get_shadow_eptp static function
` [PATCH 03/34] x86: HVM_FEP should depend on HVM
` [PATCH 05/34] xen: is_hvm_domain should evaluate to 0 when !CONFIG_HVM
` [PATCH 06/34] x86: fix two unused variable errors "
` [PATCH 13/34] x86/pt: split out HVM functions from vtd.c
` [PATCH 20/34] x86/mtrr: move is_var_mtrr_overlapped
` [PATCH 21/34] x86/mm: p2m_flush and nvcpu_flush are HVM only
` [PATCH 22/34] x86/mm: put HVM only code under CONFIG_HVM
` [PATCH 23/34] x86/oprofile: put SVM "
` [PATCH 25/34] x86/mm/shadow: make it build with !CONFIG_HVM
` [PATCH 26/34] x86/mm/shadow: split out HVM only code
` [PATCH 27/34] x86: make hvm_inject_* functions build when !CONFIG_HVM
` [PATCH 28/34] x86/vm_event: put vm_event_fill_regs under CONFIG_HVM
` [PATCH 29/34] x86/mm: put paging_update_nestedmode "
` [PATCH 30/34] x86: PIT emulation is common to PV and HVM
` [PATCH 31/34] xen: refuse to create HVM guests when !CONFIG_HVM
` [PATCH 32/34] x86: expose CONFIG_HVM
` [PATCH 33/34] x86/pvshim: disable HVM for PV shim
` [PATCH 34/34] RFC x86: introduce directio virt cap

[PATCH v6 0/6] x86/iommu: PVH Dom0 workarounds for missing RMRR entries
 2018-08-22  2:02 UTC  (18+ messages)
` [PATCH v6 1/6] iommu: rename iommu_dom0_strict and iommu_passthrough
` [PATCH v6 2/6] iommu: introduce dom0-iommu option
` [PATCH v6 3/6] iommu: make iommu_inclusive_mapping a suboption of dom0-iommu
` [PATCH v6 4/6] mm: introduce a helper to get the memory type of a page
` [PATCH v6 5/6] x86/iommu: switch the hwdom mapping function to use page_get_type
` [PATCH v6 6/6] x86/iommu: add map-reserved dom0-iommu option to map reserved memory ranges

[distros-debian-snapshot test] 75099: regressions - FAIL
 2018-08-22  1:59 UTC 

[PATCH v5 0/8] x86/iommu: PVH Dom0 workarounds for missing RMRR entries
 2018-08-22  1:53 UTC  (5+ messages)
` [PATCH v5 1/8] iommu: rename iommu_dom0_strict and iommu_passthrough
` [PATCH v5 3/8] iommu: make iommu_inclusive_mapping a suboption of dom0-iommu

[PATCH] VMX: make vmx_read_guest_msr() cope with callers not checking its return value
 2018-08-22  1:44 UTC  (2+ messages)

[libvirt test] 126277: regressions - FAIL
 2018-08-22  0:10 UTC 

[ovmf baseline-only test] 75098: tolerable FAIL
 2018-08-22  0:06 UTC 

[xen-unstable test] 126266: tolerable FAIL - PUSHED
 2018-08-21 22:03 UTC 

[linux-4.9 test] 126259: regressions - FAIL
 2018-08-21 21:11 UTC 

[ovmf test] 126315: all pass - PUSHED
 2018-08-21 19:25 UTC 

Armv8-A: Not able to enable secondary CPUs in Hikey960 board
 2018-08-21 18:37 UTC  (8+ messages)

[xen-unstable-smoke test] 126333: tolerable all pass - PUSHED
 2018-08-21 18:13 UTC 

[linux-next test] 126246: regressions - FAIL
 2018-08-21 17:02 UTC 

[PATCH v2 1/2] x86/xen: don't write ptes directly in 32-bit PV guests
 2018-08-21 15:57 UTC  (3+ messages)
` [PATCH v2 2/2] x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clear

[PATCH] x86: fix "xpti=" and "pv-l1tf=" yet again
 2018-08-21 15:54 UTC  (6+ messages)

[xen-unstable-smoke test] 126329: tolerable all pass - PUSHED
 2018-08-21 15:52 UTC 

[PATCH v2 0/2] x86/xen: avoid 32-bit writes to PTEs in PV PAE guests
 2018-08-21 15:37 UTC 

[PATCH] tools: libxl/xl: run NUMA placement even when an hard-affinity is set
 2018-08-21 15:31 UTC  (6+ messages)

[PATCH] x86/svm: Fixes to OS Visible Workaround handling
 2018-08-21 15:09 UTC  (2+ messages)

[PATCH v4 00/32] libxl: Enable save/restore/migration of a restricted QEMU + libxl__ev_qmp_*
 2018-08-21 14:56 UTC  (31+ messages)
` [PATCH v4 13/32] libxl_qmp: Connect to QMP socket
` [PATCH v4 15/32] libxl_json: Enable yajl_allow_trailing_garbage
` [PATCH v4 16/32] libxl_json: libxl__json_object_to_json
` [PATCH v4 21/32] libxl_qmp: Simplify qmp_response_type() prototype
` [PATCH v4 22/32] libxl_qmp: Handle messages from QEMU
` [PATCH v4 23/32] libxl_qmp: Respond to QMP greeting
` [PATCH v4 24/32] libxl_qmp: Disable beautify for QMP generated cmd
` [PATCH v4 31/32] libxl_disk: Cut libxl_cdrom_insert into step

[xen-unstable-smoke test] 126324: tolerable all pass - PUSHED
 2018-08-21 13:20 UTC 

[xen-4.9-testing test] 126201: regressions - FAIL
 2018-08-21 11:58 UTC  (4+ messages)

[distros-debian-sid test] 75096: tolerable FAIL
 2018-08-21 11:24 UTC 

[PATCH RFC] x86/xsave: prefer eager clearing of state over eager restoring
 2018-08-21 11:21 UTC  (4+ messages)

[qemu-mainline test] 126244: tolerable FAIL - PUSHED
 2018-08-21 10:46 UTC 

[PATCH RFCv2 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
 2018-08-21 10:44 UTC  (6+ messages)
` [PATCH RFCv2 2/6] mm/memory_hotplug: make add_memory() "
` [PATCH RFCv2 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
` [PATCH RFCv2 4/6] powerpc/powernv: hold device_hotplug_lock when calling device_online()
` [PATCH RFCv2 5/6] powerpc/powernv: hold device_hotplug_lock in memtrace_offline_pages()
` [PATCH RFCv2 6/6] memory-hotplug.txt: Add some details about locking internals

[PATCH] x86: fix "xpti=" and "pv-l1tf=" yet again
 2018-08-21 10:44 UTC 

[PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-08-21 10:44 UTC 

[linux-4.14 test] 126235: tolerable FAIL - PUSHED
 2018-08-21 10:35 UTC 

[PATCH 1/2] osstest: make git proxy setup common
 2018-08-21 10:28 UTC  (7+ messages)
` [PATCH 2/2] osstest: configure git proxy for FreeBSD

Xen ballooning interface
 2018-08-21 10:07 UTC  (3+ messages)

[xen-unstable-smoke test] 126316: tolerable all pass - PUSHED
 2018-08-21 10:06 UTC 

[PATCH 0/6] x86/mm: Minor non-functional cleanup
 2018-08-21 10:05 UTC  (9+ messages)
` [PATCH 2/6] x86/shadow: Use more appropriate conversion functions
` [PATCH 4/6] x86/shadow: Use MASK_* helpers for the MMIO fastpath PTE manipulation
` [PATCH 5/6] x86/shadow: Clean up the MMIO fastpath helpers
` [PATCH 6/6] x86/shadow: Use mfn_t in shadow_track_dirty_vram()

[xen-4.10-testing baseline-only test] 75095: regressions - FAIL
 2018-08-21 10:01 UTC 

[PATCH] docs/xl: Clarify documentation for mem-max and mem-set
 2018-08-21  9:15 UTC  (2+ messages)

[PATCH] xen: cpupool: forbid to split cores among different pools
 2018-08-21  8:43 UTC  (3+ messages)

[PATCH] tools: fix uninstall: tests/x86_emulator, Linux hotplug
 2018-08-21  8:04 UTC  (5+ messages)

[PATCH v2] libgnttab: Add support for Linux dma-buf
 2018-08-21  7:17 UTC  (2+ messages)

[PATCH 0/1] cameraif: Add ABI for para-virtualized
 2018-08-21  5:54 UTC  (4+ messages)
` [PATCH 1/1] cameraif: add ABI for para-virtual camera

[PATCH] libgnttab: Add support for Linux dma-buf
 2018-08-21  5:47 UTC  (3+ messages)

[linux-linus test] 126202: regressions - FAIL
 2018-08-21  5:16 UTC 

[xen-4.7-testing test] 126214: regressions - FAIL
 2018-08-21  4:36 UTC 

[ovmf baseline-only test] 75094: tolerable FAIL
 2018-08-21  3:00 UTC 

[PATCH v4 12/16] x86/xen: enable Hygon support to Xen
 2018-08-21  1:43 UTC 

[xen-4.8-testing baseline-only test] 75093: regressions - FAIL
 2018-08-21  1:24 UTC 

[PATCH RESEND] x86/xen: enable early use of set_fixmap in 32-bit Xen PV guest
 2018-08-20 23:20 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).