xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-06 10:24:49 to 2024-03-08 11:21:26 UTC [more...]

[XEN PATCH v2 0/7] address some violations of MISRA C Rule 20.7
 2024-03-08 11:21 UTC  (6+ messages)
` [XEN PATCH v2 1/7] xen/spinlock: address "
` [XEN PATCH v2 2/7] xen/include: "
` [XEN PATCH v2 3/7] xen/list: "
` [XEN PATCH v2 4/7] xen/param: "
` [XEN PATCH v2 6/7] x86/irq: parenthesize negative constants

[PATCH] xen/grant-dma-iommu: Convert to platform remove callback returning void
 2024-03-08 10:44 UTC  (2+ messages)

[PATCH v5 00/23] [PATCH v4 00/30] Enable build of full Xen for RISC-V
 2024-03-08 10:14 UTC  (25+ messages)
` [PATCH v5 11/23] xen/riscv: introduce cmpxchg.h
` [PATCH v5 12/23] xen/riscv: introduce io.h
` [PATCH v5 13/23] xen/riscv: introduce atomic.h

[BUG]i2c_hid_acpi broken with 4.17.2 on Framework Laptop 13 AMD
 2024-03-08  9:55 UTC  (31+ messages)

[PATCH v2 0/5] DOMCTL-based guest magic regions allocation for dom0less
 2024-03-08  9:41 UTC  (11+ messages)
` [PATCH v2 1/5] xen/arm: Rename assign_static_memory_11() for consistency
` [PATCH v2 2/5] xen/domain.h: Centrialize is_domain_direct_mapped()
` [PATCH v2 3/5] xen/domctl, tools: Introduce a new domctl to get guest memory map
` [PATCH v2 4/5] xen/arm: Find unallocated spaces for magic pages of direct-mapped domU
` [PATCH v2 5/5] xen/memory, tools: Make init-dom0less consume XEN_DOMCTL_get_mem_map

[PATCH 0/3] x86/pvh: Support relocating dom0 kernel
 2024-03-08  7:03 UTC  (19+ messages)
` [PATCH 1/3] features.h: Replace hard tabs
` [PATCH 2/3] xen/x86: bzImage parse kernel_alignment
` [PATCH 3/3] x86/PVH: Support relocatable dom0 kernels
` [LINUX PATCH] RFC: x86/pvh: Make Xen PVH entrypoint PIC

[PATCH] xen/arm: Set correct per-cpu cpu_core_mask
 2024-03-08  8:34 UTC  (6+ messages)

[PATCH] move __read_mostly to xen/cache.h
 2024-03-08  8:22 UTC  (7+ messages)

[XEN PATCH] xen/compiler: deviate the inline macro for MISRA C Rule 20.4
 2024-03-08  8:10 UTC 

[PATCH 0/2] x86/svm : Misc changes for few vmcb bits
 2024-03-08  7:29 UTC  (8+ messages)
` [PATCH 1/2] x86/svm: Drop the _enabled suffix from "
` [PATCH 2/2] x86/svmdebug: Print sev and sev_es "

[linux-linus test] 184931: tolerable FAIL - PUSHED
 2024-03-08  7:24 UTC 

[PATCH 0/2] Restrict Clang/LLVM supported versions
 2024-03-07 22:15 UTC  (3+ messages)
` [PATCH 2/2] automation: introduce non debug clang based tests

[PATCH v9 0/7] Introduce generic headers
 2024-03-07 20:31 UTC  (10+ messages)
` [PATCH v9 1/7] automation: introduce fixed randconfig for RISC-V
` [PATCH v9 2/7] xen/asm-generic: introduce stub header monitor.h
` [PATCH v9 3/7] xen/asm-generic: ifdef inclusion of <asm/mem_access.h>
` [PATCH v9 6/7] xen/ppc: switch PPC to use asm-generic/device.h

[xen-unstable test] 184927: tolerable FAIL - PUSHED
 2024-03-07 19:43 UTC 

[xen-unstable-smoke test] 184932: tolerable all pass - PUSHED
 2024-03-07 17:47 UTC 

[PATCH v3] tools/9pfsd: Fix build error caused by strerror_r
 2024-03-07 14:22 UTC  (4+ messages)

[XEN PATCH 00/10] address some violations of MISRA C Rule 20.7
 2024-03-07 13:52 UTC  (13+ messages)
` [XEN PATCH 06/10] arm/smmu: "
` [XEN PATCH 10/10] xen/keyhandler: address "

[PATCH 0/3] x86/livepatch: Reinstate the ability to patch .rodata
 2024-03-07 13:10 UTC  (16+ messages)
` [PATCH 1/3] xen/virtual-region: Rename start/end fields
` [PATCH 2/3] xen/virtual-region: Include rodata pointers
` [PATCH 3/3] x86/livepatch: Relax permissions on rodata too

[PATCH v2] tools/9pfsd: Fix build error caused by strerror_r()
 2024-03-07 12:44 UTC  (8+ messages)

[XEN v6 0/3] xen/arm: Add emulation of Debug Data Transfer Registers
 2024-03-07 12:39 UTC  (4+ messages)
` [XEN v6 1/3] xen/arm: Introduce CONFIG_PARTIAL_EMULATION and "partial-emulation" cmd option
` [XEN v6 2/3] xen/arm: arm64: Add emulation of Debug Data Transfer Registers
` [XEN v6 3/3] xen/arm: arm32: "

[RFC PATCH-for-9.0 0/9] hw/xen: Have ARM targets use common xen_memory_listener
 2024-03-07 12:11 UTC  (21+ messages)
` [PATCH-for-9.0 1/9] hw/xen/hvm: Inline TARGET_PAGE_ALIGN() macro
` [PATCH-for-9.0 2/9] hw/xen/hvm: Propagate page_mask to a pair of functions
` [PATCH-for-9.0 3/9] hw/xen/hvm: Get target page size at runtime
` [PATCH-for-9.0 4/9] hw/xen/hvm: Expose xen_memory_listener declaration
` [PATCH-for-9.0 5/9] hw/xen/hvm: Expose xen_read_physmap() prototype
` [RFC PATCH-for-9.0 6/9] hw/xen/hvm: Initialize xen_physmap QLIST in xen_read_physmap()
` [PATCH-for-9.0 7/9] hw/xen/hvm: Extract common code to xen-hvm-common.c
` [RFC PATCH-for-9.0 8/9] hw/xen/hvm: Merge xen-hvm-common.c files
` [PATCH-for-9.0 9/9] hw/xen/hvm: Inline xen_arch_set_memory()

[linux-linus test] 184923: regressions - FAIL
 2024-03-07 12:01 UTC 

[xen-unstable-smoke test] 184930: tolerable all pass - PUSHED
 2024-03-07 11:29 UTC 

[RFC PATCH v2] xen/arm: improve handling of load/store instruction decoding
 2024-03-07 10:46 UTC  (5+ messages)

[PATCH v2] Argo: don't obtain excess page references
 2024-03-07  9:54 UTC  (6+ messages)
  ` Ping: "

[linux-6.1 test] 184922: tolerable FAIL - PUSHED
 2024-03-07  8:41 UTC 

[PATCH] tools/9pfsd: Fix build error caused by strerror_r
 2024-03-07  7:22 UTC  (2+ messages)

[linux-5.4 test] 184921: tolerable FAIL - PUSHED
 2024-03-07  4:02 UTC 

[PATCH RFC] x86/xen: attempt to inflate the memory balloon on PVH
 2024-03-07  1:50 UTC  (4+ messages)

[xen-unstable test] 184919: tolerable FAIL - PUSHED
 2024-03-06 23:37 UTC 

[PATCH v4 bpf-next 0/2] mm: Enforce ioremap address space and introduce sparse vm_area
 2024-03-06 23:11 UTC  (12+ messages)
` [PATCH v4 bpf-next 2/2] mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages()

[PATCH 0/2] Xen: ARM: Improved NXP iMX8 platform support
 2024-03-06 23:07 UTC  (12+ messages)
` [PATCH 1/2] xen/arm: Add imx8q{m,x} platform glue

Xen 4.18rc/ARM64 on Raspberry Pi 4B: Traffic in DomU crashing Dom0 when using VLANs
 2024-03-06 21:41 UTC  (10+ messages)

[PATCH v2 1/1] x86/fred: Fix init_task thread stack pointer initialization
 2024-03-06 20:39 UTC  (3+ messages)

[xen-unstable-smoke test] 184920: tolerable all pass - PUSHED
 2024-03-06 17:41 UTC 

[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
 2024-03-06 17:16 UTC  (6+ messages)
` [PATCH-for-9.0 v2 10/19] hw/xen: Rename 'ram_memory' global variable as 'xen_memory'
` [RFC PATCH-for-9.0 v2 13/19] hw/xen: Remove use of 'target_ulong' in handle_ioreq()

[PATCH] docs/man: add shutdown reasons to xl (list) man page
 2024-03-06 17:02 UTC  (3+ messages)

[RFC PATCH] tools/libxl: force running dm when device_model_args set
 2024-03-06 16:48 UTC 

[PATCH] CHANGELOG: add an entry for 9pfsd
 2024-03-06 16:43 UTC  (2+ messages)

[ANNOUNCE] Call for agenda items for Community Call - 7th March 2024
 2024-03-06 16:24 UTC 

[linux-linus test] 184917: regressions - FAIL
 2024-03-06 15:11 UTC 

[PATCH 0/2] build: tool option handling adjustments
 2024-03-06 14:58 UTC  (6+ messages)
` [PATCH 1/2] x86/EFI: correct compiler probing
` [PATCH 2/2] Kbuild: simplify as-insn a little

[PATCH] x86/entry: re-order exception entry points
 2024-03-06 13:57 UTC 

[PATCH] x86/entry: don't clear DF when raising #UD for lack of syscall handler
 2024-03-06 13:44 UTC 

[PATCH v2] x86/entry: shrink insn size for some of our EFLAGS manipulation
 2024-03-06 13:20 UTC 

[xen-unstable-smoke test] 184918: tolerable all pass - PUSHED
 2024-03-06 13:13 UTC 

[PATCH v2 0/2] Xen: ARM: Improved NXP iMX8 platform support
 2024-03-06 13:13 UTC  (5+ messages)
` [PATCH v2 1/2] xen/arm: Add imx8q{m,x} platform glue

[xen-unstable test] 184914: tolerable FAIL
 2024-03-06 12:58 UTC 

[PATCH] 9pfsd: allow building with old glibc
 2024-03-06 11:59 UTC  (3+ messages)

[PATCH v3] tools/xentop: Add VBD3 support to xentop
 2024-03-06 11:57 UTC  (2+ messages)

[PATCH] x86/entry: shrink insn size for some of our EFLAGS manipulation
 2024-03-06 11:54 UTC  (5+ messages)

[OSSTEST PATCH] ap-common: Switch to Linux 6.1 by default on x86 + drop dom0 i386
 2024-03-06 11:47 UTC 

[PATCH] SUPPORT.md: add xen-9pfsd
 2024-03-06 11:34 UTC  (2+ messages)

[PATCH] MAINTAINERS: add an entry for tools/9pfsd
 2024-03-06 11:33 UTC  (3+ messages)

[PATCH] x86/asm: add commas to further macros definitions/invocations
 2024-03-06 11:28 UTC  (2+ messages)

[PATCH] x86+Arm: drop (rename) __virt_to_maddr() / __maddr_to_virt()
 2024-03-06 10:28 UTC  (7+ messages)

[PATCH] x86/asm: add commas to BUILD_BUG_ON
 2024-03-06 10:26 UTC  (2+ 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).