messages from 2016-01-22 10:45:43 to 2016-01-23 09:20:09 UTC [more...]
[PATCH v4 00/21] Add ACPI support for Xen itself on ARM64
2016-01-23 9:20 UTC (18+ messages)
` [PATCH v4 01/21] arm/acpi: Emulate io ports for arm
` [PATCH v4 02/21] arm/acpi: Add arm specific acpi header file
` [PATCH v4 03/21] arm/acpi: Add __acpi_map_table function for ARM
` [PATCH v4 04/21] arm/acpi: Move end_boot_allocator after acpi_boot_table_init
` [PATCH v4 05/21] arm/acpi: Add basic ACPI initialization
` [PATCH v4 06/21] arm/acpi: Parse FADT table and get PSCI flags
` [PATCH v4 07/21] arm/acpi: Print GIC information when MADT is parsed
` [PATCH v4 08/21] arm/acpi: Parse MADT to map logical cpu to MPIDR and get cpu_possible_map
` [PATCH v4 09/21] arm/acpi: Add ACPI support for SMP initialization
` [PATCH v4 10/21] acpi/table: Introduce acpi_table_get_entry_madt to get specified entry
` [PATCH v4 11/21] arm: Introduce a generic way to use a device from acpi
` [PATCH v4 12/21] arm/irq: Drop the DT prefix of the irq line type
` [PATCH v4 13/21] arm/gic-v2: Add ACPI boot support for GICv2
` [PATCH v4 14/21] arm/gic-v3: Add ACPI boot support for GICv3
` [PATCH v4 15/21] arm/gic: Add ACPI support for GIC preinit
` [PATCH v4 16/21] arm/irq: Add helper function for setting interrupt type
` [PATCH v4 17/21] arm/acpi: Parse GTDT to initialize timer
[PATCH v5 0/8] Refactor DT specific codes preparing for ACPI support on ARM64
2016-01-23 8:00 UTC (9+ messages)
` [PATCH v5 1/8] Kconfig: import kconfig.h from Linux 4.3
` [PATCH v5 2/8] ACPI: add config for BIOS table scan
` [PATCH v5 3/8] acpi: Refactor acpi_os_map_memory to be architecturally independent
` [PATCH v5 4/8] arm/smpboot: Move dt specific code in smp to seperate functions
` [PATCH v5 5/8] arm/gic-v2: Refactor gicv2_init into generic and dt specific parts
` [PATCH v5 6/8] arm/gic-v3: Refactor gicv3_init "
` [PATCH v5 7/8] arm/uart: Rename dt-uart.c to arm-uart.c
` [PATCH v5 8/8] pl011: Refactor pl011 driver to dt and common initialization parts
[xen-4.4-testing test] 78789: regressions - trouble: blocked/broken/fail/pass
2016-01-23 7:50 UTC
[ovmf test] 78792: regressions - FAIL
2016-01-23 7:46 UTC
pre Sandy bridge IOMMU support (gm45)
2016-01-23 7:38 UTC
[xen-4.3-testing baseline-only test] 38686: regressions - trouble: blocked/broken/fail/pass
2016-01-23 6:52 UTC
[RFC] VirtFS support on Xen
2016-01-23 5:33 UTC (8+ messages)
[qemu-mainline test] 78788: regressions - FAIL
2016-01-23 5:05 UTC
[libvirt test] 78787: tolerable FAIL - PUSHED
2016-01-23 4:27 UTC
[PATCH v3 01/17] Xen: ACPI: Hide UART used by Xen
2016-01-23 3:19 UTC (17+ messages)
` [PATCH v3 02/17] xen/grant-table: Move xlated_setup_gnttab_pages to common place
` [PATCH v3 03/17] Xen: xlate: Use page_to_xen_pfn instead of page_to_pfn
` [PATCH v3 04/17] arm/xen: Use xen_xlate_map_ballooned_pages to setup grant table
` [PATCH v3 05/17] xen: memory : Add new XENMAPSPACE type XENMAPSPACE_dev_mmio
` [PATCH v3 06/17] Xen: ARM: Add support for mapping platform device mmio
` [PATCH v3 07/17] Xen: ARM: Add support for mapping AMBA "
` [PATCH v3 08/17] Xen: public/hvm: sync changes of HVM_PARAM_CALLBACK_VIA ABI from Xen
` [PATCH v3 09/17] xen/hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBACK_IRQ
` [PATCH v3 10/17] arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPI
` [PATCH v3 11/17] ARM: XEN: Move xen_early_init() before efi_init()
` [PATCH v3 12/17] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI
` [PATCH v3 13/17] ARM: Xen: Document UEFI support on Xen ARM virtual platforms
` [PATCH v3 14/17] XEN: EFI: Move x86 specific codes to architecture directory
` [PATCH v3 15/17] ARM64: XEN: Add a function to initialize Xen specific UEFI runtime services
` [PATCH v3 16/17] FDT: Add a helper to get specified name subnode
` [PATCH v3 17/17] Xen: EFI: Parse DT parameters for Xen specific UEFI
[PATCH v3 00/17] Add ACPI support for Xen Dom0 on ARM64
2016-01-23 3:19 UTC
[linux-linus test] 78786: regressions - trouble: blocked/broken/fail/pass
2016-01-23 3:01 UTC
[PATCH v4 10/11] dma: rename dma_*_writecombine() to dma_*_wc()
2016-01-23 2:34 UTC (2+ messages)
` [PATCH v5] "
[PATCH v1 00/12] HVMlite domU support
2016-01-23 0:55 UTC (21+ messages)
` [PATCH v1 01/12] x86/smp: Make start_secondary() and initial_pg_pmd visible globally
` [PATCH v1 02/12] xen/hvmlite: Factor out common kernel init code
` [PATCH v1 03/12] xen/hvmlite: Import hvmlite-related Xen public interfaces
` [PATCH v1 04/12] xen/hvmlite: Bootstrap HVMlite guest
` [PATCH v1 05/12] xen/hvmlite: Allow HVMlite guests delay initializing grant table
` [PATCH v1 06/12] xen/hvmlite: Initialize PCI
` [PATCH v1 07/12] xen/hvmlite: Prepare cpu_initialize_context() routine for HVMlite SMP
` [PATCH v1 08/12] xen/hvmlite: Initialize context for secondary VCPUs
` [PATCH v1 09/12] xen/hvmlite: Extend APIC operations for HVMlite guests
` [PATCH v1 10/12] xen/hvmlite: Use x86's default timer init "
` [PATCH v1 11/12] xen/hvmlite: Boot secondary CPUs
` [PATCH v1 12/12] xen/hvmlite: Enable CPU on-/offlining
netfront/netback multiqueue exhausting grants
2016-01-23 0:29 UTC (8+ messages)
schedulers and topology exposing questions
2016-01-22 23:58 UTC (3+ messages)
[xen-4.5-testing test] 78736: tolerable FAIL - PUSHED
2016-01-22 22:32 UTC
disk=['file://..xvda'] not working for boot disks anymore?
2016-01-22 22:31 UTC (5+ messages)
[RFC v1 0/8] x86/init: Linux linker tables
2016-01-22 21:52 UTC (9+ messages)
[distros-debian-jessie test] 38684: trouble: broken/pass
2016-01-22 21:35 UTC
[PATCH 0/3] xen: fix wrong idents in MODULE_LICENSE in some drivers
2016-01-22 21:00 UTC (12+ messages)
` [PATCH 1/3] xen-netback: fix license ident used in MODULE_LICENSE
` [PATCH 2/3] xen-blkback: "
` [PATCH 3/3] xen-scsiback: "
[linux-mingo-tip-master test] 78785: regressions - FAIL
2016-01-22 20:47 UTC
[xen-4.6-testing baseline-only test] 38681: regressions - trouble: broken/fail/pass
2016-01-22 19:32 UTC
xen-netfront crash when detaching network while some network activity
2016-01-22 19:23 UTC (4+ messages)
[xen-unstable-smoke test] 78820: tolerable all pass - PUSHED
2016-01-22 18:48 UTC
[BUG] XEN domU crash when PV grub chainloads 32-bit domU grub
2016-01-22 17:44 UTC (6+ messages)
[PATCH XEN v8 00/29] Begin to disentangle libxenctrl and provide some stable libraries
2016-01-22 17:12 UTC (5+ messages)
` [PATCH XEN v8 02/29] tools: Refactor /dev/xen/evtchn wrappers into libxenevtchn
` [Minios-devel] [PATCH v8 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
[PATCH v4 0/6] HVMlite: DomU fixes and a Dom0 preparatory patch
2016-01-22 17:04 UTC (21+ messages)
` [PATCH v4 2/6] libxl: introduce LIBXL_VGA_INTERFACE_TYPE_UNKNOWN
` [PATCH v4 3/6] libxl: initialise the build info before calling prepare_config
` [PATCH v4 4/6] x86/PV: allow PV guests to have an emulated PIT
` [PATCH v4 5/6] libxl: add options to enable/disable emulated devices
` [PATCH v4 6/6] x86/HVM: report the set of enabled emulated devices through CPUID
[PATCH RFC 00/31] x86: Improvements to cpuid handling for guests
2016-01-22 17:03 UTC (26+ messages)
` [PATCH RFC 26/31] xen/x86: Rework AMD masking MSR setup
` [PATCH RFC 27/31] xen/x86: Rework Intel masking/faulting setup
` [PATCH RFC 28/31] xen/x86: Context switch all levelling state in context_switch()
` [PATCH RFC 29/31] x86/pv: Provide custom cpumasks for PV domains
[xen-unstable-smoke test] 78812: tolerable all pass - PUSHED
2016-01-22 16:50 UTC
[xen-unstable baseline-only test] 38682: regressions - trouble: broken/fail/pass
2016-01-22 16:32 UTC
[xen-4.3-testing test] 78718: tolerable FAIL - PUSHED
2016-01-22 16:05 UTC
CfP Virtualization in High-Performance Cloud Computing (VHPC '16)
2016-01-22 16:03 UTC
[PATCH v4 0/3] VT-d Device-TLB flush issue
2016-01-22 15:57 UTC (8+ messages)
` [PATCH v4 3/3] VT-d: Fix vt-d Device-TLB flush timeout issue
[PATCHv6 0/3] Implement per-cpu reader-writer locks
2016-01-22 15:53 UTC (14+ messages)
` [PATCHv6 1/3] rwlock: Add per-cpu reader-writer lock infrastructure
` [PATCHv6 2/3] grant_table: convert grant table rwlock to percpu rwlock
` [PATCHv6 3/3] p2m: convert p2m "
[PATCH v4] x86/p2m: use large pages for MMIO mappings
2016-01-22 15:42 UTC
[PATCH] x86/mce: fix misleading indentation in init_nonfatal_mce_checker()
2016-01-22 15:12 UTC (3+ messages)
[PATCH v3 0/1] xen: sched: convert RTDS from time to event driven model
2016-01-22 14:41 UTC (4+ messages)
` [PATCH v3 1/1] "
[qemu-mainline baseline-only test] 38680: regressions - trouble: broken/fail/pass
2016-01-22 14:36 UTC
[PATCH 0/2] xenalyze: fixes for gcc-6's -Wmisleading-indentation
2016-01-22 14:27 UTC (3+ messages)
` [PATCH 1/2] xenalyze: fix misleading indentation
` [PATCH 2/2] xenalyze: remove cr3_compare_total
[PATCH] xen: Add support for dom0 with Linux kernel 3.19 and newer
2016-01-22 14:22 UTC
[xen-unstable test] 78703: regressions - FAIL
2016-01-22 14:21 UTC
[PATCH v2 0/3] xen: fix wrong idents in MODULE_LICENSE in some drivers
2016-01-22 14:04 UTC (4+ messages)
` [PATCH v2 1/3] xen-netback: fix license ident used in MODULE_LICENSE
` [PATCH v2 2/3] xen-blkback: "
` [PATCH v2 3/3] xen-scsiback: "
[RFC V2] xen: interface: introduce pvclk interface
2016-01-22 13:55 UTC (13+ messages)
[PATCH v4 00/10] Refactor DT specific codes preparing for ACPI support on ARM64
2016-01-22 12:30 UTC (9+ messages)
` [PATCH v4 05/10] acpi: Refactor acpi_os_map_memory to be architecturally independent
[PATCH 0/4] xl: consolidate adhoc parsers
2016-01-22 11:50 UTC (5+ messages)
` [PATCH 1/4] xl: remove unused macros
` [PATCH 2/4] xl: wrap long lines where possible
` [PATCH 3/4] xl: rework vif config parsing code
` [PATCH 4/4] xl: rework vtpm "
[PATCH v11 0/3] Refactor ioreq server for better performance
2016-01-22 11:43 UTC (3+ messages)
` [PATCH v11 2/3] Differentiate IO/mem resources tracked by ioreq server
[BUG] EDAC infomation partially missing
2016-01-22 11:33 UTC (4+ messages)
[PULL 0/11] xen-20160121
2016-01-22 11:21 UTC (3+ messages)
` [PULL 10/11] Add Error **errp for xen_pt_config_init()
[xen-4.6-testing test] 78701: tolerable FAIL - PUSHED
2016-01-22 11:03 UTC
[PATCH v2 00/16] Add ACPI support for Xen Dom0 on ARM64
2016-01-22 10:57 UTC (2+ messages)
` [PATCH v2 16/16] ARM64: XEN: Initialize Xen specific UEFI runtime services
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).