xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-17 08:15:30 to 2017-08-18 15:07:12 UTC [more...]

[PATCH v2 0/4] x86: Corrections to barrier usage
 2017-08-18 15:07 UTC  (22+ messages)
` [PATCH v2 1/4] x86/mcheck: Minor cleanup to amd_nonfatal
` [PATCH v2 2/4] xen/x86: Drop unnecessary barriers
  ` [PATCH v2 2.5/4] xen/x86: Replace mandatory barriers with compiler barriers
    ` [PATCH] xen/x86/shadow: adjust barriers around gtable_dirty_version
` [PATCH v2 3/4] xen/x86: Replace remaining mandatory barriers with SMP barriers
` [PATCH v2 4/4] xen/x86: Correct mandatory and SMP barrier definitions

[PATCH v2] hvm: vmx/svm_cpu_up_prepare should be called only once
 2017-08-18 15:05 UTC  (3+ messages)

[xen-unstable-smoke test] 112699: tolerable trouble: broken/pass - PUSHED
 2017-08-18 14:56 UTC 

[RFC PATCH v2 00/22] ARM: vGIC rework (attempt)
 2017-08-18 14:40 UTC  (6+ messages)
` [RFC PATCH v2 07/22] ARM: vGIC: introduce priority setter/getter

[PATCH 1/1] xen-blkback: stop blkback thread of every queue in xen_blkif_disconnect
 2017-08-18 14:29 UTC  (2+ messages)

[PATCH for-2.10 v3 0/3] Fix hotplug of PCI passthrought device on Xen
 2017-08-18 14:19 UTC  (10+ messages)
` [PATCH for-2.10 v3 1/3] hw/acpi: Limit hotplug to root bus on legacy mode
` [PATCH for-2.10 v3 2/3] hw/acpi: Move acpi_set_pci_info to pcihp
  ` [Qemu-devel] "
` [PATCH for-2.10 v3 3/3] Revert "ACPI: don't call acpi_pcihp_device_plug_cb on xen"
` [Qemu-devel] [PATCH for-2.10 v3 0/3] Fix hotplug of PCI passthrought device on Xen

[PATCH V2 00/25] xen/vIOMMU: Add vIOMMU support with irq remapping fucntion of virtual vtd
 2017-08-18 13:56 UTC  (24+ messages)
` [PATCH V2 1/25] DOMCTL: Introduce new DOMCTL commands for vIOMMU support
` [PATCH V2 2/25] VIOMMU: Add irq request callback to deal with irq remapping
    ` [PATCH V2 1/25] VIOMMU: Add vIOMMU helper functions to create, destroy and query capabilities
` [PATCH V2 3/25] VIOMMU: Add get irq info callback to convert irq remapping request
` [PATCH V2 4/25] Xen/doc: Add Xen virtual IOMMU doc
` [PATCH V2 9/25] tools/libxl: build DMAR table for a guest with one virtual VTD

[qemu-mainline baseline-only test] 71990: regressions - trouble: blocked/broken/fail/pass
 2017-08-18 13:49 UTC 

[PATCH 00/25 v7] SBSA UART emulation support in Xen
 2017-08-18 13:48 UTC  (11+ messages)

[PATCH v2 1/2] paravirt,xen: remove xen_patch()
 2017-08-18 13:22 UTC 

[PATCHES v8 0/8] Memory scrubbing from idle loop
 2017-08-18 13:11 UTC  (8+ messages)
` [PATCHES v8 1/8] mm: Place unscrubbed pages at the end of pagelist
` [PATCHES v8 8/8] mm: Make sure pages are scrubbed

[xen-4.6-testing test] 112683: regressions - FAIL
 2017-08-18 12:32 UTC 

[PATCH 1/2] x86/mm: Override mfn_to_page() and page_to_mfn() to use mfn_t
 2017-08-18 12:17 UTC  (7+ messages)
` [PATCH 2/2] x86/smp: Misc cleanup

[PATCH v4 00/31] x86: refactor mm.c
 2017-08-18 12:13 UTC  (42+ messages)
` [PATCH v4 01/31] x86/mm: carve out create_grant_pv_mapping
` [PATCH v4 02/31] x86/mm: carve out replace_grant_pv_mapping
` [PATCH v4 03/31] x86/mm: split HVM grant table code to hvm/grant_table.c
` [PATCH v4 04/31] x86/mm: lift PAGE_CACHE_ATTRS to page.h
` [PATCH v4 05/31] x86/mm: document the return values from get_page_from_l*e
` [PATCH v4 06/31] x86: move pv_emul_is_mem_write to pv/emulate.c
` [PATCH v4 07/31] x86/mm: move and rename guest_get_eff{, kern}_l1e
` [PATCH v4 08/31] x86/mm: export get_page_from_mfn
` [PATCH v4 09/31] x86/mm: rename and move update_intpte
` [PATCH v4 10/31] x86/mm: move {un, }adjust_guest_* to pv/mm.h
` [PATCH v4 11/31] x86/mm: split out writable pagetable emulation code
` [PATCH v4 12/31] x86/mm: split out readonly MMIO "
` [PATCH v4 13/31] x86/mm: remove the unused inclusion of pv/emulate.h
` [PATCH v4 14/31] x86/mm: move and rename guest_{, un}map_l1e
` [PATCH v4 15/31] x86/mm: split out PV grant table code
` [PATCH v4 16/31] x86/mm: split out descriptor "
` [PATCH v4 17/31] x86/mm: move compat descriptor handling code
` [PATCH v4 18/31] x86/mm: move and rename map_ldt_shadow_page
` [PATCH v4 19/31] x86/mm: factor out pv_arch_init_memory
` [PATCH v4 20/31] x86/mm: move l4 table setup code
` [PATCH v4 21/31] x86/mm: add "pv_" prefix to new_guest_cr3
` [PATCH v4 22/31] x86: add pv_ prefix to {alloc, free}_page_type
` [PATCH v4 23/31] x86/mm: export more get/put page functions
` [PATCH v4 24/31] x86/mm: move and add pv_ prefix to create_pae_xen_mappings
` [PATCH v4 25/31] x86/mm: move disallow_mask variable and macros
` [PATCH v4 26/31] x86/mm: move pv_{alloc, free}_page_type
` [PATCH v4 27/31] x86/mm: move and add pv_ prefix to invalidate_shadow_ldt
` [PATCH v4 28/31] x86/mm: move PV hypercalls to pv/mm-hypercalls.c
` [PATCH v4 29/31] x86/mm: remove the now unused inclusion of pv/mm.h
` [PATCH v4 30/31] x86/mm: use put_page_type_preemptible in put_page_from_l{2, 3}e
` [PATCH v4 31/31] x86/mm: move {get, put}_page_from_l{2, 3, 4}e

[PATCH 10/12] xen-blkback: Fix indentation
 2017-08-18 11:57 UTC  (8+ messages)
` [PATCH 11/12] xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1
` [PATCH 12/12] xen-blkfront: "

Regression PCI passthrough from 4.5.5 to 4.6.0-rc1
 2017-08-18 11:03 UTC  (4+ messages)

[xen-4.9-testing test] 112682: regressions - trouble: blocked/broken/fail/pass
 2017-08-18 10:19 UTC 

[PATCH] xen/events: events_fifo: Don't use {get, put}_cpu() in xen_evtchn_fifo_init()
 2017-08-18 10:15 UTC  (3+ messages)

[distros-debian-jessie test] 71989: tolerable trouble: blocked/broken/pass
 2017-08-18  9:53 UTC 

[PATCH v1 00/13] Enable Memory Bandwidth Allocation in Xen
 2017-08-18  9:25 UTC  (8+ messages)
` [PATCH v1 04/13] x86: implement data structure and CPU init flow for MBA
` [PATCH v1 07/13] x86: implement set value "

[PATCH RFC] x86: enable RCU based table free when PARAVIRT
 2017-08-18  9:17 UTC  (2+ messages)

[PATCH RESEND1 00/12] ALSA: vsnd: Add Xen para-virtualized frontend driver
 2017-08-18  7:23 UTC  (5+ messages)

[qemu-mainline test] 112676: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-18  7:10 UTC 

[PATCH] hvm: vmx/svm_cpu_up_prepare should be called only once
 2017-08-18  7:06 UTC  (5+ messages)

[linux-3.18 test] 112675: trouble: blocked/broken/fail/pass
 2017-08-18  5:29 UTC 

[libvirt test] 112677: tolerable trouble: blocked/broken/pass - PUSHED
 2017-08-18  4:27 UTC 

[xen-unstable test] 112674: regressions - trouble: blocked/broken/fail/pass
 2017-08-18  3:58 UTC 

[linux-linus test] 112673: regressions - trouble: blocked/broken/fail/pass
 2017-08-18  3:18 UTC 

[xen-4.7-testing baseline-only test] 71987: regressions - trouble: blocked/broken/fail/pass
 2017-08-18  0:11 UTC 

[ovmf baseline-only test] 71988: all pass
 2017-08-17 23:22 UTC 

[PATCH 1/1] xen-blkback: stop blkback thread of every queue in xen_blkif_disconnect
 2017-08-17 22:43 UTC 

[linux-4.9 test] 112672: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-17 19:53 UTC 

[PATCH v3] hvmloader, libxl: use the correct ACPI settings depending on device model
 2017-08-17 18:33 UTC  (2+ messages)

[xen-4.8-testing baseline-only test] 71986: regressions - trouble: blocked/broken/fail/pass
 2017-08-17 18:25 UTC 

[xen-4.5-testing test] 112669: regressions - FAIL
 2017-08-17 17:17 UTC 

[PATCH v2 0/3] tools/libxc: use superpages
 2017-08-17 17:01 UTC  (4+ messages)
` [PATCH v2 1/3] tools/libxc: move SUPERPAGE macros to common header
` [PATCH v2 2/3] tools/libxc: add API for bitmap access for restore
` [PATCH v2 3/3] tools/libxc: use superpages during restore of HVM guest

[PATCH] xen/events: events_fifo: Don't use {get, put}_cpu() in xen_evtchn_fifo_init()
 2017-08-17 16:14 UTC 

[xen-unstable-smoke test] 112686: tolerable trouble: broken/pass - PUSHED
 2017-08-17 15:44 UTC 

[PATCH for-2.10 v2 0/2] Fix hotplug of PCI passthrought device on Xen
 2017-08-17 15:11 UTC  (7+ messages)
` [PATCH for-2.10 v2 1/2] hw/acpi: Call acpi_set_pci_info when no ACPI tables needed

preparations for 4.8.2
 2017-08-17 14:57 UTC  (10+ messages)

[For 4.9] Updating https://wiki.xenproject.org/wiki/Xen_Project_Release_Features to reflect support status of new features
 2017-08-17 14:51 UTC  (3+ messages)

[ovmf test] 112671: all pass - PUSHED
 2017-08-17 14:35 UTC 

Xen Security Advisory 226 (CVE-2017-12135) - multiple problems with transitive grants
 2017-08-17 14:34 UTC 

x86: PIE support and option to extend KASLR randomization
 2017-08-17 14:12 UTC  (2+ messages)
              ` [kernel-hardening] "

"MMIO emulation failed" from booting OVMF on Xen v4.9.0
 2017-08-17 13:53 UTC  (5+ messages)

[xen-4.7-testing test] 112667: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-17 13:47 UTC 

[PATCH] xen: fix build failure related to removing adjust_exception_frame
 2017-08-17 13:44 UTC 

[xen-unstable-smoke test] 112680: tolerable trouble: broken/pass - PUSHED
 2017-08-17 13:22 UTC 

[linux-next test] 112662: regressions - trouble: blocked/broken/fail/pass
 2017-08-17 13:03 UTC 

[PATCH v2 0/6] xen: RCU: x86/ARM: Add support of rcu_idle_{enter, exit}
 2017-08-17 13:03 UTC  (3+ messages)
` [PATCH v2 3/6] xen: RCU/x86/ARM: discount CPUs that were idle when grace period started

[PATCH v3 0/7] Handle SMCs and HVCs in conformance with SMCCC
 2017-08-17 12:56 UTC  (9+ messages)
` [PATCH 4/7] arm: smccc: handle SMCs according to SMCCC

[GSoC] Fuzzing the Hypervisor
 2017-08-17 12:41 UTC  (5+ messages)
` [PATCH AFL] Fuzzing the hypervisor
` [PATCH XTF] "
` [PATCH XEN] "

[distros-debian-wheezy test] 71985: tolerable trouble: broken/pass
 2017-08-17 12:24 UTC 

[xen-4.6-testing baseline-only test] 71984: regressions - FAIL
 2017-08-17 12:21 UTC 

[PATCH v6] x86/hvm: Allow guest_request vm_events coming from userspace
 2017-08-17 11:50 UTC 

[PATCH v4 00/13] libxl: add PV display device driver interface
 2017-08-17 11:11 UTC  (4+ messages)

[PATCH v4 0/3] arm: allign check_conditional_instr() with ARMv8
 2017-08-17 10:31 UTC  (3+ messages)
` [PATCH v4 3/3] arm: traps: handle SMC32 in check_conditional_instr()

[PATCH 00/11] xen/arm: Clean-up traps.c
 2017-08-17 10:19 UTC  (4+ messages)
` [PATCH 11/11] xen/arm: Limit the scope of cpregs.h

[xen-4.8-testing test] 112664: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-17  9:41 UTC 

[PATCH v2 0/4] x86/pvh: implement iommu_inclusive_mapping for PVH Dom0
 2017-08-17  9:39 UTC  (12+ messages)
` [PATCH v2 1/4] x86/dom0: prevent access to MMCFG areas "
` [PATCH v2 2/4] x86/dom0: prevent PVH Dom0 from mapping read-only the IO APIC area
` [PATCH v2 3/4] x86/vtd: introduce a PVH implementation of iommu_inclusive_mapping

[PATCH RFC] x86: enable RCU based table free when PARAVIRT
 2017-08-17  9:20 UTC 

[PATCH] xen: fix build failure related to removing adjust_exception_frame
 2017-08-17  9:03 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).