xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-24 10:51:10 to 2021-08-26 06:35:59 UTC [more...]

[XEN RFC PATCH 00/40] Add device tree based NUMA support to Arm64
 2021-08-26  6:35 UTC  (34+ messages)
` [XEN RFC PATCH 11/40] xen/x86: Move NUMA nodes and memory block ranges to common
` [XEN RFC PATCH 12/40] xen/x86: Move numa_initmem_init "
` [XEN RFC PATCH 13/40] xen/arm: introduce numa_set_node for Arm
` [XEN RFC PATCH 14/40] xen/arm: set NUMA nodes max number to 64 by default
` [XEN RFC PATCH 19/40] xen: fdt: Introduce a helper to check fdt node type
` [XEN RFC PATCH 23/40] xen/arm: introduce a helper to parse device tree memory node
` [XEN RFC PATCH 24/40] xen/arm: introduce a helper to parse device tree NUMA distance map
` [XEN RFC PATCH 26/40] xen/arm: Add boot and secondary CPU to NUMA system
` [XEN RFC PATCH 27/40] xen/arm: build CPU NUMA node map while creating cpu_logical_map
` [XEN RFC PATCH 29/40] xen/arm: implement Arm arch helpers Arm to get memory map info
` [XEN RFC PATCH 30/40] xen: move NUMA memory and CPU parsed nodemasks to common

[qemu-mainline test] 164457: tolerable FAIL - PUSHED
 2021-08-26  3:03 UTC 

Kernel panic in __pci_enable_msix_range on Xen PV with PCI passthrough
 2021-08-26  1:28 UTC  (5+ messages)

Xen C-state Issues
 2021-08-26  1:18 UTC  (5+ messages)

[ovmf test] 164461: all pass - PUSHED
 2021-08-26  0:24 UTC 

[xen-4.13-testing test] 164454: regressions - FAIL
 2021-08-26  0:06 UTC 

[libvirt test] 164470: regressions - FAIL
 2021-08-25 23:27 UTC 

[xen-4.15-testing test] 164455: regressions - FAIL
 2021-08-25 23:20 UTC 

[xen-4.13-testing bisection] complete test-amd64-i386-xl-qemuu-ovmf-amd64
 2021-08-25 23:02 UTC 

[xen-4.14-testing test] 164426: regressions - FAIL
 2021-08-25 22:06 UTC 

[PATCH] PCI: Fix general code style
 2021-08-25 20:43 UTC  (2+ messages)

[xen-4.12-testing test] 164421: regressions - FAIL
 2021-08-25 17:52 UTC 

[PATCH] x86/xstate: reset cached register values on resume
 2021-08-25 16:49 UTC  (5+ messages)

[xen-unstable-smoke test] 164484: tolerable all pass - PUSHED
 2021-08-25 16:05 UTC 

[PATCH v3 0/7] xsm: refactoring xsm hooks
 2021-08-25 15:44 UTC  (7+ messages)
` [PATCH v3 2/7] xsm: remove the ability to disable flask
` [PATCH v3 3/7] xsm: refactor xsm_ops handling
` [PATCH v3 6/7] xsm: drop generic event channel labeling exclusion

[PATCH] x86/spec-ctrl: Skip RSB overwriting when safe to do so
 2021-08-25 15:11 UTC  (5+ messages)

Enabling hypervisor agnosticism for VirtIO backends
 2021-08-25 15:02 UTC  (6+ messages)

Xen 4.16: Proposed release manager and schedule
 2021-08-25 14:39 UTC  (9+ messages)

preparations for 4.14.3
 2021-08-25 14:17 UTC 

[xen-4.15-testing bisection] complete test-amd64-i386-xl-qemuu-ovmf-amd64
 2021-08-25 13:48 UTC 

[PATCH 00/17] IOMMU: superpage support when not sharing pagetables
 2021-08-25 13:29 UTC  (21+ messages)
` [PATCH 01/17] AMD/IOMMU: avoid recording each level's MFN when walking page table
` [PATCH 02/17] AMD/IOMMU: have callers specify the target level for page table walks
` [PATCH 03/17] VT-d: "
` [PATCH 04/17] IOMMU: have vendor code announce supported page sizes
` [PATCH 05/17] IOMMU: add order parameter to ->{,un}map_page() hooks
` [PATCH 06/17] IOMMU: have iommu_{,un}map() split requests into largest possible chunks
` [PATCH 07/17] IOMMU/x86: restrict IO-APIC mappings for PV Dom0
` [PATCH 08/17] IOMMU/x86: perform PV Dom0 mappings in batches
` [PATCH 09/17] IOMMU/x86: support freeing of pagetables
` [PATCH 10/17] AMD/IOMMU: drop stray TLB flush
` [PATCH 11/17] AMD/IOMMU: walk trees upon page fault
` [PATCH 12/17] AMD/IOMMU: return old PTE from {set,clear}_iommu_pte_present()
` [PATCH 13/17] AMD/IOMMU: allow use of superpage mappings
` [PATCH 14/17] VT-d: "
` [PATCH 15/17] IOMMU: page table dumping adjustments
` [PATCH 16/17] VT-d: show permissions during page table walks
` [PATCH 17/17] IOMMU/x86: drop pointless NULL checks

[PATCH v3 0/7] xen/arm: Sanitize cpuinfo
 2021-08-25 13:18 UTC  (8+ messages)
` [PATCH v3 1/7] xen/arm: Import ID registers definitions from Linux
` [PATCH v3 2/7] xen/arm: Import ID features sanitize from linux
` [PATCH v3 3/7] xen/arm: Rename cpu_boot_data to system_cpuinfo
` [PATCH v3 4/7] xen/arm: Sanitize cpuinfo ID registers fields
` [PATCH v3 5/7] xen/arm: Use sanitize values for p2m
` [PATCH v3 6/7] xen/arm: Taint Xen on incompatible DCZID values
` [PATCH v3 7/7] xen/arm: Sanitize CTR_EL0 and emulate it if needed

[PATCH] x86: xen: platform-pci-unplug: use pr_err() and pr_warn() instead of raw printk()
 2021-08-25 13:12 UTC  (2+ messages)

[PATCH linux-next] drivers/xen/xenbus/xenbus_client.c: fix bugon.cocci warnings
 2021-08-25 12:54 UTC  (3+ messages)

[PATCH linux-next] drivers/xen/events/events_base.c: fix bugon.cocci warnings
 2021-08-25 12:53 UTC  (2+ messages)

[xen-4.12-testing bisection] complete test-amd64-i386-xl-qemuu-ovmf-amd64
 2021-08-25 12:21 UTC  (5+ messages)

Xen Security Advisory 380 v2 (CVE-2021-28698) - long running loops in grant table handling
 2021-08-25 12:01 UTC 

Xen Security Advisory 383 v2 (CVE-2021-28700) - xen/arm: No memory limit for dom0less domUs
 2021-08-25 12:01 UTC 

Xen Security Advisory 379 v2 (CVE-2021-28697) - grant table v2 status pages may remain accessible after de-allocation
 2021-08-25 12:01 UTC 

Xen Security Advisory 382 v2 (CVE-2021-28699) - inadequate grant-v2 status frames array bounds check
 2021-08-25 12:01 UTC 

[PATCH] xen: remove stray preempt_disable() from PV AP startup code
 2021-08-25 11:31 UTC 

[linux-linus test] 164409: regressions - FAIL
 2021-08-25 10:49 UTC 

[xen-unstable-coverity test] 164478: all pass - PUSHED
 2021-08-25 10:26 UTC 

[PATCH v2 0/4] xen: harden netfront against malicious backends
 2021-08-25 10:00 UTC  (7+ messages)
` [PATCH v2 2/4] xen/netfront: don't read data from request on the ring page
` [PATCH v2 4/4] xen/netfront: don't trust the backend response data blindly

[PATCH] x86/altp2m: don't consider "active" when enabling failed
 2021-08-25  9:31 UTC 

[xen-unstable test] 164405: tolerable FAIL
 2021-08-25  9:07 UTC 

[xen-4.14-testing bisection] complete test-amd64-amd64-xl-qemuu-ovmf-amd64
 2021-08-25  6:42 UTC 

[PATCH v1 00/14] PCI devices passthrough on Arm
 2021-08-25  6:35 UTC  (7+ messages)
` [PATCH v1 01/14] xen/pci: Refactor MSI code that implements MSI functionality within XEN
` [PATCH v1 11/14] xen/arm: Enable the existing x86 virtual PCI support for ARM

[PATCH] IOMMU/x86: don't map IO-APICs for PV Dom0
 2021-08-25  6:01 UTC  (3+ messages)

[libvirt test] 164423: regressions - FAIL
 2021-08-24 22:47 UTC 

[ovmf test] 164406: all pass - PUSHED
 2021-08-24 22:13 UTC 

[xen-4.15-testing test] 164390: regressions - FAIL
 2021-08-24 20:07 UTC 

[xen-4.13-testing test] 164371: regressions - FAIL
 2021-08-24 19:49 UTC 

[xen-4.12-testing bisection] complete test-amd64-amd64-xl-qemuu-ovmf-amd64
 2021-08-24 17:11 UTC 

[XEN PATCH v7 00/51] xen: Build system improvements, now with out-of-tree build!
 2021-08-24 16:14 UTC  (56+ messages)
` [XEN PATCH v7 04/51] build: factorise generation of the linker scripts
` [XEN PATCH v7 05/51] x86/mm: avoid building multiple .o from a single .c file
` [XEN PATCH v7 06/51] build,include: rework compat-build-source.py
` [XEN PATCH v7 07/51] build,include: rework compat-build-header.py
` [XEN PATCH v7 08/51] build: fix clean targets when subdir-y is used
` [XEN PATCH v7 09/51] build: use subdir-y in test/Makefile
` [XEN PATCH v7 10/51] build,arm: move LDFLAGS change to arch.mk
` [XEN PATCH v7 11/51] build: move make option changes check earlier
` [XEN PATCH v7 12/51] build: avoid building arm/arm/*/head.o twice
` [XEN PATCH v7 13/51] build: convert binfile use to if_changed
` [XEN PATCH v7 14/51] xen: move include/asm-* to arch/*/include/asm
` [XEN PATCH v7 15/51] build,riscv: tell the build system about riscv64/head.S
` [XEN PATCH v7 16/51] build: generate "include/xen/compile.h" with if_changed
` [XEN PATCH v7 17/51] build: set XEN_BUILD_EFI earlier
` [XEN PATCH v7 18/51] build: fix $(TARGET).efi creation in arch/arm
` [XEN PATCH v7 19/51] build: fix arch/x86/note.o rule
` [XEN PATCH v7 20/51] build: avoid re-executing the main Makefile by introducing build.mk
` [XEN PATCH v7 21/51] build: set ALL_OBJS to main Makefile; move prelink.o to main Makefile
` [XEN PATCH v7 22/51] build: clean common temporary files from root makefile
` [XEN PATCH v7 23/51] build,include: remove arch-*/*.h public header listing from headers*.chk
` [XEN PATCH v7 24/51] build: prepare to always invoke $(MAKE) from xen/, use $(obj)
` [XEN PATCH v7 25/51] build: rework test/livepatch/Makefile
` [XEN PATCH v7 26/51] build: build everything from the root dir, use obj=$subdir
` [XEN PATCH v7 27/51] build: introduce if_changed_deps
` [XEN PATCH v7 28/51] build: rename __LINKER__ to LINKER_SCRIPT
` [XEN PATCH v7 29/51] build: add an other explicite rules to not build $(XEN_ROOT)/.config
` [XEN PATCH v7 30/51] build: hook kconfig into xen build system
` [XEN PATCH v7 31/51] xen/tools/kconfig: fix build with -Wdeclaration-after-statement
` [XEN PATCH v7 32/51] build: Remove KBUILD_ specific from Makefile.host
` [XEN PATCH v7 33/51] build: handle always-y and hostprogs-always-y
` [XEN PATCH v7 34/51] build: start building the tools with the main makefiles
` [XEN PATCH v7 35/51] build: Add headers path to CFLAGS once for all archs
` [XEN PATCH v7 36/51] build: generate x86's asm-macros.h with filechk
` [XEN PATCH v7 37/51] build: clean-up "clean" rules of duplication
` [XEN PATCH v7 38/51] build: use main rune to build host binary x86's mkelf32 and mkreloc
` [XEN PATCH v7 39/51] build: rework coverage and ubsan CFLAGS handling
` [XEN PATCH v7 40/51] build: fix dependencies in arch/x86/boot
` [XEN PATCH v7 41/51] build,x86: remove the need for build32.mk
` [XEN PATCH v7 42/51] build: grab common EFI source files in arch specific dir
` [XEN PATCH v7 43/51] build: replace $(BASEDIR) by $(objtree)
` [XEN PATCH v7 44/51] build: add $(srctree) in few key places
` [XEN PATCH v7 45/51] build: rework cloc recipe
` [XEN PATCH v7 46/51] build: replace $(BASEDIR) by $(srctree)
` [XEN PATCH v7 47/51] build: Rework "clean" to clean from the root dir
` [XEN PATCH v7 48/51] build: Rework "headers*.chk" prerequisite in include/
` [XEN PATCH v7 49/51] build: adding out-of-tree support to the xen build
` [XEN PATCH v7 50/51] build: specify source tree in include/ for prerequisite
` [XEN PATCH v7 51/51] build: add %.E targets

[PATCH 0/3] x86/amd: Hardware speculative controls
 2021-08-24 15:17 UTC  (13+ messages)
` [PATCH 1/3] x86/spec-ctrl: Split the "Hardware features" diagnostic line
` [PATCH 2/3] x86/amd: Enumeration for speculative features/hints
` [PATCH 3/3] x86/amd: Use newer SSBD mechanisms if they exist

[PATCH v3 0/6] Remove unconditional arch dependency on asm/debugger.h
 2021-08-24 14:32 UTC  (20+ messages)
` [PATCH v3 1/6] arm/traps: remove debugger_trap_fatal() calls
` [PATCH v3 2/6] x86/debugger: separate Xen and guest debugging debugger_trap_* functions
` [PATCH v3 3/6] arch/x86: rename debug.c to gdbsx.c
` [PATCH v3 4/6] x86/gdbsx: expand dbg_rw_mem() inline
` [PATCH v3 5/6] arch/x86: move domain_pause_for_debugger() to domain.h
` [PATCH v3 6/6] x86: change asm/debugger.h to xen/debugger.h

[PATCH v15 00/12] Restricted DMA
 2021-08-24 14:26 UTC  (3+ messages)
` [PATCH v15 10/12] swiotlb: Add restricted DMA pool initialization

[xen-unstable-smoke test] 164435: tolerable all pass - PUSHED
 2021-08-24 14:19 UTC 

[PATCH v2 0/4] Introduce XEN_PAGE_* definitions for mapping guests memory
 2021-08-24 13:19 UTC  (9+ messages)
` [PATCH v2 1/4] public: Add page related definitions for accessing "

[PATCH v5 0/7] Domain on Static Allocation
 2021-08-24 11:59 UTC  (7+ messages)
` [PATCH v5 4/7] xen/arm: static memory initialization
` [PATCH v5 5/7] xen: re-define assign_pages and introduce assign_page
` [PATCH v5 6/7] xen/arm: introduce acquire_staticmem_pages and acquire_domstatic_pages


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