xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-23 05:35:17 to 2017-08-23 17:36:04 UTC [more...]

[PATCH v4 00/53] Support for modifying parameters at runtime
 2017-08-23 17:34 UTC  (52+ messages)
` [PATCH v4 01/53] xen: add an optional string end parameter to parse_bool()
` [PATCH v4 02/53] xen/arch/arm/acpi/boot.c: let custom parameter parsing routines return errno
` [PATCH v4 03/53] xen/arch/arm/domain_build.c: "
` [PATCH v4 04/53] xen/arch/arm/traps.c: "
` [PATCH v4 05/53] xen/arch/x86/apic.c: "
` [PATCH v4 06/53] xen/arch/x86/cpu/mcheck/mce.c: "
` [PATCH v4 07/53] xen/arch/x86/cpu/vpmu.c: "
` [PATCH v4 08/53] xen/arch/x86/dom0_build.c: "
` [PATCH v4 09/53] xen/arch/x86/genapic/probe.c: "
` [PATCH v4 10/53] xen/arch/x86/hvm/viridian.c: "
` [PATCH v4 11/53] xen/arch/x86/hvm/vmx/vmcs.c: "
` [PATCH v4 12/53] xen/arch/x86/io_apic.c: "
` [PATCH v4 13/53] xen/arch/x86/irq.c: "
` [PATCH v4 14/53] xen/arch/x86/microcode.c: "
` [PATCH v4 15/53] xen/arch/x86/mm.c: "
` [PATCH v4 16/53] xen/arch/x86/nmi.c: "
` [PATCH v4 17/53] xen/arch/x86/numa.c: "
` [PATCH v4 18/53] xen/arch/x86/oprofile/nmi_int.c: "
` [PATCH v4 19/53] xen/arch/x86/psr.c: "
` [PATCH v4 20/53] xen/arch/x86/setup.c: "
` [PATCH v4 21/53] xen/arch/x86/shutdown.c: "
` [PATCH v4 22/53] xen/arch/x86/time.c: "
` [PATCH v4 23/53] xen/arch/x86/x86_64/mmconfig-shared.c: "
` [PATCH v4 24/53] xen/common/core_parking.c: "
` [PATCH v4 25/53] xen/common/domain.c: "
` [PATCH v4 26/53] xen/common/efi/boot.c: "
` [PATCH v4 27/53] xen/common/kexec.c: "
` [PATCH v4 28/53] xen/common/memory.c: "
` [PATCH v4 29/53] xen/common/sched_credit2.c: "
` [PATCH v4 30/53] xen/drivers/acpi/tables.c: "
` [PATCH v4 31/53] xen/drivers/char/console.c: "
` [PATCH v4 32/53] xen/drivers/cpufreq/cpufreq.c: "
` [PATCH v4 33/53] xen/drivers/passthrough/amd/iommu_acpi.c: "
` [PATCH v4 34/53] xen/drivers/passthrough/iommu.c: "
` [PATCH v4 35/53] xen/drivers/passthrough/pci.c: "
` [PATCH v4 36/53] xen/drivers/passthrough/vtd/dmar.c: "
` [PATCH v4 37/53] xen/drivers/passthrough/vtd/quirks.c: "
` [PATCH v4 38/53] xen/drivers/video/vesa.c: "
` [PATCH v4 39/53] xen/xsm/flask/flask_op.c: "
` [PATCH v4 40/53] xen: check parameter validity when parsing command line
` [PATCH v4 41/53] xen/arch/x86/apic.c: remove custom_param() error messages
` [PATCH v4 42/53] xen/arch/x86/cpu/mcheck/mce.c: "
` [PATCH v4 43/53] xen/arch/x86/hvm/viridian.c: "
` [PATCH v4 44/53] xen/arch/x86/io_apic.c: "
` [PATCH v4 45/53] xen/common/kexec.c: "
` [PATCH v4 46/53] xen/common/sched_credit2.c: "
` [PATCH v4 47/53] xen: carve out a generic parsing function from _cmdline_parse()
` [PATCH v4 48/53] xen: add basic support for runtime parameter changing
` [PATCH v4 49/53] xen: add hypercall for setting parameters at runtime
` [PATCH v4 50/53] libxc: add function to set hypervisor parameters
` [PATCH v4 52/53] xl: add new xl command set-parameters

[PATCH 0/6] Allow setting up shared memory areas between VMs from xl config files
 2017-08-23 17:16 UTC  (12+ messages)
` [PATCH 1/6] libxc: add xc_domain_remove_from_physmap to wrap XENMEM_remove_from_physmap
` [PATCH 3/6] libxl:xl: add parsing code to parse "libxl_static_sshm" from xl config files
` [PATCH 4/6] xsm: flask: change the interface and default policy for xsm_map_gmfn_foregin

Regression PCI passthrough from 4.5.5 to 4.6.0-rc1
 2017-08-23 17:13 UTC  (11+ messages)

Difference between patch in XSA and patch checked in
 2017-08-23 16:45 UTC  (3+ messages)

[PATCH RFC 0/2] Misc paging code clean up
 2017-08-23 16:18 UTC  (5+ messages)
` [PATCH RFC 1/2] xen: remove CONFIG_PAGING_ASSISTANCE
` [PATCH RFC 2/2] x86/mm: PG_translate implies PG_refcounts

[PATCH] xsm: policy hooks to require an IOMMU and interrupt remapping
 2017-08-23 16:01 UTC  (6+ messages)

[ovmf test] 112837: all pass - PUSHED
 2017-08-23 15:55 UTC 

[xen-4.8-testing test] 112835: regressions - trouble: blocked/broken/fail/pass
 2017-08-23 15:42 UTC 

[PATCH v2] hw/display/xenfb.c: Add trace_xenfb_key_event
 2017-08-23 15:27 UTC 

Xen Security Advisory 235 - add-to-physmap error paths fail to release lock on ARM
 2017-08-23 15:18 UTC 

[PATCH] hw/display/xenfb.c: Add trace_xenfb_key_event
 2017-08-23 15:09 UTC 

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

[PATCH 00/27] xen/arm: Memory subsystem clean-up
 2017-08-23 14:46 UTC  (27+ messages)
` [PATCH 16/27] xen/arm: page: Remove unused attributes DEV_NONSHARED and DEV_CACHED
` [PATCH 18/27] xen/arm: page: Prefix memory types with MT_
` [PATCH 19/27] xen/arm: page: Clean-up the definition of MAIRVAL
` [PATCH 20/27] xen/arm: page: Use ARMv8 naming to improve readability
` [PATCH 21/27] xen/arm: mm: Rename and clarify AP[1] in the stage-1 page table
` [PATCH 23/27] xen/arm: mm: Rename 'ai' into 'flags' in create_xen_entries
` [PATCH 24/27] xen/arm: page: Describe the layout of flags used to update page tables
` [PATCH 25/27] xen/arm: mm: Embed permission in the flags
` [PATCH 26/27] xen/arm: mm: Handling permission flags when adding a new mapping
` [PATCH 27/27] xen/arm: mm: Use memory flags for modify_xen_mappings rather than custom one

[PATCH v3 00/52] Support for modifying parameters at runtime
 2017-08-23 14:38 UTC  (26+ messages)
` [PATCH v3 18/52] xen/arch/x86/psr.c: let custom parameter parsing routines return errno
` [PATCH v3 20/52] xen/arch/x86/shutdown.c: "
` [PATCH v3 22/52] xen/arch/x86/x86_64/mmconfig-shared.c: "
` [PATCH v3 33/52] xen/drivers/passthrough/iommu.c: "
` [PATCH v3 34/52] xen/drivers/passthrough/pci.c: "
` [PATCH v3 39/52] xen: check parameter validity when parsing command line
` [PATCH v3 48/52] xen: add hypercall for setting parameters at runtime

[PATCH v2 0/3] tools/libxc: use superpages
 2017-08-23 14:32 UTC  (9+ messages)
` [PATCH v2 3/3] tools/libxc: use superpages during restore of HVM guest

[PATCH V2 00/25] xen/vIOMMU: Add vIOMMU support with irq remapping fucntion of virtual vtd
 2017-08-23 14:11 UTC  (74+ 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 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 7/25] tools/libacpi: Add new fields in acpi_config for DMAR table
` [PATCH V2 8/25] tools/libxl: Add a user configurable parameter to control vIOMMU attributes
` [PATCH V2 9/25] tools/libxl: build DMAR table for a guest with one virtual VTD
` [PATCH V2 10/25] tools/libxl: create vIOMMU during domain construction
` [PATCH V2 11/25] x86/hvm: Introduce a emulated VTD for HVM
` [PATCH V2 12/25] x86/vvtd: Add MMIO handler for VVTD
` [PATCH V2 13/25] x86/vvtd: Set Interrupt Remapping Table Pointer through GCMD
` [PATCH V2 14/25] x86/vvtd: Process interrupt remapping request
` [PATCH V2 15/25] x86/vvtd: decode interrupt attribute from IRTE
` [PATCH V2 16/25] x86/vioapic: Hook interrupt delivery of vIOAPIC
` [PATCH V2 17/25] x86/vvtd: Enable Queued Invalidation through GCMD
` [PATCH V2 18/25] x86/vvtd: Enable Interrupt Remapping "
` [PATCH V2 19/25] x86/vioapic: extend vioapic_get_vector() to support remapping format RTE
` [PATCH V2 21/25] tools/libxc: Add a new interface to bind remapping format msi with pirq
` [PATCH V2 22/25] x86/vmsi: Hook delivering remapping format msi to guest
` [PATCH V2 23/25] x86/vvtd: Handle interrupt translation faults
` [PATCH V2 24/25] x86/vvtd: Add queued invalidation (QI) support
` [PATCH V2 25/25] x86/vvtd: save and restore emulated VT-d

[PATCH v2] hvmloader: add fields for SMBIOS 2.4 compliance
 2017-08-23 13:50 UTC  (2+ messages)

[PATCH] x86: enable RCU based table free when PARAVIRT
 2017-08-23 13:45 UTC 

[distros-debian-squeeze test] 72006: tolerable trouble: broken/fail/pass
 2017-08-23 13:26 UTC 

[PATCH v2] xen: Emit RTC_CHANGE upon TIMEOFFSET ioreq
 2017-08-23 13:25 UTC 

[xen-unstable-coverity test] 112842: all pass - PUSHED
 2017-08-23 13:25 UTC 

[xen-4.6-testing test] 112829: tolerable FAIL - PUSHED
 2017-08-23 13:24 UTC 

[xen-unstable baseline-only test] 72005: regressions - trouble: blocked/broken/fail/pass
 2017-08-23 13:12 UTC 

[PATCH] hvmloader: add fields for SMBIOS 2.4 compliance
 2017-08-23 12:15 UTC  (5+ messages)

[xen-4.9-testing test] 112820: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-23 12:09 UTC 

[RFC PATCH v1 0/7] IPMMU-VMSA support on ARM
 2017-08-23 11:41 UTC  (7+ messages)
` [RFC PATCH v1 2/7] iommu/arm: ipmmu-vmsa: Add Xen changes for main driver

[PATCH v4 00/11] Handle SMCs and HVCs in conformance with SMCCC
 2017-08-23 11:29 UTC  (7+ messages)
` [PATCH v4 03/11] public: xen.h: add definitions for UUID handling

[PATCH 0/5] xen: better grant v2 support
 2017-08-23 10:57 UTC  (12+ messages)

[edk2] [PATCH] Maintainers.txt: update OvmfPkg maintainership
 2017-08-23  9:17 UTC  (2+ messages)

[PATCH 0/2 v3] xenfb: rework xen vkbd backend
 2017-08-23  9:11 UTC  (4+ messages)
` [PATCH 1/2 v3] xenfb: Use Input Handlers directly

[PATCH v7] VT-d: use correct BDF for VF to search VT-d unit
 2017-08-23  8:52 UTC  (14+ messages)

[linux-3.18 test] 112817: trouble: blocked/broken/fail/pass
 2017-08-23  8:45 UTC 

[PATCH v2 0/4] x86/pvh: implement iommu_inclusive_mapping for PVH Dom0
 2017-08-23  8:21 UTC  (13+ messages)
` [PATCH v2 1/4] x86/dom0: prevent access to MMCFG areas "
` [PATCH v2 3/4] x86/vtd: introduce a PVH implementation of iommu_inclusive_mapping
` [PATCH v2 4/4] x86/dom0: re-order DMA remapping enabling for PVH Dom0

[PATCH V2 2/25] VIOMMU: Add irq request callback to deal with irq remapping
 2017-08-23  7:38 UTC  (5+ messages)
` [PATCH V2 1/25] VIOMMU: Add vIOMMU helper functions to create, destroy and query capabilities

[xen-4.7-testing baseline-only test] 72004: tolerable trouble: blocked/broken/fail/pass
 2017-08-23  6:55 UTC 

[xen-unstable test] 112809: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-23  5:56 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).