xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-23 10:00:42 to 2021-09-24 03:01:34 UTC [more...]

[PATCH 00/37] Add device tree based NUMA support to Arm
 2021-09-24  3:00 UTC  (65+ messages)
` [PATCH 01/37] xen/arm: Print a 64-bit number in hex from early uart
` [PATCH 02/37] xen: introduce a Kconfig option to configure NUMA nodes number
` [PATCH 03/37] xen/x86: Initialize memnodemapsize while faking NUMA node
` [PATCH 04/37] xen: introduce an arch helper for default dma zone status
` [PATCH 05/37] xen: decouple NUMA from ACPI in Kconfig
` [PATCH 06/37] xen/arm: use !CONFIG_NUMA to keep fake NUMA API
` [PATCH 07/37] xen/x86: use paddr_t for addresses in NUMA node structure
` [PATCH 08/37] xen/x86: add detection of discontinous node memory range
` [PATCH 09/37] xen/x86: introduce two helpers to access memory hotplug end
` [PATCH 10/37] xen/x86: use helpers to access/update mem_hotplug
` [PATCH 11/37] xen/x86: abstract neutral code from acpi_numa_memory_affinity_init
` [PATCH 12/37] xen/x86: decouple nodes_cover_memory from E820 map
` [PATCH 13/37] xen/x86: decouple processor_nodes_parsed from acpi numa functions
` [PATCH 14/37] xen/x86: use name fw_numa to replace acpi_numa
` [PATCH 15/37] xen/x86: rename acpi_scan_nodes to numa_scan_nodes
` [PATCH 16/37] xen/x86: export srat_bad to external
` [PATCH 17/37] xen/x86: use CONFIG_NUMA to gate numa_scan_nodes
` [PATCH 18/37] xen: move NUMA common code from x86 to common
` [PATCH 19/37] xen/x86: promote VIRTUAL_BUG_ON to ASSERT in
` [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture
` [PATCH 21/37] xen/arm: Keep memory nodes in dtb for NUMA when boot from EFI
` [PATCH 22/37] xen/arm: use NR_MEM_BANKS to override default NR_NODE_MEMBLKS
` [PATCH 23/37] xen/arm: implement node distance helpers for Arm
` [PATCH 24/37] xen/arm: implement two arch helpers to get memory map info
` [PATCH 25/37] xen/arm: implement bad_srat for Arm NUMA initialization
` [PATCH 26/37] xen/arm: build NUMA cpu_to_node map in dt_smp_init_cpus
` [PATCH 27/37] xen/arm: Add boot and secondary CPU to NUMA system
` [PATCH 28/37] xen/arm: stub memory hotplug access helpers for Arm
` [PATCH 29/37] xen/arm: introduce a helper to parse device tree processor node
` [PATCH 30/37] xen/arm: introduce a helper to parse device tree memory node
` [PATCH 31/37] xen/arm: introduce a helper to parse device tree NUMA distance map
` [PATCH 32/37] xen/arm: unified entry to parse all NUMA data from device tree
` [PATCH 33/37] xen/arm: keep guest still be NUMA unware
` [PATCH 34/37] xen/arm: enable device tree based NUMA in system init
` [PATCH 35/37] xen/arm: use CONFIG_NUMA to gate node_online_map in smpboot
` [PATCH 36/37] xen/arm: Provide Kconfig options for Arm to enable NUMA
` [PATCH 37/37] docs: update numa command line to support Arm

[PATCH v2 0/6] gnttab: add per-domain controls
 2021-09-24  2:30 UTC  (6+ messages)

[PATCH] pci: fix handling of PCI bridges with subordinate bus number 0xff
 2021-09-24  1:06 UTC 

[RFC PATCH 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-09-23 22:52 UTC  (5+ messages)
` [RFC PATCH 1/3] xen: Introduce "gpaddr_bits" field to XEN_SYSCTL_physinfo

[PATCH V3 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-09-23 22:48 UTC  (4+ messages)
` [PATCH V3 1/3] xen: Introduce "gpaddr_bits" field to XEN_SYSCTL_physinfo
` [PATCH V3 2/3] xen/arm: Add handling of extended regions for Dom0
` [PATCH V3 3/3] libxl/arm: Add handling of extended regions for DomU

[RFC PATCH V3] xen/gnttab: Store frame GFN in struct page_info on Arm
 2021-09-23 21:38 UTC  (3+ messages)
` [future abi] "

[PATCH] xen/arm: optee: Allocate anonymous domheap pages
 2021-09-23 20:57 UTC  (5+ messages)

[qemu-mainline test] 165165: regressions - FAIL
 2021-09-23 20:55 UTC 

[PATCH] xen/arm: vgic to ignore GICD ICPENRn registers access
 2021-09-23 20:54 UTC  (3+ messages)

[PATCH v2 00/17] PCI devices passthrough on Arm
 2021-09-23 20:41 UTC  (43+ messages)
` [PATCH v2 02/17] xen/pci: solve compilation error on ARM with HAS_PCI enabled
` [PATCH v2 05/17] xen/arm: Add PHYSDEVOP_pci_device_* support for ARM
` [PATCH v2 06/17] xen/device-tree: Add dt_property_read_variable_u32_array helper
` [PATCH v2 08/17] xen/device-tree: Add dt_get_pci_domain_nr helper
` [PATCH v2 09/17] xen/arm: Add support for PCI init to initialize the PCI driver
` [PATCH v2 10/17] xen/arm: Add cmdline boot option "pci-passthrough = <boolean>"
` [PATCH v2 11/17] xen/arm: PCI host bridge discovery within XEN on ARM
` [PATCH v2 12/17] xen/arm: Add support for Xilinx ZynqMP PCI host controller
` [PATCH v2 13/17] xen:arm: Implement pci access functions
` [PATCH v2 14/17] xen/arm: Enable the existing x86 virtual PCI support for ARM
` [PATCH v2 16/17] arm/libxl: Emulated PCI device tree node in libxl
` [PATCH v2 17/17] xen/arm: Add linux,pci-domain property for hwdom if not available

[PATCH v3 1/2] xen-pciback: prepare for the split for stub and PV
 2021-09-23 20:00 UTC  (8+ messages)
` [PATCH v3 2/2] xen-pciback: allow compiling on other archs than x86

[PATCH 0/3] memblock: cleanup memblock_free interface
 2021-09-23 19:45 UTC  (8+ messages)
` [PATCH 3/3] "

[PATCH V2 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-09-23 17:44 UTC  (22+ messages)
` [PATCH V2 2/3] xen/arm: Add handling of extended regions for Dom0

[linux-linus test] 165163: regressions - FAIL
 2021-09-23 17:14 UTC 

[xen-unstable test] 165161: regressions - FAIL
 2021-09-23 17:02 UTC 

[PATCH v2 0/2] arm/efi: Add dom0less support to UEFI boot
 2021-09-23 16:59 UTC  (8+ messages)
` [PATCH v2 1/2] arm/efi: Introduce uefi,cfg-load DT property
` [PATCH v2 2/2] arm/efi: Use dom0less configuration when using EFI boot

[PATCH 1/2] xen-pciback: allow compiling on other archs than x86
 2021-09-23 15:48 UTC  (7+ messages)
` [PATCH 2/2] xen-pciback: prepare for the split for stub and PV

[PATCH v3 0/9] x86/PVH: Dom0 building adjustments
 2021-09-23 15:32 UTC  (30+ messages)
` [PATCH v3 4/9] x86/PVH: provide VGA console info to Dom0
` [PATCH v3 5/9] x86/PVH: actually show Dom0's register state from debug key '0'
` [PATCH v3 6/9] x86/HVM: convert hvm_virtual_to_linear_addr() to be remote-capable
` [PATCH v3 7/9] x86/PVH: actually show Dom0's stacks from debug key '0'
` [PATCH v3 8/9] x86/HVM: skip offline vCPU-s when dumping VMCBs/VMCSes
` [PATCH v3 9/9] x86/P2M: relax permissions of PVH Dom0's MMIO entries

[PATCH 0/9] xen/x86: PVH Dom0 fixes and fallout adjustments
 2021-09-23 15:31 UTC  (24+ messages)
` [PATCH 1/9] xen/x86: prevent PVH type from getting clobbered
` [PATCH 2/9] xen/x86: allow PVH Dom0 without XEN_PV=y
` [PATCH 3/9] xen/x86: make "earlyprintk=xen" work better for PVH Dom0
` [PATCH 4/9] xen/x86: allow "earlyprintk=xen" to work for PV Dom0
` [PATCH 5/9] xen/x86: make "earlyprintk=xen" work for HVM/PVH DomU
` [PATCH 6/9] xen/x86: generalize preferred console model from PV to PVH Dom0
` [PATCH 7/9] xen/x86: hook up xen_banner() also for PVH
` [PATCH 8/9] x86/PVH: adjust function/data placement
` [PATCH 9/9] xen/x86: adjust data placement

[qemu-mainline test] 165160: regressions - FAIL
 2021-09-23 14:17 UTC 

[PATCH v2 0/2] x86/xen: simplify irq pvops
 2021-09-23 14:09 UTC  (5+ messages)
` [PATCH v2 1/2] x86/xen: remove xen_have_vcpu_info_placement flag

[RFC PATCH v2 00/16] Initial support for machine creation via QMP
 2021-09-23 14:04 UTC  (14+ messages)
` [RFC PATCH v2 02/16] qapi: Implement query-machine-phase QMP command
` [RFC PATCH v2 07/16] hw/core/machine: add machine_class_is_dynamic_sysbus_dev_allowed
` [RFC PATCH v2 10/16] qdev-monitor: allow adding any sysbus device before machine is ready

[PATCH v2 00/11] PCI devices passthrough on Arm, part 3
 2021-09-23 12:55 UTC  (12+ messages)
` [PATCH v2 01/11] vpci: Make vpci registers removal a dedicated function
` [PATCH v2 02/11] vpci: Add hooks for PCI device assign/de-assign
` [PATCH v2 03/11] vpci/header: Move register assignments from init_bars
` [PATCH v2 04/11] vpci/header: Add and remove register handlers dynamically
` [PATCH v2 05/11] vpci/header: Implement guest BAR register handlers
` [PATCH v2 06/11] vpci/header: Handle p2m range sets per BAR
` [PATCH v2 07/11] vpci/header: program p2m with guest BAR view
` [PATCH v2 08/11] vpci/header: Emulate PCI_COMMAND register for guests
` [PATCH v2 09/11] vpci/header: Reset the command register when adding devices
` [PATCH v2 10/11] vpci: Add initial support for virtual PCI bus topology
` [PATCH v2 11/11] xen/arm: Translate virtual PCI bus topology for guests

[PATCH v2 00/11] PCI devices passthrough on Arm, part 2
 2021-09-23 12:54 UTC  (12+ messages)
` [PATCH v2 01/11] xen/arm: Fix dev_is_dt macro definition
` [PATCH v2 02/11] xen/arm: Add new device type for PCI
` [PATCH v2 03/11] xen/arm: Introduce pci_find_host_bridge_node helper
` [PATCH v2 04/11] xen/device-tree: Make dt_find_node_by_phandle global
` [PATCH v2 05/11] xen/arm: Mark device as PCI while creating one
` [PATCH v2 06/11] xen/domain: Call pci_release_devices() when releasing domain resources
` [PATCH v2 07/11] libxl: Allow removing PCI devices for all types of domains
` [PATCH v2 08/11] libxl: Only map legacy PCI IRQs if they are supported
` [PATCH v2 09/11] xen/arm: Setup MMIO range trap handlers for hardware domain
` [PATCH v2 10/11] xen/arm: Do not map PCI ECAM and MMIO space to Domain-0's p2m
` [PATCH v2 11/11] xen/arm: Process pending vPCI map/unmap operations

[libvirt test] 165162: regressions - FAIL
 2021-09-23 12:31 UTC 

[PATCH 0/3] xen/privcmd: misc corrections
 2021-09-23 12:30 UTC  (3+ messages)
` [PATCH RFC 1/3] xen/privcmd: replace kcalloc() by kvcalloc() when allocating empty pages

domain never exits after using 'xl save'
 2021-09-23 12:15 UTC  (2+ messages)

[PATCH 00/11] 1:1 direct-map memory map
 2021-09-23 11:26 UTC  (19+ messages)
` [PATCH 02/11] xen/arm: introduce XEN_DOMCTL_INTERNAL_directmap
` [PATCH 03/11] xen/arm: introduce 1:1 direct-map for domUs
` [PATCH 04/11] xen/arm: introduce accessors for vgic dist, cpu, and rdist base addresses
` [PATCH 05/11] xen/arm: vgic: introduce vgic.cbase
` [PATCH 06/11] xen/arm: new vgic: update vgic_cpu_base
` [PATCH 07/11] xen/arm: if 1:1 direct-map domain use native addresses for GICv2
` [PATCH 08/11] xen/arm: if 1:1 direct-map domain use native addresses for GICv3
` [PATCH 09/11] xen/arm: if 1:1 direct-map domain use native UART address and IRQ number for vPL011
` [PATCH 10/11] xen/arm: device assignment on 1:1 direct-map domain


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