xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-19 10:51:53 to 2016-07-20 17:20:43 UTC [more...]

[PATCH v2 0/9] xen/arm: Support SPIs routing
 2016-07-20 17:20 UTC  (13+ messages)
` [PATCH v2 2/9] xen/arm: gic: Do not configure affinity during routing
` [PATCH v2 4/9] xen/arm: gic: set_type: Pass the type in parameter rather than in desc->arch.type
` [PATCH v2 7/9] xen/arm: Allow DOM0 to set the IRQ type
` [PATCH v2 8/9] xen/arm: acpi: route all unused IRQs to DOM0
` [PATCH v2 9/9] xen/arm: Fix coding style and update comment in acpi_route_spis

[PATCH 00/22] xen/arm: P2M clean-up and fixes
 2016-07-20 16:11 UTC  (23+ messages)
` [PATCH 01/22] xen/arm: system: Use the correct parameter name in local_irq_restore
` [PATCH 02/22] xen/arm: p2m: Pass the vCPU in parameter to get_page_from_gva
` [PATCH 03/22] xen/arm: p2m: Restrict usage of get_page_from_gva to the current vCPU
` [PATCH 04/22] xen/arm: p2m: Fix multi-lines coding style comments
` [PATCH 05/22] xen/arm: p2m: Clean-up mfn_to_p2m_entry
` [PATCH 06/22] xen/arm: p2m: Use the typesafe MFN in mfn_to_p2m_entry
` [PATCH 07/22] xen/arm: p2m: Use p2m_is_foreign in get_page_from_gfn to avoid open coding
` [PATCH 08/22] xen/arm: p2m: Simplify p2m type check by using bitmask
` [PATCH 09/22] xen/arm: p2m: Use a whitelist rather than blacklist in get_page_from_gfn
` [PATCH 10/22] xen/arm: p2m: Differentiate cacheable vs non-cacheable MMIO
` [PATCH 11/22] xen/arm: p2m: Find the memory attributes based on the p2m type
` [PATCH 12/22] xen/arm: p2m: Remove unnecessary locking
` [PATCH 13/22] xen/arm: p2m: Introduce p2m_{read, write}_{, un}lock helpers
` [PATCH 14/22] xen/arm: p2m: Switch the p2m lock from spinlock to rwlock
` [PATCH 15/22] xen/arm: Don't call p2m_alloc_table from arch_domain_create
` [PATCH 16/22] xen/arm: p2m: Move the vttbr field from arch_domain to p2m_domain
` [PATCH 17/22] xen/arm: p2m: Don't need to restore the state for an idle vCPU
` [PATCH 18/22] xen/arm: p2m: Rework the context switch to another VTTBR in flush_tlb_domain
` [PATCH 19/22] xen/arm: p2m: Inline p2m_load_VTTBR into p2m_restore_state
` [PATCH 20/22] xen/arm: Don't export flush_tlb_domain
` [PATCH 21/22] xen/arm: p2m: Replace flush_tlb_domain by p2m_flush_tlb
` [PATCH 22/22] xen/arm: p2m: Pass the p2m in parameter rather the domain when it is possible

[PATCH 1/2] arm/traps: fix bug in dump_guest_s1_walk L1 page table offset computation
 2016-07-20 16:10 UTC  (2+ messages)
` [PATCH 2/2] arm/traps: fix bug in dump_guest_s1_walk handling of level 2 page tables

[PATCH] systemd: remove hard-coded pid file in xendriverdomain service
 2016-07-20 15:36 UTC 

[PATCH v5 0/7] xen/arm: Introduce alternative runtime patching for ARM64
 2016-07-20 15:26 UTC  (8+ messages)
` [PATCH v5 1/7] xen/arm: Introduce alternative runtime patching
` [PATCH v5 2/7] xen/arm: cpufeature: Provide an helper to check if a capability is supported
` [PATCH v5 3/7] xen/arm: Detect silicon revision and set cap bits accordingly
` [PATCH v5 4/7] xen/arm: Document the errata implemented in Xen
` [PATCH v5 5/7] xen/arm: arm64: Add Cortex-A53 cache errata workaround
` [PATCH v5 6/7] xen/arm: arm64: Add cortex-A57 erratum 832075 workaround
` [PATCH v5 7/7] xen/arm: traps: Don't inject a fault if the translation VA -> IPA fails

[PATCH] xl: rename variable pause to pause_after_migration
 2016-07-20 15:24 UTC  (5+ messages)

[PATCH 0/2] Two coverity inspired patches for xenstored
 2016-07-20 15:23 UTC  (6+ messages)
` [PATCH 1/2] xenstore: send error earlier in do_mkdir
` [PATCH 2/2] xenstore: add assertion in database dumping code

[PATCH v2 0/7] Remove hard-coded /var/run in tools
 2016-07-20 15:23 UTC  (9+ messages)
` [PATCH v2 1/7] xenconsoled: honour XEN_RUN_DIR
` [PATCH v2 2/7] tools/helper: honour XEN_RUN_DIR in init-xenstore-domain.c
` [PATCH v2 6/7] libxenstat: honour XEN_RUN_DIR

[libvirt test] 97688: regressions - FAIL
 2016-07-20 15:06 UTC 

[ovmf test] 97683: regressions - FAIL
 2016-07-20 14:52 UTC 

[PATCH LIVEPATCH-BUILD-TOOLS 1/2] Fix getopt parsing of long options
 2016-07-20 14:49 UTC  (2+ messages)
` [PATCH LIVEPATCH-BUILD-TOOLS 2/2] Prevent spurious rebuilding

[PATCH 0/2] tools: make xenstore domain/daemon configurable
 2016-07-20 14:09 UTC  (21+ messages)
` [PATCH 1/2] tools: remove systemd xenstore socket definitions

[PATCH v2 00/17] Xen ARM DomU ACPI support
 2016-07-20 14:09 UTC  (26+ messages)
` [PATCH v2 16/17] libxc/xc_dom_arm: Copy ACPI tables to guest space

[PATCH V3 0/4] Change fixed mmio handlers to a variable number
 2016-07-20 14:00 UTC  (5+ messages)
` [PATCH V3 1/4] arm/io: Use separate memory allocation for mmio handlers
` [PATCH V3 2/4] xen: Add generic implementation of binary search
` [PATCH V3 3/4] xen/arm: io: Use binary search for mmio handler lookup
` [PATCH V3 4/4] arm/vgic: Change fixed number of mmio handlers to variable number

[PATCH v4] xen/arm: Add a clock property
 2016-07-20 13:21 UTC  (7+ messages)

[OSSTEST PATCH 1/5] mfi-common: Break out set_hostos_runvars
 2016-07-20 13:19 UTC  (5+ messages)
` [OSSTEST PATCH 2/5] mfi-common: Do not set di_version runvar to empty string in build jobs
` [OSSTEST PATCH 3/5] cr-ensure-disk-space: Break out check_space
` [OSSTEST PATCH 4/5] cr-ensure-disk-space: Run check_space before taking lock
` [OSSTEST PATCH 5/5] mg-list-all-branches: Do not match ${BRANCHES+= ... }

[PATCH XTF] build: introduce a dist target
 2016-07-20 13:15 UTC  (4+ messages)

[xen-unstable-smoke test] 97707: tolerable all pass - PUSHED
 2016-07-20 13:13 UTC 

[PATCH 0/9] xen/arm: Simplify do_trap_*_abort_guest
 2016-07-20 12:43 UTC  (4+ messages)
` [PATCH 5/9] xen/arm: Provide macros to help creating workaround helpers

[qemu-mainline test] 97665: tolerable FAIL - PUSHED
 2016-07-20 12:39 UTC 

[PATCH 0/9] x86: Move the pv hypercall into C
 2016-07-20 12:35 UTC  (3+ messages)
` [PATCH 6/9] xen/multicall: Rework arch multicall handling

[PATCH 1/2] arm/traps: fix bug in dump_guest_s1_walk L1 page table offset computation
 2016-07-20 12:25 UTC  (4+ messages)
` [PATCH 2/2] arm/traps: fix bug in dump_guest_s1_walk handling of level 2 page tables

[PATCH 2/3] xen-scsiback: One function call less in scsiback_device_action() after error detection
 2016-07-20 11:45 UTC  (11+ messages)
                                              ` [PATCH v2 0/3] xen-scsiback: Fine-tuning for scsiback_device_action()
                                                ` [PATCH v2 1/3] xen-scsiback: Delete an unnecessary check before the function call "kfree"
                                                ` [PATCH v2 2/3] xen-scsiback: Rename jump labels in scsiback_device_action()
                                                ` [PATCH v2 3/3] xen-scsiback: Pass a failure indication as a constant

[PATCH] xen/domctl: Add DOMINFO_hap to xen_domctl_getdomaininfo
 2016-07-20 11:38 UTC  (2+ messages)

[PATCH V2 0/4] Change fixed mmio handlers to a variable number
 2016-07-20 11:33 UTC  (4+ messages)
` [PATCH V2 2/4] xen: Add generic implementation of binary search

[PATCH v2 0/2] tools: make xenstore domain/daemon configurable
 2016-07-20 11:18 UTC  (7+ messages)
` [PATCH v2 1/2] tools: remove systemd xenstore socket definitions
` [PATCH v2 2/2] tools: make xenstore domain easy configurable

[xen-unstable test] 97664: tolerable FAIL
 2016-07-20 11:08 UTC 

Xen 4.8 Development Update
 2016-07-20 10:23 UTC  (5+ messages)

[PATCH v2 0/2] xen: Credit2: fix two issues from recently committed series
 2016-07-20  9:47 UTC  (5+ messages)
` [PATCH v2 1/2] xen: credit2: fix two s_time_t handling issues in load balancing
` [PATCH v2 2/2] xen: credit2: fix potential issues in csched2_cpu_pick with tracing enabled

[xen-unstable-coverity test] 97701: regressions - ALL FAIL
 2016-07-20  9:47 UTC 

[distros-debian-squeeze test] 66621: tolerable trouble: blocked/broken
 2016-07-20  7:48 UTC 

[linux-4.1 test] 97644: regressions - FAIL
 2016-07-20  5:36 UTC 

[DRAFT v2] XenSock protocol design document
 2016-07-20  4:15 UTC  (5+ messages)

[ovmf test] 97653: regressions - FAIL
 2016-07-20  2:16 UTC 

[linux-3.18 test] 97637: regressions - FAIL
 2016-07-20  1:25 UTC 

[PATCH] acpi: Re-license ACPI builder files from GPLv2 to LGPLv2.1
 2016-07-20  0:55 UTC  (4+ messages)

[xen-unstable baseline-only test] 66616: regressions - FAIL
 2016-07-19 23:53 UTC 

[PATCH v2] xl: add option to leave domain paused after migration
 2016-07-19 20:43 UTC  (5+ messages)

[PATCH v2 1/3] x86/emulate: add support for {, v}movq xmm, xmm/m64
 2016-07-19 20:35 UTC  (4+ messages)
` [PATCH v2 2/3] x86/emulate: add support of emulating SSE2 instruction {, v}movd mm, m32

[linux-3.18 bisection] complete test-amd64-i386-xl-qemut-debianhvm-amd64
 2016-07-19 20:29 UTC 

[linux-4.1 bisection] complete test-amd64-i386-xl-qemut-stubdom-debianhvm-amd64-xsm
 2016-07-19 20:28 UTC 

[PATCH v4] altp2m: Allow the hostp2m entries to be of type p2m_ram_shared
 2016-07-19 19:12 UTC  (15+ messages)

[libvirt test] 97638: tolerable FAIL - PUSHED
 2016-07-19 18:15 UTC 

[xen-unstable-smoke test] 97661: tolerable all pass - PUSHED
 2016-07-19 17:52 UTC 

[qemu-mainline test] 97627: regressions - trouble: blocked/broken/fail/pass
 2016-07-19 16:59 UTC 

[PATCH v7] x86/mem-sharing: mem-sharing a range of memory
 2016-07-19 16:58 UTC  (9+ messages)

[PATCH] XSM-docs: Flask operates on domain types and not on individual domain. Updated the documentation to reflect this
 2016-07-19 15:29 UTC  (4+ messages)

[xen-unstable test] 97623: tolerable FAIL - PUSHED
 2016-07-19 15:13 UTC 

[PATCH v1 00/20] Make ACPI builder available to components other than hvmloader
 2016-07-19 14:08 UTC  (8+ messages)
` [PATCH v1 10/20] acpi/hvmloader: Replace mem_alloc() and virt_to_phys() with memory ops

[PATCH 0/2] xen: Credit2: fix two issues from recently committed series
 2016-07-19 13:39 UTC  (7+ messages)
` [PATCH 1/2] xen: credit2: fix two s_time_t handling issues in load balancing
` [PATCH 2/2] xen: credit2: fix potential issues in csched2_cpu_pick with tracing enabled

[PATCH v2] libxl: trigger attach events for devices attached before xl devd startup
 2016-07-19 13:20 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2] xenstore: add memory allocation debugging capability
 2016-07-19 13:19 UTC  (2+ messages)

[PATCH v3 0/5] xenstore: fix memory leak of xenstored
 2016-07-19 13:19 UTC  (7+ messages)
` [PATCH v3 1/5] xenstore: call each xenstored command function with temporary context
` [PATCH v3 2/5] xenstore: add explicit memory context parameter to get_parent()
` [PATCH v3 3/5] xenstore: add explicit memory context parameter to read_node()
` [PATCH v3 4/5] xenstore: add explicit memory context parameter to get_node()
` [PATCH v3 5/5] xenstore: use temporary memory context for firing watches

[PATCH] xenstore: add memory allocation debugging capability
 2016-07-19 12:00 UTC  (2+ messages)

[PATCH v3 0/2] qemu-qdisk: Implementation of grant copy operation
 2016-07-19 10:51 UTC  (4+ messages)
` [PATCH v3 2/2] qdisk - hw/block/xen_disk: grant copy implementation


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