xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-20 14:10:41 to 2018-02-22 06:20:12 UTC [more...]

[PATCH v4 00/28] add vIOMMU support with irq remapping function of virtual VT-d
 2018-02-22  6:20 UTC  (6+ messages)
` [PATCH v4 08/28] x86/vvtd: Add MMIO handler for VVTD

[xen-4.7-testing test] 119780: tolerable FAIL - PUSHED
 2018-02-22  5:52 UTC 

[PATCH] xen/tools: support Python 2 and Python 3
 2018-02-22  5:52 UTC 

[PATCH v2] xen: append EXTRA_CFLAGS_XEN_CORE to CFLAGS
 2018-02-22  5:48 UTC 

pvh+vcpus startup issue
 2018-02-22  5:35 UTC  (2+ messages)

[PATCH] xenstore: increase default thread stack size to 32k
 2018-02-22  5:18 UTC  (2+ messages)

[xen-4.10-testing test] 119777: regressions - FAIL
 2018-02-22  2:47 UTC 

[xen-4.8-testing test] 119771: tolerable FAIL - PUSHED
 2018-02-22  0:37 UTC 

[PATCH 0/2] x86/svm: add pause filtering threshold for SVM
 2018-02-21 23:30 UTC  (7+ messages)
` [PATCH 1/2] x86/svm: add support for pause filtering threshold
` [PATCH 2/2] x86/svm: enable "

[PATCH v4 00/16] xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN
 2018-02-21 23:20 UTC  (20+ messages)
` [PATCH v4 01/16] xen/tmem: Convert the file common/tmem_xen.c "
` [PATCH v4 02/16] xen/arm: setup: use maddr_to_mfn rather than _mfn(paddr_to_pfn(...))
` [PATCH v4 03/16] xen/arm: mm: Use gaddr_to_gfn rather than _gfn(paddr_to_pfn(...))
` [PATCH v4 04/16] xen/arm: mm: Remove unused M2P code
` [PATCH v4 05/16] xen/arm: mm: Remove unused relinquish_shared_pages
` [PATCH v4 06/16] xen/x86: Remove unused override of page_to_mfn/mfn_to_page
` [PATCH v4 07/16] xen/x86: mm: Switch x86/mm.c to use typesafe for virt_to_mfn
` [PATCH v4 08/16] xen/mm: Drop the parameter mfn from populate_pt_range
` [PATCH v4 09/16] xen/pdx: Introduce helper to convert MFN <-> PDX
` [PATCH v4 10/16] xen/mm: Switch map_pages_to_xen to use MFN typesafe
` [PATCH v4 11/16] xen/mm: Switch page_alloc.c to typesafe MFN
` [PATCH v4 12/16] xen/mm: Switch common/memory.c to use "
` [PATCH v4 13/16] xen/grant: Switch {create, replace}_grant_p2m_mapping to "
` [PATCH v4 14/16] xen/grant: Switch common/grant_table.c to use "
` [PATCH v4 15/16] xen/x86: Switch mfn_to_page in x86_64/mm.c "
` [PATCH v4 16/16] xen: Convert page_to_mfn and mfn_to_page "

[linux-linus bisection] complete test-amd64-i386-qemut-rhel6hvm-amd
 2018-02-21 23:15 UTC 

[PATCH] libxl: set channel devid when not provided by application
 2018-02-21 22:33 UTC  (2+ messages)

[PATCH RFC 00/10] x86 passthrough code cleanup
 2018-02-21 21:47 UTC  (11+ messages)
` [PATCH RFC 01/10] passthrough: rearrange x86 code
` [PATCH RFC 02/10] passthrough: split out x86 PCI code to x86/pci.c
` [PATCH RFC 03/10] x86/passthrough: io.c is used for HVM only
` [PATCH RFC 04/10] x86/passthrough: arch_pci_clean_irqs is "
` [PATCH RFC 05/10] x86/passthrough: move hvm_dpci_isairq_eoi
` [PATCH RFC 06/10] passthrough/amd: remove guest iommu support
` [PATCH RFC 07/10] passthrough/amd: split out hvm code from iommu_map.c
` [PATCH RFC 08/10] passthrough/amd: make clear_iommu_pte_present static
` [PATCH RFC 09/10] passthrough/intel: put some code under CONFIG_HVM
` [PATCH RFC 10/10] x86: check hvm domain before calling pt_irq_destroy_bind

[PATCH 0/7] x86/alternatives: Support for automatic padding calculations
 2018-02-21 21:22 UTC  (3+ messages)
` [PATCH 2/7] x86/alt: Clean up struct alt_instr and its users

[xen-unstable-smoke test] 119834: tolerable all pass - PUSHED
 2018-02-21 20:21 UTC 

[RFC PATCH v2 0/9] hyper_dmabuf: Hyper_DMABUF driver
 2018-02-21 20:18 UTC 

[xen-4.9-testing test] 119776: regressions - FAIL
 2018-02-21 19:22 UTC 

[PATCH RFC v2] x86/domctl: Don't pause the whole domain if only getting vcpu state
 2018-02-21 18:24 UTC  (2+ messages)

[PATCH] domctl: revert double increment of domctl version
 2018-02-21 18:14 UTC  (5+ messages)

[PATCH v3 00/17] xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update
 2018-02-21 17:35 UTC  (38+ messages)
` [PATCH v3 01/17] xen/arm: vpsci: Add support for PSCI 1.1
` [PATCH v3 03/17] xen/arm: vsmc: Implement SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH v3 05/17] xen/arm64: Implement a fast path for handling SMCCC_ARCH_WORKAROUND_1
` [PATCH v3 08/17] xen/arm: psci: Detect SMCCC version
` [PATCH v3 09/17] xen/arm: smccc: Implement SMCCC v1.1 inline primitive
` [PATCH v3 10/17] xen/arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH v3 11/17] xen/arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
` [PATCH v3 12/17] xen/arm: vpsci: Remove parameter 'ver' from do_common_cpu
` [PATCH v3 13/17] xen/arm: psci: Consolidate PSCI version print
` [PATCH v3 14/17] xen/arm: psci: Prefix with static any functions not exported
` [PATCH v3 15/17] xen/arm: vpsci: Update the return type for MIGRATE_INFO_TYPE
` [PATCH v3 16/17] xen/arm: vpsci: Introduce and use PSCI_INVALID_ADDRESS
` [PATCH v3 17/17] xen/arm: vpsci: Rework the logic to start AArch32 vCPU in Thumb mode

[PATCH RFC] CODING_STYLE: document intended usage of types
 2018-02-21 17:11 UTC  (6+ messages)

[PATCH v5 0/5] clang improvements
 2018-02-21 16:56 UTC  (9+ messages)
` [PATCH v5 1/5] build: do not hardcode AFLAGS for as-insn tests
` [PATCH v5 2/5] build: filter out command line assembler arguments
` [PATCH v5 3/5] x86/clang: restore integrated assembler usage with indirect thunks
` [PATCH v5 4/5] x86: fix indirect thunk usage of CONFIG_INDIRECT_THUNK
` [PATCH v5 5/5] build/clang: add a check whether the assembler supports .skip with labels

[PATCH] sysctl: correct comment in xen_sysctl_pcitopoinfo
 2018-02-21 16:24 UTC  (2+ messages)

[RFC PATCH 00/10] arm64: Mediate access to GICv3 sysregs at EL2
 2018-02-21 15:56 UTC  (5+ messages)
` [RFC PATCH 01/10] Add CONFIG_VGIC_ERRATA

Excited for Xen Project in Outreachy
 2018-02-21 15:46 UTC  (3+ messages)

[xen-4.6-testing test] 119782: regressions - FAIL
 2018-02-21 15:32 UTC 

[PATCH] x86/PV: avoid indirect call/thunk in I/O emulation
 2018-02-21 15:06 UTC  (7+ messages)

Ability to crash a HVM guest by accessing /dev/hpet
 2018-02-21 14:57 UTC  (3+ messages)

[PATCH v3 0/2] vmx/hap: optimize CR4 trapping
 2018-02-21 14:18 UTC  (6+ messages)
` [PATCH v3 1/2] x86/hvm: introduce cr{0, 4}_host_mask to store trapped bits of CR accesses

Modifying domain creation interface
 2018-02-21 14:08 UTC 

[linux-linus test] 119751: regressions - FAIL
 2018-02-21 13:10 UTC 

[PATCH v3] build: remove shim related targets
 2018-02-21 13:06 UTC  (4+ messages)

[RFC PATCH 0/5] x86: Multiple fixes to MSR_TSC_AUX and RDTSCP handling for guests
 2018-02-21 13:04 UTC  (28+ messages)
` [PATCH 1/5] x86/hvm: Don't shadow the domain parameter in hvm_save_cpu_msrs()
` [PATCH 2/5] x86/pv: Avoid leaking other guests' MSR_TSC_AUX values into PV context
` [PATCH 3/5] x86/time: Rework pv_soft_rdtsc() to aid further cleanup
` [PATCH 4/5] x86/pv: Remove deferred RDTSC{, P} handling in pv_emulate_privileged_op()
` [PATCH 5/5] x86: Rework MSR_TSC_AUX handling from scratch
  ` [PATCH v2 "

[PATCH v2 0/4] hvm/svm: Enable vm events for SVM
 2018-02-21 11:50 UTC  (5+ messages)
` [PATCH v2 1/4] asm-x86/monitor: Enable svm monitor events

[PATCH RFC] x86: slightly reduce RSB overwrite overhead
 2018-02-21 11:09 UTC 

[xen-unstable-coverity test] 119806: regressions - ALL FAIL
 2018-02-21 10:25 UTC 

[PATCH 1/9] drm/xen-front: Introduce Xen para-virtualized frontend driver
 2018-02-21 10:25 UTC  (19+ messages)
` [PATCH 2/9] drm/xen-front: Implement Xen bus state handling
` [PATCH 3/9] drm/xen-front: Read driver configuration from Xen store
` [PATCH 4/9] drm/xen-front: Implement Xen event channel handling
` [PATCH 5/9] drm/xen-front: Implement handling of shared display buffers
` [PATCH 6/9] drm/xen-front: Introduce DRM/KMS virtual display driver
` [PATCH 7/9] drm/xen-front: Implement KMS/connector handling
` [PATCH 8/9] drm/xen-front: Implement GEM operations
` [PATCH 9/9] drm/xen-front: Implement communication with backend

[PATCH v2] hvm/svm: Implement CPUID events
 2018-02-21 10:18 UTC 

[PATCH 0/9] drm/xen-front: Add support for Xen PV display frontend
 2018-02-21  8:03 UTC 

[PATCH v2 0/6] unsafe big.LITTLE support
 2018-02-21  7:58 UTC  (15+ messages)
` [PATCH v2 1/6] xen/arm: Park CPUs with a MIDR different from the boot CPU
  ` [PATCH v2 4/6] xen/arm: make vpidr per vcpu
  ` [PATCH v2 5/6] xen/arm: read cacheline size when needed
  ` [PATCH v2 6/6] xen/arm: update the docs about heterogeneous computing

[qemu-mainline test] 119749: trouble: blocked/broken/fail/pass
 2018-02-21  6:18 UTC 

[xen-unstable-smoke test] 119783: tolerable all pass - PUSHED
 2018-02-21  4:53 UTC 

[seabios test] 119748: regressions - FAIL
 2018-02-21  3:22 UTC 

[xen-unstable test] 119713: tolerable FAIL - PUSHED
 2018-02-21  2:37 UTC 

[xen-unstable-smoke test] 119761: trouble: broken/pass
 2018-02-21  1:29 UTC 

AD bits in traditional PV mode
 2018-02-21  1:20 UTC  (2+ messages)

[xen-4.6-testing test] 119720: regressions - trouble: broken/fail/pass
 2018-02-21  1:10 UTC 

[PATCH v2] xen/arm: vgic: Make sure the number of SPIs is a multiple of 32
 2018-02-21  1:05 UTC  (2+ messages)

[PATCH] mm: don't defer struct page initialization for Xen pv guests
 2018-02-20 23:21 UTC  (2+ messages)

[PATCH v3 2/3] x86/svm: add EFER SVME support for VGIF/VLOAD
 2018-02-20 22:52 UTC  (3+ messages)
` [PATCH v4 "

[PATCH 2/3] x86/svm: add EFER SVME support for VGIF/VLOAD
 2018-02-20 22:14 UTC  (5+ messages)
` [PATCH v2 "

[xen-unstable-smoke test] 119752: tolerable all pass - PUSHED
 2018-02-20 21:15 UTC 

[PATCH v1 0/2] hvm/svm: Enable vm events for SVM
 2018-02-20 18:59 UTC  (5+ messages)
` [PATCH v1 2/2] hvm/svm: Implement CPUID events

[linux-linus test] 119687: regressions - FAIL
 2018-02-20 18:44 UTC 

[qemu-mainline test] 119692: tolerable FAIL - PUSHED
 2018-02-20 18:22 UTC 

[seabios test] 119698: regressions - trouble: broken/fail/pass
 2018-02-20 17:57 UTC 

[libvirt test] 119702: tolerable all pass - PUSHED
 2018-02-20 16:27 UTC 

[PATCH v2] build: remove shim related targets
 2018-02-20 16:00 UTC  (6+ messages)

[PATCH] shim: allow building of just the shim with build-ID-incapable linker
 2018-02-20 15:59 UTC  (5+ messages)
` [PATCH] build: remove shim related targets

[OSSTEST PATCH v2 00/19] Upgrade to Stretch
 2018-02-20 15:13 UTC  (4+ 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).