messages from 2016-08-17 11:21:59 to 2016-08-18 15:51:05 UTC [more...]
[PATCH v8 00/13] Load BIOS via toolstack instead of been embedded in hvmloader
2016-08-18 15:51 UTC (17+ messages)
` [PATCH v8 01/13] libxc: Rework extra module initialisation
` [PATCH v8 02/13] libxc: Prepare a start info structure for hvmloader
` [PATCH v8 03/13] configure: #define SEABIOS_PATH and OVMF_PATH
` [PATCH v8 04/13] firmware/makefile: install BIOS blob
` [PATCH v8 05/13] libxl: Load guest BIOS from file
` [PATCH v8 06/13] hvmloader: Grab the hvm_start_info pointer
` [PATCH v8 07/13] hvmloader: Locate the BIOS blob
` [PATCH v8 08/13] hvmloader: Load SeaBIOS from hvm_start_info modules
` [PATCH v8 09/13] hvmloader: Load OVMF from modules
` [PATCH v8 10/13] hvmloader: bios->bios_load() now needs to be defined
` [PATCH v8 11/13] hvmloader: Always build-in SeaBIOS and OVMF loader
` [PATCH v8 12/13] configure: do not depend on SEABIOS_PATH or OVMF_PATH
` [PATCH v8 13/13] docs/misc/hvmlite: Point to the canonical definition of hvm_start_info
unable start xen in hikey
2016-08-18 15:50 UTC (8+ messages)
[PATCH net-next] xen-netback: create a debugfs node for hash information
2016-08-18 15:48 UTC
XSA 154 and ISA region (640K -> 1MB) WB cache instead of UC
2016-08-18 15:35 UTC (5+ messages)
[Design RFC] Towards work-conserving RTDS scheduler
2016-08-18 15:07 UTC (5+ messages)
[qemu-mainline test] 100542: regressions - FAIL
2016-08-18 14:55 UTC
[xen-unstable test] 100518: regressions - FAIL
2016-08-18 13:32 UTC (2+ messages)
[PATCH v4 00/19] x86: multiboot2 protocol support
2016-08-18 13:21 UTC (25+ messages)
` [PATCH v4 06/19] x86/boot/reloc: create generic alloc and copy functions
` [PATCH v4 09/19] x86: add multiboot2 protocol support
` [PATCH v4 10/19] efi: move efi struct initialization to xen/common/lib.c
` [PATCH v4 11/19] efi: create efi_enabled()
` [PATCH v4 12/19] efi: introduce EFI_RS to ease control on runtime services usage
[xen-unstable test] 100539: tolerable FAIL
2016-08-18 13:21 UTC
[PATCH] x86: Add a tboot Kconfig option
2016-08-18 13:01 UTC (3+ messages)
[PATCH] xenbus: don't look up transaction IDs for ordinary writes
2016-08-18 12:41 UTC
[xen-unstable-smoke test] 100543: tolerable all pass - PUSHED
2016-08-18 12:41 UTC
[PATCH v2 0/6] xen/arm: Simplify do_trap_*_abort_guest
2016-08-18 12:02 UTC (6+ messages)
` [PATCH v2 5/6] xen/arm: traps: Avoid unnecessary VA -> IPA translation in abort handlers
[PATCH 00/24] sched: Credit1 and Credit2 improvements... and soft-affinity for Credit2!
2016-08-18 11:53 UTC (31+ messages)
` [PATCH 01/24] xen: credit1: small optimization in Credit1's tickling logic
` [PATCH 02/24] xen: credit1: fix mask to be used for tickling in Credit1
` [PATCH 03/24] xen: credit1: return the 'time remaining to the limit' as next timeslice
` [PATCH 04/24] xen: credit2: properly schedule migration of a running vcpu
` [PATCH 05/24] xen: credit2: make tickling more deterministic
` [PATCH 06/24] xen: credit2: implement yield()
` [PATCH 07/24] xen: sched: don't rate limit context switches in case of yields
` [PATCH 08/24] xen: tracing: add trace records for schedule and rate-limiting
` [PATCH 09/24] xen/tools: tracing: improve tracing of context switches
` [PATCH 10/24] xen: tracing: improve Credit2's tickle_check and burn_credits records
` [PATCH 11/24] tools: tracing: handle more scheduling related events
` [PATCH 12/24] xen: libxc: allow to set the ratelimit value online
` [PATCH 13/24] libxc: improve error handling of xc Credit1 and Credit2 helpers
` [PATCH 14/24] libxl: allow to set the ratelimit value online for Credit2
` [PATCH 15/24] xl: "
` [PATCH 16/24] xen: sched: factor affinity helpers out of sched_credit.c
` [PATCH 17/24] xen: credit2: soft-affinity awareness in runq_tickle()
` [PATCH 18/24] xen: credit2: soft-affinity awareness fallback_cpu() and cpu_pick()
` [PATCH 19/24] xen: credit2: soft-affinity awareness in load balancing
` [PATCH 20/24] xen: credit2: kick away vcpus not running within their soft-affinity
` [PATCH 21/24] xen: credit2: optimize runq_candidate() a little bit
` [PATCH 22/24] xen: credit2: "relax" CSCHED2_MAX_TIMER
` [PATCH 23/24] xen: credit2: optimize runq_tickle() a little bit
` [PATCH 24/24] xen: credit2: try to avoid tickling cpus subject to ratelimiting
[xen-unstable baseline-only test] 67551: regressions - FAIL
2016-08-18 11:28 UTC
[ovmf test] 100541: all pass - PUSHED
2016-08-18 11:13 UTC
[PATCH v1] Livepatch ARM 64 implementation
2016-08-18 10:38 UTC (28+ messages)
` [PATCH v1 1/9] livepatch: Bubble up sanity checks on Elf relocs
` [PATCH v1 2/9] x86/arm: Make 'make debug' work properly
` [PATCH v1 3/9] x86/arm64: Move the ALT_[ORIG|REPL]_PTR macros to header files
` [PATCH v1 4/9] arm/mm: Introduce modify_xen_mappings
` [PATCH v1 6/9] livepatch: Initial ARM64 support
` [PATCH v1 7/9] livepatch: ARM64: Ignore mapping symbols: $[a, d, x, p]
` [PATCH v1 8/9] livepatch: Move test-cases to common
` [PATCH v1 9/9] livepatch: tests: Make them compile under ARM64
[MINIOS PATCH 0/3] x86: use ELF notes and unified linker script
2016-08-18 10:39 UTC (7+ messages)
` [MINIOS PATCH 1/3] Introduce asm_macros.h
` [MINIOS PATCH 2/3] x86: switch to use elfnote
` [MINIOS PATCH 3/3] x86: use unified linker script
[PATCH v3 00/38] arm/altp2m: Introducing altp2m to ARM
2016-08-18 10:35 UTC (13+ messages)
` [PATCH v3 31/38] altp2m: Introduce altp2m_switch_vcpu_altp2m_by_id
` [PATCH v3 36/38] altp2m: Allow specifying external-only use-case
` [PATCH v3 37/38] arm/p2m: Extend xen-access for altp2m on ARM
` [PATCH v3 38/38] arm/p2m: Add test of xc_altp2m_change_gfn
[RFC PATCH] tools: remove blktap2 related code and documentation
2016-08-18 10:31 UTC (2+ messages)
[PATCH] xen: Move the hvm_start_info C representation to the public headers
2016-08-18 10:18 UTC (2+ messages)
[MINIOS PATCH 0/4] x86: Use ELF notes and unfied linker script
2016-08-18 10:13 UTC (17+ messages)
` [MINIOS PATCH 1/4] gitignore: ignore vim swap file
` [MINIOS PATCH 2/4] Introduce asm_macros.h
` [MINIOS PATCH 3/4] x86: switch to use elfnote
` [Minios-devel] "
` [MINIOS PATCH 4/4] x86: use unified linker script
[PATCH v2 0/2] xen: credit1: fix a race when picking initial pCPU for a vCPU
2016-08-18 10:00 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] xen: credit1: no need to check for is_idle_vcpu() in csched_vcpu_acct()
[PATCH] tools/xenalyze: append argp LD flags if needed
2016-08-18 9:49 UTC (3+ messages)
[PATCH 0/9] x86/mtrr: basic cleanups
2016-08-18 9:40 UTC (24+ messages)
` [PATCH 1/9] x86/mtrr: prefix fns with mtrr and drop static
` [PATCH 2/9] x86/mtrr: drop mtrr_if indirection
` [PATCH 3/9] x86/mtrr: drop have_wrcomb() wrapper
` [PATCH 4/9] x86/mtrr: drop unnecessary use_intel() macro
` [PATCH 5/9] x86/mtrr: drop unused is_cpu() macro
` [PATCH 6/9] x86/mtrr: drop unused mtrr_ops struct
` [PATCH 7/9] x86/mtrr: drop unused positive_have_wrcomb()
` [PATCH 8/9] x86/mtrr: drop unused func prototypes and struct
` [PATCH 9/9] x86/mtrr: use stdbool instead of int + define
hvm_start_info in public header
2016-08-18 9:29 UTC (3+ messages)
[PATCH 0/2] tools/libs: don't use alloca(3)
2016-08-18 9:29 UTC (5+ messages)
` [PATCH 1/2] libs/gnttab: do not "
` [PATCH 2/2] libs/foreignmemory: "
[ovmf test] 100540: all pass - PUSHED
2016-08-18 9:04 UTC
[qemu-mainline baseline-only test] 67549: regressions - FAIL
2016-08-18 8:28 UTC
[libvirt test] 100538: tolerable FAIL - PUSHED
2016-08-18 7:17 UTC
[PATCH v3] xen: Make VPMU init message look less scary
2016-08-18 6:01 UTC (2+ messages)
[PATCH v2] xen: rename xen_pmu_init() in sys-hypervisor.c
2016-08-18 6:01 UTC (2+ messages)
[xen-unstable test] 100537: tolerable FAIL - PUSHED
2016-08-18 5:06 UTC
[ovmf baseline-only test] 67550: all pass
2016-08-18 4:53 UTC
Discussion about virtual iommu support for Xen guest
2016-08-18 2:57 UTC (18+ messages)
` Xen virtual IOMMU high level design doc
[xen-unstable test] 100533: tolerable FAIL - PUSHED
2016-08-17 21:51 UTC
[distros-debian-squeeze test] 67547: tolerable FAIL
2016-08-17 21:49 UTC
[linux-3.14 baseline-only test] 67546: tolerable FAIL
2016-08-17 21:26 UTC
[ovmf test] 100534: all pass - PUSHED
2016-08-17 17:38 UTC
[PATCH] ns16550: mask transmit holding register empty interrupt when tx is stopped
2016-08-17 17:03 UTC (3+ messages)
[xen-unstable-smoke test] 100535: tolerable all pass - PUSHED
2016-08-17 16:10 UTC
[xen-4.5-testing baseline-only test] 67545: regressions - FAIL
2016-08-17 15:38 UTC
[PATCH net-next] xen-netback: create a debugfs node for hash information
2016-08-17 15:13 UTC
[PATCH] mini-os: fix coverity issues in printf.c
2016-08-17 14:26 UTC (4+ messages)
[qemu-mainline test] 100528: tolerable FAIL - PUSHED
2016-08-17 13:51 UTC
[PATCH v2 0/6] x86/time: improve cross-CPU clock monotonicity (and more)
2016-08-17 13:41 UTC (3+ messages)
` [PATCH v2 2/6] x86/time: correctly honor late clearing of TSC related feature flags
` Ping: "
[PATCH] replace bogus -ENOSYS uses
2016-08-17 13:40 UTC (5+ messages)
` Ping: "
[ovmf test] 100531: all pass - PUSHED
2016-08-17 13:28 UTC
[PATCH v2] gnttab: Add gntdev device mappings for FreeBSD
2016-08-17 12:06 UTC
[PATCH] gnttab: Add gntdev device mappings for FreeBSD
2016-08-17 12:02 UTC (3+ messages)
[PATCH biosdevname]: handle dom0 on AMD systems
2016-08-17 11:56 UTC (3+ messages)
[xen-4.6-testing baseline-only test] 67544: regressions - FAIL
2016-08-17 11:21 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).