xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-06 12:41:18 to 2016-09-07 14:13:30 UTC [more...]

[PATCH v2 0/2] xen/arm: alternative: Make it possible to patch outside of the hypervisor
 2016-09-07 14:13 UTC  (4+ messages)
` [PATCH v2 1/2] xen/arm: alternative: Clean-up __apply_alternatives
` [PATCH v2 2/2] xen/arm: alternative: Make it possible to patch outside of the hypervisor

[PATCH v2] libelf: drop pointless uses of __FUNCTION__
 2016-09-07 14:03 UTC  (3+ messages)

[PATCH v5 00/16] x86: multiboot2 protocol support
 2016-09-07 14:01 UTC  (9+ messages)
` [PATCH v5 06/16] x86/boot/reloc: create generic alloc and copy functions
` [PATCH v5 12/16] x86/efi: create new early memory allocator

[PATCH 00/24] sched: Credit1 and Credit2 improvements... and soft-affinity for Credit2!
 2016-09-07 13:31 UTC  (14+ messages)
` [PATCH 05/24] xen: credit2: make tickling more deterministic
` [PATCH 17/24] xen: credit2: soft-affinity awareness in runq_tickle()
` [PATCH 18/24] xen: credit2: soft-affinity awareness fallback_cpu() and cpu_pick()

[xen-unstable-smoke test] 100791: tolerable all pass - PUSHED
 2016-09-07 13:12 UTC 

[PATCH linux v3 3/9] xen: introduce xen_vcpu_id mapping
 2016-09-07 12:55 UTC  (6+ messages)

[xen-4.7-testing test] 100777: tolerable FAIL - PUSHED
 2016-09-07 11:57 UTC 

[PATCH] xen/arm: alternative: Make it possible to patch outside of the hypervisor
 2016-09-07 11:36 UTC  (5+ messages)

missing unplug of SCSI devices in HVM guest
 2016-09-07 10:53 UTC  (5+ messages)

[PATCH v2] Livepatch for ARM 64 and 32
 2016-09-07 10:43 UTC  (40+ messages)
` [PATCH v2 01/20] livepatch: Bubble up sanity checks on Elf relocs
` [PATCH v2 07/20] arm/x86: Add ALTERNATIVE and HAS_EX_TABLE
` [PATCH v2 13/20] livepatch: Initial ARM64 support
` [PATCH v2 14/20] livepatch: ARM 32|64: Ignore mapping symbols: $[d, a, x, t]
` [PATCH v2 15/20] livepatch: Move test-cases to common
` [PATCH v2 18/20] xen/arm32/livepatch: Add BPICALLIS to helper to invalidate all instruction caches
` [PATCH v2 19/20] livepatch/elf: Adjust section aligment to word

[PATCH v6 0/2] qemu-qdisk: Implementation of grant copy operation
 2016-09-07 10:41 UTC  (3+ messages)
` [PATCH v6 1/2] libs/gnttab: introduce grant copy interface
` [PATCH v6 2/2] qdisk - hw/block/xen_disk: grant copy implementation

[xen-unstable-coverity test] 100788: all pass - PUSHED
 2016-09-07 10:41 UTC 

Failed vm entry with heavy use of emulator
 2016-09-07  9:36 UTC  (10+ messages)

[PATCH v2 1/1] xen: move TLB-flush filtering out into populate_physmap
 2016-09-07  9:30 UTC  (3+ messages)

[xen-unstable test] 100773: tolerable FAIL - PUSHED
 2016-09-07  9:30 UTC 

[PATCH v4] Livepatch fixes and features for v4.8
 2016-09-07  9:18 UTC  (23+ messages)
` [PATCH v4 1/9] livepatch: Clear .bss when payload is reverted
` [PATCH v4 4/9] version: Print build-id at bootup
` [PATCH v4 6/9] livepatch: Add parsing for the symbol+0x<offset>
` [PATCH v4 7/9] livepatch: NOP if func->new_[addr] is zero
` [PATCH v4 9/9] livepach: Add .livepatch.hooks functions and test-case

[PATCH V4] tools/libxc, xen/x86: Added xc_set_mem_access_multi()
 2016-09-07  9:12 UTC 

[PATCH 2/3] x86: add support for L2 CAT in hypervisor
 2016-09-07  9:03 UTC  (4+ messages)

[PATCH 1/3] x86: refactor psr implementation in hypervisor
 2016-09-07  9:01 UTC  (4+ messages)

[xen-unstable-smoke test] 100785: tolerable all pass - PUSHED
 2016-09-07  8:49 UTC 

ARM cross-compile build fix
 2016-09-07  8:46 UTC  (2+ messages)

[PATCH V3] tools/libxc, xen/x86: Added xc_set_mem_access_multi()
 2016-09-07  8:45 UTC  (16+ messages)

Xen 4.6.1 crash with altp2m enabled by default
 2016-09-07  8:35 UTC  (15+ messages)
              ` Xen 4.6.1 crash with altp2m enabled bydefault
                  ` Xen 4.6.1 crash with altp2m enabledbydefault

[PATCH 0/2] x86/HVM: feature checking improvements
 2016-09-07  8:28 UTC  (7+ messages)
` [PATCH 1/2] VMX: correct feature checks for MPX and XSAVES
` [PATCH 2/2] x86/HVM: adjust feature checking in MSR intercept handling

[distros-debian-squeeze test] 67665: tolerable FAIL
 2016-09-07  8:27 UTC 

[RFC 00/22] xen/arm: Rework the P2M code to follow break-before-make sequence
 2016-09-07  8:18 UTC  (31+ messages)
` [RFC 01/22] xen/arm: do_trap_instr_abort_guest: Move the IPA computation out of the switch
` [RFC 14/22] xen/arm: p2m: Re-implement p2m_cache_flush using p2m_get_entry
` [RFC 15/22] xen/arm: p2m: Re-implement relinquish_p2m_mapping "
` [RFC 18/22] xen/arm: p2m: Introduce p2m_set_entry and __p2m_set_entry
` [RFC 19/22] xen/arm: p2m: Re-implement p2m_remove_using using p2m_set_entry
` [RFC 20/22] xen/arm: p2m: Re-implement p2m_insert_mapping "
` [RFC 21/22] xen/arm: p2m: Re-implement p2m_set_mem_access using p2m_{set, get}_entry
` [RFC 22/22] xen/arm: p2m: Do not handle shattering in p2m_create_table

[qemu-upstream-unstable test] 100776: regressions - FAIL
 2016-09-07  7:42 UTC 

[ovmf baseline-only test] 67664: all pass
 2016-09-07  7:08 UTC 

[PATCH v3 0/6] xen/arm: Add support for mapping mmio-sram nodes into dom0
 2016-09-07  6:56 UTC  (7+ messages)
` [PATCH v3 1/6] xen/arm: p2m: Add support for normal non-cacheable memory
` [PATCH v3 2/6] xen/arm: Rename and generalize un/map_regions_rw_cache
` [PATCH v3 3/6] xen/device-tree: Add __DT_MATCH macros without braces
` [PATCH v3 4/6] xen/device-tree: Make dt_match_node match props
` [PATCH v3 5/6] xen/arm: domain_build: Plumb for different mapping attributes
` [PATCH v3 6/6] xen/arm: Map mmio-sram nodes as un-cached memory

Xen on the ARM Foundation Model documentation
 2016-09-07  6:47 UTC 

[MINIOS PATCH] Add travis.yml and travis-build script
 2016-09-07  6:38 UTC  (3+ messages)

[PATCH v2 0/4] gcov: more cleanup
 2016-09-07  6:35 UTC  (14+ messages)
` [PATCH v2 1/4] xen: indicate gcov in log messages
` [PATCH v2 2/4] gcov: collect more sections to constructor list
` [PATCH v2 4/4] xen: make clear gcov support limitation in Kconfig

[PATCH] docs: document old SUSE/Novell unplug for HVM
 2016-09-07  6:35 UTC  (4+ messages)

[xen-4.5-testing baseline-only test] 67663: regressions - FAIL
 2016-09-07  6:08 UTC 

[ovmf test] 100774: all pass - PUSHED
 2016-09-07  5:04 UTC 

[qemu-mainline test] 100772: regressions - FAIL
 2016-09-07  3:47 UTC 

[xen-4.6-testing test] 100771: regressions - FAIL
 2016-09-07  1:57 UTC 

[RFC PATCH] x86/apicv: fix RTC periodic timer and apicv issue
 2016-09-07  0:47 UTC  (7+ messages)

[PATCH v3 0/6] VMX: Properly handle pi descriptor and per-cpu blocking list
 2016-09-06 23:27 UTC  (4+ messages)
` [PATCH v3 3/6] VMX: Cleanup PI per-cpu blocking list when vcpu is destroyed

[xen-4.5-testing test] 100769: tolerable FAIL - PUSHED
 2016-09-06 21:51 UTC 

[PATCH v2 0/9] x86: Move the pv hypercall into C
 2016-09-06 20:20 UTC  (5+ messages)
` [PATCH v2 4/9] x86/pv: Implement pv_hypercall() in C

[xen-4.7-testing test] 100770: regressions - trouble: blocked/broken/fail/pass
 2016-09-06 19:32 UTC 

[OSSTEST PATCH v3 00/25] Integrate XTF into OSSTest
 2016-09-06 19:16 UTC  (32+ messages)
` [OSSTEST PATCH v3 01/25] Executive: Previous duration estimator: use overall time, not sum of steps
` [OSSTEST PATCH v3 02/25] ts-hosts-allocate-Executive: Replace some odd commas with semicolons
` [OSSTEST PATCH v3 03/25] sg-run-job: Add emacs mode comment
` [OSSTEST PATCH v3 04/25] step status skip: Ignore in cs-bisection-step
` [OSSTEST PATCH v3 05/25] step status skip: Ignore in report_run_getinfo
` [OSSTEST PATCH v3 06/25] step status skip: Implement in sg-report-flight
` [OSSTEST PATCH v3 07/25] ts-hosts-allocate-Executive: pass $plan to hid_find_possibilities
` [OSSTEST PATCH v3 08/25] ts-hosts-allocate-Executive: Support diverse-CLASS hostflag
` [OSSTEST PATCH v3 09/25] DO NOT APPLY make-flight-diverse-test: test case for "
` [OSSTEST PATCH v3 10/25] Executive: Support substeps
` [OSSTEST PATCH v3 11/25] DO NOT APPLY make-flight-substep-test
` [OSSTEST PATCH v3 12/25] DO NOT APPLY provide ts-substep-test
` [OSSTEST PATCH v3 13/25] ts-xen-build: always compile in FEP support
` [OSSTEST PATCH v3 14/25] ap-common: add xtf tree
` [OSSTEST PATCH v3 15/25] DO NOT APPLY point xtf to my personal tree
` [OSSTEST PATCH v3 16/25] BuildSupport: move buildcmd_stamped_logged here
` [OSSTEST PATCH v3 17/25] Introduce ts-xtf-build
` [OSSTEST PATCH v3 18/25] sg-run-job: create xtf build recipe
` [OSSTEST PATCH v3 19/25] Introduce ts-xtf-install
` [OSSTEST PATCH v3 20/25] mfi-common: create xtf build job for 4.4 onwards
` [OSSTEST PATCH v3 21/25] Introduce ts-xtf-fep
` [OSSTEST PATCH v3 22/25] Introduce ts-xtf-run
` [OSSTEST PATCH v3 23/25] sg-run-job: test-xtf recipe
` [OSSTEST PATCH v3 24/25] make-flight: create 5 xtf jobs
` [OSSTEST PATCH v3 25/25] Create XTF branch

xen/xen vs xen/kvm nesting with pv drivers
 2016-09-06 17:31 UTC  (6+ messages)

[distros-debian-snapshot test] 67647: tolerable FAIL
 2016-09-06 17:17 UTC 

[PATCH v2 1/2] x86/altp2m: use __get_gfn_type_access to avoid lock conflicts
 2016-09-06 17:02 UTC  (2+ messages)

Test Meetup at Developer Summit
 2016-09-06 15:53 UTC  (2+ messages)

Xen Code Review Dashboard
 2016-09-06 15:27 UTC  (3+ messages)

[xen-unstable-smoke test] 100775: tolerable all pass - PUSHED
 2016-09-06 15:21 UTC 

[PATCH] libelf: drop pointless uses of __FUNCTION__
 2016-09-06 15:15 UTC  (3+ messages)

Bug in hash changes to netback in 4.7.2 kernel
 2016-09-06 13:54 UTC  (4+ messages)

Xen 4.8 Development Update
 2016-09-06 13:09 UTC  (4+ messages)

Winter Outreachy round - please update projects
 2016-09-06 12:51 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).