xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-25 11:08:01 to 2022-01-27 09:25:35 UTC [more...]

[PATCH 00/37] Add device tree based NUMA support to Arm
 2022-01-27  9:25 UTC  (44+ messages)
` [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 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] x86/decode: Decode remaining TigerLake features
 2022-01-27  8:57 UTC  (2+ messages)

[PATCH v2] xen/pci: detect when BARs are not suitably positioned
 2022-01-27  8:48 UTC  (2+ messages)

[PATCH RFC] xen/pci: detect when BARs overlap RAM
 2022-01-27  8:27 UTC  (8+ messages)

[PATCH v2 0/2] x86/Intel: PPIN recognition adjustments
 2022-01-27  8:15 UTC  (8+ messages)
` [PATCH v2 1/2] x86/Intel: Sapphire Rapids Xeons also support PPIN
` [PATCH v2 2/2] x86/Intel: use CPUID bit to determine PPIN availability

[PATCH v3] public: add XEN_RING_NR_UNCONSUMED_*() macros to ring.h
 2022-01-27  8:02 UTC  (2+ messages)

[PATCH v5 00/11] direct-map memory map
 2022-01-27  7:49 UTC  (12+ messages)
` [PATCH v5 01/11] xen: introduce internal CDF_xxx flags for domain creation
` [PATCH v5 02/11] xen: introduce CDF_directmap
` [PATCH v5 03/11] xen/arm: avoid setting XEN_DOMCTL_CDF_iommu when IOMMU off
` [PATCH v5 04/11] xen/arm: introduce new helper parse_static_mem_prop and acquire_static_memory_bank
` [PATCH v5 05/11] xen/arm: introduce direct-map for domUs
` [PATCH v5 06/11] xen/arm: add ASSERT_UNREACHABLE in allocate_static_memory
` [PATCH v5 07/11] xen/arm: if direct-map domain use native addresses for GICv2
` [PATCH v5 08/11] xen/arm: gate make_gicv3_domU_node with CONFIG_GICV3
` [PATCH v5 09/11] xen/arm: if direct-map domain use native addresses for GICv3
` [PATCH v5 10/11] xen/arm: if direct-map domain use native UART address and IRQ number for vPL011
` [PATCH v5 11/11] xen/docs: Document how to do passthrough without IOMMU

[PATCH 0/8] x86: MSR_SPEC_CTRL support for SVM guests
 2022-01-27  7:25 UTC  (24+ messages)
` [PATCH 1/8] x86/msr: Fix migration compatibility issue with MSR_SPEC_CTRL
` [PATCH 2/8] x86/boot: Collect AMD speculative features earlier during boot
` [PATCH 3/8] x86/svm: VMEntry/Exit logic for MSR_SPEC_CTRL
` [PATCH 4/8] x86/spec-ctrl: Drop use_spec_ctrl boolean
` [PATCH 5/8] x86/spec-ctrl: Introduce new has_spec_ctrl boolean
` [PATCH 6/8] x86/spec-ctrl: Use common MSR_SPEC_CTRL logic for AMD
` [PATCH 7/8] x86/msr: AMD MSR_SPEC_CTRL infrastructure
` [PATCH 8/8] x86/cpuid: Enable MSR_SPEC_CTRL in SVM guests by default

[qemu-mainline test] 167884: tolerable FAIL - PUSHED
 2022-01-27  7:12 UTC 

[xen-4.15-testing test] 167880: tolerable FAIL - PUSHED
 2022-01-27  6:04 UTC 

[xen-4.14-testing test] 167864: regressions - FAIL
 2022-01-27  2:57 UTC 

[xen-unstable test] 167851: tolerable FAIL - PUSHED
 2022-01-27  2:04 UTC 

[PATCH] design: design doc for shared memory on a dom0less system
 2022-01-27  1:56 UTC  (6+ messages)

[PATCH v2] xen: Replace arch_mfn_in_directmap() with arch_mfns_in_directmap()
 2022-01-27  1:55 UTC  (3+ messages)

[XEN PATCH v2 0/5] dom0less PV drivers
 2022-01-27  1:50 UTC  (17+ messages)
` [XEN PATCH v2 2/5] xen: export get_free_port
` [XEN PATCH v2 3/5] xen/arm: configure dom0less domain for enabling xenstore after boot

[XEN v1] xen/arm: io: Check ESR_EL2.ISV != 0 before searching for a MMIO handler
 2022-01-27  0:10 UTC  (4+ messages)

[linux-linus test] 167861: tolerable FAIL - PUSHED
 2022-01-26 21:29 UTC 

[libvirt test] 167846: regressions - FAIL
 2022-01-26 20:11 UTC 

[PATCH 0/3] x86/hvm: add support for extended destination ID
 2022-01-26 19:21 UTC  (14+ messages)
` [PATCH 1/3] xen/vioapic: add support for the extended destination ID field
` [PATCH 2/3] x86/vmsi: add support for extended destination ID in address field
` [PATCH 3/3] HACK: allow adding an offset to the x2APIC ID

[XEN v4] xen/arm64: io: Decode ldr/str post-indexing instructions
 2022-01-26 19:14 UTC  (9+ messages)

[PATCH v3 0/2] Avoid using Xen DMA ops when the device is protected by an IOMMU
 2022-01-26 18:56 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: arm: xen: document Xen iommu device

[xen-4.16-testing test] 167839: regressions - FAIL
 2022-01-26 17:10 UTC 

[PATCH] xen-hvm: Allow disabling buffer_io_timer
 2022-01-26 16:43 UTC  (5+ messages)

[PATCH 00/10] Add support for Renesas R-Car S4 IPMMU and other misc changes
 2022-01-26 16:30 UTC  (4+ messages)

[xen-4.14-testing bisection] complete build-amd64-xsm
 2022-01-26 16:10 UTC 

[xen-4.15-testing test] 167833: regressions - FAIL
 2022-01-26 14:35 UTC 

[PATCH v5 00/14] PCI devices passthrough on Arm, part 3
 2022-01-26 11:13 UTC  (12+ messages)
` [PATCH v5 02/14] vpci: fix function attributes for vpci_process_pending
` [PATCH v5 03/14] vpci: move lock outside of struct vpci

[xen-4.14-testing test] 167822: regressions - FAIL
 2022-01-26 10:51 UTC 

[xen-unstable-coverity test] 167855: all pass - PUSHED
 2022-01-26 10:41 UTC 

[linux-linus test] 167820: tolerable FAIL - PUSHED
 2022-01-26 10:31 UTC 

[xen-unstable test] 167818: tolerable FAIL - PUSHED
 2022-01-26  8:27 UTC 

[xen-4.13-testing test] 167817: tolerable FAIL - PUSHED
 2022-01-26  4:01 UTC 

[PATCH v2] automation: remove python-dev from debian unstable build containers
 2022-01-26  1:45 UTC 

[xen-4.12-testing test] 167816: tolerable FAIL - PUSHED
 2022-01-26  1:26 UTC 

automation: remove python-dev from unstable-arm64v8.dockerfile
 2022-01-26  0:37 UTC  (2+ messages)

[xen-4.16-testing test] 167814: regressions - FAIL
 2022-01-25 23:29 UTC 

[xen-4.14-testing bisection] complete build-amd64
 2022-01-25 23:14 UTC 

[xen-4.15-testing test] 167813: regressions - FAIL
 2022-01-25 21:22 UTC 

[XEN v3] xen/arm64: io: Decode ldr/str post-indexing instructions
 2022-01-25 21:20 UTC  (8+ messages)

[RFC v1 3/5] xen/arm: introduce SCMI-SMC mediator driver
 2022-01-25 21:19 UTC  (12+ messages)

[xen-unstable-smoke test] 167819: tolerable all pass - PUSHED
 2022-01-25 20:48 UTC 

[PATCH] libxl: force netback to wait for hotplug execution before connecting
 2022-01-25 19:59 UTC  (6+ messages)

[xen-4.14-testing test] 167812: regressions - FAIL
 2022-01-25 18:12 UTC 

[XEN PATCH v9 00/30] xen: Build system improvements, now with out-of-tree build!
 2022-01-25 16:11 UTC  (16+ messages)
` [XEN PATCH v9 05/30] build: prepare to always invoke $(MAKE) from xen/, use $(obj)
` [XEN PATCH v9 09/30] build: build everything from the root dir, use obj=$subdir
` [XEN PATCH v9 19/30] build: clean-up "clean" rules of duplication
` [XEN PATCH v9 20/30] build: rework "clean" to clean from the root dir
` [XEN PATCH v9 21/30] build: use main rune to build host binary x86's mkelf32 and mkreloc
` [XEN PATCH v9 25/30] build: replace $(BASEDIR) by $(objtree)
` [XEN PATCH v9 26/30] build: replace $(BASEDIR) and use $(srctree)
` [XEN PATCH v9 30/30] build: adding out-of-tree support to the xen build

[PATCH] x86emul: recognize CLDEMOTE
 2022-01-25 15:37 UTC  (7+ messages)

[xen-unstable-smoke test] 167811: tolerable all pass - PUSHED
 2022-01-25 15:10 UTC 

[PATCH v7 00/11] libs/guest: new CPUID/MSR interface
 2022-01-25 15:04 UTC  (14+ messages)
` [PATCH v7 01/11] libx86: introduce helper to fetch cpuid leaf
` [PATCH v7 02/11] libs/guest: allow fetching a specific CPUID leaf from a cpu policy
` [PATCH v7 03/11] libx86: introduce helper to fetch msr entry
` [PATCH v7 04/11] libs/guest: allow fetching a specific MSR entry from a cpu policy
` [PATCH v7 05/11] libs/guest: make a cpu policy compatible with older Xen versions
` [PATCH v7 06/11] libs/guest: introduce helper set cpu topology in cpu policy
` [PATCH v7 07/11] libs/guest: rework xc_cpuid_xend_policy
` [PATCH v7 08/11] libs/guest: apply a featureset into a cpu policy
` [PATCH v7 09/11] libs/{light,guest}: implement xc_cpuid_apply_policy in libxl
` [PATCH v7 10/11] libs/guest: (re)move xc_cpu_policy_apply_cpuid
` [PATCH v7 11/11] x86/CPUID: shrink max_{,sub}leaf fields according to actual leaf contents

[linux-linus test] 167810: tolerable FAIL - PUSHED
 2022-01-25 14:17 UTC 

[PATCH v2] xen-mapcache: Avoid entry->lock overflow
 2022-01-25 13:55 UTC  (2+ messages)

[PATCH v2 0/5] x86/mwait-idle: updates from Linux (and more)
 2022-01-25 12:43 UTC  (5+ messages)
` [PATCH RFC v2 4/5] x86/mwait-idle: enable interrupts before C1 on Xeons

[PATCH] x86/time: minor adjustments to init_pit()
 2022-01-25 12:18 UTC  (3+ messages)

Xen Security Advisory 395 v2 (CVE-2022-23035) - Insufficient cleanup of passed-through device IRQs
 2022-01-25 12:05 UTC 

Xen Security Advisory 394 v3 (CVE-2022-23034) - A PV guest could DoS Xen while unmapping a grant
 2022-01-25 12:05 UTC 

Xen Security Advisory 393 v2 (CVE-2022-23033) - arm: guest_physmap_remove_page not removing the p2m mappings
 2022-01-25 12:04 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).