xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-23 10:10:31 to 2016-03-24 12:56:56 UTC [more...]

[PATCH 00/16] Fixes and improvement (including hard affinity!) for Credit2
 2016-03-24 12:56 UTC  (31+ messages)
` [PATCH 01/16] xen: sched: fix locking when allocating an RTDS pCPU
` [PATCH 02/16] xen: sched: add .init_pdata hook to the scheduler interface
` [PATCH 03/16] xen: sched: make implementing .alloc_pdata optional
` [PATCH 04/16] xen: sched: implement .init_pdata in all schedulers
` [PATCH 05/16] xen: sched: move pCPU initialization in an helper
` [PATCH 09/16] xen: sched: close potential races when switching scheduler to CPUs
` [PATCH 10/16] xen: sched: improve credit2 bootparams' scope, placement and signedness
` [PATCH 12/16] xen: sched: fix per-socket runqueue creation in credit2
` [PATCH 13/16] xen: sched: allow for choosing credit2 runqueues configuration at boot
` [PATCH 14/16] xen: sched: per-core runqueues as default in credit2
` [PATCH 15/16] xen: sched: scratch space for cpumasks on Credit2

[PATCH 0/3] x86/HVM: adjustments to internal device emulation
 2016-03-24 12:52 UTC  (8+ messages)
` [PATCH 1/3] x86/HVM: fix forwarding of internally cached requests
` [PATCH 2/3] x86/vLAPIC: vlapic_reg_write() can't fail
` [PATCH 3/3] x86/HVM: terminate writes to PM_TMR port

[PATCH v6 00/22] Prepare UEFI and ACPI tables for Dom0 on ARM64
 2016-03-24 12:45 UTC  (16+ messages)
` [PATCH v6 01/22] arm/acpi: Estimate memory required for acpi/efi tables
` [PATCH v6 02/22] arm/acpi: Add a helper function to get the acpi table offset
` [PATCH v6 12/22] arm/acpi: Prepare EFI memory descriptor for Dom0
` [PATCH v6 16/22] arm/acpi: Configure SPI interrupt type and route to Dom0 dynamically
` [PATCH v6 17/22] arm/gic: Add a new callback to deny Dom0 access to GIC regions
` [PATCH v6 18/22] arm/acpi: Permit MMIO access of Xen unused devices for Dom0
` [PATCH v6 20/22] xen/acpi: Fix event-channel interrupt when booting with ACPI

[PATCH v5 00/22] Prepare UEFI and ACPI tables for Dom0 on ARM64
 2016-03-24 12:24 UTC  (6+ messages)
` [PATCH v5 19/22] hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBACK_IRQ

[PATCH v6 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-03-24 12:21 UTC  (2+ messages)

Question about /proc/interrupts on Xen ARM
 2016-03-24 12:20 UTC 

[PATCH v2] arm: Fix asynchronous aborts (SError exceptions) due to bogus PTEs
 2016-03-24 12:14 UTC  (5+ messages)

[PATCH v2] xen/arm64: correctly emulate the {w, x}zr registers
 2016-03-24 11:49 UTC  (7+ messages)

[xen-unstable test] 87093: regressions - trouble: blocked/broken/fail/pass
 2016-03-24 11:45 UTC 

[PATCH v4 04/34] HYPERCALL_version_op. New hypercall mirroring XENVER_ but sane
 2016-03-24 11:39 UTC  (13+ messages)

[PATCH] tools: fix xen-detect to correctly identify domU type
 2016-03-24 11:38 UTC  (21+ messages)

[PATCH] spinlock: improve spin_is_locked() for recursive locks
 2016-03-24 11:30 UTC 

[PATCH v8 0/3] VT-d Device-TLB flush issue
 2016-03-24 11:28 UTC  (8+ messages)
` [PATCH v8 2/3] VT-d: Wrap a _sync version for all VT-d flush interfaces
` [PATCH v8 1/3] VT-d: Reduce spin timeout to 1ms, which can be boot-time changed
` [PATCH v8 3/3] VT-d: Fix vt-d Device-TLB flush timeout issue

Running Xen on Nvidia Jetson-TK1
 2016-03-24 11:05 UTC  (15+ messages)

[PATCH v4 00/26] x86: Improvements to cpuid handling for guests
 2016-03-24 10:28 UTC  (29+ messages)
` [PATCH v4 01/26] xen/public: Export cpu featureset information in the public API
` [PATCH v4 02/26] xen/x86: Script to automatically process featureset information
` [PATCH v4 03/26] xen/x86: Collect more cpuid feature leaves
` [PATCH v4 04/26] xen/x86: Mask out unknown features from Xen's capabilities
` [PATCH v4 05/26] xen/x86: Annotate special features
` [PATCH v4 06/26] xen/x86: Annotate VM applicability in featureset
` [PATCH v4 07/26] xen/x86: Calculate maximum host and guest featuresets
` [PATCH v4 08/26] xen/x86: Generate deep dependencies of features
` [PATCH v4 09/26] xen/x86: Clear dependent features when clearing a cpu cap
` [PATCH v4 10/26] xen/x86: Improve disabling of features which have dependencies
` [PATCH v4 11/26] xen/x86: Improvements to in-hypervisor cpuid sanity checks
` [PATCH v4 12/26] x86/cpu: Move set_cpumask() calls into c_early_init()
` [PATCH v4 13/26] x86/cpu: Sysctl and common infrastructure for levelling context switching
` [PATCH v4 14/26] x86/cpu: Rework AMD masking MSR setup
` [PATCH v4 15/26] x86/cpu: Rework Intel masking/faulting setup
` [PATCH v4 16/26] x86/cpu: Context switch cpuid masks and faulting state in context_switch()
` [PATCH v4 17/26] x86/pv: Provide custom cpumasks for PV domains
` [PATCH v4 18/26] x86/domctl: Update PV domain cpumasks when setting cpuid policy
` [PATCH v4 19/26] xen+tools: Export maximum host and guest cpu featuresets via SYSCTL
` [PATCH v4 20/26] tools/libxc: Modify bitmap operations to take void pointers
` [PATCH v4 21/26] tools/libxc: Use public/featureset.h for cpuid policy generation
` [PATCH v4 22/26] tools/libxc: Expose the automatically generated cpu featuremask information
` [PATCH v4 23/26] tools: Utility for dealing with featuresets
` [PATCH v4 24/26] tools/libxc: Wire a featureset through to cpuid policy logic
` [PATCH v4 25/26] tools/libxc: Use featuresets rather than guesswork
` [PATCH v4 26/26] tools/libxc: Calculate xstate cpuid leaf from guest information

COLO Xen patch v12 - Unable to start virtual machine
 2016-03-24 10:22 UTC 

x86/vMSI-X emulation issue
 2016-03-24  9:53 UTC  (7+ messages)

[PATCH 0/2] Check VT-d Device-TLB flush error
 2016-03-24  9:58 UTC  (15+ messages)
` [PATCH 1/2] IOMMU/MMU: Adjust top level functions for "

Severe guest disk corruption with device_model_stubdomain_override=1
 2016-03-24  9:55 UTC  (4+ messages)

[PATCH v4] xSplice v1 design and implementation
 2016-03-24  9:32 UTC  (19+ messages)
` [PATCH v4 07/34] arm/x86: Use struct virtual_region to do bug, symbol, and (x86) exception tables
` [PATCH v4 11/34] xsplice: Design document
` [PATCH v4 12/34] xen/xsplice: Hypervisor implementation of XEN_XSPLICE_op

[xen-4.5-testing test] 87050: regressions - trouble: broken/fail/pass
 2016-03-24  9:27 UTC 

[PATCH V6 0/2] xsaves bug fix
 2016-03-24  8:29 UTC  (3+ messages)
` [PATCH V6 1/2] x86/xsaves: calculate the comp_offsets base on xcomp_bv
` [PATCH V6 2/2] x86/xsaves: fix overwriting between non-lazy/lazy xsaves

[linux-mingo-tip-master test] 86993: regressions - FAIL
 2016-03-24  6:17 UTC 

[qemu-mainline test] 86891: regressions - FAIL
 2016-03-24  5:21 UTC 

[ovmf test] 87061: regressions - FAIL
 2016-03-24  5:13 UTC 

[linux-linus test] 86882: regressions - FAIL
 2016-03-24  4:15 UTC 

rcu_sched self-detected stall on CPU on kernel 4.4.5 in PV DomU
 2016-03-24  3:32 UTC  (4+ messages)
    ` rcu_sched self-detected stall on CPU on kernel 4.4.5/6 "

[linux-4.1 test] 87031: regressions - FAIL
 2016-03-24  0:43 UTC 

[ovmf test] 87014: regressions - FAIL
 2016-03-24  0:21 UTC  (2+ messages)

[PATCH] Mini-OS: netfront: fix off-by-one error introduced in 7c8f3483
 2016-03-23 21:26 UTC 

[xen-unstable test] 87027: regressions - FAIL
 2016-03-23 20:55 UTC 

[PATCH v2 2/6] x86/mm/pat: Add pat_disable() interface
 2016-03-23 21:47 UTC  (4+ messages)
        ` [PATCH v2 3/6] x86/mtrr: Fix Xorg crashes in Qemu sessions

[PATCH v3 1/7] x86/mm/pat: Add support of non-default PAT MSR setting
 2016-03-23 21:42 UTC  (7+ messages)
` [PATCH v3 2/7] x86/mm/pat: Add pat_disable() interface
` [PATCH v3 3/7] x86/mm/pat: Replace cpu_has_pat with boot_cpu_has
` [PATCH v3 4/6] x86/mtrr: Fix Xorg crashes in Qemu sessions
` [PATCH v3 5/7] x86/mtrr: Fix PAT init handling when MTRR is disabled
` [PATCH v3 6/7] x86/xen, pat: Remove PAT table init code from Xen
` [PATCH v3 7/7] x86/pat: Document PAT initialization

[PATCH v3 0/7] Enhance PAT init to fix Xorg crashes
 2016-03-23 21:41 UTC 

Interested to participate in Outreachy Program
 2016-03-23 19:05 UTC  (8+ messages)

[PATCH] tools/python/xc: fix tmem_control parameter parsing
 2016-03-23 18:43 UTC  (2+ messages)

ARMv8: New board bring up hangs in kernel start?
 2016-03-23 18:41 UTC  (2+ messages)

Outreachy bite-sized tasks
 2016-03-23 18:21 UTC  (3+ messages)

help
 2016-03-23 17:40 UTC  (2+ messages)
` Building tools for ARM (WAS Re: help)

Call for nominations for new Hypervisor subproject maintainers and committers
 2016-03-23 17:22 UTC 

[PATCH] blkif.h: document scsi/0x12/0x<NN> node
 2016-03-23 16:00 UTC  (10+ messages)

[PATCH v2 1/6] x86/mm/pat: Change PAT to support non-default PAT MSR
 2016-03-23 15:46 UTC  (3+ messages)

[xen-unstable-smoke test] 87036: tolerable all pass - PUSHED
 2016-03-23 14:40 UTC 

[PATCH 0/5] x86/time: PVCLOCK_TSC_STABLE_BIT support
 2016-03-23 14:05 UTC  (11+ messages)
` [PATCH 2/5] x86/time: implement tsc as clocksource

[PATCH 0/3] xen: more scheduler tracing improvement
 2016-03-23 12:36 UTC  (5+ messages)
` [PATCH 1/3] xenalyze: handle DOM0 operaions events
` [PATCH 3/3] xenalyze: handle RTDS scheduler events

[PATCH v3 0/5] libxl: add support for qemu base pvusb backend
 2016-03-23 12:24 UTC  (6+ messages)
` [PATCH v3 1/5] libxl: make libxl__need_xenpv_qemu() operate on domain config
` [PATCH v3 2/5] libxl: add new pvusb backend "qusb" provided by qemu
` [PATCH v3 3/5] libxl: add service function to check whether device model is running
` [PATCH v3 4/5] libxl: check for dynamic device model start required
` [PATCH v3 5/5] libxl: add domain config parameter to force start of qemu

[PATCH v2 0/9] tools: Allow HVM domains emulated access to disks provided by hotplug scripts
 2016-03-23 12:14 UTC  (7+ messages)
` [PATCH v2 8/9] docs: Document block-script protocol

[OSSTEST PATCH 1/2] cri-getprevxenbranch: Only ever return xen-X.Y-testing
 2016-03-23 11:36 UTC  (2+ messages)
` [OSSTEST PATCH 2/2] coverity: Rename branch names to `smoke', not `smoked'

[PATCH 3/3] Add HVMOP to map guest ram with p2m_ioreq_server to an ioreq server
 2016-03-23 11:43 UTC  (8+ messages)

[V5] x86/xsaves: fix overwriting between non-lazy/lazy xsaves
 2016-03-23 11:01 UTC  (4+ messages)

[linux-4.1 test] 86912: regressions - trouble: blocked/broken/fail/pass
 2016-03-23 10:46 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).