xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-26 08:49:51 to 2021-08-28 02:19:59 UTC [more...]

[XEN RFC PATCH 00/40] Add device tree based NUMA support to Arm64
 2021-08-28  2:19 UTC  (48+ messages)
` [XEN RFC PATCH 16/40] xen/arm: Create a fake NUMA node to use common code
` [XEN RFC PATCH 18/40] xen/arm: Keep memory nodes in dtb for NUMA when boot from EFI
` [XEN RFC PATCH 20/40] xen/arm: implement node distance helpers for Arm64
` [XEN RFC PATCH 22/40] xen/arm: introduce a helper to parse device tree processor node
` [XEN RFC PATCH 23/40] xen/arm: introduce a helper to parse device tree memory node
` [XEN RFC PATCH 26/40] xen/arm: Add boot and secondary CPU to NUMA system
` [XEN RFC PATCH 32/40] xen/x86: make acpi_scan_nodes to be neutral
` [XEN RFC PATCH 34/40] xen: move numa_scan_nodes from x86 to common
` [XEN RFC PATCH 35/40] xen: enable numa_scan_nodes for device tree based NUMA
` [XEN RFC PATCH 36/40] xen/arm: keep guest still be NUMA unware
` [XEN RFC PATCH 37/40] xen: introduce an arch helper to do NUMA init failed fallback
` [XEN RFC PATCH 38/40] xen/arm: enable device tree based NUMA in system init
` [XEN RFC PATCH 39/40] xen/x86: move numa_setup to common to support NUMA switch in command line

[xen-unstable test] 164499: regressions - FAIL
 2021-08-28  0:44 UTC 

[PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-28  0:35 UTC  (14+ messages)
` [PATCH v2 01/13] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
` [PATCH v2 02/13] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH v2 03/13] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH v2 04/13] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH v2 05/13] perf: Force architectures to opt-in to "
` [PATCH v2 06/13] perf/core: Rework guest callbacks to prepare for static_call support
` [PATCH v2 07/13] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH v2 08/13] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
` [PATCH v2 09/13] KVM: x86: More precisely identify NMI from guest when handling PMI
` [PATCH v2 10/13] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v2 11/13] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH v2 12/13] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v2 13/13] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c

[xen-unstable-smoke test] 164525: tolerable all pass - PUSHED
 2021-08-27 21:45 UTC 

[RFC PATCH] xen/memory: Introduce a hypercall to provide unallocated space
 2021-08-27 20:34 UTC  (20+ messages)

[PATCH 00/10] block: first batch of add_disk() error handling conversions
 2021-08-27 19:19 UTC  (12+ messages)
` [PATCH 01/10] block/brd: add error handling support for add_disk()
` [PATCH 02/10] bcache: "
` [PATCH 03/10] nvme-multipath: "
` [PATCH 04/10] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 05/10] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 06/10] nvdimm/btt: add error handling support for add_disk()
` [PATCH 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH 08/10] nvdimm/blk: add error handling support for add_disk()
` [PATCH 09/10] xen-blkfront: "
` [PATCH 10/10] zram: "

[qemu-mainline test] 164497: tolerable FAIL - PUSHED
 2021-08-27 18:36 UTC 

[PATCH V4 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-27 17:46 UTC  (18+ messages)
` [PATCH V4 01/13] x86/hyperv: Initialize GHCB page in Isolation VM
` [PATCH V4 02/13] x86/hyperv: Initialize shared memory boundary in the "
` [PATCH V4 03/13] x86/hyperv: Add new hvcall guest address host visibility support
` [PATCH V4 04/13] hyperv: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH V4 05/13] hyperv: Add Write/Read MSR registers via ghcb page
` [PATCH V4 06/13] hyperv: Add ghcb hvcall support for SNP VM
` [PATCH V4 07/13] hyperv/Vmbus: Add SNP support for VMbus channel initiate message
` [PATCH V4 08/13] hyperv/vmbus: Initialize VMbus ring buffer for Isolation VM
` [PATCH V4 09/13] DMA: Add dma_map_decrypted/dma_unmap_encrypted() function
` [PATCH V4 10/13] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V4 11/13] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V4 12/13] hv_netvsc: Add Isolation VM support for netvsc driver
` [PATCH V4 13/13] hv_storvsc: Add Isolation VM support for storvsc driver

[PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-08-27 17:23 UTC  (4+ messages)

[xen-unstable-smoke test] 164524: tolerable all pass - PUSHED
 2021-08-27 17:25 UTC 

Xen 4.16 release schedule
 2021-08-27 16:41 UTC 

[PATCH 00/15] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-27 15:22 UTC  (28+ messages)
` [PATCH 01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH 02/15] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH 03/15] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH 04/15] perf: Force architectures to opt-in to "
` [PATCH 05/15] perf: Track guest callbacks on a per-CPU basis
` [PATCH 06/15] KVM: x86: Register perf callbacks only when actively handling interrupt
` [PATCH 07/15] KVM: Use dedicated flag to track if KVM is handling an NMI from guest
` [PATCH 08/15] KVM: x86: Drop current_vcpu in favor of kvm_running_vcpu
` [PATCH 09/15] KVM: arm64: Register/unregister perf callbacks at vcpu load/put
` [PATCH 10/15] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH 11/15] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH 12/15] KVM: arm64: Convert to the generic perf callbacks
` [PATCH 13/15] KVM: arm64: Drop perf.c and fold its tiny bit of code into pmu.c
` [PATCH 14/15] perf: Disallow bulk unregistering of guest callbacks and do cleanup
` [PATCH 15/15] perf: KVM: Indicate "in guest" via NULL ->is_in_guest callback

[PATCH v3 0/7] xen/arm: Sanitize cpuinfo
 2021-08-27 15:05 UTC  (5+ messages)
` [PATCH v3 1/7] xen/arm: Import ID registers definitions from Linux
` [PATCH v3 7/7] xen/arm: Sanitize CTR_EL0 and emulate it if needed

[xen-4.15-testing test] 164495: regressions - FAIL
 2021-08-27 14:46 UTC  (3+ messages)
` XSA-378 fixes breaking PVH Dom0 (was: [xen-4.15-testing test] 164495: regressions - FAIL)

[PATCH v3 0/7] xsm: refactoring xsm hooks
 2021-08-27 14:16 UTC  (15+ messages)
` [PATCH v3 2/7] xsm: remove the ability to disable flask
` [PATCH v3 3/7] xsm: refactor xsm_ops handling
` [PATCH v3 5/7] xsm: decouple xsm header inclusion selection
` [PATCH v3 6/7] xsm: drop generic event channel labeling exclusion
` [PATCH v3 7/7] xsm: removing facade that XSM can be enabled/disabled

[PATCH] xen/domain: Fix label position in domain_teardown()
 2021-08-27 14:11 UTC  (3+ messages)

[xen-unstable-smoke test] 164515: tolerable all pass - PUSHED
 2021-08-27 13:02 UTC 

HVM guest only bring up a single vCPU
 2021-08-27 12:52 UTC  (11+ messages)

Filesystem corruption on restore without "xen-blkfront: introduce blkfront_gather_backend_features()"
 2021-08-27 12:47 UTC 

preparations for 4.15.1 and 4.13.4
 2021-08-27 12:39 UTC  (4+ messages)
  ` QEMU 6.0+ in 4.15 and 4.14 (Re: preparations for 4.15.1 and 4.13.4)

[PATCH] xen/balloon: use a kernel thread instead a workqueue
 2021-08-27 12:32 UTC 

[RESEND PATCH V5 0/2] Virtio support for toolstack on Arm (Was "IOREQ feature (+ virtio-mmio) on Arm")
 2021-08-27 11:34 UTC  (5+ messages)
` [RESEND PATCH V5 1/2] libxl: Add support for Virtio disk configuration

[xen-4.13-testing test] 164496: regressions - FAIL
 2021-08-27 11:15 UTC 

Linux: balloon_process() causing workqueue lockups?
 2021-08-27  9:58 UTC  (4+ messages)

[libvirt test] 164498: regressions - FAIL
 2021-08-27  8:52 UTC 

[PATCH] gnttab: avoid triggering assertion in radix_tree_ulong_to_ptr()
 2021-08-27  8:45 UTC  (2+ messages)

[PATCH v15 00/12] Restricted DMA
 2021-08-27  6:58 UTC  (5+ messages)
` [PATCH v15 10/12] swiotlb: Add restricted DMA pool initialization

[PATCH] VT-d: fix caching mode IOTLB flushing
 2021-08-27  3:43 UTC  (2+ messages)

[xen-4.14-testing test] 164493: regressions - FAIL
 2021-08-27  2:10 UTC 

[PATCH v2] PCI/MSI: Skip masking MSI-X on Xen PV
 2021-08-26 20:56 UTC  (2+ messages)

[xen-4.12-testing test] 164489: tolerable FAIL - PUSHED
 2021-08-26 19:25 UTC 

[PATCH] PCI/MSI: skip masking MSI on Xen PV
 2021-08-26 16:56 UTC  (4+ messages)

[xen-4.11-testing test] 164486: regressions - FAIL
 2021-08-26 16:32 UTC 

[PATCH v7] AMD/IOMMU: further work split from XSA-378
 2021-08-26 14:33 UTC  (22+ messages)
` [PATCH v7 1/8] AMD/IOMMU: check / convert IVMD ranges for being / to be reserved
` [PATCH v7 2/8] AMD/IOMMU: obtain IVHD type to use earlier
` [PATCH v7 3/8] AMD/IOMMU: improve (extended) feature detection
` [PATCH v7 4/8] AMD/IOMMU: check IVMD ranges against host implementation limits
` [PATCH v7 6/8] AMD/IOMMU: provide function backing XENMEM_reserved_device_memory_map
` [PATCH v7 7/8] AMD/IOMMU: add "ivmd=" command line option
` [PATCH v7 8/8] AMD/IOMMU: respect AtsDisabled device flag

[PATCH v1 00/14] PCI devices passthrough on Arm
 2021-08-26 13:23 UTC  (3+ messages)
` [PATCH v1 01/14] xen/pci: Refactor MSI code that implements MSI functionality within XEN

[PATCH 0/9] gnttab: further work from XSA-380 / -382 context
 2021-08-26 13:13 UTC  (13+ messages)
` [PATCH 1/9] gnttab: defer allocation of maptrack frames table
` [PATCH 2/9] gnttab: drop a redundant expression from gnttab_release_mappings()
` [PATCH 3/9] gnttab: fold recurring is_iomem_page()
` [PATCH 4/9] gnttab: drop GNTMAP_can_fail
` [PATCH 5/9] gnttab: defer allocation of status frame tracking array
` [PATCH 6/9] gnttab: check handle early in gnttab_get_status_frames()
` [PATCH 7/9] gnttab: no need to translate handle for gnttab_get_status_frames()
` [PATCH 8/9] gnttab: bail from GFN-storing loops early in case of error
` [PATCH 9/9] gnttab: don't silently truncate GFNs in compat setup-table handling

[PATCH 00/17] IOMMU: superpage support when not sharing pagetables
 2021-08-26 12:55 UTC  (7+ messages)
` [PATCH 07/17] IOMMU/x86: restrict IO-APIC mappings for PV Dom0
` [PATCH 17/17] IOMMU/x86: drop pointless NULL checks

Enabling hypervisor agnosticism for VirtIO backends
 2021-08-26 12:10 UTC  (11+ messages)

[linux-linus test] 164481: regressions - FAIL
 2021-08-26 11:27 UTC 

[PATCH MINI-OS] gnttab: drop GNTMAP_can_fail
 2021-08-26 10:33 UTC  (2+ messages)

[PATCH XTF] gnttab: drop GNTMAP_can_fail
 2021-08-26 10:21 UTC 

[xen-unstable test] 164477: tolerable FAIL - PUSHED
 2021-08-26 10:18 UTC 

[PATCH v2 00/10] xsm: refactoring xsm hooks
 2021-08-26  9:42 UTC  (5+ messages)
` [PATCH v2 08/10] xsm: remove xsm_default_t from hook definitions

[PATCH] x86/xstate: reset cached register values on resume
 2021-08-26  8:50 UTC  (7+ messages)


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