Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-27 18:14:59 to 2024-04-02 15:05:36 UTC [more...]

[XEN PATCH v3 0/7] address violations of MISRA C Rule 20.7
 2024-04-02 15:05 UTC  (13+ messages)
` [XEN PATCH v3 1/7] x86/msi: address violation of MISRA C Rule 20.7 and coding style
` [XEN PATCH v3 2/7] arm/public: address violations of MISRA C Rule 20.7
` [XEN PATCH v3 3/7] x86/vPMU: "
` [XEN PATCH v3 4/7] x86/hvm: "
` [XEN PATCH v3 5/7] automation/eclair: add deviations for "
` [XEN PATCH v3 6/7] xen/mm: address violations of MISRA C "
` [XEN PATCH v3 7/7] x86/amd: "

[PATCH v6 0/8] xen/spinlock: make recursive spinlocks a dedicated type
 2024-04-02 14:52 UTC  (7+ messages)
` [PATCH v6 3/8] xen/spinlock: add missing rspin_is_locked() and rspin_barrier()
` [PATCH v6 6/8] xen/spinlock: support higher number of cpus
` [PATCH v6 7/8] xen/rwlock: raise the number of possible cpus

[PATCH v6 0/4] x86/pvh: Support relocating dom0 kernel
 2024-04-02 14:34 UTC  (10+ messages)
` [PATCH v6 1/4] tools/init-xenstore-domain: Replace variable MB() usage
` [PATCH v6 2/4] tools: Move MB/GB() to common-macros.h
` [PATCH v6 3/4] libelf: Store maximum PHDR p_align
` [PATCH v6 4/4] x86/PVH: Support relocatable dom0 kernels
` [PATCH v6] RFC: x86/pvh: Make Xen PVH entrypoint PIC for x86-64

preparations for 4.17.4
 2024-04-02 14:26 UTC  (3+ messages)

[PATCH v6 00/20] Enable build of full Xen for RISC-V
 2024-04-02 13:43 UTC  (10+ messages)
` [PATCH v6 06/20] xen/bitops: put __ffs() and ffz() into linux compatible header
` [PATCH v6 08/20] xen/riscv: introduce cmpxchg.h

[ANNOUNCE] Call for agenda items - Community Call 4th April 2024
 2024-04-02 13:20 UTC 

[PATCH 0/2] Add UART support for i.MX 8M Mini EVKB
 2024-04-02 12:05 UTC  (3+ messages)
` [PATCH 1/2] xen/arm: Add i.MX UART early printk support
` [PATCH 2/2] xen/arm: Add i.MX UART driver

[PATCH 0/3] Add experimental support for Qualcomm SA8155P SoC
 2024-04-02 10:25 UTC  (7+ messages)
` [PATCH 1/3] arm: smmu: allow SMMU to have more IRQs than context banks
` [PATCH 2/3] drivers: serial: add Qualcomm GENI-based serial driver
` [PATCH 3/3] arm: platform: qcom: add basic support SA8155P SoC

[xen-unstable test] 185215: tolerable FAIL
 2024-04-02 10:16 UTC 

[OSSTEST PATCH 00/36] Switch to Debian Bookworm
 2024-04-02 10:08 UTC  (3+ messages)
` [OSSTEST PATCH 37/36] production-config: Set Bookworm's debian-installer version

[PATCH 0/2] x86/video: improve early video detection
 2024-04-02 10:06 UTC  (10+ messages)
` [PATCH 1/2] x86/video: add boot_video_info offset generation to asm-offsets
` [PATCH 2/2] x86/video: do not assume a video mode to be unconditionally present

[OSSTEST PATCH] ap-common: Fix libvirt's git repo URL
 2024-04-02  9:24 UTC 

[PATCH v2 0/5] DOMCTL-based guest magic regions allocation for dom0less
 2024-04-02  9:03 UTC  (8+ messages)
` [PATCH v2 5/5] xen/memory, tools: Make init-dom0less consume XEN_DOMCTL_get_mem_map

[PATCH net] xen-netfront: Add missing skb_mark_for_recycle
 2024-04-02  8:20 UTC  (5+ messages)

[XEN PATCH 0/6] FF-A mediator reorganisation
 2024-04-02  7:25 UTC  (5+ messages)
` [XEN PATCH 3/6] xen/arm: ffa: separate memory sharing routines

[PATCH v3 0/2] Xen: ARM: Improved NXP iMX8 platform support
 2024-04-02  7:24 UTC  (5+ messages)
` [PATCH v3 1/3] xen/arm: Add imx8q{m,x} platform glue
` [PATCH v3 3/3] MAINTAINERS: Become a reviewer of iMX8Q{M,XP} related patches
` [PATCH v3 2/3] xen/drivers: imx-lpuart: Replace iMX8QM compatible with iMX8QXP

[XEN PATCH 0/7] xen: address violations of MISRA C:2012 Rule 16.3
 2024-04-02  7:22 UTC  (8+ messages)
` [XEN PATCH 1/7] xen/domctl: address a violation "
` [XEN PATCH 2/7] console: "
` [XEN PATCH 3/7] xen/sched: "
` [XEN PATCH 4/7] xen/evtchn: "
` [XEN PATCH 5/7] xen/sched: "
` [XEN PATCH 6/7] xen/vm-event: "
` [XEN PATCH 7/7] vsprintf: address violations "

[linux-linus test] 185214: tolerable FAIL - PUSHED
 2024-04-02  7:23 UTC 

[PATCH v2] docs/misra: document the expected sizes of integer types
 2024-04-02  1:50 UTC  (13+ messages)

[RFC PATCH-for-9.1 00/29] hw/i386/pc: Decouple ISA vs PCI-based machines
 2024-04-01 16:05 UTC  (35+ messages)
` [RFC PATCH-for-9.1 01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro
` [RFC PATCH-for-9.1 02/29] hw/i386/pc: Extract pc_machine_is_pci_enabled() helper
` [RFC PATCH-for-9.1 03/29] hw/i386/pc: Pass base machine type as argument to DEFINE_PC_MACHINE()
` [RFC PATCH-for-9.1 04/29] hw/i386/pc: Introduce PC_PCI_MACHINE QOM type
` [RFC PATCH-for-9.1 05/29] hw/i386/pc: Remove PCMachineClass::pci_enabled field
` [RFC PATCH-for-9.1 06/29] hw/i386/pc: Move pci_root_uid field to PcPciMachineClass
` [RFC PATCH-for-9.1 07/29] hw/i386/pc: Call fw_cfg_add_extra_pci_roots() in pc_pci_machine_done()
` [RFC PATCH-for-9.1 08/29] hw/i386/pc: Move CXLState to PcPciMachineState
` [RFC PATCH-for-9.1 09/29] hw/i386/pc: Pass PCMachineState argument to acpi_setup()
` [RFC PATCH-for-9.1 10/29] hw/i386/pc: Remove PCMachineClass::has_acpi_build field
` [RFC PATCH-for-9.1 11/29] hw/i386/pc: Move acpi_setup() call to pc_pci_machine_done()
` [RFC PATCH-for-9.1 12/29] hw/i386/pc: Move acpi_build_enabled to PcPciMachineState
` [RFC PATCH-for-9.1 13/29] hw/i386/pc: Remove non-PCI code from pc_system_firmware_init()
` [RFC PATCH-for-9.1 14/29] hw/i386/pc: Move pc_system_flash_create() to pc_pci_machine_initfn()
` [RFC PATCH-for-9.1 15/29] hw/i386/pc: Move FW/pflash related fields to PcPciMachineState
` [RFC PATCH-for-9.1 16/29] hw/i386/pc: Move south-bridge related fields to PcPciMachine
` [RFC PATCH-for-9.1 17/29] hw/i386/pc: Inline gigabyte_align()
` [RFC PATCH-for-9.1 18/29] hw/i386/pc: Inline has_reserved_memory()
` [RFC PATCH-for-9.1 19/29] hw/i386/pc: Pass PcPciMachineState argument to CXL helpers
` [RFC PATCH-for-9.1 20/29] hw/i386/pc: Pass PcPciMachineState argument to pc_pci_hole64_start()
` [RFC PATCH-for-9.1 21/29] hw/i386/fw_cfg: Include missing 'qapi-types-machine.h' header
` [RFC PATCH-for-9.1 22/29] hw/i386/fw_cfg: Define fw_cfg_build_smbios() stub
` [RFC PATCH-for-9.1 23/29] hw/i386/fw_cfg: Inline smbios_defaults()
` [RFC PATCH-for-9.1 24/29] hw/i386/fw_cfg: Inline smbios_legacy_mode()
` [RFC PATCH-for-9.1 25/29] hw/i386/fw_cfg: Replace smbios_defaults() by !smbios_legacy_mode()
` [RFC PATCH-for-9.1 26/29] hw/i386/fw_cfg: Factor fw_cfg_build_smbios_legacy() out
` [RFC PATCH-for-9.1 27/29] hw/i386/pc: Call fw_cfg_build_smbios_legacy() in pc_machine_done()
` [RFC PATCH-for-9.1 28/29] hw/i386/pc: Rename pc_init1() -> pc_piix_init()
` [RFC PATCH-for-9.1 29/29] hw/i386/pc: Move ISA-only PC machine to pc_isa.c

[linux-linus test] 185211: tolerable FAIL - PUSHED
 2024-04-01 13:56 UTC 

[xen-unstable test] 185210: tolerable FAIL
 2024-04-01  8:51 UTC 

[ovmf test] 185212: all pass - PUSHED
 2024-04-01  5:40 UTC 

[linux-linus test] 185209: tolerable FAIL - PUSHED
 2024-04-01  1:59 UTC 

[xen-unstable test] 185206: regressions - FAIL
 2024-03-31 10:32 UTC 

[linux-linus test] 185205: tolerable FAIL - PUSHED
 2024-03-31  9:18 UTC 

[linux-linus test] 185204: tolerable FAIL - PUSHED
 2024-03-31  0:25 UTC 

[xen-unstable test] 185203: tolerable FAIL - PUSHED
 2024-03-30 18:59 UTC 

[linux-linus test] 185200: tolerable FAIL - PUSHED
 2024-03-30  9:05 UTC 

[xen-unstable test] 185199: trouble: broken/fail/pass
 2024-03-30  4:48 UTC 

[ovmf test] 185202: all pass - PUSHED
 2024-03-30  2:24 UTC 

[xen-4.18-testing test] 185183: tolerable FAIL - PUSHED
 2024-03-29 18:56 UTC 

[linux-linus test] 185177: tolerable trouble: fail/pass/starved - PUSHED
 2024-03-29 15:51 UTC 

[PATCH v2 0/6] xenwatchdogd bugfixes and enhancements
 2024-03-29 11:10 UTC  (7+ messages)
` [PATCH v2 1/6] tools/misc: xenwatchdogd: use EXIT_* constants
` [PATCH v2 2/6] tools/misc: rework xenwatchdogd signal handling
` [PATCH v2 3/6] tools/misc: xenwatchdogd: add static qualifier
` [PATCH v2 4/6] tools/misc: xenwatchdogd: add parse_secs()
` [PATCH v2 5/6] tools/misc: xenwatchdogd enhancements
` [PATCH v2 6/6] docs/man: Add xenwatchdog manual page

[xen-unstable test] 185178: tolerable trouble: fail/pass/starved - PUSHED
 2024-03-29 10:30 UTC 

[PATCH 5.4] xen/events: close evtchn after mapping cleanup
 2024-03-29 10:19 UTC  (2+ messages)

[ovmf test] 185198: all pass - PUSHED
 2024-03-29  5:15 UTC 

[RFC XEN PATCH v6 0/5] Support device passthrough when dom0 is PVH on Xen
 2024-03-29  3:30 UTC  (8+ messages)
` [XEN PATCH v6 1/5] xen/vpci: Clear all vpci status of device
` [XEN PATCH v6 2/5] x86/pvh: Allow (un)map_pirq when dom0 is PVH
` [RFC XEN PATCH v6 3/5] x86/pvh: Add PHYSDEVOP_setup_gsi for PVH dom0
` [RFC XEN PATCH v6 4/5] libxl: Use gsi instead of irq for mapping pirq
` [RFC XEN PATCH v6 5/5] domctl: Add XEN_DOMCTL_gsi_permission to grant gsi

Linux Xen PV CPA W^X violation false-positives
 2024-03-29  1:25 UTC  (5+ messages)

[xen-unstable-smoke test] 185196: tolerable all pass - PUSHED
 2024-03-28 23:53 UTC 

[xen-4.17-testing test] 185180: tolerable trouble: fail/pass/starved - PUSHED
 2024-03-28 20:20 UTC 

[PATCH v7 00/14] Arm cache coloring
 2024-03-28 18:21 UTC  (15+ messages)
` [PATCH v7 08/14] xen/page_alloc: introduce preserved page flags macro

[PATCH v3] Input: xen-kbdfront - drop keys to shrink modalias
 2024-03-28 18:05 UTC  (2+ messages)

Serious AMD-Vi issue
 2024-03-28 16:17 UTC  (11+ messages)
  ` Serious AMD-Vi(?) issue

[xen-4.18-testing test] 185172: tolerable FAIL - PUSHED
 2024-03-28 16:01 UTC 

[xen-unstable-smoke test] 185181: tolerable all pass - PUSHED
 2024-03-28 15:44 UTC 

[PATCH 0/7] GRUB: Supporting Secure Boot of xen.gz
 2024-03-28 15:41 UTC  (8+ messages)
` [PATCH 2/7] multiboot2: Allow 64-bit entry tags
` [PATCH 3/7] multiboot2: Add support for the load type header tag

[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
 2024-03-28 15:13 UTC  (3+ messages)
` [PATCH-for-9.0 v2 19/19] "

[PATCH v2 0/3] GRUB: Supporting Secure Boot of xen
 2024-03-28 15:13 UTC  (4+ messages)
` [PATCH v2 1/3] multiboot2: Add support for the PE binary type
` [PATCH v2 2/3] multiboot2: Add PE load support
` [PATCH v2 3/3] efi: Allow loading multiboot modules without verification

[PATCH v2 0/2] x86: Multiboot PE support
 2024-03-28 15:11 UTC  (3+ messages)
` [PATCH v2 1/2] x86: Add support for building a multiboot2 PE binary
` [PATCH v2 2/2] x86: Call Shim Verify in the multiboot2 path

[PATCH] x86/spec-ctrl: Move __read_mostly data into __ro_after_init
 2024-03-28 13:22 UTC  (2+ messages)

[PATCH v2 0/3] AMD Nested Virt Preparation
 2024-03-28 11:32 UTC  (7+ messages)
` [PATCH v2 3/3] svm/nestedsvm: Introduce nested capabilities bit

[XEN PATCH v3 0/2] xen: address violations of MISRA C Rule 17.1
 2024-03-28 10:50 UTC  (5+ messages)
` [XEN PATCH v3 1/2] MISRA C:2012 Rule 17.1 states: The features of `<stdarg.h>' shall not be used
` [XEN PATCH v3 2/2] MISRA C Rule 20.7 states: "The features of `<stdarg.h>' shall not be used"

[xen-4.17-testing test] 185171: tolerable FAIL - PUSHED
 2024-03-28 10:48 UTC 

Violations of mandatory MISRA C:2012 Rule 19.1 in X86_64 build
 2024-03-28 10:25 UTC  (2+ messages)

[PATCH v6 0/3] xen: introduce Kconfig function alignment option
 2024-03-28  9:44 UTC  (3+ messages)
` [PATCH v6 2/3] xen: use explicit function alignment if supported by compiler

[PATCH] tools/misc: fix xenwatchdogd invocation
 2024-03-28  9:43 UTC  (7+ messages)
` [PATCH 0/6] xenwatchdogd enhancements
  ` [PATCH 2/6] tools/misc: rework xenwatchdogd signal handling
  ` [PATCH 3/6] tools/misc: xenwatchdogd: make functions static

[RFC KERNEL PATCH v5 0/3] Support device passthrough when dom0 is PVH on Xen
 2024-03-28  6:56 UTC  (4+ messages)
` [KERNEL PATCH v5 1/3] xen/pci: Add xen_reset_device_state function
` [RFC KERNEL PATCH v5 2/3] xen/pvh: Setup gsi for passthrough device
` [RFC KERNEL PATCH v5 3/3] PCI/sysfs: Add gsi sysfs for pci_dev

[QEMU PATCH v5 0/1] Support device passthrough when dom0 is PVH on Xen
 2024-03-28  6:07 UTC  (2+ messages)
` [RFC QEMU PATCH v5 1/1] xen: Use gsi instead of irq for mapping pirq

[xen-unstable test] 185169: regressions - FAIL
 2024-03-28  4:47 UTC 

[linux-5.4 test] 185168: tolerable FAIL - PUSHED
 2024-03-28  2:04 UTC 

[linux-6.1 test] 185167: tolerable FAIL - PUSHED
 2024-03-28  0:47 UTC 

[xen-unstable-smoke test] 185176: tolerable all pass - PUSHED
 2024-03-27 19:55 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 read-only IMAP folder(s) and NNTP newsgroup(s).