messages from 2018-08-17 15:28:56 to 2018-08-20 23:19:04 UTC [more...]
[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)
[PATCH] tools: fix uninstall: tests/x86_emulator, Linux hotplug
2018-08-20 18:42 UTC
[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)
[PATCH] xen: cpupool: forbid to split cores among different pools
2018-08-20 16:43 UTC
[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 v4 00/32] libxl: Enable save/restore/migration of a restricted QEMU + libxl__ev_qmp_*
2018-08-20 14:57 UTC (9+ 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 1/2] x86/xen: don't write ptes directly in 32-bit PV guests
2018-08-20 14:55 UTC (7+ 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
[PATCH] libgnttab: Add support for Linux dma-buf
2018-08-20 14:40 UTC (3+ messages)
[PATCH 1/2] osstest: make git proxy setup common
2018-08-20 14:34 UTC (8+ messages)
` [PATCH 2/2] osstest: configure git proxy for FreeBSD
[freebsd-master test] 126247: tolerable FAIL - PUSHED
2018-08-20 14:27 UTC
[PATCH] tools: libxl/xl: run NUMA placement even when an hard-affinity is set
2018-08-20 14:22 UTC (3+ messages)
[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 00/34] Make CONFIG_HVM work
2018-08-20 13:09 UTC (55+ messages)
` [PATCH 01/34] x86: fix building !CONFIG_LOCK_PROFILE
` [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 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 22/34] x86/mm: put HVM only code under CONFIG_HVM
` [PATCH 23/34] x86/oprofile: put SVM "
` [PATCH 24/34] x86/mem_access: put HVM only function "
` [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 30/34] x86: PIT emulation is common to PV and HVM
` [PATCH 31/34] xen: refuse to create HVM guests when !CONFIG_HVM
[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)
[PATCH v2 0/2] SSBD AMD via LS CFG Enablement
2018-08-20 7:32 UTC (7+ messages)
` [PATCH v2 2/2] x86/spec-ctrl: add support for modifying SSBD VIA LS_CFG MSR
[PATCH v5 0/8] x86/iommu: PVH Dom0 workarounds for missing RMRR entries
2018-08-20 7:29 UTC (6+ messages)
` [PATCH v5 4/8] mm: introduce a helper to get the memory type of a page
[PATCH v3 0/5] x86: improve PDX <-> PFN and alike translations
2018-08-20 7:25 UTC (4+ messages)
` [PATCH v3 5/5] x86: use PDEP for PTE flags insertion when available
[xen-4.10-testing test] 126165: tolerable FAIL - PUSHED
2018-08-20 6:05 UTC
[PATCH 0/2] x86/xen: avoid 32-bit writes to PTEs in PV PAE guests
2018-08-20 5:14 UTC
[ovmf test] 126233: all pass - PUSHED
2018-08-20 5:04 UTC
[linux-4.14 test] 126149: regressions - FAIL
2018-08-20 4:28 UTC
[linux-linus bisection] complete test-amd64-i386-xl-pvshim
2018-08-20 3:33 UTC
[xen-4.8-testing test] 126163: tolerable FAIL - PUSHED
2018-08-20 2:43 UTC
[linux-linus bisection] complete test-amd64-i386-xl-shadow
2018-08-19 19:42 UTC
[xen-4.7-testing test] 126094: regressions - FAIL
2018-08-19 19:17 UTC
[qemu-mainline baseline-only test] 75089: regressions - FAIL
2018-08-19 17:28 UTC
[PATCH v4 12/16] x86/xen: enable Hygon support to Xen
2018-08-19 16:13 UTC
[PATCH v4 00/16] Add support for Hygon Dhyana Family 18h processor
2018-08-19 16:07 UTC
[linux-next test] 126051: regressions - FAIL
2018-08-19 13:55 UTC
[linux-linus test] 126069: regressions - FAIL
2018-08-19 13:43 UTC
[xen-4.9-testing test] 126075: regressions - FAIL
2018-08-19 13:35 UTC
[xen-4.11-testing baseline-only test] 75088: regressions - FAIL
2018-08-19 10:49 UTC
[xen-unstable-coverity test] 126197: all pass - PUSHED
2018-08-19 10:30 UTC
[libvirt test] 126073: regressions - FAIL
2018-08-19 8:31 UTC
[linux-3.18 test] 126042: tolerable FAIL - PUSHED
2018-08-19 2:43 UTC
[linux-4.9 test] 126017: regressions - FAIL
2018-08-19 1:58 UTC
[distros-debian-stretch test] 75086: tolerable FAIL
2018-08-19 0:04 UTC
[ovmf baseline-only test] 75087: tolerable FAIL
2018-08-18 23:59 UTC
[xen-unstable test] 126012: tolerable FAIL - PUSHED
2018-08-18 23:44 UTC
[xen-4.6-testing baseline-only test] 75085: regressions - FAIL
2018-08-18 22:34 UTC
[linux-linus bisection] complete test-amd64-i386-xl-qemuu-dmrestrict-amd64-dmrestrict
2018-08-18 19:04 UTC
[libvirt bisection] complete build-amd64-libvirt
2018-08-18 18:24 UTC
[qemu-mainline test] 125959: tolerable FAIL - PUSHED
2018-08-18 17:09 UTC
[xen-4.11-testing test] 125962: tolerable FAIL - PUSHED
2018-08-18 16:08 UTC
[xen-4.10-testing test] 125948: regressions - FAIL
2018-08-18 13:23 UTC
[xen-4.8-testing test] 125945: regressions - FAIL
2018-08-18 12:38 UTC
[freebsd-master test] 126046: tolerable FAIL - PUSHED
2018-08-18 8:02 UTC
[ovmf test] 126061: all pass - PUSHED
2018-08-18 7:57 UTC
[linux-4.14 test] 125938: regressions - FAIL
2018-08-18 7:47 UTC
[ovmf baseline-only test] 75083: tolerable FAIL
2018-08-18 3:39 UTC
[xen-4.6-testing test] 125934: tolerable FAIL - PUSHED
2018-08-18 3:32 UTC
[qemu-upstream-unstable baseline-only test] 75079: regressions - FAIL
2018-08-18 2:10 UTC
[xen-4.7-testing test] 125931: regressions - FAIL
2018-08-18 1:14 UTC
[PATCH 0/2] xen/xsm: Cleanup in preparation for XSM SILO mode
2018-08-17 23:40 UTC (6+ messages)
` [PATCH 1/2] xen/xsm: Rename CONFIG_FLASK_* to CONFIG_XSM_FLASK_*
` [PATCH 2/2] xen/xsm: Rename CONIFIG_XSM_POLICY to CONFIG_XSM_FLASK_POLICY
[xen-unstable-smoke test] 126019: regressions - FAIL
2018-08-17 23:31 UTC (3+ messages)
linux-next: manual merge of the akpm-current tree with the xen-tip tree
2018-08-17 22:15 UTC (3+ messages)
` [Xen-devel] "
[xen-4.9-testing test] 125922: regressions - FAIL
2018-08-17 21:41 UTC
[PATCH v2 00/13] x86: CPUID and MSR policy marshalling support
2018-08-17 21:22 UTC (3+ messages)
` [PATCH v2 13/13] x86/domctl: Implement XEN_DOMCTL_get_cpu_policy
[PATCH v5 00/15] paravirtual IOMMU interface
2018-08-17 21:10 UTC (3+ messages)
` [PATCH v5 06/15] public / x86: introduce __HYPERCALL_iommu_op
[xen-unstable-smoke test] 126063: tolerable all pass - PUSHED
2018-08-17 20:45 UTC
[libvirt test] 125925: regressions - FAIL
2018-08-17 20:36 UTC
[PATCH v2 00/21] dom0less step1: boot multiple domains from device tree
2018-08-17 19:41 UTC (8+ messages)
` [PATCH v2 03/21] xen: allow console_io hypercalls from certain DomUs
[PATCH v3 00/25] dom0less step1: boot multiple domains from device tree
2018-08-17 19:33 UTC (3+ messages)
` [PATCH v3 01/25] xen: allow console_io hypercalls from certain DomUs
[PATCH 1/2] xen/xsm: Introduce new boot parameter xsm
2018-08-17 19:25 UTC (9+ messages)
` [PATCH 2/2] xen/xsm: Add new SILO mode for XSM
[PATCH 1/2] xen/xsm: Introduce new boot parameter xsm
2018-08-17 19:11 UTC (2+ messages)
[linux-linus test] 125921: regressions - FAIL
2018-08-17 18:55 UTC
[ovmf test] 125966: all pass - PUSHED
2018-08-17 17:46 UTC
[xen-unstable-smoke test] 126054: tolerable all pass - PUSHED
2018-08-17 17:20 UTC
[PATCH RFC 1/2] drivers/base: export lock_device_hotplug/unlock_device_hotplug
2018-08-17 17:02 UTC
[PATCH v2] xen: xen.lds should depend on Kconfig's auto.conf
2018-08-17 16:05 UTC (3+ messages)
[PATCH v3 0/5] xen/blk: persistent grant rework
2018-08-17 15:59 UTC
[PATCH] x86: use VMLOAD for PV context switch
2018-08-17 15:58 UTC (5+ messages)
[distros-debian-jessie test] 75078: tolerable FAIL
2018-08-17 15:57 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).