xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-24 10:11:30 to 2016-08-26 06:26:23 UTC [more...]

[PATCH] acpi: Re-license ACPI builder files from GPLv2 to LGPLv2.1
 2016-08-26  6:26 UTC  (4+ messages)

[PATCH RFC] tools/libxc, xen/x86: Added xc_set_mem_access_sparse()
 2016-08-26  6:11 UTC 

[xen-unstable test] 100624: regressions - FAIL
 2016-08-26  3:08 UTC 

[PATCH v4 00/16] linux: generalize sections, ranges and linker tables
 2016-08-26  3:00 UTC  (11+ messages)
` [PATCH v4 04/16] generic-sections: add section core helpers

Regression between Xen 4.6.0 and 4.7.0, Direct kernel boot on a qemu-xen and seabios HVM guest doesn't work anymore
 2016-08-25 21:18 UTC  (3+ messages)

[xen-unstable test] 100622: regressions - FAIL
 2016-08-25 19:38 UTC 

[PATCH v2] Convert tasklet to per-cpu tasklet
 2016-08-25 19:24 UTC  (6+ messages)
` [PATCH v2 1/5] tasklet: Introduce per-cpu tasklet for softirq
` [PATCH v2 2/5] tasklet: Add cross CPU feeding of per-cpu tasklets
` [PATCH v2 3/5] tasklet: Remove the old-softirq implementation
` [PATCH v2 4/5] tasklet: Introduce per-cpu tasklet for schedule tasklet
` [PATCH v2 5/5] tasklet: Remove the scaffolding

Technical Call on PV Calls, Friday 2nd of Sept 9AM PST / 5PM UK
 2016-08-25 19:17 UTC 

[qemu-mainline baseline-only test] 67593: tolerable FAIL
 2016-08-25 18:38 UTC 

[xen-unstable baseline-only test] 67591: regressions - FAIL
 2016-08-25 18:11 UTC 

[ovmf baseline-only test] 67595: all pass
 2016-08-25 18:08 UTC 

[MINIOS PATCH 0/5] x86 assmebly code clean up
 2016-08-25 17:48 UTC  (16+ messages)
` [MINIOS PATCH 1/5] x86_32: remove inclusion of x86-32.h
` [MINIOS PATCH 2/5] x86_64: remove unused labels
` [MINIOS PATCH 3/5] x86_64: merge RESTORE_REST into RESTORE_ALL
` [MINIOS PATCH 4/5] x86_64: introduce and use SAVE_ALL
` [MINIOS PATCH 5/5] x86_64: don't unnecessarily export some entries

xen-4.7
 2016-08-25 17:31 UTC  (3+ messages)
` xen-4.7 regression when saving a PV guest

Issue in MPX support in Xen
 2016-08-25 16:53 UTC 

[PATCH v4] Livepatch fixes and features for v4.8
 2016-08-25 16:08 UTC  (6+ messages)
` [PATCH v4 1/9] livepatch: Clear .bss when payload is reverted
` [PATCH v4 5/9] livepatch: Move code from prepare_payload to own routine

[ovmf baseline-only test] 67594: all pass
 2016-08-25 16:01 UTC 

osstest Massachusetts test lab resource usage investigation
 2016-08-25 15:27 UTC 

[PATCH v2] Livepatch for ARM 64 and 32
 2016-08-25 15:11 UTC  (34+ messages)
` [PATCH v2 01/20] livepatch: Bubble up sanity checks on Elf relocs
` [PATCH v2 02/20] x86/arm: Make 'make debug' work properly
` [PATCH v2 03/20] x86/arm64: Expose the ALT_[ORIG|REPL]_PTR macros to header files
` [PATCH v2 04/20] alternatives: x86 rename and change parameters on ARM
` [PATCH v2 05/20] arm64/alternatives: Make it possible to patch outside of hypervisor
` [PATCH v2 06/20] arm/alternative: Use _start instead of _stext
` [PATCH v2 07/20] arm/x86: Add ALTERNATIVE and HAS_EX_TABLE
` [PATCH v2 08/20] x86: change modify_xen_mappings to return error
` [PATCH v2 09/20] arm/mm: Introduce modify_xen_mappings
` [PATCH v2 10/20] arm64/insn: introduce aarch64_insn_gen_{nop|branch_imm}() helper functions
` [PATCH v2 11/20] arm/arm64: Update comment about VA layout
` [PATCH v2 12/20] x86, arm: Change arch_livepatch_quiesce() decleration
` [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 16/20] livepatch: tests: Make them compile under ARM64
` [PATCH v2 17/20] xen/arm32: Add an helper to invalidate all instruction caches
` [PATCH v2 18/20] xen/arm32/livepatch: Add BPICALLIS to "
` [PATCH v2 19/20] livepatch/elf: Adjust section aligment to word
` [PATCH v2 20/20] livepatch: ARM32 support

[PATCH v5 00/16] x86: multiboot2 protocol support
 2016-08-25 14:41 UTC  (23+ messages)
` [PATCH v5 01/16] x86: allow EFI reboot method neither on EFI platforms
` [PATCH v5 02/16] x86/boot: remove multiboot1_header_end from symbol table
` [PATCH v5 03/16] x86/boot: create *.lnk files with linker script
` [PATCH v5 04/16] x86/boot/reloc: reduce assembly usage as much as possible
` [PATCH v5 06/16] x86/boot/reloc: create generic alloc and copy functions
` [PATCH v5 09/16] x86: add multiboot2 protocol support
` [PATCH v5 10/16] efi: create efi_enabled()
` [PATCH v5 11/16] efi: build xen.gz with EFI code
` [PATCH v5 13/16] x86: add multiboot2 protocol support for EFI platforms
` [PATCH v5 14/16] x86/boot: implement early command line parser in C
` [PATCH v5 15/16] x86: make Xen early boot code relocatable

[xen-unstable-smoke test] 100621: tolerable all pass - PUSHED
 2016-08-25 14:38 UTC 

[PATCH v1] Livepatch ARM 64 implementation
 2016-08-25 13:54 UTC  (5+ messages)
` [PATCH v1 6/9] livepatch: Initial ARM64 support

[xen-unstable test] 100618: tolerable FAIL
 2016-08-25 13:03 UTC 

[PATCH] xen/grant-table: Use kmalloc_array() in arch_gnttab_valloc()
 2016-08-25 12:03 UTC  (2+ messages)

[distros-debian-wheezy test] 67592: all pass
 2016-08-25 11:57 UTC 

Discussion about virtual iommu support for Xen guest
 2016-08-25 11:11 UTC  (17+ messages)
                            ` Xen virtual IOMMU high level design doc

[PATCH v3 0/6] x86/time: PVCLOCK_TSC_STABLE_BIT support
 2016-08-25 10:38 UTC  (14+ messages)
` [PATCH v3 1/6] x86/time: refactor init_platform_time()
` [PATCH v3 2/6] x86/time: implement tsc as clocksource
` [PATCH v3 3/6] x86/time: streamline platform time init on plt_update()
` [PATCH v3 4/6] x86/time: refactor read_platform_stime()
` [PATCH v3 5/6] x86/time: implement PVCLOCK_TSC_STABLE_BIT
` [PATCH v3 6/6] docs: update clocksource option

[ovmf test] 100620: all pass - PUSHED
 2016-08-25 10:23 UTC 

[xen-unstable-smoke test] 100619: tolerable all pass - PUSHED
 2016-08-25  9:51 UTC 

[PATCH v4 00/16] Xen ARM DomU ACPI support
 2016-08-25  9:09 UTC  (22+ messages)
` [PATCH v4 01/16] tools/libxl: Add an unified configuration option for ACPI
` [PATCH v4 03/16] libxl/arm: Generate static ACPI DSDT table
` [PATCH v4 05/16] libxl/arm: Construct ACPI RSDP table
` [PATCH v4 07/16] libxl/arm: Construct ACPI GTDT table
` [PATCH v4 14/16] public/hvm/params.h: Add macros for HVM_PARAM_CALLBACK_TYPE_PPI

[libvirt test] 100615: tolerable FAIL - PUSHED
 2016-08-25  8:03 UTC 

[PATCH] VT-d: drop pointless uses of __func__
 2016-08-25  7:52 UTC  (6+ messages)

[ovmf test] 100617: all pass - PUSHED
 2016-08-25  7:24 UTC 

[qemu-mainline test] 100611: tolerable FAIL - PUSHED
 2016-08-25  6:59 UTC 

[PATCH] x86: drop pointless uses of __func__ / __FUNCTION__
 2016-08-25  6:48 UTC  (3+ messages)

[qemu-mainline baseline-only test] 67590: regressions - FAIL
 2016-08-25  5:54 UTC 

[PATCHv2 0/2] xen/privcmd: prevent page migration for hypercall buffers
 2016-08-25  5:41 UTC  (3+ messages)

[xen-unstable test] 100610: tolerable FAIL - PUSHED
 2016-08-25  5:40 UTC 

[PATCH 3/3] tools & docs: add L2 CAT support in tools and docs
 2016-08-25  5:22 UTC 

[PATCH 2/3] x86: add support for L2 CAT in hypervisor
 2016-08-25  5:22 UTC 

[PATCH 1/3] x86: refactor psr implementation in hypervisor
 2016-08-25  5:22 UTC 

[PATCH 0/3] Enable L2 Cache Allocation Technology
 2016-08-25  5:21 UTC 

[qemu-mainline test] 100608: tolerable FAIL - PUSHED
 2016-08-24 23:24 UTC 

[xen-unstable test] 100607: regressions - FAIL
 2016-08-24 22:01 UTC 

[PATCH] x86: correct PT_NOTE file position
 2016-08-24 20:45 UTC  (2+ messages)

[PATCH] x86/mm: drop pointless use of __FUNCTION__
 2016-08-24 20:37 UTC  (2+ messages)

[PATCH] pass-through: drop pointless uses of __func__
 2016-08-24 20:28 UTC  (2+ messages)

[PATCH] XSM: drop pointless uses of __FUNCTION__
 2016-08-24 18:29 UTC  (2+ messages)

[PATCH v3] xen: Make VPMU init message look less scary
 2016-08-24 17:47 UTC  (2+ messages)

[PATCH v2] xen: rename xen_pmu_init() in sys-hypervisor.c
 2016-08-24 17:46 UTC  (2+ messages)

[PATCH v2 0/2] Reinstate irq alloc/dealloc locking patch
 2016-08-24 17:46 UTC  (2+ messages)

[PATCH linux v2] xen: change the type of xen_vcpu_id to uint32_t
 2016-08-24 17:43 UTC 

[PATCH] xenbus: don't look up transaction IDs for ordinary writes
 2016-08-24 17:43 UTC 

[GIT PULL] xen: regression fix for 4.8-rc3
 2016-08-24 17:40 UTC 

[PATCH] Xen: remove -fshort-wchar gcc flag
 2016-08-24 17:18 UTC 

[RFC] Classify and remove (some) abort()s in libxl
 2016-08-24 15:57 UTC 

[PATCH] x86: correct CPUID output for out of bounds input
 2016-08-24 15:31 UTC 

[xen-unstable-smoke test] 100606: tolerable all pass - PUSHED
 2016-08-24 13:39 UTC 

Memory sizes obtained from the hypervisor
 2016-08-24 13:18 UTC  (2+ messages)

Do people want a Developer Meeting on Aug 24th (before Dev Summit)
 2016-08-24 13:01 UTC  (4+ messages)

[PATCH 0/4] Clarify License information : m4, stubdom, tools/blktap2, xen/crypto
 2016-08-24 12:43 UTC  (5+ messages)
` [PATCH 3/4] [STUBDOM] Added COPYING files and README.source files

mkelf32 incorrectly filling out the program headers for NOTE
 2016-08-24 12:42 UTC  (3+ messages)

[PATCH v3 00/38] arm/altp2m: Introducing altp2m to ARM
 2016-08-24 12:27 UTC  (5+ messages)
` [PATCH v3 36/38] altp2m: Allow specifying external-only use-case
` [PATCH v3 38/38] arm/p2m: Add test of xc_altp2m_change_gfn

[PATCH v8 05/13] libxl: Load guest BIOS from file
 2016-08-24 11:59 UTC  (4+ messages)
` [PATCH 0/2] Fix issue with {OVMF,SEABIOS}_PATH

[ovmf baseline-only test] 67589: all pass
 2016-08-24 11:25 UTC 

[PATCH 0/3] tools: support autoballooning of xenstore domain
 2016-08-24 11:12 UTC  (4+ messages)

Save/Restore is not working properly
 2016-08-24 11:08 UTC  (9+ messages)

[xen-unstable test] 100602: tolerable FAIL
 2016-08-24 11:02 UTC 

[xen-unstable-coverity test] 100605: all pass - PUSHED
 2016-08-24 10:48 UTC 

[PATCH v2 00/22] mini-os: support HVMlite mode
 2016-08-24 10:38 UTC  (19+ messages)
` [PATCH v2 05/22] mini-os: add boot code for HVMlite support
` [PATCH v2 08/22] mini-os: initialize trap handling for HVMlite
` [PATCH v2 09/22] mini-os: support HVMlite traps
` [PATCH v2 10/22] mini-os: make p2m related code depend on CONFIG_PARAVIRT
` [PATCH v2 11/22] mini-os: add static page tables for virtual kernel area for HVMlite
` [PATCH v2 12/22] mini-os: add x86 native page table handling
` [PATCH v2 13/22] mini-os: correct wrong calculation of alloc bitmap size
` [PATCH v2 14/22] mini-os: add map_frame_virt() function
` [PATCH v2 15/22] mini-os: setup console interface parameters
` [PATCH v2 16/22] mini-os: setup xenbus "
` [PATCH v2 17/22] mini-os: add get_cmdline() function
` [PATCH v2 18/22] mini-os: map shared info page for HVMlite
` [PATCH v2 19/22] mini-os: remove using start_info in architecture independent code
` [PATCH v2 20/22] mini-os: print start of day messages depending on domain type
` [PATCH v2 21/22] mini-os: get physical memory map
` [PATCH v2 22/22] mini-os: support idle for HVMlite

[PATCH v5] x86/cpuid: AVX-512 Feature Detection
 2016-08-24 10:21 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).