Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-10 09:33:36 to 2021-12-12 21:09:16 UTC [more...]

[PATCH v5 00/21] Introduce power-off+restart call chain API
 2021-12-12 21:03 UTC  (22+ messages)
` [PATCH v5 01/21] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v5 02/21] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()
` [PATCH v5 03/21] reboot: Print error message if restart handler has duplicated priority
` [PATCH v5 04/21] kernel: Add combined power-off+restart handler call chain API
` [PATCH v5 05/21] ARM: Use do_kernel_power_off()
` [PATCH v5 06/21] csky: "
` [PATCH v5 07/21] riscv: "
` [PATCH v5 08/21] arm64: "
` [PATCH v5 09/21] parisc: "
` [PATCH v5 10/21] xen/x86: "
` [PATCH v5 11/21] powerpc: "
` [PATCH v5 12/21] m68k: Switch to new sys-off handler API
` [PATCH v5 13/21] sh: Use do_kernel_power_off()
` [PATCH v5 14/21] x86: "
` [PATCH v5 15/21] ia64: "
` [PATCH v5 16/21] mips: "
` [PATCH v5 17/21] nds32: "
` [PATCH v5 18/21] memory: emif: Use kernel_can_power_off()
` [PATCH v5 19/21] ACPI: power: Switch to sys-off handler API
` [PATCH v5 20/21] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v5 21/21] reboot: Remove pm_power_off_prepare()

[linux-linus test] 167383: tolerable FAIL - PUSHED
 2021-12-12 13:51 UTC 

[xen-unstable test] 167381: tolerable FAIL
 2021-12-12 11:39 UTC 

[xen-unstable-coverity test] 167384: all pass - PUSHED
 2021-12-12 10:01 UTC 

[libvirt test] 167382: regressions - FAIL
 2021-12-12  8:02 UTC 

[linux-linus test] 167380: tolerable FAIL - PUSHED
 2021-12-12  6:11 UTC 

[PATCH] xen/pciback: fix typo in a comment
 2021-12-12  3:24 UTC 

[PATCH 00/10] mini-os: add missing PVH features
 2021-12-12  0:51 UTC  (21+ messages)
` [PATCH 01/10] mini-os: split e820 map handling into new source file
` [PATCH 02/10] mini-os: sort and sanitize e820 memory map
` [PATCH 03/10] mini-os: don't assume contiguous RAM when initializing in PVH mode
` [PATCH 04/10] mini-os: respect memory map when ballooning up
` [PATCH 05/10] mini-os: don't repeat definition available via header file
` [PATCH 06/10] mini-os: add memory map service functions
` [PATCH 07/10] mini-os: move x86 specific gnttab coding into arch/x86/gnttab.c
` [PATCH 08/10] mini-os: add proper pvh grant table handling
` [PATCH 09/10] mini-os: prepare grantmap entry interface for use by PVH mode
` [PATCH 10/10] mini-os: modify grant mappings to work in "

[XEN PATCH 00/57] Toolstack build system improvement, toward non-recursive makefiles
 2021-12-11 23:53 UTC  (9+ messages)
` [XEN PATCH 52/57] stubdom: only build libxen*.a from tools/libs/
` [XEN PATCH 53/57] stubdom: introduce xenlibs.mk
` [XEN PATCH 56/57] stubdom: build xenstore*-stubdom using new Makefile.common
` [XEN PATCH 57/57] stubdom: xenlibs linkfarm, ignore non-regular files

[linux-linus test] 167378: tolerable FAIL - PUSHED
 2021-12-11 23:25 UTC 

[ovmf test] 167379: all pass - PUSHED
 2021-12-11 22:20 UTC 

[patch V3 00/35] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-12-11 15:24 UTC  (41+ messages)
` [patch V3 01/35] PCI/MSI: Set pci_dev::msi[x]_enabled early
` [patch V3 02/35] x86/pci/XEN: Use PCI device property
` [patch V3 03/35] x86/apic/msi: Use PCI device MSI property
` [patch V3 04/35] genirq/msi: Use PCI device property
` [patch V3 05/35] powerpc/cell/axon_msi: "
` [patch V3 06/35] powerpc/pseries/msi: Use PCI device properties
` [patch V3 07/35] device: Move MSI related data into a struct
` [patch V3 08/35] device: Add device:: Msi_data pointer and struct msi_device_data
` [patch V3 09/35] PCI/MSI: Allocate MSI device data on first use
` [patch V3 10/35] platform-msi: "
` [patch V3 11/35] bus: fsl-mc-msi: "
` [patch V3 12/35] soc: ti: ti_sci_inta_msi: "
` [patch V3 13/35] genirq/msi: Provide msi_device_populate/destroy_sysfs()
` [patch V3 14/35] PCI/MSI: Let the irq code handle sysfs groups
` [patch V3 15/35] platform-msi: Let the core "
` [patch V3 16/35] genirq/msi: Remove the original sysfs interfaces
` [patch V3 17/35] platform-msi: Rename functions and clarify comments
` [patch V3 18/35] platform-msi: Store platform private data pointer in msi_device_data
` [patch V3 19/35] genirq/msi: Consolidate MSI descriptor data
` [patch V3 20/35] platform-msi: Use msi_desc::msi_index
` [patch V3 21/35] bus: fsl-mc-msi: "
` [patch V3 22/35] soc: ti: ti_sci_inta_msi: "
` [patch V3 23/35] PCI/MSI: "
` [patch V3 24/35] PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS
` [patch V3 25/35] powerpc/pseries/msi: Let core code check for contiguous entries
` [patch V3 26/35] genirq/msi: Provide interface to retrieve Linux interrupt number
` [patch V3 27/35] PCI/MSI: Use __msi_get_virq() in pci_get_vector()
` [patch V3 28/35] PCI/MSI: Simplify pci_irq_get_affinity()
` [patch V3 29/35] dmaengine: mv_xor_v2: Get rid of msi_desc abuse
` [patch V3 30/35] perf/smmuv3: Use msi_get_virq()
` [patch V3 31/35] iommu/arm-smmu-v3: "
` [patch V3 32/35] mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling
` [patch V3 33/35] bus: fsl-mc: fsl-mc-allocator: Rework MSI handling
` [patch V3 34/35] soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()
` [patch V3 35/35] dmaengine: qcom_hidma: Cleanup MSI handling

[ovmf test] 167377: all pass - PUSHED
 2021-12-11 17:41 UTC 

[ovmf test] 167376: regressions - FAIL
 2021-12-11 15:59 UTC 

[ovmf test] 167375: regressions - FAIL
 2021-12-11 15:27 UTC 

[ovmf test] 167374: regressions - FAIL
 2021-12-11 14:38 UTC 

[linux-linus test] 167362: tolerable FAIL - PUSHED
 2021-12-11 13:55 UTC 

[ovmf test] 167373: regressions - FAIL
 2021-12-11 13:29 UTC 

[ovmf test] 167371: regressions - FAIL
 2021-12-11 12:43 UTC 

[ovmf test] 167370: regressions - FAIL
 2021-12-11 12:06 UTC 

[ovmf test] 167369: regressions - FAIL
 2021-12-11 11:30 UTC 

[ovmf test] 167368: regressions - FAIL
 2021-12-11 11:02 UTC 

[ovmf test] 167367: regressions - FAIL
 2021-12-11 10:26 UTC 

[xen-unstable test] 167357: tolerable FAIL - PUSHED
 2021-12-11 10:20 UTC 

[ovmf test] 167366: regressions - FAIL
 2021-12-11  9:29 UTC 

[ovmf test] 167365: regressions - FAIL
 2021-12-11  9:08 UTC 

[PATCH v5 00/14] PCI devices passthrough on Arm, part 3
 2021-12-11  8:57 UTC  (5+ messages)
` [PATCH v5 02/14] vpci: fix function attributes for vpci_process_pending

[libvirt test] 167361: regressions - FAIL
 2021-12-11  8:01 UTC 

[ovmf test] 167364: regressions - FAIL
 2021-12-11  7:59 UTC 

[ovmf test] 167363: regressions - FAIL
 2021-12-11  6:31 UTC 

[ovmf test] 167360: regressions - FAIL
 2021-12-11  5:26 UTC 

[linux-linus test] 167351: tolerable FAIL - PUSHED
 2021-12-11  4:53 UTC 

[ovmf test] 167358: regressions - FAIL
 2021-12-11  3:46 UTC 

[ovmf test] 167356: regressions - FAIL
 2021-12-11  2:34 UTC 

[xen-unstable test] 167348: tolerable FAIL - PUSHED
 2021-12-11  2:20 UTC 

[ovmf test] 167355: regressions - FAIL
 2021-12-11  1:59 UTC 

[ovmf test] 167354: regressions - FAIL
 2021-12-11  1:19 UTC 

[PATCH] xen/gntdev: fix unmap notification order
 2021-12-11  0:47 UTC  (2+ messages)

[ovmf test] 167353: regressions - FAIL
 2021-12-10 23:03 UTC 

[ovmf test] 167352: regressions - FAIL
 2021-12-10 21:32 UTC 

[PATCH v4 00/25] Introduce power-off+restart call chain API
 2021-12-10 20:16 UTC  (33+ messages)
` [PATCH v4 02/25] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v4 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v4 04/25] reboot: Correct typo in a comment
` [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v4 06/25] reboot: Warn if unregister_restart_handler() fails
` [PATCH v4 07/25] reboot: Remove extern annotation from function prototypes

[ovmf test] 167350: regressions - FAIL
 2021-12-10 20:07 UTC 

[PATCH] xen-hvm: Allow disabling buffer_io_timer
 2021-12-10 19:34 UTC 

[ovmf test] 167349: regressions - FAIL
 2021-12-10 18:56 UTC 

[PATCH v8 0/4] PCI devices passthrough on Arm, part 2
 2021-12-10 18:37 UTC  (4+ messages)
` [PATCH v8 2/4] xen/arm: setup MMIO range trap handlers for hardware domain

[xen-unstable-smoke test] 167343: tolerable all pass - PUSHED
 2021-12-10 18:03 UTC 

[ovmf test] 167347: regressions - FAIL
 2021-12-10 18:00 UTC 

[PATCH] arm/efi: Handle Xen bootargs from both xen.cfg and DT
 2021-12-10 17:35 UTC  (4+ messages)

[xen-unstable test] 167336: tolerable FAIL
 2021-12-10 17:28 UTC 

[PATCH 00/65] x86: Support for CET Indirect Branch Tracking
 2021-12-10 17:16 UTC  (16+ messages)
` [PATCH 01/65] x86: Introduce support for CET-IBT
` [PATCH 08/65] xen: Annotate fnptr targets from acpi_table_parse()
` [PATCH 63/65] x86/setup: Rework MSR_S_CET handling for CET-IBT
` [PATCH v1.1 64/65] x86/efi: Disable CET-IBT around Runtime Services calls

[ovmf test] 167346: regressions - FAIL
 2021-12-10 17:00 UTC 

[PATCH V4 0/6] xen: Add support of extended regions (safe ranges) on Arm
 2021-12-10 16:41 UTC  (7+ messages)
` [PATCH V4 6/6] dt-bindings: xen: Clarify "reg" purpose

[PATCH v2] libxc: avoid clobbering errno in xc_domain_pod_target()
 2021-12-10 16:41 UTC  (6+ messages)

[ovmf test] 167345: regressions - FAIL
 2021-12-10 16:30 UTC 

[ovmf test] 167344: regressions - FAIL
 2021-12-10 15:57 UTC 

[PATCH v2 00/18] IOMMU: superpage support when not sharing pagetables
 2021-12-10 15:06 UTC  (20+ messages)
` [PATCH v2 07/18] IOMMU/x86: perform PV Dom0 mappings in batches
` [PATCH v2 08/18] IOMMU/x86: support freeing of pagetables
` [PATCH v2 10/18] AMD/IOMMU: walk trees upon page fault
` [PATCH v2 11/18] AMD/IOMMU: return old PTE from {set,clear}_iommu_pte_present()
` [PATCH v2 12/18] AMD/IOMMU: allow use of superpage mappings

[ovmf test] 167342: regressions - FAIL
 2021-12-10 14:58 UTC 

[xen-unstable-smoke test] 167337: tolerable all pass - PUSHED
 2021-12-10 14:43 UTC 

[ovmf test] 167341: regressions - FAIL
 2021-12-10 14:14 UTC 

[PATCH v2 0/2] grant table and add-to-physmap adjustments on top of XSAs 379 and 384
 2021-12-10 14:10 UTC  (5+ messages)
` [PATCH v2 1/2] mm: introduce INVALID_{G,M}FN_RAW
` [PATCH v2 2/2] memory: XENMEM_add_to_physmap (almost) wrapping checks

[PATCH] tools/libxl: Don't read STORE/CONSOLE_PFN from Xen
 2021-12-10 14:08 UTC  (4+ messages)

[XEN PATCH v8 00/47] xen: Build system improvements, now with out-of-tree build!
 2021-12-10 13:29 UTC  (3+ messages)
` [XEN PATCH v8 23/47] build: rework "clean" to clean from the root dir

[ovmf test] 167340: regressions - FAIL
 2021-12-10 13:14 UTC 

[PATCH 0/3] x86: insn-fetch related emulation adjustments
 2021-12-10 12:56 UTC  (6+ messages)
` [PATCH 1/3] x86/HVM: permit CLFLUSH{,OPT} on execute-only code segments
` [PATCH 3/3] x86emul: drop "seg" parameter from insn_fetch() hook
` Ping: [PATCH 0/3] x86: insn-fetch related emulation adjustments

[ovmf test] 167339: regressions - FAIL
 2021-12-10 12:38 UTC 

[PATCH] tools: remove xenstore entries on vchan server closure
 2021-12-10 12:35 UTC 

[ovmf test] 167338: regressions - FAIL
 2021-12-10 11:30 UTC 

[linux-linus test] 167317: tolerable FAIL - PUSHED
 2021-12-10 10:48 UTC 

[PATCH] x86/EPT: squash meaningless TLB flush
 2021-12-10 10:30 UTC  (2+ messages)

[ovmf test] 167335: regressions - FAIL
 2021-12-10 10:14 UTC 

[PATCH 0/3]: EFI: some tidying
 2021-12-10 10:07 UTC  (4+ messages)
` [PATCH 2/3] EFI: constify EFI_LOADED_IMAGE * function parameters
  ` Ping: "

[libvirt test] 167325: regressions - FAIL
 2021-12-10  9:52 UTC 

[xen-unstable test] 167312: tolerable FAIL - PUSHED
 2021-12-10  9:51 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).