xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-20 15:23:26 to 2016-07-22 15:05:03 UTC [more...]

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

[PATCH v5 0/7] xen/arm: Introduce alternative runtime patching for ARM64
 2016-07-22 14:29 UTC  (14+ messages)
` [PATCH v5 1/7] xen/arm: Introduce alternative runtime patching
  ` [PATCH v5 1/7] xen/arm: Introduce alternative runtime patchingo
` [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 01/19] xen: Create a new file xen_pvdev.c
 2016-07-22 14:28 UTC 

[PATCH 01/19] xen: Create a new file xen_pvdev.c
 2016-07-22 14:24 UTC 

[PATCH 01/19] xen: Create a new file xen_pvdev.c
 2016-07-22 14:00 UTC  (3+ messages)

[qemu-mainline baseline-only test] 66672: regressions - FAIL
 2016-07-22 13:22 UTC 

[PATCH 00/22] xen/arm: P2M clean-up and fixes
 2016-07-22 13:00 UTC  (49+ 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

Locking on vm-event operations (monitor)
 2016-07-22 13:00 UTC  (12+ messages)

[PATCH] xen: credit2: don't let b_avgload go negative
 2016-07-22 12:35 UTC  (3+ messages)

[xen-unstable test] 97737: regressions - FAIL
 2016-07-22 12:10 UTC  (3+ messages)

[PATCH 1/3] xen-blkfront: fix places not updated after introducing 64KB page granularity
 2016-07-22 11:45 UTC  (11+ messages)
  ` [PATCH 2/3] xen-blkfront: introduce blkif_set_queue_limits()
  ` [PATCH 3/3] xen-blkfront: dynamic configuration of per-vbd resources

OVMF very slow on AMD
 2016-07-22 10:40 UTC  (4+ messages)

[PATCH v2 1/1] ratelimit: Implement rate limit for credit2 scheduler Rate limit assures that a vcpu will execute for a minimum amount of time before being put at the back of a queue or being preempted by higher priority thread
 2016-07-22 10:36 UTC  (2+ messages)

Kernel panic on Xen virtualisation in Debian
 2016-07-22 10:21 UTC  (5+ messages)

[XTF PATCH v2 0/4] Runner exit code clean up
 2016-07-22 10:14 UTC  (9+ messages)
` [XTF PATCH v2 1/4] gitignore: ignore vim swp file
` [XTF PATCH v2 2/4] xtf-runner: sync all test results
` [XTF PATCH v2 3/4] xtf-runner: provide a set of exit codes for different results
` [XTF PATCH v2 4/4] xtf-runner: regularise runner exit code

[PATCH XTF 0/3] Runner exit code clean up
 2016-07-22  9:35 UTC  (12+ messages)
` [PATCH XTF 1/3] xtf-runner: sync all test states
` [PATCH XTF 2/3] xtf-runner: provide a set of exit codes for different states
` [PATCH XTF 3/3] xtf-runner: regularise runner exit code

Xen-unstable 4.8: Host crash when shutting down guest with pci device passed through using MSI-X interrupts
 2016-07-22  8:50 UTC  (4+ messages)
` [PATCH] x86/vMSI-X: Fix host crash when shutting down guests with MSI capable devices

[PATCH v2] libxl: memory size in kb requires 64 bit variable
 2016-07-22  6:53 UTC 

[qemu-mainline test] 97740: tolerable FAIL - PUSHED
 2016-07-22  6:30 UTC 

[PATCH] libxl: memory size in kb requires 64 bit variable
 2016-07-22  5:55 UTC  (3+ messages)

[Intel-gfx] [Announcement] 2016-Q2 release of XenGT - a Mediated Graphics Passthrough Solution from Intel
 2016-07-22  5:42 UTC 

[libvirt test] 97742: regressions - FAIL
 2016-07-22  3:12 UTC 

[PATCH v4] xen/arm: Add a clock property
 2016-07-22  1:16 UTC  (3+ messages)

[RFC v2 0/7] linux: add linker tables
 2016-07-21 23:53 UTC  (5+ messages)
` [RFC v2 7/7] kprobes: port to linker table
    ` [Xen-devel] "

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

Is: Revert c5ad33184354260be6d05de57e46a5498692f6d6 "mm/swap.c: flush lru pvecs on compound page arrival" from stable tree? Was:[osstest-admin@xenproject.org: [linux-4.1 bisection] complete test-amd64-i386-qemut-rhel6hvm-amd]
 2016-07-21 17:24 UTC  (7+ messages)
` Revert c5ad33184354260be6d05de57e46a5498692f6d6 "mm/swap.c: flush lru pvecs on compound page arrival" from stable tree? Was:[osstest-admin@xenproject.org: [Xen-devel] "
  ` Revert c5ad33184354260be6d05de57e46a5498692f6d6 "mm/swap.c: flush lru pvecs on compound page arrival" from stable tree? Was:[osstest-admin@xenproject.org: "

[PATCH RFC 0/4] Fix issues with zero-length records in migration v2
 2016-07-21 17:17 UTC  (5+ messages)
` [PATCH 1/4] docs: Clarify the expected behaviour of zero length records
` [PATCH 2/4] tools/libxc: Tolerate zero-length records in migration v2 streams
` [PATCH 3/4] tools/libxc: Avoid generating inappropriate zero-length records
` [PATCH 4/4] tools/python: Adjust migration v2 library to warn about "

[linux-4.1 test] 97730: regressions - FAIL
 2016-07-21 16:41 UTC 

Xen 4.8 Development Update
 2016-07-21 16:07 UTC  (5+ messages)

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

[PATCH] xen/pvhvm: Support more than 32 VCPUs when migrating (v3)
 2016-07-21 15:05 UTC  (2+ messages)

[linux-3.18 test] 97724: regressions - FAIL
 2016-07-21 14:17 UTC 

for-4.8/drivers and Linus' tree + staging conflicts?
 2016-07-21 14:06 UTC  (4+ messages)

[PATCH 0/6] libxl: extend device type framework
 2016-07-21 13:12 UTC  (2+ messages)

[PATCH OSSTEST] gitignore: ignore vim swp file
 2016-07-21 11:57 UTC  (3+ messages)

[PATCH XTF] build: introduce a dist target
 2016-07-21 11:10 UTC  (7+ messages)
` [PATCH XTF] Correct the usage of $(DESTDIR) and $(prefix)

"X86_PV_VCPU_MSRS record truncated" during domain restore (was: Re: [qubes-users] DispVM Doesn't work)
 2016-07-21  9:21 UTC  (5+ messages)
      ` "X86_PV_VCPU_MSRS record truncated" during domain restore

[qemu-mainline baseline-only test] 66623: tolerable FAIL
 2016-07-21  8:34 UTC 

[ovmf test] 97720: regressions - FAIL
 2016-07-21  7:54 UTC 

[distros-debian-wheezy test] 66624: tolerable trouble: blocked/broken
 2016-07-21  7:32 UTC 

[qemu-mainline test] 97714: tolerable FAIL - PUSHED
 2016-07-21  3:03 UTC 

[xen-unstable test] 97709: regressions - FAIL
 2016-07-21  1:48 UTC 

[linux-4.1 test] 97692: regressions - FAIL
 2016-07-20 20:56 UTC 

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

[DRAFT v3] XenSock protocol design document
 2016-07-20 19:15 UTC 

[PATCH v5] altp2m: Allow shared entries to be copied to altp2m views during lazycopy
 2016-07-20 18:55 UTC 

[PATCH v8] x86/mem-sharing: mem-sharing a range of memory
 2016-07-20 18:01 UTC 

[xen-unstable-smoke test] 97722: tolerable all pass - PUSHED
 2016-07-20 17:59 UTC 

[linux-3.18 test] 97682: regressions - trouble: blocked/broken/fail/pass
 2016-07-20 17:59 UTC 

[DRAFT v2] XenSock protocol design document
 2016-07-20 17:43 UTC  (6+ messages)

[PATCH v2 0/9] xen/arm: Support SPIs routing
 2016-07-20 17:20 UTC  (5+ messages)
` [PATCH v2 7/9] xen/arm: Allow DOM0 to set the IRQ type

[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] xl: rename variable pause to pause_after_migration
 2016-07-20 15:24 UTC  (2+ messages)

[PATCH 0/2] Two coverity inspired patches for xenstored
 2016-07-20 15:23 UTC  (2+ messages)

[PATCH v2 0/7] Remove hard-coded /var/run in tools
 2016-07-20 15:23 UTC  (2+ messages)


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