messages from 2017-08-23 17:36:04 to 2017-08-24 15:15:07 UTC [more...]
[PATCH 0/5] xen: better grant v2 support
2017-08-24 15:15 UTC (19+ messages)
` [PATCH 1/5] xen: remove deprecated boot parameter gnttab_max_nr_frames
` [PATCH 2/5] xen: move XENMAPSPACE_grant_table code into grant_table.c
` [PATCH 3/5] xen: clean up grant_table.h
` [PATCH 4/5] xen: support different gnttab_max_frames for grant v1 and v2
` [PATCH 5/5] xen: add new hypercall to get grant table limits
[PATCH v4] x86/pt: fix binding of MSIX entries already unmasked
2017-08-24 15:07 UTC (3+ messages)
` [PATCH XEN v4] x86/pt: add a MSI unmask flag to XEN_DOMCTL_bind_pt_irq
` [PATCH QEMU v4] xen/pt: allow QEMU to request MSI unmasking at bind time
[PATCH] common/gnttab: Introduce command line feature controls
2017-08-24 15:01 UTC (2+ messages)
[PATCH v4 00/11] Handle SMCs and HVCs in conformance with SMCCC
2017-08-24 15:00 UTC (9+ messages)
` [PATCH v4 01/11] arm: traps: use generic register accessors in the PSCI code
` [PATCH v4 02/11] arm: traps: check if SMC was conditional before handling it
` [PATCH v4 04/11] arm: processor.h: add definition for immediate value mask
` [PATCH v4 05/11] arm: add SMCCC protocol definitions
[PATCH v4 00/31] x86: refactor mm.c
2017-08-24 15:00 UTC (9+ messages)
` [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 v2] x86/pt: fix binding of MSIX entries already unmasked
2017-08-24 14:39 UTC (8+ messages)
` [PATCH XEN v2] x86/pt: add a MSI unmask flag to XEN_DOMCTL_bind_pt_irq
` [PATCH QEMU v2] xen/pt: allow QEMU to request MSI unmasking at bind time
` [Qemu-devel] "
[PATCH v2] x86: enable RCU based table free
2017-08-24 14:34 UTC (2+ messages)
[PATCH 0/6] Allow setting up shared memory areas between VMs from xl config files
2017-08-24 14:30 UTC (10+ messages)
` [PATCH 4/6] xsm: flask: change the interface and default policy for xsm_map_gmfn_foregin
[PATCH v4 00/53] Support for modifying parameters at runtime
2017-08-24 14:28 UTC (17+ messages)
` [PATCH v4 01/53] xen: add an optional string end parameter to parse_bool()
` [PATCH v4 11/53] xen/arch/x86/hvm/vmx/vmcs.c: let custom parameter parsing routines return errno
` [PATCH v4 36/53] xen/drivers/passthrough/vtd/dmar.c: "
` [PATCH v4 37/53] xen/drivers/passthrough/vtd/quirks.c: "
` [PATCH v4 40/53] xen: check parameter validity when parsing command line
` [PATCH v4 47/53] xen: carve out a generic parsing function from _cmdline_parse()
` [PATCH v4 49/53] xen: add hypercall for setting parameters at runtime
` [PATCH v4 51/53] libxl: add libxl_set_parameters() function
` [PATCH v4 53/53] xen: make some console related parameters settable at runtime
[PATCH V2 00/25] xen/vIOMMU: Add vIOMMU support with irq remapping fucntion of virtual vtd
2017-08-24 14:25 UTC (42+ messages)
` [PATCH V2 1/25] DOMCTL: Introduce new DOMCTL commands for vIOMMU support
` [PATCH V2 7/25] tools/libacpi: Add new fields in acpi_config for DMAR table
` [PATCH V2 9/25] tools/libxl: build DMAR table for a guest with one virtual VTD
` [PATCH V2 11/25] x86/hvm: Introduce a emulated VTD for HVM
` [PATCH V2 16/25] x86/vioapic: Hook interrupt delivery of vIOAPIC
` [PATCH V2 19/25] x86/vioapic: extend vioapic_get_vector() to support remapping format RTE
` [PATCH V2 24/25] x86/vvtd: Add queued invalidation (QI) support
[xen-4.7-testing test] 112851: tolerable trouble: blocked/broken/fail/pass - PUSHED
2017-08-24 14:23 UTC
[PATCH 0/3] x86/mm: Nonfunctional code hygene improvements
2017-08-24 14:19 UTC (12+ messages)
` [PATCH 1/3] x86/mm: Replace opencoded forms of l?e_{get, from}_page()
` [PATCH 2/3] x86/mm: Replace opencoded forms of map_l?t_from_l?e()
` [PATCH 3/3] x86/mm: Introduce and use l?e_{get, from}_mfn()
[PATCH v2 REPOST 00/12] x86: guest resource mapping
2017-08-24 14:16 UTC (4+ messages)
` [PATCH v2 REPOST 01/12] [x86|arm]: remove code duplication
[PATCH v2] common/vm_event: Initialize vm_event lists on domain creation
2017-08-24 13:24 UTC (2+ messages)
[PATCH] x86/pv: Minor improvements to guest_get_eff_{, kern}_l1e()
2017-08-24 12:35 UTC (5+ messages)
[PATCH 00/19] libxl/xl: add PVH guest type
2017-08-24 11:52 UTC (11+ messages)
` [PATCH 01/19] libxl/xl: move some HVM/PV specific fields of libxl_domain_build_info
` [PATCH 02/19] xl: introduce a domain type option
` [PATCH 03/19] xl: introduce a firmware option
` [PATCH 04/19] libxl: introduce a PVH guest type
[xen-4.6-testing test] 112848: tolerable FAIL - PUSHED
2017-08-24 11:48 UTC
Fwd: [PATCH] libxl: Avoid a variable named 'stat'
2017-08-24 11:35 UTC
[PATCH] x86/pt: fix binding of MSIX entries already unmasked
2017-08-24 10:42 UTC (11+ messages)
` [PATCH XEN] x86/pt: add a MSI unmask flag to XEN_DOMCTL_bind_pt_irq
` [PATCH QEMU] xen/pt: allow QEMU to request MSI unmasking at bind time
[PATCH v2 0/3] tools/libxc: use superpages
2017-08-24 11:13 UTC (4+ messages)
` [PATCH v2 2/3] tools/libxc: add API for bitmap access for restore
[PATCH RFC 0/2] Misc paging code clean up
2017-08-24 10:42 UTC (13+ messages)
` [PATCH RFC 1/2] xen: remove CONFIG_PAGING_ASSISTANCE
` [PATCH RFC 2/2] x86/mm: PG_translate implies PG_refcounts
[stage1-xen (RFC) PATCH 00/10] Add Fedora support
2017-08-24 10:39 UTC (17+ messages)
` [stage1-xen (RFC) PATCH 02/10] build/fedora: Add `buildroot-README.md`
` [stage1-xen (RFC) PATCH 04/10] build/fedora: Add `run`
` [stage1-xen (RFC) PATCH 06/10] build/fedora: Add `xen-unstable-runit/*` scripts
` [stage1-xen (RFC) PATCH 07/10] .circleci/config.yml: Add
` [stage1-xen (RFC) PATCH 08/10] README.md: Add CircleCI badge
` [stage1-xen (RFC) PATCH 09/10] build/fedora: Add `RUNNING_STAGE1_XEN.md`
` [stage1-xen (RFC) PATCH 10/10] BUILDING.md: Add Fedora instructions
Difference between patch in XSA and patch checked in
2017-08-24 10:30 UTC (5+ messages)
[PATCH v3 0/3] tools/libxc: use superpages
2017-08-24 10:14 UTC (4+ messages)
` [PATCH v3 1/3] tools/libxc: move SUPERPAGE macros to common header
` [PATCH v3 2/3] tools/libxc: add API for bitmap access for restore
` [PATCH v3 3/3] tools/libxc: use superpages during restore of HVM guest
[ovmf baseline-only test] 72012: all pass
2017-08-24 9:38 UTC
[PATCH v7] VT-d: use correct BDF for VF to search VT-d unit
2017-08-24 9:36 UTC (15+ messages)
[xen-4.5-testing baseline-only test] 72010: regressions - FAIL
2017-08-24 9:29 UTC
[PATCH v2] x86: enable RCU based table free
2017-08-24 9:22 UTC
[PATCH] x86/pv: Drop create_pae_xen_mappings()
2017-08-24 9:09 UTC (4+ messages)
[xen-4.8-testing test] 112845: regressions - trouble: blocked/broken/fail/pass
2017-08-24 8:49 UTC
[PATCH] x86: enable RCU based table free when PARAVIRT
2017-08-24 8:47 UTC (7+ messages)
[distros-debian-wheezy test] 72011: tolerable trouble: broken/pass
2017-08-24 8:40 UTC
Regression PCI passthrough from 4.5.5 to 4.6.0-rc1
2017-08-24 8:23 UTC (11+ messages)
[PATCH V2 2/25] VIOMMU: Add irq request callback to deal with irq remapping
2017-08-24 8:14 UTC (3+ messages)
` [PATCH V2 1/25] VIOMMU: Add vIOMMU helper functions to create, destroy and query capabilities
[ovmf test] 112846: all pass - PUSHED
2017-08-24 7:29 UTC
[PATCH RESEND1 00/12] ALSA: vsnd: Add Xen para-virtualized frontend driver
2017-08-24 7:04 UTC (3+ messages)
[qemu-mainline test] 112844: regressions - trouble: blocked/broken/fail/pass
2017-08-24 6:45 UTC
[PATCH] xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guests
2017-08-24 6:11 UTC
[linux-3.18 test] 112843: trouble: blocked/broken/fail/pass
2017-08-24 5:46 UTC
[PATCH v4] hvm: vmx/svm_cpu_up_prepare should be called only once
2017-08-24 5:28 UTC (2+ messages)
[xen-unstable test] 112841: regressions - trouble: blocked/broken/fail/pass
2017-08-24 2:30 UTC
[xen-4.5-testing test] 112838: tolerable FAIL - PUSHED
2017-08-24 1:35 UTC
[PATCH v2 00/15] Enable Memory Bandwidth Allocation in Xen
2017-08-24 1:14 UTC (16+ messages)
` [PATCH v2 01/15] docs: create Memory Bandwidth Allocation (MBA) feature document
` [PATCH v2 02/15] Rename PSR sysctl/domctl interfaces and xsm policy to make them be general
` [PATCH v2 03/15] x86: rename 'cbm_type' to 'psr_val_type' to make it general
` [PATCH v2 04/15] x86: implement data structure and CPU init flow for MBA
` [PATCH v2 05/15] x86: implement get hw info "
` [PATCH v2 06/15] x86: implement get value interface "
` [PATCH v2 07/15] x86: implement set value flow "
` [PATCH v2 08/15] tools: create general interfaces to support psr allocation features
` [PATCH v2 09/15] tools: implement the new libxc get hw info interface
` [PATCH v2 10/15] tools: implement the new libxl "
` [PATCH v2 11/15] tools: implement the new xl "
` [PATCH v2 12/15] tools: rename 'xc_psr_cat_type' to 'xc_psr_val_type'
` [PATCH v2 13/15] tools: implement new generic get value interface and MBA get value command
` [PATCH v2 14/15] tools: implement new generic set value interface and MBA set "
` [PATCH v2 15/15] docs: add MBA description in docs
[xen-4.6-testing baseline-only test] 72008: regressions - FAIL
2017-08-24 1:09 UTC
[linux-linus test] 112834: regressions - trouble: blocked/broken/fail/pass
2017-08-24 0:59 UTC
[ovmf baseline-only test] 72009: all pass
2017-08-24 0:52 UTC
[PATCH] xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guests
2017-08-23 22:27 UTC
[PATCH 1/1] xen-blkback: stop blkback thread of every queue in xen_blkif_disconnect
2017-08-23 21:20 UTC
[libvirt test] 112840: tolerable trouble: blocked/broken/pass - PUSHED
2017-08-23 20:02 UTC
[xen-4.9-testing baseline-only test] 72007: regressions - trouble: blocked/broken/fail/pass
2017-08-23 19:38 UTC
[PATCH 00/27] xen/arm: Memory subsystem clean-up
2017-08-23 19:18 UTC (24+ messages)
` [PATCH 09/27] xen/arm: traps: Don't define FAR_EL2 for ARM32
` [PATCH 10/27] xen/arm: arm32: Don't define FAR_EL1
` [PATCH 11/27] xen/arm: Add FnV field in hsr_*abt
` [PATCH 14/27] xen/arm: traps: Improve logging for data/prefetch abort fault
` [PATCH 18/27] xen/arm: page: Prefix memory types with MT_
` [PATCH 19/27] xen/arm: page: Clean-up the definition of MAIRVAL
` [PATCH 25/27] xen/arm: mm: Embed permission in the flags
[xen-unstable-smoke test] 112847: tolerable trouble: broken/pass - PUSHED
2017-08-23 17:44 UTC
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).