messages from 2024-12-13 16:28:55 to 2024-12-17 17:30:20 UTC [more...]
[PATCH] MISRA: Unmark Rules 1.1 and 2.1 as clean following Eclair upgrade
2024-12-17 17:29 UTC
[PATCH v13 00/12] Arm cache coloring
2024-12-17 17:06 UTC (13+ messages)
` [PATCH v13 01/12] xen/common: add cache coloring common code
` [PATCH v13 02/12] xen/arm: add initial support for LLC coloring on arm64
` [PATCH v13 03/12] xen/arm: permit non direct-mapped Dom0 construction
` [PATCH v13 04/12] xen/arm: add Dom0 cache coloring support
` [PATCH v13 05/12] xen: extend domctl interface for cache coloring
` [PATCH v13 06/12] tools: add support for cache coloring configuration
` [PATCH v13 07/12] xen/arm: add support for cache coloring configuration via device-tree
` [PATCH v13 08/12] xen/page_alloc: introduce preserved page flags macro
` [PATCH v13 09/12] xen: add cache coloring allocator for domains
` [PATCH v13 10/12] xen/arm: add Xen cache colors command line parameter
` [PATCH v13 11/12] xen/arm: make consider_modules() available for xen relocation
` [PATCH v13 12/12] xen/arm: add cache coloring support for Xen image
[PATCH 0/1] tools, xen/scripts: clear out Python syntax warnings
2024-12-17 17:13 UTC (10+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
[XEN PATCH] eclair-analysis: Add usage of varargs extension for C99
2024-12-17 16:46 UTC (5+ messages)
[PATCH v3 0/7] Unflattening and relocation of host device tree
2024-12-17 16:36 UTC (9+ messages)
` [PATCH v3 1/7] xen/riscv: update layout table in config.h
` [PATCH v3 2/7] xen/riscv: add destroy_xen_mappings() to remove mappings in Xen page tables
` [PATCH v3 3/7] xen/riscv: reorder includes in asm/page.h alphabetically
` [PATCH v3 4/7] xen/riscv: add {set,clear}_fixmap() functions for managing fixmap entries
` [PATCH v3 5/7] xen/riscv: implement data and instruction cache operations
` [PATCH v3 6/7] xen/riscv: implement prereq for DTB relocation
` [PATCH v3 7/7] xen/riscv: relocating and unflattening host device tree
[PATCH v5 0/5] remove libxenctrl usage from xenstored
2024-12-17 16:12 UTC (10+ messages)
` [PATCH v5 1/5] tools: add a dedicated header file for barrier definitions
` [PATCH v5 2/5] xen: add bitmap to indicate per-domain state changes
` [PATCH v5 3/5] xen: add new domctl get_changed_domain
` [PATCH v5 4/5] tools/libs: add a new libxenmanage library
` [PATCH v5 5/5] tools/xenstored: use new stable interface instead of libxenctrl
[PATCH 0/3] include: Cleanups around 'exec/cpu-common.h' header
2024-12-17 16:24 UTC (8+ messages)
` [PATCH 1/3] hw/xen: Remove unnecessary "
` [PATCH 2/3] system/numa: "
` [PATCH 3/3] system/accel-ops: "
[PATCH] misra: add deviation for MISRA C Rule R11.8
2024-12-17 15:36 UTC (3+ messages)
[PATCH 0/1] tools/libacpi: clear ASL warning about PCI0
2024-12-17 13:58 UTC (15+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
Xen Security Advisory 466 v3 (CVE-2024-53241) - Xen hypercall page unsafe against speculative attacks
2024-12-17 13:28 UTC (3+ messages)
[PATCH v4 0/5] remove libxenctrl usage from xenstored
2024-12-17 13:03 UTC (10+ messages)
` [PATCH v4 1/5] tools: add a dedicated header file for barrier definitions
` [PATCH v4 2/5] xen: add bitmap to indicate per-domain state changes
` [PATCH v4 3/5] xen: add new domctl get_changed_domain
` [PATCH v4 4/5] tools/libs: add a new libxenmanage library
` [PATCH v4 5/5] tools/xenstored: use new stable interface instead of libxenctrl
[RFC PATCH] xen/kconfig: allow LATE_HWDOM config for ARM
2024-12-17 13:02 UTC (3+ messages)
[XEN PATCH v1] arm: introduce kconfig options to disable hypercalls
2024-12-17 13:00 UTC (2+ messages)
Xen Security Advisory 465 v3 (CVE-2024-53240) - Backend can crash Linux netfront
2024-12-17 12:18 UTC
[PATCH v12 00/12] Arm cache coloring
2024-12-17 11:47 UTC (27+ messages)
` [PATCH v12 01/12] xen/common: add cache coloring common code
` [PATCH v12 03/12] xen/arm: permit non direct-mapped Dom0 construction
` [PATCH v12 08/12] xen/page_alloc: introduce preserved page flags macro
` [PATCH v12 09/12] xen: add cache coloring allocator for domains
` [PATCH v12 10/12] xen/arm: add Xen cache colors command line parameter
` [PATCH v12 11/12] xen/arm: make consider_modules() available for xen relocation
` [PATCH v12 12/12] xen/arm: add cache coloring support for Xen image
[PATCH v2 0/7] Unflattening and relocation of host device tree
2024-12-17 11:08 UTC (13+ messages)
` [PATCH v2 1/7] xen/riscv: update layout table in config.h
` [PATCH v2 5/7] xen/riscv: implement data and instruction cache operations
` [PATCH v2 6/7] xen/riscv: implement prereq for DTB relocation
` [PATCH v2 7/7] xen/riscv: relocating and unflattening host device tree
[PATCH] x86/io-apic: prevent early exit from i8259 loop detection
2024-12-17 10:13 UTC (3+ messages)
[PATCH v3] vpci: Add resizable bar support
2024-12-17 9:35 UTC (10+ messages)
[PATCH v7] xen/arm: Check for Static Heap feature when freeing resources
2024-12-17 9:31 UTC (2+ messages)
[PATCH] xen: add privcmd ioctl to get p2pdma_distance
2024-12-17 8:53 UTC (6+ messages)
[PATCH v3 00/10] xen/arm: ffa: Improvements and fixes
2024-12-16 20:05 UTC (5+ messages)
` [PATCH v3 04/10] xen/arm: ffa: Fine granular call support
[PATCH v5 0/3] Early Boot Allocation on Power
2024-12-16 18:18 UTC (4+ messages)
` [PATCH v5 3/3] xen/ppc: mm-radix: Allocate all paging structures at runtime
[PATCH v2] xen/device-tree: Allow region overlapping with /memreserve/ ranges
2024-12-16 18:10 UTC (2+ messages)
[PATCH V4 00/15] Remove the directmap
2024-12-16 16:01 UTC (3+ messages)
` [PATCH V4 01/15] x86: Create per-domain mapping for guest_root_pt
[PATCH v3 0/7] remove libxenctrl usage from xenstored
2024-12-16 15:20 UTC (16+ messages)
` [PATCH v3 2/7] tools: add a dedicated header file for barrier definitions
` [PATCH v3 4/7] xen: add bitmap to indicate per-domain state changes
` [PATCH v3 5/7] xen: add new domctl get_changed_domain
` [PATCH v3 6/7] tools/libs: add a new libxenmanage library
` [PATCH v3 7/7] tools/xenstored: use new stable interface instead of libxenctrl
[PATCH v2 00/35] Introduce NS8250 UART emulator
2024-12-16 15:11 UTC (12+ messages)
` [PATCH v2 31/35] x86/hvm: introduce "
` [PATCH v2 32/35] x86/hvm: add debugging facility to "
` [PATCH v2 33/35] x86/domain: implement domain_has_vuart()
[PATCH v2 00/13] x86: Address Space Isolation FPU preparations
2024-12-16 14:37 UTC (20+ messages)
` [PATCH v2 02/13] x86/xstate: Create map/unmap primitives for xsave areas
` [PATCH v2 05/13] x86/xstate: Map/unmap xsave area in xstate_set_init() and handle_setbv()
` [PATCH v2 08/13] x86/xstate: Map/unmap xsave area in {compress,expand}_xsave_states()
` [PATCH v2 09/13] x86/emulator: Refactor FXSAVE_AREA to use wrappers
` [PATCH v2 10/13] x86/mpx: Map/unmap xsave area in in read_bndcfgu()
[PATCH 18/71] hw/block/xen-block: Unexport PropertyInfo
2024-12-16 14:05 UTC (14+ messages)
` [PATCH 19/71] hw/block: Constify all Property
` [PATCH 20/71] hw/char: "
` [PATCH 29/71] hw/i386: "
` [PATCH 41/71] hw/net: "
` [PATCH 68/71] hw/xen: "
` [PATCH 69/71] hw/xen: Use DEFINE_PROP_END_OF_LIST in xen_sysdev_properties
[PATCH] tools/misc: Drop xensymoops
2024-12-16 12:23 UTC (3+ messages)
[PATCH] tools/xg: increase LZMA_BLOCK_SIZE for uncompressing the kernel
2024-12-16 11:35 UTC (11+ messages)
[PATCH 0/2] Add support for Renesas R-Car Gen4
2024-12-16 9:58 UTC (7+ messages)
` [PATCH 1/2] ARM: ITS: implement quirks and add support for Renesas Gen4 ITS
` [PATCH 2/2] xen/arm: platform: Add support for R-Car Gen4
[PATCH] xen: address violation of MISRA C Rule 11.1
2024-12-16 7:26 UTC (9+ messages)
[PATCH v3 09/11] wifi: qtnfmac: use always-managed version of pcim_intx()
2024-12-13 17:53 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 read-only IMAP folder(s) and NNTP newsgroup(s).