xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-08 21:45:07 to 2017-08-09 20:34:17 UTC [more...]

[PATCH V2 00/25] xen/vIOMMU: Add vIOMMU support with irq remapping fucntion of virtual vtd
 2017-08-09 20:34 UTC  (17+ 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 5/25] tools/libxc: Add viommu operations in libxc
` [PATCH V2 6/25] tools/libacpi: Add DMA remapping reporting (DMAR) ACPI table structures
` [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 0/4] arm: allign check_conditional_instr() with ARMv8
 2017-08-09 20:34 UTC  (7+ messages)
` [PATCH v2 1/4] arm: processor: rename iss to res0 in hsr_cond union
` [PATCH v2 2/4] arm: processor: add new struct hsr_smc32 into hsr union
` [PATCH v2 3/4] arm: traps: handle unknown exceptions in check_conditional_instr()
` [PATCH v2 4/4] arm: traps: handle SMC32 "

[PATCH v3 0/7] Handle SMCs and HVCs in conformance with SMCCC
 2017-08-09 20:13 UTC  (21+ messages)
` [PATCH 1/7] arm: traps: psci: use generic register accessors
` [PATCH 2/7] arm: make processor-specific functions from traps.c globaly visible
` [PATCH 3/7] arm: traps: check if SMC was conditional before handling it
` [PATCH 4/7] arm: smccc: handle SMCs according to SMCCC
` [PATCH 5/7] arm: traps: handle PSCI calls inside `smccc.c`
` [PATCH 6/7] arm: psci: use definitions provided by vsmc.h
` [PATCH 7/7] arm: vsmc: remove 64 bit mode check in psci handler

[PATCH v2] cpufreq: only stop ondemand governor if already started
 2017-08-09 19:38 UTC 

[PATCH] common/domain_page: Drop domain_mmap_cache infrastructure
 2017-08-09 18:21 UTC 

[RFC] xen/arm: Suspend to RAM Support in Xen for ARM
 2017-08-09 17:43 UTC 

[PATCH 0/5] xen: RCU: x86/ARM: Add support of rcu_idle_{enter, exit}
 2017-08-09 17:34 UTC  (11+ messages)
` [PATCH 3/5] xen: RCU/x86/ARM: discount CPUs that were idle when grace period started
` [PATCH 5/5] xen: RCU: avoid busy waiting until the end of grace period

[PATCH] cpufreq: only stop ondemand governor if already started
 2017-08-09 17:21 UTC  (3+ messages)

[PATCH v1 0/3] Towards work-conserving RTDS
 2017-08-09 17:12 UTC  (15+ messages)
` [PATCH v1 1/3] xen:rtds: towards work conserving RTDS
` [PATCH v1 3/3] xl: enable per-VCPU extratime flag for RTDS

[PATCH] xsm: correct AVC lookups for two sysctls
 2017-08-09 17:00 UTC  (2+ messages)

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

[xen-unstable-smoke test] 112537: tolerable trouble: broken/pass - PUSHED
 2017-08-09 16:39 UTC 

Xen-unstable / Qemu-upstream: QMP server: Unsupported bus. Bus doesn't have property 'acpi-pcihp-bsel' set
 2017-08-09 16:34 UTC 

[ovmf test] 112532: all pass - PUSHED
 2017-08-09 16:16 UTC 

[PATCH v2] x86/xen/64: Rearrange the SYSCALL entries
 2017-08-09 15:39 UTC 

Question about libxc-migration-stream.pandoc
 2017-08-09 14:52 UTC  (2+ messages)

[xen-unstable test] 112526: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-09 13:50 UTC 

[PATCH] x86/psr: remove useless check in free_socket_resources
 2017-08-09 13:35 UTC  (2+ messages)

[xen-unstable-smoke test] 112534: tolerable trouble: broken/pass - PUSHED
 2017-08-09 12:56 UTC 

[qemu-mainline test] 112527: regressions - trouble: blocked/broken/fail/pass
 2017-08-09 12:55 UTC 

[MINIOS PATCH] lib/math.c: implement __udivmoddi4
 2017-08-09 12:29 UTC  (2+ messages)

[libvirt test] 112528: tolerable trouble: blocked/broken/pass - PUSHED
 2017-08-09 12:27 UTC 

[PATCH] vtpmmgr: make inline functions static
 2017-08-09 12:18 UTC  (3+ messages)

[xen-unstable-coverity test] 112530: all pass - PUSHED
 2017-08-09 11:09 UTC 

[PATCH 00/25 v7] SBSA UART emulation support in Xen
 2017-08-09 11:03 UTC  (4+ messages)

[PATCH v2] x86: fix printed messages in arch_set_info_hvm_guest
 2017-08-09 10:50 UTC 

[RFC PATCH 0/4] Allow setting up shared memory areas between VMs from xl config files
 2017-08-09 10:51 UTC  (8+ messages)
` [RFC PATCH 4/4] libxl: support creation and destruction of static shared memory areas

[PATCH 1/2] x86/hvm: fix arch_set_info_hvm_guest SEG macro
 2017-08-09 10:23 UTC  (4+ messages)
` [PATCH 2/2] x86: fix printed messages in arch_set_info_hvm_guest

[xen-unstable test] 112511: regressions - trouble: blocked/broken/fail/pass
 2017-08-09 10:02 UTC  (2+ messages)

[linux-3.18 test] 112524: trouble: blocked/broken/fail/pass
 2017-08-09  9:50 UTC 

[PATCH 0/4] arm: allign check_conditional_instr() with ARM64 requirements
 2017-08-09  9:47 UTC  (5+ messages)
` [PATCH 4/4] arm: traps: handle SMC32 in check_conditional_instr()

[PATCH] common/page_alloc: Drop BOOT_BUG_ON()
 2017-08-09  9:32 UTC  (4+ messages)

[PATCH] x86/tboot: tboot_shutdown: disable interrupts after map_pages_to_xen
 2017-08-09  9:17 UTC  (2+ messages)

[PATCH v7 00/14] arm/mem_access: Walk guest page tables in SW if mem_access is active
 2017-08-09  9:14 UTC  (9+ messages)
` [PATCH v7 13/14] arm/mem_access: Add short-descriptor based gpt

[PATCH v4 0/9] vpci: PCI config space emulation
 2017-08-09  8:39 UTC  (13+ messages)
` [PATCH v4 6/9] xen/vpci: add handlers to map the BARs
` [PATCH v4 7/9] vpci/msi: add MSI handlers

[linux-linus test] 112523: regressions - trouble: blocked/broken/fail/pass
 2017-08-09  8:21 UTC 

[PATCH v8 00/13] arm/mem_access: Walk guest page tables in SW if mem_access is active
 2017-08-09  8:20 UTC  (14+ messages)
` [PATCH v8 01/13] arm/mem_access: Add and cleanup (TCR_|TTBCR_)* defines
` [PATCH v8 02/13] arm/mem_access: Add defines supporting PTs with varying page sizes
` [PATCH v8 03/13] arm/lpae: Introduce lpae_is_page helper
` [PATCH v8 04/13] arm/mem_access: Add short-descriptor pte typedefs and macros
` [PATCH v8 05/13] arm/mem_access: Introduce GV2M_EXEC permission
` [PATCH v8 06/13] arm/mem_access: Introduce BIT_ULL bit operation
` [PATCH v8 07/13] arm/mem_access: Introduce GENMASK_ULL "
` [PATCH v8 08/13] arm/guest_access: Move vgic_access_guest_memory to guest_access.h
` [PATCH v8 09/13] arm/guest_access: Rename vgic_access_guest_memory
` [PATCH v8 10/13] arm/mem_access: Add software guest-page-table walk
` [PATCH v8 11/13] arm/mem_access: Add long-descriptor based gpt
` [PATCH v8 12/13] arm/mem_access: Add short-descriptor "
` [PATCH v8 13/13] arm/mem_access: Walk the guest's pt in software

[PATCH v8 0/2] Singlestep unimplemented x86emul instructions
 2017-08-09  8:11 UTC  (5+ messages)
` [PATCH v8 1/2] x86emul: New return code for unimplemented instruction
` [PATCH v8 2/2] x86/monitor: Notify monitor if an emulation fails

[PATCH v1 00/13] Enable Memory Bandwidth Allocation in Xen
 2017-08-09  7:41 UTC  (14+ messages)
` [PATCH v1 01/13] docs: create Memory Bandwidth Allocation (MBA) feature document
` [PATCH v1 02/13] Rename PSR sysctl/domctl interfaces and xsm policy to make them be general
` [PATCH v1 03/13] x86: rename 'cbm_type' to 'psr_val_type' to make it general
` [PATCH v1 04/13] x86: implement data structure and CPU init flow for MBA
` [PATCH v1 05/13] x86: implement get hw info "
` [PATCH v1 06/13] x86: implement get value interface "
` [PATCH v1 07/13] x86: implement set value flow "
` [PATCH v1 08/13] tools: create general interfaces to support psr allocation features
` [PATCH v1 09/13] tools: implement the new get hw info interface suitable to all "
` [PATCH v1 10/13] tools: rename 'xc_psr_cat_type' to 'xc_psr_val_type'
` [PATCH v1 11/13] tools: implemet new get value interface suitable for all psr allocation features
` [PATCH v1 12/13] tools: implemet new set "
` [PATCH v1 13/13] docs: add MBA description in docs

[distros-debian-squeeze test] 71954: tolerable trouble: broken/fail/pass
 2017-08-09  7:47 UTC 

[PATCH for-4.9] livepatch: Declare live patching as a supported feature
 2017-08-09  7:36 UTC  (14+ messages)
                ` Is:livepatch-build-tools.git declare it supported? Was:Re: "

[ovmf baseline-only test] 71953: all pass
 2017-08-09  6:25 UTC 

[ovmf test] 112525: all pass - PUSHED
 2017-08-09  5:14 UTC 

[ovmf baseline-only test] 71952: all pass
 2017-08-09  3:47 UTC 

[RFC v2 00/12] Enable Memory Bandwidth Allocation in Xen
 2017-08-09  2:05 UTC  (8+ messages)
` [RFC v2 04/12] x86: implement data structure and CPU init flow for MBA
` [RFC v2 05/12] x86: implement get hw info "
` [RFC v2 07/12] x86: implement set value "

[qemu-mainline test] 112521: regressions - trouble: blocked/broken/fail/pass
 2017-08-09  1:50 UTC 

[xen-unstable test] 112519: regressions - trouble: blocked/broken/fail/pass
 2017-08-09  1:10 UTC 

[ovmf test] 112522: all pass - PUSHED
 2017-08-09  0:56 UTC 

[linux-3.18 test] 112517: trouble: blocked/broken/fail/pass
 2017-08-08 22:22 UTC 

[PATCH v7 0/9] Memory scrubbing from idle loop
 2017-08-08 21:45 UTC  (2+ messages)
` [PATCH v7 9/9] mm: Make sure pages are scrubbed


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).