messages from 2014-08-28 20:45:08 to 2014-09-01 14:51:08 UTC [more...]
[PATCH v3] x86/NMI: Allow processing unknown NMIs when watchdog is enabled
2014-09-01 14:51 UTC (4+ messages)
[linux-3.10 test] 30072: regressions - FAIL
2014-09-01 14:28 UTC
[PATCH v3 00/15] Mem_event and mem_access for ARM
2014-09-01 14:22 UTC (16+ messages)
` [PATCH v3 01/15] xen: Relocate mem_access and mem_event into common
` [PATCH v3 02/15] xen: Relocate struct npfec definition "
` [PATCH v3 03/15] xen: Relocate mem_event_op domctl and access_op memop "
` [PATCH v3 04/15] xen/mem_event: Clean out superfluous white-spaces
` [PATCH v3 05/15] xen/mem_event: Relax error condition on debug builds
` [PATCH v3 06/15] xen/mem_event: Abstract architecture specific sanity checks
` [PATCH v3 07/15] xen/mem_access: Abstract architecture specific sanity check
` [PATCH v3 08/15] xen/arm: p2m type definitions and changes
` [PATCH v3 09/15] xen/arm: Add set access required domctl
` [PATCH v3 10/15] xen/arm: Data abort exception (R/W) mem_events
` [PATCH v3 11/15] xen/arm: Instruction prefetch abort (X) mem_event handling
` [PATCH v3 12/15] xen/arm: Shatter large pages when using mem_acces
` [PATCH v3 13/15] xen/arm: Enable the compilation of mem_access and mem_event on ARM
` [PATCH v3 14/15] tools/libxc: Allocate magic page for mem access "
` [PATCH v3 15/15] tools/tests: Enable xen-access "
[PATCH 0/2] Credit2: fix per-socket runqueue setup
2014-09-01 13:59 UTC (3+ messages)
Maintainer nomination for the embedded and automotive subproject
2014-09-01 13:57 UTC
[xen-unstable test] 30071: tolerable FAIL
2014-09-01 13:33 UTC
[linux-next test] 30077: tolerable FAIL
2014-09-01 13:01 UTC
[PATCH] x86/current: Provide additional information to optimise get_cpu_info()
2014-09-01 12:32 UTC (4+ messages)
[PATCH] linux_gntshr_munmap: munmap takes a length, not a page count
2014-09-01 12:16 UTC
[PATCH RFC V9 1/5] xen: Emulate with no writes
2014-09-01 12:05 UTC (11+ messages)
` [PATCH RFC V9 4/5] xen, libxc: Request page fault injection via libxc
[PATCH v14 00/10] enable Cache QoS Monitoring (CQM) feature
2014-09-01 11:49 UTC (13+ messages)
` [PATCH v14 01/10] x86: add generic resource (e.g. MSR) access hypercall
` [PATCH v14 02/10] xsm: add resource operation related xsm policy
` [PATCH v14 04/10] x86: detect and initialize Platform QoS Monitoring feature
` [PATCH v14 05/10] x86: dynamically attach/detach QoS monitoring service for a guest
` [PATCH v14 06/10] x86: collect global QoS monitoring information
` [PATCH v14 07/10] x86: enable QoS monitoring for each domain RMID
XenProject main website issues
2014-09-01 10:52 UTC
[PATCH] fix qemu building with older make
2014-09-01 10:41 UTC (10+ messages)
[PATCH RFC v2 0/4] Add mem_access support for PV domains
2014-09-01 10:38 UTC (17+ messages)
` [PATCH RFC v2 1/4] x86/mm: Shadow and p2m changes for PV mem_access
[v5][PATCH 0/10] xen: reserve RMRR to avoid conflicting MMIO/RAM
2014-09-01 10:29 UTC (16+ messages)
` [v5][PATCH 03/10] xen:x86: define a new hypercall to get RMRR mappings
xc_gntshr_unmap problems (BUG(s) in xen-gntalloc?)
2014-09-01 10:19 UTC (7+ messages)
[PATCH] x86/traps: Remove redundant trapnr parameter from fatal_trap()
2014-09-01 10:06 UTC
xen 4.4.0 unnecessary dependency on Perl
2014-09-01 8:10 UTC (3+ messages)
[PATCH 0/2] qemu:xen: implement isa bridge specific to IGD passthrough
2014-09-01 7:49 UTC (13+ messages)
` [PATCH 2/2] xen:i386:pc_piix: create "
` [Xen-devel] "
[linux-3.14 test] 30069: tolerable FAIL - PUSHED
2014-09-01 7:15 UTC
[PATCH] x86/hvm: implement save/restore for posted interrupts
2014-09-01 6:44 UTC (12+ messages)
[Xen-devel] Xen PV domain regression with KASLR enabled (kernel 3.16)
2014-09-01 4:03 UTC (15+ messages)
` [PATCH] Solved the Xen PV/KASLR riddle
` [Xen-devel] "
[linux-linus test] 30064: regressions - FAIL
2014-09-01 0:34 UTC
[PATCH V6 3/5] Introduce xen-scsifront module
2014-08-31 22:33 UTC
[qemu-mainline test] 30058: tolerable FAIL - PUSHED
2014-08-31 19:37 UTC
[linux-3.10 test] 30056: regressions - FAIL
2014-08-31 17:06 UTC
[xen-unstable test] 30055: tolerable FAIL
2014-08-31 16:08 UTC
Xen Guest Timer (ARM) question
2014-08-31 14:26 UTC (2+ messages)
[linux-3.14 test] 30053: regressions - FAIL
2014-08-31 9:59 UTC
[linux-linus test] 30050: regressions - FAIL
2014-08-30 21:38 UTC
[qemu-mainline test] 30046: regressions - FAIL
2014-08-30 16:35 UTC
[PATCH v12 00/14] Implement the XEN_DOMCTL_memory_mapping hypercall for ARM
2014-08-30 16:29 UTC (15+ messages)
` [PATCH v12 01/14] arch/arm: add consistency check to REMOVE p2m changes
` [PATCH v12 02/14] arch/arm: unmap partially-mapped memory regions
` [PATCH v12 03/14] arch/x86: warn if to-be-removed mapping does not exist
` [PATCH v12 04/14] arch/x86: cleanup memory_mapping DOMCTL
` [PATCH v12 05/14] xen/common: add ARM stub for the function memory_type_changed()
` [PATCH v12 06/14] xen/x86: factor out map and unmap from the memory_mapping DOMCTL
` [PATCH v12 07/14] xen/common: move the memory_mapping DOMCTL hypercall to common code
` [PATCH v12 08/14] tools/libxl: parse optional start gfn from the iomem config option
` [PATCH v12 09/14] tools/libxl: handle the iomem parameter with the memory_mapping hcall
` [PATCH v12 10/14] xsm/flask: avoid spurious error messages when mapping I/O-memory
` [PATCH v12 11/14] flask/policy: allow domU to use previously-mapped I/O-memory
` [PATCH v12 12/14] tools/libxl: explicitly grant access to needed I/O-memory ranges
` [PATCH v12 13/14] tools/libxl: cleanup the do_pci_add() function
` [PATCH v12 14/14] xen/common: do not implicitly permit access to mapped I/O memory
[linux-3.10 test] 30044: regressions - FAIL
2014-08-30 14:01 UTC
[xen-unstable test] 30043: tolerable FAIL - PUSHED
2014-08-30 13:03 UTC
[PATCH RFC v2 00/12] Mem_event and mem_access for ARM
2014-08-30 8:19 UTC (13+ messages)
` [PATCH RFC v2 03/12] xen/mem_event: Relax error condition on debug builds
` [PATCH RFC v2 06/12] tools/libxc: Allocate magic page for mem access on ARM
` [PATCH RFC v2 08/12] xen/arm: Add mem_event domctl and mem_access memop
` [PATCH RFC v2 09/12] xen/arm: Data abort exception (R/W) mem_events
[libvirt test] 30051: tolerable FAIL - PUSHED
2014-08-30 7:10 UTC
[linux-3.14 test] 30039: regressions - FAIL
2014-08-30 6:49 UTC
[PATCH] drivers/xen/evtchn.c: Check failure for evtchn_make_refcounted()
2014-08-30 3:39 UTC (3+ messages)
[qemu-mainline test] 30034: tolerable FAIL - PUSHED
2014-08-29 22:55 UTC
[PATCH v8 2/4] x86/hvm: Treat non-instruction fetch nested page faults also as read violations
2014-08-29 22:06 UTC (5+ messages)
[RFC PATCH v1] Replace tasklets with per-cpu implementation
2014-08-29 20:58 UTC
[PATCH v5] xen: arm: introduce uImage probe function for Dom0
2014-08-29 20:51 UTC (2+ messages)
[PATCH] flask/policy: allow configure_domain call during domain creation
2014-08-29 20:28 UTC (5+ messages)
[linux-linus test] 30032: regressions - FAIL
2014-08-29 20:19 UTC
[PATCH v2 00/21] xen/arm: Add support for non-pci passthrough
2014-08-29 20:14 UTC (11+ messages)
` [PATCH v2 08/21] xen/arm: Initialize the virtual GIC later
` [PATCH v2 10/21] xen/arm: Implement hypercall PHYSDEVOP_{, un}map_pirq
[PATCH v2] docs: Introduce specification for x86 pv bootloader chainloading paths/formats
2014-08-29 20:14 UTC
[RFC] Interrupt latency measurement technique
2014-08-29 20:11 UTC (4+ messages)
[linux-next test] 30038: tolerable FAIL
2014-08-29 20:02 UTC
Introduce rt real-time scheduler for Xen
2014-08-29 19:35 UTC (10+ messages)
` [PATCH v1 1/4] xen: add real time scheduler rt
[PATCH v11 00/14] Implement the XEN_DOMCTL_memory_mapping hypercall for ARM
2014-08-29 19:19 UTC (6+ messages)
` [PATCH v11 02/14] arch/arm: unmap partially-mapped memory regions
Map NVRAM to domU kernels
2014-08-29 15:28 UTC (3+ messages)
[RESEND][PATCH v4 0/1] Add mmio_hole_size (was Add pci_hole_min_size)
2014-08-29 15:18 UTC (2+ messages)
` [RESEND][PATCH v4 1/1] Add mmio_hole_size
[PATCH] x86/xen: Fix 64bit kernel pagetable setup of PV guests
2014-08-29 15:17 UTC
RFC: very initial PVH design document
2014-08-29 15:09 UTC (5+ messages)
cpufreq implementation for OMAP under xen hypervisor
2014-08-29 15:08 UTC (8+ messages)
[linux-3.10 test] 30031: regressions - FAIL
2014-08-29 14:52 UTC
Determining iommu groups in Xen?
2014-08-29 14:34 UTC (10+ messages)
[RFC PATCH] cpufreq: make cpufreq driver more generalizable
2014-08-29 14:33 UTC (2+ messages)
[RFC PATCH v1] Replace tasklets with per-cpu implementation
2014-08-29 14:10 UTC (4+ messages)
[xen-unstable test] 30030: regressions - FAIL
2014-08-29 13:51 UTC
My notes on the process, review discussion at the developer meeting
2014-08-29 13:34 UTC
[libvirt test] 30033: tolerable FAIL - PUSHED
2014-08-29 11:33 UTC
[PATCH v9 3/9] vnuma hook to debug-keys u
2014-08-29 10:44 UTC (8+ messages)
` [PATCH v9 4/9] libxc: Introduce xc_domain_setvnuma to set vNUMA
` [PATCH v9 5/9] libxl: vnuma types declararion
` [PATCH v9 6/9] libxl: build numa nodes memory blocks
` [PATCH v9 7/9] libxc: allocate domain memory for vnuma enabled
` [PATCH v9 8/9] libxl: vnuma nodes placement bits
` [PATCH v9 9/9] libxl: vnuma topology configuration parser and doc
[PATCH v9 2/9] xsm bits for vNUMA hypercalls
2014-08-29 10:40 UTC (2+ messages)
[PATCH v2 00/18] libxl: synchronise domain configuration
2014-08-29 10:37 UTC (10+ messages)
` [PATCH v2 16/18] libxl: introduce libxl_userdata_unlink
[PATCH v9 0/9] vNUMA introduction
2014-08-29 10:37 UTC (3+ messages)
` [PATCH v9 1/9] xen: vnuma topology and subop hypercalls
[PATCH] EPT: utilize GLA->GPA translation known for certain faults
2014-08-29 10:03 UTC (4+ messages)
[linux-3.14 test] 30028: regressions - FAIL
2014-08-29 8:32 UTC
[PATCH 00/13 v2] tools changes to honor --prefix=
2014-08-29 6:33 UTC (6+ messages)
` [PATCH 02/13] Config.mk: replace dependency to genpath with actual target
[RFC Patch v2 00/45] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
2014-08-29 5:59 UTC (10+ messages)
` [RFC Patch v2 45/45] x86/hvm: Always set pending event injection when loading VMC[BS] state
[qemu-mainline test] 30027: regressions - FAIL
2014-08-29 4:26 UTC
[PATCH 0/3] x86: Full support of PAT
2014-08-29 4:08 UTC (4+ messages)
` [PATCH 2/3] x86: Enable PAT to use cache mode translation tables
[linux-3.10 test] 30024: regressions - FAIL
2014-08-29 1:52 UTC
[xen-unstable test] 30021: regressions - FAIL
2014-08-29 0:50 UTC
[PATCH] docs: Introduce specification for pv bootloader chainloading paths/formats
2014-08-29 0:44 UTC (4+ messages)
[V1 PATCH 1/2] PVH: set EFER.NX and EFER.SCE for boot vcpu
2014-08-28 23:59 UTC
[linux-next test] 30023: tolerable FAIL
2014-08-28 22:34 UTC
[BUG] -- unable to boot 4.5-unstable after commit e13b3203990706db1313ec2aadd9a30b249ee793
2014-08-28 22:25 UTC (5+ messages)
[PATCH RFC V8 1/5] xen: Emulate with no writes
2014-08-28 21:27 UTC (9+ messages)
` [PATCH RFC V8 3/5] xen, libxc: Force-enable relevant MSR events
` [PATCH RFC V8 4/5] xen, libxc: Request page fault injection via libxc
[PATCH] tools: (lib)xl: remove stray uses of build_info->u.pv.{kernel, ramdisk, cmdline}
2014-08-28 21:01 UTC (3+ 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).