messages from 2013-08-21 00:02:13 to 2013-08-22 14:05:47 UTC [more...]
[RFC 00/24] Allow Xen to boot with a raw Device Tree
2013-08-22 14:05 UTC (50+ messages)
` [RFC 01/24] xen/char: dt-uart: Allow the user to give a path to the node
` [RFC 02/24] xen: Introduce __initconst to store initial const data
` [RFC 03/24] xen/dts: Don't check the number of address and size cells in process_cpu_node
` [RFC 04/24] xen/dts: Constify device_tree_flattened
` [RFC 05/24] xen/arm: Move __PSCI* from traps.c to the header
` [RFC 07/24] xen: Use the right string comparison function in device tree
` [RFC 08/24] xen/dts: Don't add a fake property "name" in the "
` [RFC 09/24] xen/dts: Add new helpers to use "
` [RFC 10/24] xen/dts: Remove device_get_reg call in process_memory_node
` [RFC 13/24] xen/dts: Check the CPU ID is not greater than NR_CPUS
` [RFC 14/24] xen/video: hdlcd: Convert the driver to the new device tree API
` [RFC 15/24] xen/arm: Use dt_device_match to avoid multiple if conditions
` [RFC 16/24] xen/arm: Build DOM0 FDT by browsing the device tree structure
` [RFC 17/24] xen/arm: Mark each device used by Xen as disabled in DOM0 FDT
` [RFC 19/24] xen/arm: Create a fake PSCI node in dom0 device tree
` [RFC 20/24] xen/arm: Add new platform specific callback device_is_blacklist
` [RFC 21/24] xen/arm: vexpress: Blacklist a list of board specific devices
` [RFC 23/24] xen/dts: Clean up the exported API for device tree
` [RFC 24/24] xen/arm: Check if the device is available before using it
[PATCH v8 8/5] Add UART support and arch timer initialization for OMAP5
2013-08-22 14:03 UTC (8+ messages)
` [PATCH v8 2/6] xen/arm: add 8250 compatible UART support for early_printk
` [PATCH v8 4/6] xen/arm: Add the new OMAP UART driver
Regression: x86/mm: new _PTE_SWP_SOFT_DIRTY bit conflicts with existing use
2013-08-22 13:12 UTC (43+ messages)
[PATCH] xen: set P2M entry to INVALID_P2M_ENTRY for ballooned out pages
2013-08-22 13:00 UTC (2+ messages)
[PATCH] ARM: fix const declaration of platform struct
2013-08-22 12:56 UTC (2+ messages)
[PATCH v2 0/3] Specific mapping for dom0, smp kick cpus and hyp mode switch for OMAP5
2013-08-22 12:54 UTC (4+ messages)
` [PATCH v2 1/3] xen/arm: Specific mapping for dom0 on OMAP5 platform
[PATCH] xen: fix __set_phys_to_machine
2013-08-22 12:48 UTC (4+ messages)
[PATCH] PCI: break MSI-X data out of struct pci_dev_info
2013-08-22 11:55 UTC
[PATCH] VMX: convert EOI exit bitmap to a proper bitmap
2013-08-22 11:50 UTC
[PATCH] x86: correct public header's documentation of PAT MSR settings
2013-08-22 11:45 UTC
[PATCH] x86: move struct bug_frame instances out of line
2013-08-22 11:42 UTC
[PATCH] x86/Intel: add support for Haswell CPU models
2013-08-22 11:32 UTC
[PATCH v2-resend 00/30] libxl: ocaml: improve the bindings
2013-08-22 10:51 UTC (31+ messages)
` [PATCH v2-resend 01/30] libxl: Add LIBXL_SHUTDOWN_REASON_UNKNOWN
` [PATCH v2-resend 02/30] libxl: idl: allow KeyedUnion members to be empty
` [PATCH v2-resend 03/30] libxl: idl: add domain_type field to libxl_dominfo struct
` [PATCH v2-resend 04/30] libxl: idl: complete some enums in the IDL with their defaults
` [PATCH v2-resend 05/30] libxl: ocaml: fix code intended to output comments before definitions
` [PATCH v2-resend 06/30] libxl: ocaml: support for Arrays in bindings generator
` [PATCH v2-resend 07/30] libxl: ocaml: avoid reserved words in type and field names
` [PATCH v2-resend 08/30] libxl: ocaml: support for KeyedUnion in the bindings generator
` [PATCH v2-resend 09/30] libxl: ocaml: add some more builtin types
` [PATCH v2-resend 10/30] libxc: ocaml: add simple binding for xentoollog (output only)
` [PATCH v2-resend 11/30] libxl: ocaml: allocate a long lived libxl context
` [PATCH v2-resend 12/30] libxl: ocaml: switch all functions over to take a context
` [PATCH v2-resend 13/30] libxl: ocaml: propagate the libxl return error code in exceptions
` [PATCH v2-resend 14/30] libxl: ocaml: make Val_defbool GC-proof
` [PATCH v2-resend 15/30] libxl: ocaml: add domain_build/create_info/config and events to the bindings
` [PATCH v2-resend 16/30] libxl: ocaml: add META to list of generated files in Makefile
` [PATCH v2-resend 17/30] libxl: ocaml: fix the handling of enums in the bindings generator
` [PATCH v2-resend 18/30] libxl: ocaml: use the "string option" type for IDL strings
` [PATCH v2-resend 19/30] libxl: ocaml: add xen_console_read
` [PATCH v2-resend 20/30] libxl: ocaml: add dominfo_list and dominfo_get
` [PATCH v2-resend 21/30] libxl: ocaml: implement some simple tests
` [PATCH v2-resend 22/30] libxl: ocaml: event management
` [PATCH v2-resend 23/30] libxl: ocaml: allow device operations to be called asynchronously
` [PATCH v2-resend 24/30] libxl: ocaml: add NIC helper functions
` [PATCH v2-resend 25/30] libxl: ocaml: add PCI device "
` [PATCH v2-resend 26/30] libxl: ocaml: add disk and cdrom "
` [PATCH v2-resend 27/30] libxl: ocaml: add VM lifecycle operations
` [PATCH v2-resend 28/30] libxl: ocaml: in send_debug_keys, clean up before raising exception
` [PATCH v2-resend 29/30] libxl: ocaml: provide defaults for libxl types
` [PATCH v2-resend 30/30] libxl: ocaml: use CAMLlocal1 macro rather than value-type in auto-generated C-code
libxl: ocaml: improve the bindings
2013-08-22 10:28 UTC (3+ messages)
[PATCH] xen/tmem: Don't use map_domain_page for long-life-time pages
2013-08-22 10:28 UTC (6+ messages)
[PATCH] Correct X2-APIC HVM emulation
2013-08-22 9:15 UTC
[PATCH v3 0/4] Nested VMX: APIC-v related bug fixing
2013-08-22 7:35 UTC (6+ messages)
` [PATCH v3 1/4] Nested VMX: Check whether interrupt is blocked by TPR
` [PATCH v3 2/4] Nested VMX: Force check ISR when L2 is running
` [PATCH v3 3/4] Nested VMX: Clear APIC-v control bit in vmcs02
` [PATCH v3 4/4] Nested VMX: Update APIC-v(RVI/SVI) when vmexit to L1
[PATCH] PL011: fix reverse logic for interrupt mask register
2013-08-22 7:23 UTC (7+ messages)
xen: arm: beginning the removal of mode_switch.S
2013-08-22 7:19 UTC (10+ messages)
[PATCH] xen/hvc: If we use xen_raw_printk let it also work on HVM guests
2013-08-22 7:15 UTC (3+ messages)
[PATCH] VMX: XSA-60 workaround
2013-08-22 6:45 UTC (7+ messages)
[xen-unstable test] 18745: tolerable FAIL
2013-08-22 5:48 UTC
[V10 PATCH 00/23]PVH xen: Phase I, Version 10 patches
2013-08-22 1:46 UTC (10+ messages)
` [V10 PATCH 14/23] PVH xen: additional changes to support PVH guest creation and execution
` [V10 PATCH 23/23] PVH xen: introduce vmexit handler for PVH
[xen-unstable test] 18742: tolerable FAIL - PUSHED
2013-08-21 23:01 UTC
[PATCH v3] ARM: parse separate DT properties for different commandlines
2013-08-21 22:53 UTC (2+ messages)
[Xen-users] rump kernels running on the Xen hypervisor
2013-08-21 21:35 UTC (3+ messages)
What is the target CPU "topology" of an SMP HVM machine?
2013-08-21 21:30 UTC (4+ messages)
DomU - DomU grant table
2013-08-21 20:56 UTC (8+ messages)
[PATCH v4] Xen: Fix retry calls into PRIVCMD_MMAPBATCH*
2013-08-21 19:44 UTC
[xen-unstable test] 18741: regressions - trouble: blocked/broken/fail/pass
2013-08-21 16:57 UTC
[linux-linus test] 18740: regressions - trouble: broken/fail/pass
2013-08-21 16:07 UTC
[GIT PULL] (xen) stable/for-jens-3.12 for Linux 3.12 merge window
2013-08-21 15:14 UTC
[GIT PULL] (xen) stable/for-jens-3.12 for Linux 3.12 merge window
2013-08-21 15:03 UTC
[GIT PULL] (xen) stable/for-linus-3.11-rc6-tag
2013-08-21 14:56 UTC
[PATCH 0/3] remotely XSA-59 related adjustments
2013-08-21 14:55 UTC (12+ messages)
` [PATCH 1/3] x86: don't allow Dom0 access to the MSI address range
` [PATCH 2/3] x86: don't allow Dom0 access to the HT "
` [PATCH 3/3] VT-d: warn about Compatibility Format Interrupts being enabled by firmware
Regression: x86/mm: new _PTE_SWP_SOFT_DIRTY bit conflicts with existing use
2013-08-21 13:48 UTC
Linux/x86's _PAGE_SWP_SOFT_DIRTY definition
2013-08-21 12:38 UTC (6+ messages)
Xen : Experimenting XSM communication
2013-08-21 12:32 UTC (3+ messages)
[PATCH RFC] xenbus_client: extend interface to suppurt multi-page ring
2013-08-21 11:00 UTC (7+ messages)
Hypervisor compilation for arm without debug=y
2013-08-21 10:38 UTC (7+ messages)
[PATCH 0/3] tools: build: allow disabling qemu-trad and selecting system qemu-xen
2013-08-21 10:04 UTC (2+ messages)
[xen-unstable test] 18739: tolerable FAIL
2013-08-21 9:49 UTC
[PATCH] ARM: add Calxeda Midway platform
2013-08-21 7:23 UTC (4+ messages)
[xen-4.1-testing test] 18736: tolerable FAIL - PUSHED
2013-08-21 6:23 UTC
[xen-unstable test] 18735: tolerable FAIL - PUSHED
2013-08-21 3:37 UTC
[xen-4.1-testing test] 18734: regressions - FAIL
2013-08-21 1:11 UTC
[Qemu-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest
2013-08-21 0:02 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).