xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 02/17] xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entry
 2024-05-02 18:53 UTC  (36+ messages)
` [PATCH v4 03/17] xen: mapcache: Refactor lock functions for multi-instance
` [PATCH v4 04/17] xen: mapcache: Refactor xen_map_cache "
` [PATCH v4 05/17] xen: mapcache: Refactor xen_remap_bucket "
` [PATCH v4 06/17] xen: mapcache: Break out xen_ram_addr_from_mapcache_single
` [PATCH v4 07/17] xen: mapcache: Refactor xen_replace_cache_entry_unlocked
` [PATCH v4 08/17] xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlocked
` [PATCH v4 09/17] xen: mapcache: Break out xen_invalidate_map_cache_single()
` [PATCH v4 10/17] xen: mapcache: Break out xen_map_cache_init_single()
` [PATCH v4 11/17] xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
` [PATCH v4 12/17] xen: mapcache: Unmap first entries in buckets
` [PATCH v4 13/17] softmmu: Pass RAM MemoryRegion and is_write xen_map_cache()
` [PATCH v4 14/17] xen: Add xen_mr_is_memory()
` [PATCH v4 15/17] xen: mapcache: Remove assumption of RAMBlock with 0 offset
` [PATCH v4 16/17] xen: mapcache: Add support for grant mappings

[PATCH 0/2] Fix MISRA regression about flexible array member not at the end
 2024-05-02 18:35 UTC  (21+ messages)
` [PATCH 1/2] xen/kernel.h: Import __struct_group from Linux
` [PATCH 2/2] xen/arm: Fix MISRA regression on R1.1, flexible array member not at the end

[XEN PATCH v2] automation/eclair: add deviation of MISRA C:2012 Rule 14.4
 2024-05-02 18:19 UTC  (2+ messages)

[PATCH] xen/Kconfig: Drop the final remnants of ---help---
 2024-05-02 18:16 UTC  (2+ messages)

[PATCH v6 0/8] xen/spinlock: make recursive spinlocks a dedicated type
 2024-05-02 18:13 UTC  (8+ messages)
` [PATCH v6 8/8] xen: allow up to 16383 cpus

[PATCH v1.1] xen/commom/dt-overlay: Fix missing lock when remove the device
 2024-05-02 18:11 UTC  (2+ messages)

[PATCH 0/3] Guest magic region allocation for 11 Dom0less domUs - Take two
 2024-05-02 18:08 UTC  (3+ messages)
` [PATCH 2/3] xen/arm, tools: Add a new HVM_PARAM_MAGIC_BASE_PFN key in HVMOP

[PATCH 00/15] Remaining patches for dynamic node programming using overlay dtbo
 2024-05-02 18:02 UTC  (21+ messages)
` [PATCH 02/15] xen/arm/gic: Enable interrupt assignment to running VM
` [PATCH 04/15] tools/libs/light: Always enable IOMMU
` [PATCH 05/15] tools/libs/light: Increase nr_spi to 160
` [PATCH 07/15] xen/overlay: Enable device tree overlay assignment to running domains
` [PATCH 08/15] tools: Add domain_id and expert mode for overlay operations
` [PATCH 09/15] tools/libs/light: Modify dtbo to domU linux dtbo format

[PATCH v3 0/9] xen/arm: arm64: Annotate code symbols
 2024-05-01  3:54 UTC  (10+ messages)
` [PATCH v3 1/9] xen/arm64: entry: Add missing code symbol annotations
` [PATCH v3 2/9] xen/arm64: smc: "
` [PATCH v3 3/9] xen/arm64: sve: "
` [PATCH v3 4/9] xen/arm64: head: "
` [PATCH v3 5/9] xen/arm64: debug: "
` [PATCH v3 6/9] xen/arm64: bpi: "
` [PATCH v3 7/9] xen/arm64: mmu/head: "
` [PATCH v3 8/9] xen/arm64: cache: Use the generic xen/linkage.h macros
` [PATCH v3 9/9] xen/arm64: lib: "

[PATCH v8 00/13] Arm cache coloring
 2024-05-02 16:55 UTC  (14+ messages)
` [PATCH v8 01/13] xen/common: add cache coloring common code
` [PATCH v8 02/13] xen/arm: add initial support for LLC coloring on arm64
` [PATCH v8 03/13] xen/arm: permit non direct-mapped Dom0 construction
` [PATCH v8 04/13] xen/arm: add Dom0 cache coloring support
` [PATCH v8 05/13] xen: extend domctl interface for cache coloring
` [PATCH v8 06/13] tools: add support for cache coloring configuration
` [PATCH v8 07/13] xen/arm: add support for cache coloring configuration via device-tree
` [PATCH v8 08/13] xen/page_alloc: introduce preserved page flags macro
` [PATCH v8 09/13] xen: add cache coloring allocator for domains
` [PATCH v8 10/13] xen/arm: use domain memory to allocate p2m page tables
` [PATCH v8 11/13] xen/arm: add Xen cache colors command line parameter
` [PATCH v8 12/13] xen/arm: make consider_modules() available for xen relocation
` [PATCH v8 13/13] xen/arm: add cache coloring support for Xen

[PATCH v2 0/1] xen/arm: Annotate code symbols
 2024-05-02 16:38 UTC  (4+ messages)
` [PATCH v2 1/1] xen/arm64: entry: Add missing code symbol annotations

[linux-linus test] 185899: regressions - FAIL
 2024-05-02 15:59 UTC 

[XEN PATCH v4 0/5] FF-A notifications
 2024-05-02 14:56 UTC  (6+ messages)
` [XEN PATCH v4 1/5] xen/arm: ffa: refactor ffa_handle_call()
` [XEN PATCH v4 2/5] xen/arm: ffa: use ACCESS_ONCE()
` [XEN PATCH v4 3/5] xen/arm: ffa: simplify ffa_handle_mem_share()
` [XEN PATCH v4 4/5] xen/arm: allow dynamically assigned SGI handlers
` [XEN PATCH v4 5/5] xen/arm: ffa: support notification

[ovmf test] 185900: all pass - PUSHED
 2024-05-02 14:50 UTC 

[PATCH 0/6] x86: Expose consistent topology to guests
 2024-05-02 14:44 UTC  (13+ messages)
` [PATCH 5/6] xen/x86: Derive topologically correct x2APIC IDs from the policy
` [PATCH 6/6] xen/x86: Add topology generator

[PATCH for-4.19 v2] tools/xen-cpuid: switch to use cpu-policy defined names
 2024-05-02 14:34 UTC  (3+ messages)

[PATCH v2 0/4] x86/xstate: Fixes to size calculations
 2024-05-02 14:33 UTC  (13+ messages)
` [PATCH v2 1/4] x86/hvm: Defer the size calculation in hvm_save_cpu_xsave_states()
` [PATCH v2 2/4] x86/xstate: Rework xstate_ctxt_size() as xstate_uncompressed_size()
` [PATCH v2 3/4] x86/cpu-policy: Simplify recalculate_xstate()
` [PATCH v2 4/4] x86/cpuid: Fix handling of xsave dynamic leaves

[PATCH] tools/tests: don't let test-xenstore write nodes exceeding default size
 2024-05-02 13:25 UTC  (2+ messages)

[PATCH] tools/xen-cpuid: switch to use cpu-policy defined names
 2024-05-02 12:20 UTC  (8+ messages)
` [PATCH for-4.19] "

[PATCH v2 0/7] x86: Make MAX_ALTP2M configurable
 2024-05-02 11:59 UTC  (10+ messages)
` [PATCH v2 4/7] x86: Make the maximum number of altp2m views configurable
` [PATCH v2 7/7] x86/hap: Increase the number of initial mempool_size to 1024 pages

[xen-unstable test] 185897: tolerable FAIL - PUSHED
 2024-05-02 11:48 UTC 

[PATCH for-4.19] ppc/riscv: fix arch_acquire_resource_check()
 2024-05-02 10:31 UTC  (5+ messages)

[PATCH v1] xen/riscv: improve check-extension() macro
 2024-05-02  9:55 UTC  (3+ messages)

[PATCH] tools/tests: let test-xenstore exit with non-0 status in case of error
 2024-05-02  9:26 UTC  (2+ messages)

[XEN PATCH v2 0/5] x86: make Intel/AMD vPMU & MCE support configurable
 2024-05-02  9:21 UTC  (6+ messages)
` [XEN PATCH v2 1/5] x86/vpmu: separate amd/intel vPMU code
` [XEN PATCH v2 2/5] x86/intel: move vmce_has_lmce() routine to header
` [XEN PATCH v2 3/5] x86/MCE: guard access to Intel/AMD-specific MCA MSRs
` [XEN PATCH v2 4/5] x86/MCE: guard {intel/amd}_mcheck_init() calls
` [XEN PATCH v2 5/5] x86/MCE: optional build of AMD/Intel MCE code

[linux-linus test] 185896: regressions - FAIL
 2024-05-02  9:20 UTC 

[XEN PATCH v1 0/7] x86: make Intel/AMD vPMU & MCE support configurable
 2024-05-02  8:59 UTC  (8+ messages)
` [XEN PATCH v1 4/7] x86/MCE: guard lmce_support/cmci_support
` [XEN PATCH v1 7/7] x86/MCE: optional build of AMD/Intel MCE code

[PATCH for-4.19? 0/2] xen/x86: support foreign mappings for HVM
 2024-05-02  8:50 UTC  (4+ messages)
` [PATCH for-4.19? 1/2] xen/x86: account for max guest gfn and number of foreign mappings in the p2m
` [PATCH for-4.19? 2/2] xen/x86: remove foreign mappings from the p2m on teardown

[PATCH v8 00/17] Enable build of full Xen for RISC-V
 2024-05-02  8:33 UTC  (4+ messages)
` [PATCH v8 08/17] xen/riscv: introduce atomic.h

[PATCH v2 (resend) 00/27] Remove the directmap
 2024-05-02  6:48 UTC  (5+ messages)
` [PATCH v2 (resend) 07/27] x86: Map/unmap pages in restore_all_guests

[xen-unstable-smoke test] 185895: tolerable all pass - PUSHED
 2024-05-02  1:48 UTC 

[linux-linus test] 185893: regressions - FAIL
 2024-05-01 23:07 UTC 

[XEN PATCH] automation/eclair_enalysis: amend configuration for some MISRA rules
 2024-05-01 20:34 UTC  (2+ messages)

[XEN PATCH v2 0/3] address violations of MISRA C Rule 20.7
 2024-05-01 19:57 UTC  (8+ messages)
` [XEN PATCH v2 1/3] drivers: char: address violation "
` [XEN PATCH v2 2/3] xen/unaligned: "
` [XEN PATCH v2 3/3] xen/pci: address violations "

[XEN PATCH 00/10] Address violations of MISRA C Rule 20.7
 2024-05-01 19:54 UTC  (5+ messages)
` [XEN PATCH 03/10] automation/eclair_analysis: deviate macro count_args_ for MISRA "

[XEN PATCH 0/3] automation/eclair: do not allow failure for triggered analyses
 2024-05-01 19:46 UTC  (7+ messages)
` [XEN PATCH 1/3] automation/eclair: tag Rule 7.2 as clean and temporarily remove Rules 1.1 and 8.2
` [XEN PATCH 2/3] automation: do not allow failure for triggered analyses
` [XEN PATCH 3/3] automation/eclair: make explicit there are no adopted files by default

[libvirt test] 185891: tolerable all pass - PUSHED
 2024-05-01 18:36 UTC 

[xen-unstable test] 185890: tolerable FAIL - PUSHED
 2024-05-01 18:20 UTC 

[PATCH 0/2] Drop libsystemd
 2024-05-01 14:04 UTC  (7+ messages)
` [PATCH 1/2] tools/{c,o}xenstored: Don't link against libsystemd

[linux-linus test] 185888: regressions - FAIL
 2024-05-01 12:14 UTC 

[PATCH 0/5] x86: AMD CPUID handling improvements
 2024-05-01 10:51 UTC  (17+ messages)
` [PATCH 1/5] x86/cpu-policy: Infrastructure for the AMD SVM and SEV leaves
` [PATCH 2/5] x86/cpu-policy: Add SVM features already used by Xen
` [PATCH 3/5] x86/spec-ctrl: Remove open-coded check of SVM_FEATURE_SPEC_CTRL
` [PATCH 4/5] x86/svm: Switch SVM features over normal cpu_has_*
` [PATCH 5/5] x86/cpu-policy: Introduce some SEV features

[xen-4.15-testing test] 185877: tolerable FAIL - PUSHED
 2024-05-01  8:39 UTC 

[xen-unstable test] 185872: tolerable FAIL
 2024-05-01  2:51 UTC 

[linux-6.1 test] 185871: tolerable FAIL - PUSHED
 2024-04-30 23:27 UTC 

[linux-linus test] 185870: tolerable FAIL - PUSHED
 2024-04-30 20:28 UTC 

[PATCH v2 1/3] hw/xen/xen_pt: Save back data only for declared registers
 2024-04-30 17:33 UTC  (3+ messages)
` [PATCH v2 2/3] Update Xen's features.h header
` [PATCH v2 3/3] Do not access /dev/mem in MSI-X PCI passthrough on Xen

[xen-unstable-smoke test] 185880: tolerable all pass - PUSHED
 2024-04-30 16:54 UTC 

[PATCH v6 0/7] MSI-X support with qemu in stubdomain, and other related changes
 2024-04-30 15:03 UTC  (5+ messages)
` [PATCH v6 2/7] x86/msi: Extend per-domain/device warning mechanism
` [PATCH v6 3/7] x86/hvm: Allow access to registers on the same page as MSI-X table

[PATCH 0/3] Clean the policy manipulation path in domain creation
 2024-04-30 14:42 UTC  (7+ messages)
` [PATCH 1/3] tools/xg: Move xc_cpu_policy_t to xenguest.h
` [PATCH 2/3] tools/xg: Streamline cpu policy serialise/deserialise calls
` [PATCH 3/3] tools/xg: Clean up xend-style overrides for CPU policies

[ovmf test] 185879: all pass - PUSHED
 2024-04-30 13:16 UTC 

[xen-4.16-testing test] 185867: tolerable FAIL - PUSHED
 2024-04-30 12:58 UTC 

[PATCH v3 0/5] x86/xen-ucode: Introduce --force option
 2024-04-30 12:47 UTC  (2+ messages)
` [PATCH v3 5/5] Add --force option to xen-ucode to override microcode version check


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