messages from 2016-02-18 14:36:25 to 2016-02-19 14:15:39 UTC [more...]
[RFC v2 0/6] x86/init: use linker table
2016-02-19 14:15 UTC (3+ messages)
` [RFC v2 1/6] x86/boot: add BIT() to boot/bitops.h
` [RFC v2 2/6] x86/init: use linker tables to simplify x86 init and annotate dependencies
[PATCH v8 00/13] Prerequisite patches for COLO
2016-02-19 14:15 UTC (4+ messages)
` [PATCH v8 05/13] tools/libxc: support to resume uncooperative HVM guests
[RFC v2 0/7] linux: add linker tables
2016-02-19 14:15 UTC (9+ messages)
` [RFC v2 1/7] sections.h: add sections header to collect all section info
` [RFC v2 2/7] tables.h: add linker table support
` [RFC v2 3/7] firmware: port built-in section to linker table
` [RFC v2 4/7] asm/sections: add a generic push_section_tbl()
` [RFC v2 5/7] jump_label: port __jump_table to linker tables
` [RFC v2 6/7] dynamic_debug: port to use "
` [RFC v2 7/7] kprobes: port to linker table
[RFC PATCH 0/5] x86: workaround inability to fully restore FPU state
2016-02-19 14:13 UTC (16+ messages)
` [PATCHv1 1/5] domctl: Add op to get/set generic numeric parameters
` [PATCHv1 2/5] tools/libxc: add xc_domain_get_param() and xc_domain_set_param()
` [PATCHv1 3/5] x86/fpu: Add a per-domain field to set the width of FIP/FDP
` [PATCHv1 4/5] x86/viridian: set x87 FIP width to 4 for Windows guests
` [PATCHv1 5/5] x86/domctl: Add XEN_DOMCTL_PARAM_ARCH_X86_FIP_WIDTH parameter
[PATCH v2 1/4] tools/configure: only require bcc/ld86/as86 when needed
2016-02-19 14:02 UTC (6+ messages)
` [PATCH v2 2/4] m4/python: fix typo in LDFLAGS variable name
` [PATCH v2 3/4] m4/python: fix checks for Python library support
` [PATCH v2 4/4] configure: rerun autoconf
[PATCH] arm/monitor vm-events: Implement guest-request support
2016-02-19 13:56 UTC (6+ messages)
[PATCH 0/9] x86/init: replace paravirt_enabled() were possible
2016-02-19 13:40 UTC (15+ messages)
` [PATCH 1/9] x86/boot: enumerate documentation for the x86 hardware_subarch
` [Xen-devel] "
` [PATCH 2/9] tools/lguest: make lguest launcher use X86_SUBARCH_LGUEST explicitly
` [PATCH 3/9] x86/xen: use X86_SUBARCH_XEN for PV guest boots
` [PATCH 4/9] x86/init: make ebda depend on PC subarch
` [PATCH 5/9] apm32: remove paravirt_enabled() use
` [PATCH 6/9] x86/tboot: remove paravirt_enabled()
` [PATCH 7/9] x86/cpu/intel: replace paravirt_enabled() for f00f work around
` [PATCH 8/9] x86/rtc: replace paravirt_enabled() check with subarch check
` [Xen-devel] "
` [PATCH 9/9] pnpbios: replace paravirt_enabled() check with subarch checks
` [Xen-devel] [PATCH 0/9] x86/init: replace paravirt_enabled() were possible
[PATCH V13 0/5] xen pvusb toolstack work
2016-02-19 12:07 UTC (6+ messages)
` [PATCH V13 5/5] xl: add pvusb commands
Xen Project Infrastructure Maintenance: Feb 22nd from 8:00 AM UTC (to fix CVE-2015-7547)
2016-02-19 11:59 UTC
[PATCH] MAINTAINERS: Drop myself as xen netback maintainer
2016-02-19 11:50 UTC
dom0 USB failing with "ehci-pci: probe of 0000:00:1d.0 failed with error -110"
2016-02-19 11:47 UTC (2+ messages)
[PATCH] MAINTAINERS: Drop myself as xen netback maintainer
2016-02-19 11:44 UTC
[PATCH v3] Requisite paches for xSplice v3 (not yet posted)
2016-02-19 11:42 UTC (8+ messages)
` [PATCH v3 5/5] mkelf32: Close those file descriptors in the error paths
[PATCH] x86, microcode: Remove unnecessary paravirt_enabled check
2016-02-19 11:36 UTC (9+ messages)
[PATCH] hvmloader: Use xen/errno.h rather than the host systems errno.h
2016-02-19 11:16 UTC (10+ messages)
Current LibXL Status
2016-02-19 11:00 UTC (21+ messages)
` libxl and malloc failure (Re: Current LibXL Status)
` Processed: "
[PATCH] x86/PVHv2: add XEN_ prefix to HVM_START_MAGIC_VALUE
2016-02-19 10:56 UTC (2+ messages)
Is there a way to get the current PV domain's UUID?
2016-02-19 10:56 UTC (5+ messages)
[PATCH V14 0/6] xen pvusb toolstack work
2016-02-19 10:39 UTC (7+ messages)
` [PATCH V14 1/6] libxl: export some functions for pvusb use
` [PATCH V14 2/6] libxl_utils: add internal function to read sysfs file contents
` [PATCH V14 3/6] refactor DEFINE_DEVICE_REMOVE to fit for more device types
` [PATCH V14 4/6] libxl: add pvusb API
` [PATCH V14 5/6] domcreate: support pvusb in configuration file
` [PATCH V14 6/6] xl: add pvusb commands
[PATCH] docs: document handling of metacharacter escape in xl disk format
2016-02-19 10:23 UTC (4+ messages)
[PATCH V11 0/3] x86/hvm: pkeys, add memory protection-key support
2016-02-19 9:55 UTC
[PATCH V11 3/3] x86/hvm: pkeys, add pkeys support for cpuid handling
2016-02-19 9:53 UTC
[PATCH V11 2/3] x86/hvm: pkeys, add xstate support for pkeys
2016-02-19 9:52 UTC
[PATCH V11 1/3] x86/hvm: pkeys, add pkeys support for guest_walk_tables
2016-02-19 9:51 UTC
[PATCH v3] xSplice v1 implementation and design
2016-02-19 9:30 UTC (7+ messages)
` [PATCH v3 07/23] xsplice: Implement support for applying/reverting/replacing patches. (v5)
` [PATCH v3 MISSING/23] xsplice: Design document (v7)
[PATCH v5 1/2] xenoprof: fix up ability to disable it
2016-02-19 8:56 UTC (3+ messages)
` [PATCH v5 2/2] build: convert xenoprof to Kconfig
[xen-4.5-testing test] 83003: regressions - FAIL
2016-02-19 6:32 UTC
[PATCH v3 00/10] grub-xen: support booting huge pv-domains
2016-02-19 5:21 UTC (20+ messages)
` [PATCH v3 01/10] xen: make xen loader callable multiple times
` [PATCH v3 02/10] xen: reduce number of global variables in xen loader
` [PATCH v3 09/10] xen: modify page table construction
` [PATCH v3 10/10] xen: add capability to load p2m list outside of kernel mapping
` [PATCH v3 03/10] xen: add elfnote.h to avoid using numbers instead of constants
` [PATCH v3 08/10] xen: add capability to load initrd outside of initial mapping
[xen-4.6-testing test] 83001: regressions - FAIL
2016-02-19 4:30 UTC
[RFC Design Doc] Add vNVDIMM support for Xen
2016-02-19 2:14 UTC (9+ messages)
[PATCH v12 0/2] Add VT-d Posted-Interrupts support
2016-02-19 1:55 UTC (3+ messages)
` [PATCH v12 1/2] vmx: VT-d posted-interrupt core logic handling
` [PATCH v12 2/2] Add a command line parameter for VT-d posted-interrupts
[xen-unstable-smoke test] 83064: tolerable all pass - PUSHED
2016-02-19 0:43 UTC
[PATCH] MAINTAINERS: add myself as seabios maintainer
2016-02-18 23:56 UTC (6+ messages)
[PATCH RFC v2 00/30] x86: Improvements to cpuid handling for guests
2016-02-18 22:08 UTC (18+ messages)
` [PATCH v2 10/30] xen/x86: Annotate VM applicability in featureset
` Is: PVH dom0 - MWAIT detection logic to get deeper C-states exposed in ACPI AML code. Was:Re: "
[PATCH 1/4] tools/configure: only require bcc/ld86/as86 when needed
2016-02-18 21:52 UTC (7+ messages)
` [PATCH 2/4] m4/python: fix typo in LDFLAGS variable name
` [PATCH 3/4] m4/python: fix checks for Python library support
` [PATCH 4/4] tools/configure: rerun autoconf
[PATCH RFC] osstest: add a cd-{insert/eject} test for Debian HVM
2016-02-18 19:21 UTC (2+ messages)
[xen-unstable-smoke test] 83012: tolerable all pass - PUSHED
2016-02-18 18:37 UTC
[PATCH] xen/x86: Map Xen code/data/bss with superpages
2016-02-18 18:20 UTC (6+ messages)
` [PATCH] xen: Introduce IS_ALIGNED()
` [PATCH] xen/memguard: Drop memguard_init() entirely
` [PATCH] xen/x86: Use 2M superpages for text/data/bss mappings
` [PATCH] xen/x86: Unilaterally remove .init mappings
libxl_device handling for nic and vtmp
2016-02-18 17:25 UTC (6+ messages)
[PATCH v2 00/16] Scheduling related tracing improvements
2016-02-18 17:10 UTC (21+ messages)
` [PATCH v2 05/16] xen: RTDS: pack trace data better for xentrace_format
` [PATCH v2 06/16] xen: sched: tracing: enable TSC tracing for all events
` [PATCH v2 12/16] xenalyze: handle scheduling events
` [PATCH v2 13/16] xenalyze: handle Credit1 scheduler events
` [PATCH v2 14/16] xenalyze: handle Credit2 "
` [PATCH v2 15/16] xenalyze: handle RTDS "
Stabilising some tools only HVMOPs?
2016-02-18 16:49 UTC (8+ messages)
[PATCH OSSTEST] crontab: adjust to remove "." from mg-list-all-branches output
2016-02-18 16:56 UTC
False positive coverity bug id: 1351218
2016-02-18 15:49 UTC (2+ messages)
[PATCH] tools/xenalyze: Fix build with clang
2016-02-18 15:43 UTC (2+ messages)
[PATCH] x86/hvm_event: fix uninitialized struct field usage introduced by c/s f5365e6
2016-02-18 15:37 UTC (6+ messages)
[PATCH] travis: Drop bridge-utils and iproute2
2016-02-18 14:50 UTC (2+ messages)
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).