messages from 2018-02-09 14:02:05 to 2018-02-12 10:47:25 UTC [more...]
[PATCH 0/7] paravirtual IOMMU interface
2018-02-12 10:47 UTC (2+ messages)
` [PATCH 4/7] vtd: add lookup_page method to iommu_ops
[PATCH 0/3] pvh/dom0: switch to ACPI whitelisting
2018-02-12 10:41 UTC (2+ messages)
RTDS with extra time issue
2018-02-12 10:38 UTC (17+ messages)
[PATCH v4 00/28] add vIOMMU support with irq remapping function of virtual VT-d
2018-02-12 10:35 UTC (38+ messages)
` [PATCH v4 01/28] Xen/doc: Add Xen virtual IOMMU doc
` [PATCH v4 02/28] VIOMMU: Add vIOMMU framework and vIOMMU domctl
` [PATCH v4 03/28] VIOMMU: Add irq request callback to deal with irq remapping
` [PATCH v4 04/28] VIOMMU: Add get irq info callback to convert irq remapping request
` [PATCH v4 05/28] VIOMMU: Introduce callback of checking irq remapping mode
` [PATCH v4 06/28] vtd: clean-up and preparation for vvtd
` [PATCH v4 07/28] x86/hvm: Introduce a emulated VTD for HVM
` [PATCH v4 08/28] x86/vvtd: Add MMIO handler for VVTD
` [PATCH v4 09/28] x86/vvtd: Set Interrupt Remapping Table Pointer through GCMD
` [PATCH v4 10/28] x86/vvtd: Enable Interrupt Remapping "
` [PATCH v4 11/28] x86/vvtd: Process interrupt remapping request
[PATCH] x86/srat: fix the end pfn check in valid_numa_range()
2018-02-12 10:32 UTC (2+ messages)
[qemu-mainline test] 118942: tolerable FAIL - PUSHED
2018-02-12 10:29 UTC
[RFC XEN PATCH v4 00/41] Add vNVDIMM support to HVM domains
2018-02-12 10:05 UTC (4+ messages)
[PATCH 1/2] xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handling
2018-02-12 9:06 UTC (6+ messages)
` [PATCH 2/2] xen: xenbus: WARN_ON XS_TRANSACTION_{START, END} misuse
Slow HVM boot time, was "HVM boot time optimization"
2018-02-12 8:27 UTC (5+ messages)
[seabios test] 118934: regressions - FAIL
2018-02-12 8:14 UTC
[xen-unstable test] 118916: regressions - FAIL
2018-02-12 6:40 UTC
[linux-linus test] 118893: regressions - FAIL
2018-02-12 4:05 UTC
[qemu-mainline test] 118856: regressions - FAIL
2018-02-11 21:16 UTC
[seabios test] 118836: regressions - FAIL
2018-02-11 18:47 UTC
[xen-4.8-testing test] 118818: tolerable FAIL - PUSHED
2018-02-11 17:00 UTC
[libvirt test] 118829: tolerable all pass - PUSHED
2018-02-11 13:18 UTC
[xen-unstable test] 118802: regressions - FAIL
2018-02-11 12:18 UTC
[xen-unstable-coverity test] 118906: all pass - PUSHED
2018-02-11 10:08 UTC
[linux-linus test] 118775: regressions - FAIL
2018-02-11 5:44 UTC
[xen-4.9-testing test] 118784: tolerable FAIL - PUSHED
2018-02-11 5:15 UTC
[xen-4.10-testing test] 118771: tolerable FAIL - PUSHED
2018-02-10 21:18 UTC
[PATCH v2 0/4] hvm/svm: Enable vm events for SVM
2018-02-10 20:26 UTC (17+ messages)
` [PATCH v2 1/4] asm-x86/monitor: Enable svm monitor events
` [PATCH v2 2/4] hvm/svm: Enable Breakpoint events
` [PATCH v2 3/4] hvm/svm: Enable MSR events
` [PATCH v2 4/4] hvm/svm: Enable CR events
[qemu-mainline test] 118751: regressions - FAIL
2018-02-10 17:18 UTC
[linux-next test] 118748: regressions - trouble: broken/fail/pass
2018-02-10 15:20 UTC
[seabios test] 118737: regressions - FAIL
2018-02-10 11:49 UTC
[linux-3.18 test] 118730: tolerable FAIL - PUSHED
2018-02-10 10:19 UTC
[libvirt test] 118735: tolerable all pass - PUSHED
2018-02-10 9:12 UTC
[xen-4.7-testing test] 118721: tolerable FAIL - PUSHED
2018-02-10 7:28 UTC
[xen-4.8-testing test] 118707: regressions - trouble: broken/fail/pass
2018-02-10 5:02 UTC
[linux-linus bisection] complete test-amd64-amd64-xl-qemut-debianhvm-amd64-xsm
2018-02-10 2:59 UTC
[xen-unstable test] 118698: tolerable FAIL - PUSHED
2018-02-10 0:33 UTC
Xen ARM community call Tuesday 13th February 5PM UTC
2018-02-09 21:05 UTC (6+ messages)
[xen-4.9-testing test] 118683: regressions - FAIL
2018-02-09 19:37 UTC
[GIT PULL] xen: fixes for 4.16 rc1
2018-02-09 19:37 UTC (3+ messages)
[RFC PATCH 00/49] New VGIC(-v2) implementation
2018-02-09 19:27 UTC (54+ messages)
` [RFC PATCH 01/49] tools: ARM: vGICv3: avoid inserting optional DT properties
` [RFC PATCH 02/49] ARM: vGICv3: drop GUEST_GICV3_RDIST_REGIONS symbol
` [RFC PATCH 03/49] ARM: GICv3: use hardware GICv3 redistributor regions for Dom0
` [RFC PATCH 04/49] ARM: GICv3: simplify GICv3 redistributor stride handling
` [RFC PATCH 05/49] ARM: vGICv3: always use architected redist stride
` [RFC PATCH 06/49] ARM: vGICv3: remove rdist_stride from VGIC structure
` [RFC PATCH 07/49] ARM: VGIC: move gic_remove_from_lr_pending() prototype
` [RFC PATCH 08/49] ARM: VGIC: move max_vcpus VGIC limit to struct arch_domain
` [RFC PATCH 09/49] ARM: VGIC: change to level-IRQ compatible IRQ injection interface
` [RFC PATCH 10/49] ARM: VGIC: carve out struct vgic_cpu and struct vgic_dist
` [RFC PATCH 11/49] ARM: VGIC: reorder prototypes in vgic.h
` [RFC PATCH 12/49] ARM: VGIC: introduce gic_get_nr_lrs()
` [RFC PATCH 13/49] ARM: VGIC: Add hypervisor base address to vgic_v2_setup_hw()
` [RFC PATCH 14/49] ARM: VGIC: extend GIC CPU interface definitions
` [RFC PATCH 15/49] ARM: GIC: Allow tweaking the active state of an IRQ
` [RFC PATCH 16/49] ARM: GIC: allow reading pending state of a hardware IRQ
` [RFC PATCH 17/49] ARM: timer: Handle level triggered IRQs correctly
` [RFC PATCH 18/49] ARM: evtchn: "
` [RFC PATCH 19/49] ARM: vPL011: Use the VGIC's level triggered IRQs handling if available
` [RFC PATCH 20/49] ARM: new VGIC: Add data structure definitions
` [RFC PATCH 21/49] ARM: new VGIC: Add acccessor to new struct vgic_irq instance
` [RFC PATCH 22/49] ARM: new VGIC: Implement virtual IRQ injection
` [RFC PATCH 23/49] ARM: new VGIC: Add IRQ sorting
` [RFC PATCH 24/49] ARM: new VGIC: Add IRQ sync/flush framework
` [RFC PATCH 25/49] ARM: new VGIC: Add GICv2 world switch backend
` [RFC PATCH 26/49] ARM: new VGIC: Implement vgic_vcpu_pending_irq
` [RFC PATCH 27/49] ARM: new VGIC: Add MMIO handling framework
` [RFC PATCH 28/49] ARM: new VGIC: Add GICv2 "
` [RFC PATCH 29/49] ARM: new VGIC: Add CTLR, TYPER and IIDR handlers
` [RFC PATCH 30/49] ARM: new VGIC: Add ENABLE registers handlers
` [RFC PATCH 31/49] ARM: new VGIC: Add PENDING "
` [RFC PATCH 32/49] ARM: new VGIC: Add ACTIVE "
` [RFC PATCH 33/49] ARM: new VGIC: Add PRIORITY "
` [RFC PATCH 34/49] ARM: new VGIC: Add CONFIG "
` [RFC PATCH 35/49] ARM: new VGIC: Add TARGET "
` [RFC PATCH 36/49] ARM: new VGIC: Add SGIR register handler
` [RFC PATCH 37/49] ARM: new VGIC: Add SGIPENDR register handlers
` [RFC PATCH 38/49] ARM: new VGIC: handle hardware mapped IRQs
` [RFC PATCH 39/49] ARM: new VGIC: Add event channel IRQ handling
` [RFC PATCH 40/49] ARM: new VGIC: Handle virtual IRQ allocation/reservation
` [RFC PATCH 41/49] ARM: new VGIC: dump virtual IRQ info
` [RFC PATCH 42/49] ARM: new VGIC: provide system register emulation stub
` [RFC PATCH 43/49] ARM: new VGIC: Add preliminary stub implementations
` [RFC PATCH 44/49] ARM: new VGIC: vgic-init: register VGIC
` [RFC PATCH 45/49] ARM: new VGIC: vgic-init: implement vgic_init
` [RFC PATCH 46/49] ARM: new VGIC: vgic-init: implement map_resources
` [RFC PATCH 47/49] ARM: new VGIC: Add vgic_v2_enable
` [RFC PATCH 48/49] ARM: allocate two pages for struct vcpu
` [RFC PATCH 49/49] ARM: VGIC: wire new VGIC(-v2) files into Xen build system
[PATCH] xen/arm: Park CPUs with a MIDR different from the boot CPU
2018-02-09 19:12 UTC (9+ messages)
[RFC v4 0/8] SMMUv3 driver
2018-02-09 18:11 UTC (8+ messages)
` [RFC v4 3/8] xen/linux_compat: Add a Linux compat header
` [RFC v4 6/8] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver
[PATCH 0/7] SMMUv3 driver
2018-02-09 17:54 UTC (5+ messages)
` [PATCH 6/7] drivers/passthrough/arm: Refactor code for arm smmu drivers
[linux-linus test] 118672: regressions - FAIL
2018-02-09 17:40 UTC
[PATCH v2 00/15] xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update
2018-02-09 17:09 UTC (20+ messages)
` [PATCH v2 02/15] xen/arm: vpsci: Add support for PSCI 1.1
` [PATCH v2 03/15] xen/arm: vsmc: Implement SMCCC 1.1
` [PATCH v2 07/15] xen/arm64: Print a per-CPU message with the BP hardening method used
` [PATCH v2 08/15] xen/arm: smccc: Add macros SMCCC_VERSION, SMCCC_VERSION_{MINOR, MAJOR}
` [PATCH v2 09/15] xen/arm: psci: Detect SMCCC version
` [PATCH v2 14/15] xen/arm: psci: Consolidate PSCI version print
` [PATCH v2 15/15] xen/arm: psci: Prefix with static any functions not exported
[PATCH] libxl: do not fail device removal if backend domain is gone
2018-02-09 16:43 UTC (10+ messages)
[PATCH] [v2] xen: hypercall: fix out-of-bounds memcpy
2018-02-09 16:20 UTC (4+ messages)
[xen-4.10-testing test] 118673: regressions - trouble: blocked/broken/fail/pass
2018-02-09 16:16 UTC
[PATCH] x86/hvm/dmop: Only copy what is needed to/from the guest
2018-02-09 15:49 UTC (5+ messages)
[GIT PULL] xen: fixes for 4.16 rc1
2018-02-09 14:28 UTC
[PATCH v3 00/17] Alternative Meltdown mitigation
2018-02-09 14:01 UTC (16+ messages)
` [PATCH v3 02/17] x86: do a revert of e871e80c38547d9faefc6604532ba3e985e65873
` [PATCH v3 03/17] x86: revert 5784de3e2067ed73efc2fe42e62831e8ae7f46c4
` [PATCH v3 05/17] x86: add a xpti command line parameter
` [PATCH v3 06/17] x86: allow per-domain mappings without NX bit or with specific mfn
` [PATCH v3 07/17] xen/x86: split _set_tssldt_desc() into ldt and tss specific functions
` [PATCH v3 08/17] x86: add support for spectre mitigation with local thunk
` [PATCH v3 09/17] x86: create syscall stub for per-domain mapping
` [PATCH v3 10/17] x86: allocate per-vcpu stacks for interrupt entries
` [PATCH v3 11/17] x86: modify interrupt handlers to support stack switching
` [PATCH v3 12/17] x86: activate per-vcpu stacks in case of xpti
` [PATCH v3 13/17] x86: allocate hypervisor L4 page table for XPTI
` [PATCH v3 14/17] xen: add domain pointer to fill_ro_mpt() and zap_ro_mpt() functions
` [PATCH v3 15/17] x86: fill XPTI shadow pages and keep them in sync with guest L4
` [PATCH v3 16/17] x86: do page table switching when entering/leaving hypervisor
` [PATCH v3 17/17] x86: hide most hypervisor mappings in XPTI shadow page tables
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).