xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-20 07:45:30 to 2018-08-21 10:45:15 UTC [more...]

[PATCH 00/34] Make CONFIG_HVM work
 2018-08-21 10:45 UTC  (75+ messages)
` [PATCH 03/34] x86: HVM_FEP should depend on HVM
` [PATCH 04/34] x86/mm: don't reference hvm_funcs directly
` [PATCH 05/34] xen: is_hvm_domain should evaluate to 0 when !CONFIG_HVM
` [PATCH 06/34] x86: fix two unused variable errors "
` [PATCH 07/34] x86: only call memory_type_changed for HVM guests
` [PATCH 08/34] x86: enclose hvm_op and dm_op in CONFIG_HVM in PV hypercall table
` [PATCH 09/34] x86: guard HAS_VPCI with CONFIG_HVM
` [PATCH 10/34] x86: stub out has_* testing for emulation flags
` [PATCH 11/34] xen/pt: io.c contains HVM only code
` [PATCH 12/34] x86/pt: only call some functions for HVM guests
` [PATCH 13/34] x86/pt: split out HVM functions from vtd.c
` [PATCH 14/34] x86/pt: add HVM check to XEN_DOMCTL_unbind_pt_irq
` [PATCH 15/34] x86/nestedhvm: make it build with !CONFIG_HVM
` [PATCH 16/34] x86/hvm: enclose hvm_enabled and hvm_funcs in CONFIG_HVM
` [PATCH 17/34] x86/vmce: enclose HVM load / save code "
` [PATCH 18/34] x86/amd: skip OSVW function calls if !CONFIG_HVM
` [PATCH 19/34] x86: check HVM before trying to get ioreq server
` [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 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 30/34] x86: PIT emulation is common to PV and HVM
` [PATCH 31/34] xen: refuse to create HVM guests when !CONFIG_HVM
` [PATCH 33/34] x86/pvshim: disable HVM for PV shim
` [PATCH 34/34] RFC x86: introduce directio virt cap

[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  (9+ messages)
` [PATCH 2/2] osstest: configure git proxy for FreeBSD

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

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

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 v3 2/2] x86/dmar: zap DMAR signature for dom0 once in TBOOT case
 2018-08-21  9:11 UTC 

[PATCH v4 00/32] libxl: Enable save/restore/migration of a restricted QEMU + libxl__ev_qmp_*
 2018-08-21  9:08 UTC  (35+ messages)
` [PATCH v4 07/32] libxl_qmp: Move struct sockaddr_un variable to qmp_open()
` [PATCH v4 08/32] libxl: Add libxl__prepare_sockaddr_un() helper
` [PATCH v4 09/32] libxl_qmp: Remove unused yajl_ctx from handler
` [PATCH v4 11/32] libxl_dm: Add libxl__qemu_qmp_path()
` [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

[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 v6 0/6] x86/iommu: PVH Dom0 workarounds for missing RMRR entries
 2018-08-21  7:49 UTC  (7+ 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

[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  (4+ messages)

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

[PATCH 00/10] arm: add one kconfig option per platform
 2018-08-21  5:14 UTC  (13+ 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.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 

[xen-4.9-testing test] 126201: regressions - FAIL
 2018-08-21  1:11 UTC 

[PATCH RESEND] x86/xen: enable early use of set_fixmap in 32-bit Xen PV guest
 2018-08-20 23:20 UTC  (3+ messages)

[PATCH] xen: remove unused hypercall functions
 2018-08-20 23:10 UTC 

[PATCH] x86/xen: remove unused function xen_auto_xlated_memory_setup()
 2018-08-20 23:09 UTC 

[PATCH 00/15] xen/arm: Bunch of clean-up/improvement
 2018-08-20 22:02 UTC  (7+ messages)
` [PATCH 15/15] xen/arm: traps: Move the implementation of GUEST_BUG_ON in traps.h

[libvirt test] 126195: regressions - FAIL
 2018-08-20 20:20 UTC 

[PATCH] build: remove tboot make targets
 2018-08-20 18:50 UTC  (4+ messages)

[linux-3.18 test] 126189: regressions - FAIL
 2018-08-20 18:37 UTC 

[linux-3.18 baseline-only test] 75092: regressions - FAIL
 2018-08-20 17:54 UTC 

[xen-unstable-smoke test] 126261: tolerable all pass - PUSHED
 2018-08-20 17:38 UTC 

[linux-linus bisection] complete test-amd64-i386-freebsd10-i386
 2018-08-20 17:19 UTC 

[PATCH] xenpmd: prevent format-truncation warning with gcc 8.2 + ARM 32-bit
 2018-08-20 17:06 UTC  (3+ messages)

[xen-unstable test] 126184: regressions - trouble: broken/fail/pass
 2018-08-20 16:27 UTC 

Future of 32-bit PV support
 2018-08-20 16:01 UTC  (6+ messages)
` [Xen-users] "

[PATCH] MAINTAINERS: add myself as a reviewer for x86 patches
 2018-08-20 15:38 UTC  (2+ messages)

[PATCH RESEND] x86/xen: enable early use of set_fixmap in 32-bit Xen PV guest
 2018-08-20 15:24 UTC 

[PATCH] MAINTAINERS: add myself as a reviewer for x86 patches
 2018-08-20 15:23 UTC 

[PATCH] libxl: Handle deprecation of QEMU's -usbdevice
 2018-08-20 14:58 UTC  (5+ messages)

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

[ovmf test] 126250: all pass - PUSHED
 2018-08-20 14:52 UTC 

[linux-4.9 test] 126187: regressions - FAIL
 2018-08-20 14:49 UTC 

[xen-unstable-smoke test] 126253: tolerable all pass - PUSHED
 2018-08-20 14:40 UTC 

[freebsd-master test] 126247: tolerable FAIL - PUSHED
 2018-08-20 14:27 UTC 

[PATCH] x86/xen: enable early use of set_fixmap in 32-bit Xen PV guest
 2018-08-20 13:18 UTC 

[xen-unstable baseline-only test] 75091: regressions - FAIL
 2018-08-20 13:17 UTC 

[PATCH] x86/mm: re-arrange get_page_from_l<N>e() vs pv_l1tf_check_l<N>e
 2018-08-20 13:08 UTC  (4+ messages)

[PATCH] xen: remove unused hypercall functions
 2018-08-20 13:03 UTC 

[PATCH] x86/xen: remove unused function xen_auto_xlated_memory_setup()
 2018-08-20 13:02 UTC 

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

[PATCH v2 2/2] x86/mmcfg/drhd: Move acpi_mmcfg_init() call before calling acpi_parse_dmar()
 2018-08-20 11:35 UTC  (6+ messages)

答复: [PATCH v2 2/2] x86/dmar: zap DMAR signature for dom0 once in TBOOT case
 2018-08-20 11:11 UTC 

[PATCH v2 2/2] x86/dmar: zap DMAR signature for dom0 once in TBOOT case
 2018-08-20 10:43 UTC 

[PATCH] osstest: setup git proxy for FreeBSD
 2018-08-20 10:40 UTC  (2+ messages)

[PATCH] tools/tests: fix an xs-test.c issue
 2018-08-20 10:39 UTC  (2+ messages)

[PATCH] tools/kdd: work around gcc 8.1 bug
 2018-08-20 10:38 UTC  (2+ messages)

[PATCH 0/2] tools: fix gcc 8.1 build
 2018-08-20 10:26 UTC  (5+ messages)
` [PATCH 1/2] tools: update ipxe changeset
` [PATCH 2/2] xenpmd: make 32 bit gcc 8.1 non-debug build work

Xen Security Advisory 270 v3 (CVE-2018-15471) - Linux netback driver OOB access in hash handling
 2018-08-20  9:47 UTC 

Xen Security Advisory 272 v3 (CVE-2018-15470) - oxenstored does not apply quota-maxentity
 2018-08-20  9:47 UTC 

Xen Security Advisory 268 v3 (CVE-2018-15469) - Use of v2 grant tables may cause crash on ARM
 2018-08-20  9:47 UTC 

Xen Security Advisory 269 v3 (CVE-2018-15468) - x86: Incorrect MSR_DEBUGCTL handling lets guests enable BTS
 2018-08-20  9:47 UTC 

Armv8-A: Not able to enable secondary CPUs in Hikey960 board
 2018-08-20  9:46 UTC  (7+ messages)

[ovmf test] 126238: all pass - PUSHED
 2018-08-20  9:27 UTC 

[RFC PATCH 0/2] xen/arm64: Add Support for Amlogic S905 SoC
 2018-08-20  9:16 UTC  (7+ messages)
` [RFC PATCH 1/2] xen/arm: Add Amlogic S905 SoC early printk support
` [RFC PATCH 2/2] xen/arm: Add MESON UART driver for Amlogic S905 SoC

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

[qemu-mainline test] 126174: regressions - FAIL
 2018-08-20  8:52 UTC 

[PATCH 1/2] dmar: iommu mem leak fix
 2018-08-20  8:24 UTC  (2+ messages)


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).