xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-29 20:47:10 to 2016-09-30 21:31:10 UTC [more...]

[PATCH 3/3] tools & docs: add L2 CAT support in tools and docs
 2016-09-30 21:29 UTC  (2+ messages)

[v2 2/3] x86: add support for L2 CAT in hypervisor
 2016-09-30 21:23 UTC  (2+ messages)

[v2 1/3] x86: refactor psr implementation in hypervisor
 2016-09-30 21:18 UTC  (2+ messages)

[v2 0/3] Enable L2 Cache Allocation Technology
 2016-09-30 20:32 UTC  (2+ messages)

Adding new custom devices to Xen via QEMU
 2016-09-30 20:06 UTC  (8+ messages)

[PATCH v2] Tmem cleanups/improvements for v4.8
 2016-09-30 19:14 UTC  (19+ messages)
` [PATCH v2 1/9] libxc/tmem/restore: Remove call to XEN_SYSCTL_TMEM_OP_SAVE_GET_VERSION
` [PATCH v2 2/9] tmem: Retire XEN_SYSCTL_TMEM_OP_[SET_CAP|SAVE_GET_CLIENT_CAP]
` [PATCH v2 3/9] tmem: Delete deduplication (and tze) code
` [PATCH v2 4/9] tmem: Move client weight, frozen, live_migrating, and compress
` [PATCH v2 5/9] tmem/sysctl: Add union in struct xen_sysctl_tmem_op
` [PATCH v2 6/9] tmem/libxc: Squash XEN_SYSCTL_TMEM_OP_[SET|SAVE]
` [PATCH v2 7/9] tmem: Unify XEN_SYSCTL_TMEM_OP_[[SAVE_[BEGIN|END]|RESTORE_BEGIN]
` [PATCH v2 8/9] tmem/xc_tmem_control: Rename 'arg1' to 'len' and 'arg2' to arg
` [PATCH v2 9/9] tmem: Batch and squash XEN_SYSCTL_TMEM_OP_SAVE_GET_POOL_[FLAGS, NPAGES, UUID] in one sub-call: XEN_SYSCTL_TMEM_OP_GET_POOLS

[xen-unstable test] 101225: tolerable FAIL - PUSHED
 2016-09-30 18:54 UTC 

[xen-unstable-smoke test] 101227: tolerable all pass - PUSHED
 2016-09-30 18:41 UTC 

[Resend PATCH 0/2] Xen: Fix Xen hypervisor panic during dumping timer info on huge machine
 2016-09-30 18:11 UTC  (5+ messages)
` [Resend PATCH 1/2] Xen/Keyhandler: Make keyhandler always run in tasklet
` [Resend PATCH 2/2] Xen/timer: Process softirq during dumping timer info

[Patch] x86emul: simplify prefix handling for VMFUNC
 2016-09-30 18:13 UTC  (8+ messages)

[PATCH v2 00/30] PVHv2 Dom0
 2016-09-30 17:36 UTC  (31+ messages)
` [PATCH v2 03/30] xen/x86: fix parameters and return value of *_set_allocation functions
` [PATCH v2 04/30] xen/x86: allow calling {sh/hap}_set_allocation with the idle domain
` [PATCH v2 05/30] xen/x86: assert that local_events_need_delivery is not called by "
` [PATCH v2 06/30] x86/paging: introduce paging_set_allocation
` [PATCH v2 09/30] x86/vtd: fix and simplify mapping RMRR regions
` [PATCH v2 10/30] xen/x86: allow the emulated APICs to be enbled for the hardware domain
` [PATCH v2 11/30] xen/x86: split Dom0 build into PV and PVHv2
` [PATCH v2 12/30] xen/x86: make print_e820_memory_map global
` [PATCH v2 14/30] xen/mm: add a ceil sufix to current page calculation routine
` [PATCH v2 15/30] xen/x86: populate PVHv2 Dom0 physical memory map
` [PATCH v2 29/30] xen/x86: allow PVHv2 to perform foreign memory mappings

[PATCH v1] Tmem cleanups/improvements for v4.8
 2016-09-30 16:51 UTC  (9+ messages)
` [PATCH v1 02/12] tmem: Retire XEN_SYSCTL_TMEM_OP_[SET_CAP|SAVE_GET_CLIENT_CAP]
` [PATCH v1 08/12] tmem: Handle 'struct tmem_info' as a seperate field in the

[xen-unstable-smoke test] 101226: tolerable all pass - PUSHED
 2016-09-30 16:23 UTC 

[PATCH] trace: Fix incorrect number of pages used for trace metadata
 2016-09-30 16:12 UTC  (6+ messages)

[PATCH v2 00/10] sched: Credit1 and Credit2 improvements... but *NO* soft-affinity for Credit2!
 2016-09-30 16:02 UTC  (35+ messages)
` [PATCH v2 01/10] xen: credit1: return the 'time remaining to the limit' as next timeslice
` [PATCH v2 02/10] xen: credit1: don't rate limit context switches in case of yields
` [PATCH v2 03/10] xen: credit2: make tickling more deterministic
` [PATCH v2 04/10] xen: credit2: only reset credit on reset condition
` [PATCH v2 05/10] xen: credit2: implement yield()
` [PATCH v2 06/10] xen: tracing: add trace records for schedule and rate-limiting
` [PATCH v2 07/10] tools: tracing: handle more scheduling related events
` [PATCH v2 08/10] libxl: fix coding style of credit1 parameters related functions
` [PATCH v2 09/10] libxl: allow to set the ratelimit value online for Credit2
` [PATCH v2 10/10] xl: "

[PATCH] svm/emulate: remove duplicated const specifier
 2016-09-30 15:48 UTC  (2+ messages)

[PATCH 00/24] sched: Credit1 and Credit2 improvements... and soft-affinity for Credit2!
 2016-09-30 15:30 UTC  (14+ messages)
` [PATCH 05/24] xen: credit2: make tickling more deterministic
` [PATCH 10/24] xen: tracing: improve Credit2's tickle_check and burn_credits records
` [PATCH 14/24] libxl: allow to set the ratelimit value online for Credit2
` [PATCH 22/24] xen: credit2: "relax" CSCHED2_MAX_TIMER

[PATCH v3 0/2] sched: Credit1 and Credit2 improvements... but *NO* soft-affinity for Credit2!
 2016-09-30 15:22 UTC  (5+ messages)
` [PATCH v3 1/2] xen: credit2: implement yield()
` [PATCH v3 2/2] xen: tracing: add trace records for schedule and rate-limiting

[PATCH v3] SVM: use generic instruction decoding
 2016-09-30 15:03 UTC  (8+ messages)

[PATCH v2] Enhancements to hvmloader for Xen 4.8
 2016-09-30 14:55 UTC  (7+ messages)
` [PATCH v2 2/2] hvmloader, pci: Don't try to relocate memory if 64-bit BAR is bigger than ~2GB

[PATCH v3 0/3] xen/pciback: support driver_override
 2016-09-30 14:47 UTC 

[PATCH v2 0/2] Convert to new CPU hotplug framework
 2016-09-30 14:46 UTC  (2+ messages)

[PATCH] xen: Remove event channel notification through Xen PCI platform device
 2016-09-30 14:46 UTC  (2+ messages)

[PATCH v2] x86/32on64: don't modify guest descriptors without need
 2016-09-30 14:16 UTC  (2+ messages)

[PATCH v2 0/4] x86: further insn emulator improvements
 2016-09-30 14:10 UTC  (8+ messages)
` [PATCH v2 1/4] x86emul: support UMIP
` [PATCH v2 2/4] x86emul: consolidate segment register handling
` [PATCH v2 3/4] x86emul: support RTM instructions
` [PATCH v2 4/4] x86emul: conditionally clear BNDn for branches

[xen-unstable-smoke test] 101224: tolerable all pass - PUSHED
 2016-09-30 13:53 UTC 

[PATCH 0/5] x86: further insn emulator improvements
 2016-09-30 12:51 UTC  (19+ messages)
` [PATCH 1/5] x86emul: support UMIP
` [PATCH 2/5] x86emul: consolidate segment register handling
` [PATCH 3/5] x86emul: support RTM instructions
` [PATCH 4/5] x86/emulate: add support for {, v}movq xmm, xmm/m64
` [PATCH 5/5] x86/emulate: add support for {, v}movd {, x}mm, r/m32 and {, v}movq {, x}mm, r/m64

[xen-unstable test] 101219: tolerable FAIL
 2016-09-30 12:03 UTC 

[PATCH v2] Added COPYING and README.patch files to xen/common and xen/tools
 2016-09-30 11:22 UTC  (3+ messages)

[PATCH 1/2] tools/libxc: Don't leak foreign mappings when loading modules
 2016-09-30 11:20 UTC  (5+ messages)
` [PATCH 2/2] x86/emulate: Resolve MISSING_BREAK issue in x86_decode()

[PATCH v2 0/2] Clarify License information : stubdom, tools/blktap2
 2016-09-30 11:11 UTC  (3+ messages)

[PATCH v8 00/16] Xen ARM DomU ACPI support
 2016-09-30 11:10 UTC  (4+ messages)
` [PATCH v8 03/16] libxl/arm: Generate static ACPI DSDT table

[xen-unstable-smoke test] 101221: tolerable all pass - PUSHED
 2016-09-30 11:02 UTC 

[PATCH v9 00/13] x86: multiboot2 protocol support
 2016-09-30 10:49 UTC  (19+ messages)
` [PATCH v9 01/13] x86: add "
` [PATCH v9 02/13] efi: create efi_enabled()
` [PATCH v9 03/13] x86: allow EFI reboot method neither on EFI platforms
` [PATCH v9 04/13] x86: properly calculate xen ELF end of image address
` [PATCH v9 05/13] efi: build xen.gz with EFI code
` [PATCH v9 06/13] efi: create new early memory allocator
` [PATCH v9 07/13] x86: add multiboot2 protocol support for EFI platforms
` [PATCH v9 08/13] x86/boot: implement early command line parser in C
` [PATCH v9 09/13] x86: change default load address from 1 MiB to 2 MiB
` [PATCH v9 10/13] x86/setup: use XEN_IMG_OFFSET instead of
` [PATCH v9 11/13] x86: make Xen early boot code relocatable
` [PATCH v9 12/13] x86/boot: rename sym_phys() to sym_offs()
` [PATCH v9 13/13] x86: add multiboot2 protocol support for relocatable images

[PATCH] x86emul: defer injection of #DB
 2016-09-30 10:10 UTC  (2+ messages)

[PATCH v3] x86emul: support XSETBV
 2016-09-30 10:10 UTC  (2+ messages)

[ovmf test] 101220: all pass - PUSHED
 2016-09-30 10:01 UTC 

[libvirt test] 101218: regressions - FAIL
 2016-09-30  9:17 UTC 

[PATCH] pub-headers: reduce C99 dependencies
 2016-09-30  9:14 UTC  (7+ messages)

[PATCH v2 00/16] x86: split insn emulator decode and execution
 2016-09-30  8:55 UTC  (24+ messages)
` [PATCH v2 08/16] SVM: use generic instruction decoding
` [PATCH v2 09/16] x86/32on64: use generic instruction decoding for call gate emulation
` [PATCH v2 10/16] x86/PV: split out dealing with CRn from privileged instruction handling
` [PATCH v2 11/16] x86/PV: split out dealing with DRn "
` [PATCH v2 13/16] x86emul: support XSETBV
` [PATCH v2 14/16] x86emul: sort opcode 0f01 special case switch() statement
` [PATCH v2 15/16] x86/PV: use generic emulator for privileged instruction handling
` [PATCH v2 16/16] x86emul: don't assume a memory operand

[qemu-mainline test] 101216: tolerable FAIL - PUSHED
 2016-09-30  7:54 UTC 

[xen-unstable test] 101215: tolerable FAIL - PUSHED
 2016-09-30  5:24 UTC 

[ovmf test] 101217: all pass - PUSHED
 2016-09-30  4:48 UTC 

[qemu-mainline test] 101213: tolerable FAIL - PUSHED
 2016-09-30  1:16 UTC 

[xen-unstable test] 101209: tolerable FAIL - PUSHED
 2016-09-29 22:14 UTC 

[xen-unstable-smoke test] 101212: tolerable all pass - PUSHED
 2016-09-29 20:48 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).