xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-16 22:17:31 to 2016-08-18 10:04:30 UTC [more...]

[PATCH] xen: Move the hvm_start_info C representation to the public headers
 2016-08-18 10:04 UTC 

[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 v4 00/19] x86: multiboot2 protocol support
 2016-08-18  9:43 UTC  (16+ 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

[PATCH 00/24] sched: Credit1 and Credit2 improvements... and soft-affinity for Credit2!
 2016-08-18  9:41 UTC  (29+ 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

[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

unable start xen in hikey
 2016-08-17 22:30 UTC  (7+ messages)

[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 

XSA 154 and ISA region (640K -> 1MB) WB cache instead of UC
 2016-08-17 20:32 UTC 

[PATCH v1] Livepatch ARM 64 implementation
 2016-08-17 20:08 UTC  (36+ 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

[PATCH v2 0/6] xen/arm: Simplify do_trap_*_abort_guest
 2016-08-17 20:08 UTC  (5+ messages)
` [PATCH v2 5/6] xen/arm: traps: Avoid unnecessary VA -> IPA translation in abort handlers

[PATCH] x86: Add a tboot Kconfig option
 2016-08-17 18:17 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 v3 00/38] arm/altp2m: Introducing altp2m to ARM
 2016-08-17 14:47 UTC  (35+ messages)
` [PATCH v3 06/38] arm/p2m: Add HVMOP_altp2m_get_domain_state
` [PATCH v3 08/38] arm/p2m: Free p2m entries only in the hostp2m
` [PATCH v3 09/38] arm/p2m: Add backpointer to the domain in p2m_domain
` [PATCH v3 11/38] arm/p2m: Cosmetic fix - function prototype of p2m_alloc_table
` [PATCH v3 14/38] arm/p2m: Add altp2m init/teardown routines
` [PATCH v3 15/38] arm/p2m: Add altp2m table flushing routine
` [PATCH v3 16/38] arm/p2m: Add HVMOP_altp2m_set_domain_state
` [PATCH v3 18/38] arm/p2m: Add HVMOP_altp2m_destroy_p2m
` [PATCH v3 19/38] arm/p2m: Add HVMOP_altp2m_switch_p2m
` [PATCH v3 20/38] arm/p2m: Add p2m_get_active_p2m macro
` [PATCH v3 22/38] arm/p2m: Make get_page_from_gva ready for altp2m
` [PATCH v3 23/38] arm/p2m: Cosmetic fixes -- __p2m_get_mem_access
` [PATCH v3 24/38] arm/p2m: Make p2m_mem_access_check ready for altp2m
` [PATCH v3 25/38] arm/p2m: Cosmetic fixes - function prototypes
` [PATCH v3 27/38] arm/p2m: Introduce p2m_lookup_attr
` [PATCH v3 28/38] arm/p2m: Modify reference count only if hostp2m active
` [PATCH v3 29/38] arm/p2m: Add HVMOP_altp2m_set_mem_access
` [PATCH v3 30/38] arm/p2m: Add altp2m_propagate_change
` [PATCH v3 31/38] altp2m: Introduce altp2m_switch_vcpu_altp2m_by_id
` [PATCH v3 32/38] arm/p2m: Code movement in instr/data abort handlers
` [PATCH v3 33/38] arm/p2m: Add altp2m paging mechanism
` [PATCH v3 34/38] arm/p2m: Add HVMOP_altp2m_change_gfn
` [PATCH v3 35/38] arm/p2m: Adjust debug information to altp2m
` [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

[PATCH] mini-os: fix coverity issues in printf.c
 2016-08-17 14:26 UTC  (4+ messages)

[MINIOS PATCH 0/4] x86: Use ELF notes and unfied linker script
 2016-08-17 14:05 UTC  (16+ 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

[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 

[xen-unstable test] 100518: regressions - FAIL
 2016-08-17 13:04 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 

[xen-unstable-coverity test] 100530: all pass - PUSHED
 2016-08-17 11:15 UTC 

[ovmf test] 100529: all pass - PUSHED
 2016-08-17 11:09 UTC 

[PATCH] x86/PV: don't hide CPUID.OSXSAVE from user mode
 2016-08-17  9:38 UTC  (5+ messages)

[libvirt test] 100525: tolerable FAIL - PUSHED
 2016-08-17  9:03 UTC 

[PATCH 1/2] xen/x86: Convert to hotplug state machine
 2016-08-17  8:33 UTC  (2+ messages)

[PATCH 0/4] x86emul: more misc small adjustments
 2016-08-17  8:25 UTC  (6+ messages)
` [PATCH 3/4] x86emul: drop SrcInvalid

[ovmf test] 100524: all pass - PUSHED
 2016-08-17  8:08 UTC 

[qemu-mainline test] 100512: tolerable FAIL - PUSHED
 2016-08-17  7:56 UTC 

[linux-3.14 test] 100510: tolerable FAIL - PUSHED
 2016-08-17  4:43 UTC 

[RFC 00/22] xen/arm: Rework the P2M code to follow break-before-make sequence
 2016-08-17  2:28 UTC  (3+ messages)

[xen-4.5-testing test] 100507: tolerable FAIL - PUSHED
 2016-08-17  0:29 UTC 

[libvirt test] 100509: tolerable FAIL - PUSHED
 2016-08-16 23:09 UTC 

[ovmf baseline-only test] 67542: all pass
 2016-08-16 22:59 UTC 

[xen-4.6-testing test] 100504: tolerable FAIL - PUSHED
 2016-08-16 22:55 UTC 


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).