messages from 2016-08-22 13:18:31 to 2016-08-24 10:11:34 UTC [more...]
[PATCH v2 00/22] mini-os: support HVMlite mode
2016-08-24 10:11 UTC (13+ messages)
` [PATCH v2 01/22] mini-os: resync xen headers
` [PATCH v2 02/22] mini-os: make dump_regs() work in early boot
` [PATCH v2 03/22] mini-os: add CONFIG_PARAVIRT
` [PATCH v2 04/22] mini-os: make some memory management related macros usable from assembler
` [PATCH v2 05/22] mini-os: add boot code for HVMlite support
` [PATCH v2 06/22] mini-os: setup hypercall page for HVMlite
` [PATCH v2 07/22] mini-os: support hvm_op hypercall
` [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 0/4] Clarify License information : m4, stubdom, tools/blktap2, xen/crypto
2016-08-24 10:10 UTC (7+ messages)
` [PATCH 2/4] Added source of ax_compare_version.m4 to import log
` [PATCH 3/4] [STUBDOM] Added COPYING files and README.source files
` [PATCH 4/4] blktap2: Added COPYING file
mkelf32 incorrectly filling out the program headers for NOTE
2016-08-24 10:07 UTC
[PATCH v3] xen: support enabling SMEP/SMAP for HVM only
2016-08-24 10:01 UTC (2+ messages)
missing unplug of SCSI devices in HVM guest
2016-08-24 9:24 UTC
[PATCH v4] Livepatch fixes and features for v4.8
2016-08-24 9:16 UTC (15+ messages)
` [PATCH v4 1/9] livepatch: Clear .bss when payload is reverted
` [PATCH v4 2/9] livepatch: Deal with payloads without any .text
` [PATCH v4 3/9] version/livepatch: Move xen_build_id_check to version.h
` [PATCH v4 4/9] version: Print build-id at bootup
` [PATCH v4 5/9] livepatch: Move code from prepare_payload to own routine
` [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 8/9] symbols: Generate an xen-sym.map
` [PATCH v4 9/9] livepach: Add .livepatch.hooks functions and test-case
[PATCH v8 00/13] Load BIOS via toolstack instead of been embedded in hvmloader
2016-08-24 9:16 UTC (14+ messages)
` [PATCH v8 05/13] libxl: Load guest BIOS from file
` [PATCH 0/2] Fix issue with {OVMF,SEABIOS}_PATH
` [PATCH 1/2] tools: only define {OVMF, SEABIOS}_PATH when they are enabled
` [PATCH 2/2] libxl: only return {OVMF, SEABIOS}_PATH if available
[PATCH v3] gnttab: Add gntdev device mappings for FreeBSD
2016-08-24 8:44 UTC
[PATCH 1/3] x86/levelling: Restrict non-architectural OSXSAVE handling to emulated CPUID
2016-08-24 8:41 UTC (6+ messages)
` [PATCH 2/3] x86/levelling: Pass a vcpu rather than a domain to ctxt_switch_levelling()
` [PATCH 3/3] x86/levelling: Provide architectural OSXSAVE handling to masked native CPUID
[ovmf test] 100604: all pass - PUSHED
2016-08-24 8:26 UTC
[distros-debian-squeeze test] 67588: tolerable FAIL
2016-08-24 8:11 UTC
[libvirt test] 100603: tolerable FAIL - PUSHED
2016-08-24 8:08 UTC
[PATCH] XSM: drop pointless uses of __FUNCTION__
2016-08-24 8:06 UTC
[PATCH] x86: drop pointless uses of __func__ / __FUNCTION__
2016-08-24 8:02 UTC
[PATCH] x86/mm: drop pointless use of __FUNCTION__
2016-08-24 8:01 UTC
[PATCH] VT-d: drop pointless uses of __func__
2016-08-24 7:54 UTC
[PATCH] pass-through: drop pointless uses of __func__
2016-08-24 7:51 UTC
[PATCH v2] make use of .startof.() and .sizeof.() assembler expressions
2016-08-24 7:44 UTC
[PATCH v2] x86/EFI: use less crude a way of generating the build ID
2016-08-24 7:42 UTC
[ovmf baseline-only test] 67587: all pass
2016-08-24 6:01 UTC
[PATCH 00/22] mini-os: support HVMlite mode
2016-08-24 5:13 UTC (48+ messages)
` [PATCH 01/22] mini-os: resync xen headers
` [PATCH 02/22] mini-os: make dump_regs() work in early boot
` [PATCH 03/22] mini-os: add CONFIG_PARAVIRT
` [PATCH 04/22] mini-os: make some memory management related macros usable from assembler
` [PATCH 05/22] mini-os: add boot code for HVMlite support
` [PATCH 06/22] mini-os: setup hypercall page for HVMlite
` [PATCH 07/22] mini-os: support hvm_op hypercall
` [PATCH 08/22] mini-os: initialize trap handling for HVMlite
` [PATCH 09/22] mini-os: support HVMlite traps
` [PATCH 10/22] mini-os: make p2m related code depend on CONFIG_PARAVIRT
` [PATCH 11/22] mini-os: add static page tables for virtual kernel area for HVMlite
` [PATCH 12/22] mini-os: add x86 native page table handling
` [PATCH 13/22] mini-os: correct wrong calculation of alloc bitmap size
` [PATCH 14/22] mini-os: add map_frame_virt() function
` [PATCH 15/22] mini-os: setup console interface parameters
` [PATCH 16/22] mini-os: setup xenbus "
` [PATCH 17/22] mini-os: add get_cmdline() function
` [Minios-devel] "
` [PATCH 18/22] mini-os: map shared info page for HVMlite
` [PATCH 19/22] mini-os: remove using start_info in architecture independent code
` [PATCH 20/22] mini-os: print start of day messages depending on domain type
` [PATCH 21/22] mini-os: get physical memory map
` [PATCH 22/22] mini-os: support idle for HVMlite
[linux-3.18 baseline-only test] 67586: regressions - FAIL
2016-08-24 5:05 UTC
[PATCH v4 00/16] linux: generalize sections, ranges and linker tables
2016-08-24 3:51 UTC (13+ messages)
` [PATCH v4 04/16] generic-sections: add section core helpers
` [PATCH v4 14/16] kprobes: move kprobe declarations to asm-generic/kprobes.h
` [PATCH v1 0/7] tools: add linker table userspace sandbox
` [PATCH v1 7/7] tools: add userspace linker table sandbox
[PATCH v1] Livepatch ARM 64 implementation
2016-08-24 2:14 UTC (18+ messages)
` [PATCH v1 2/9] x86/arm: Make 'make debug' work properly
` [PATCH v1 6/9] livepatch: Initial ARM64 support
` [PATCH v1 7/9] livepatch: ARM64: Ignore mapping symbols: $[a, d, x, p]
` [PATCH v1 9/9] livepatch: tests: Make them compile under ARM64
[ovmf baseline-only test] 67585: all pass
2016-08-24 0:53 UTC
[linux-4.1 baseline-only test] 67584: regressions - FAIL
2016-08-24 0:31 UTC
[PATCH -next] xen-netback: using kfree_rcu() to simplify the code
2016-08-24 0:01 UTC
[PATCH v05 54/72] include/uapi/xen/privcmd.h: fix compilation in userspace
2016-08-23 21:06 UTC (7+ messages)
` [PATCH v05 55/72] include/uapi/xen/gntdev.h: include xen/privcmd.h and define grant_ref_t
` [PATCH v05 56/72] include/uapi/xen/evtchn.h: include xen/privcmd.h
[ovmf test] 100601: all pass - PUSHED
2016-08-23 21:04 UTC
[PATCH net-next] xen-netfront: avoid packet loss when ethernet header crosses page boundary
2016-08-23 18:51 UTC (2+ messages)
[linux-3.18 test] 100597: tolerable FAIL - PUSHED
2016-08-23 18:51 UTC
[ovmf test] 100598: all pass - PUSHED
2016-08-23 18:10 UTC
[qemu-mainline baseline-only test] 67583: tolerable FAIL
2016-08-23 17:28 UTC
[linux-4.1 test] 100594: tolerable FAIL - PUSHED
2016-08-23 16:35 UTC
[xen-unstable test] 100592: tolerable FAIL
2016-08-23 14:56 UTC
[distros-debian-snapshot test] 67581: tolerable FAIL
2016-08-23 13:27 UTC
[libvirt test] 100593: tolerable FAIL - PUSHED
2016-08-23 13:25 UTC
[xen-unstable baseline-only test] 67580: tolerable FAIL
2016-08-23 12:07 UTC
[qemu-mainline test] 100589: tolerable FAIL - PUSHED
2016-08-23 11:45 UTC
[ovmf baseline-only test] 67582: all pass
2016-08-23 10:54 UTC
[PATCH v2] x86/PV: don't wrongly hide/expose CPUID.OSXSAVE from/to user mode
2016-08-23 9:56 UTC (9+ messages)
[PATCHv2 0/2] xen/privcmd: prevent page migration for hypercall buffers
2016-08-23 8:54 UTC (7+ messages)
` [PATCHv2 2/2] xen/privcmd: add ioctls for locking/unlocking "
[ovmf test] 100590: all pass - PUSHED
2016-08-23 7:53 UTC
[linux-3.18 test] 100588: regressions - FAIL
2016-08-23 6:41 UTC
[linux-4.1 test] 100587: regressions - FAIL
2016-08-23 4:57 UTC
[RFC PATCH] x86/apicv: fix RTC periodic timer and apicv issue
2016-08-23 2:11 UTC (13+ messages)
[PATCH v5] x86/cpuid: AVX-512 Feature Detection
2016-08-23 1:54 UTC
[RFC 00/22] xen/arm: Rework the P2M code to follow break-before-make sequence
2016-08-23 1:34 UTC (11+ messages)
` [RFC 06/22] xen/arm: traps: Check the P2M before injecting a data/instruction abort
` [RFC 07/22] xen/arm: p2m: Rework p2m_put_l3_page
` [RFC 08/22] xen/arm: p2m: Invalidate the TLBs when write unlocking the p2m
` [RFC 09/22] xen/arm: p2m: Change the type of level_shifts from paddr_t to unsigned int
` [RFC 11/22] xen/arm: p2m: Introduce p2m_get_root_pointer and use it in __p2m_lookup
[xen-unstable test] 100585: tolerable FAIL - PUSHED
2016-08-23 1:14 UTC
[PATCHv3 0/2] libfs, xenfs: replace /proc/xen/xenbus with a symlink
2016-08-23 0:47 UTC (2+ messages)
[PATCH 1/2] xen/Kconfig: Drop redundant comments from Kconfig files
2016-08-23 0:27 UTC (2+ messages)
[PATCH v4 00/16] linux: generalize sections, ranges and linker tables
2016-08-22 23:59 UTC (15+ messages)
` [PATCH v4 04/16] generic-sections: add section core helpers
` [PATCH v4 06/16] ranges.h: add helpers to build and identify Linux section ranges
` [PATCH v4 07/16] tables.h: add linker table support
` [PATCH v4 08/16] kbuild: enable option to force compile force-obj-y and force-lib-y
[qemu-mainline baseline-only test] 67578: regressions - FAIL
2016-08-22 23:14 UTC
[PATCH -next] xen-netback: using kfree_rcu() to simplify the code
2016-08-22 23:01 UTC
[ovmf baseline-only test] 67579: all pass
2016-08-22 22:22 UTC
[qemu-mainline test] 100584: regressions - FAIL
2016-08-22 21:21 UTC
HVMOP_altp2m_vcpu_enable_notify code example usage
2016-08-22 19:08 UTC (8+ messages)
[DRAFT v5] PV Calls protocol design document (former XenSock)
2016-08-22 18:22 UTC (3+ messages)
[ovmf baseline-only test] 67577: all pass
2016-08-22 17:01 UTC
[PATCH net-next] xen-netfront: avoid packet loss when ethernet header crosses page boundary
2016-08-22 15:42 UTC
[xen-unstable-smoke test] 100583: tolerable all pass - PUSHED
2016-08-22 15:30 UTC
[qemu-mainline test] 100581: tolerable FAIL - PUSHED
2016-08-22 15:30 UTC
Regression in kernel 4.7 xenstore
2016-08-22 13:42 UTC (2+ messages)
[ovmf test] 100582: all pass - PUSHED
2016-08-22 13:32 UTC
[PATCH v2 0/2] hvmloader: fix two issues spotted by Coverity
2016-08-22 13:21 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).