Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-04 19:39:55 to 2023-05-08 17:30:20 UTC [more...]

[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
 2023-05-08 17:29 UTC  (17+ messages)
` [PATCH v1 1/9] KVM: x86: Add kvm_x86_ops.fault_gva()
` [PATCH v1 2/9] KVM: x86/mmu: Add support for prewrite page tracking
` [PATCH v1 3/9] virt: Implement Heki common code
` [PATCH v1 4/9] KVM: x86: Add new hypercall to set EPT permissions
` [PATCH v1 5/9] KVM: x86: Add new hypercall to lock control registers
` [PATCH v1 6/9] KVM: x86: Add Heki hypervisor support
` [PATCH v1 7/9] KVM: VMX: Add MBEC support
` [PATCH v1 8/9] KVM: x86/mmu: Enable guests to lock themselves thanks to MBEC
` [PATCH v1 9/9] virt: Add Heki KUnit tests

[PATCH] Fix install.sh for systemd
 2023-05-08 17:17 UTC  (8+ messages)

[PATCH v2] Fix install.sh for systemd
 2023-05-08 17:14 UTC 

[PATCH v2] tools: convert bitfields to unsigned type
 2023-05-08 16:46 UTC 

[ovmf test] 180579: all pass - PUSHED
 2023-05-08 16:24 UTC 

[PATCH] xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()
 2023-05-08 15:57 UTC  (2+ messages)

[PATCH] x86/pci/xen: populate MSI sysfs entries
 2023-05-08 15:53 UTC  (2+ messages)

[PATCH v1] tools: convert bitfields to unsigned type
 2023-05-08 15:40 UTC  (5+ messages)

[xen-unstable-smoke test] 180577: tolerable all pass - PUSHED
 2023-05-08 15:21 UTC 

[PATCH v1 0/6] SMMU handling for PCIe Passthrough on ARM
 2023-05-08 14:51 UTC  (10+ messages)
` [PATCH v1 3/6] iommu/arm: Introduce iommu_add_dt_pci_device API
` [PATCH v1 4/6] pci/arm: Use iommu_add_dt_pci_device() instead of arch hook

[PATCH v3] ns16550: enable memory decoding on MMIO-based PCI console card
 2023-05-08 14:45 UTC  (3+ messages)

[PATCH RFC 0/2] introduce skb_frag_fill_page_desc()
 2023-05-08 14:31 UTC  (4+ messages)
` [PATCH RFC 1/2] net: introduce and use skb_frag_fill_page_desc()
` [PATCH RFC 2/2] net: remove __skb_frag_set_page()

[ovmf test] 180575: all pass - PUSHED
 2023-05-08 13:33 UTC 

[PATCH 0/3] Add CpuidUserDis support
 2023-05-08 13:18 UTC  (7+ messages)
` [PATCH 1/3] x86: Add AMD's CpuidUserDis bit definitions
` [PATCH 2/3] x86: Add support for CpuidUserDis
` [PATCH 3/3] x86: Use CpuidUserDis if an AMD HVM guest toggles CPUID faulting

[linux-linus test] 180574: regressions - FAIL
 2023-05-08 13:00 UTC 

[PATCH v2 0/2] build: improve macro references
 2023-05-08 12:58 UTC  (3+ messages)
` [PATCH v2 1/2] build: shorten "
` [PATCH v2 2/2] build: use $(dot-target)

Camera Virtualization
 2023-05-08 12:33 UTC 

[PATCH v2 0/4] x86emul: misc additions
 2023-05-08 12:33 UTC  (5+ messages)
` [PATCH v2 1/4] x86emul: support LKGS
` [PATCH v2 2/4] x86emul: support CMPccXADD
` [PATCH v2 3/4] VMX: tertiary execution control infrastructure
` [PATCH v2 4/4] x86emul+VMX: support {RD,WR}MSRLIST

[PATCH v3 00/14 RESEND] Intel Hardware P-States (HWP) support
 2023-05-08 12:01 UTC  (26+ messages)
` [PATCH v3 04/14 RESEND] cpufreq: Add Hardware P-State (HWP) driver
` [PATCH v3 05/14 RESEND] xenpm: Change get-cpufreq-para output for internal
` [PATCH v3 06/14 RESEND] xen/x86: Tweak PDC bits when using HWP
` [PATCH v3 07/14 RESEND] cpufreq: Export HWP parameters to userspace
` [PATCH v3 09/14 RESEND] xenpm: Print HWP parameters
` [PATCH v3 10/14 RESEND] xen: Add SET_CPUFREQ_HWP xen_sysctl_pm_op
` [PATCH v3 12/14 RESEND] xenpm: Factor out a non-fatal cpuid_parse variant
` [PATCH v3 13/14 RESEND] xenpm: Add set-cpufreq-hwp subcommand

[PATCH 15/22] xen/pvcalls: Use alloc_ordered_workqueue() to create ordered workqueues
 2023-05-08 11:58 UTC  (2+ messages)

[PATCH v5 00/14] tools/xenstore: rework internal accounting
 2023-05-08 11:47 UTC  (15+ messages)
` [PATCH v5 01/14] tools/xenstore: take transaction internal nodes into account for quota
` [PATCH v5 02/14] tools/xenstore: manage per-transaction domain accounting data in an array
` [PATCH v5 03/14] tools/xenstore: introduce accounting data array for per-domain values
` [PATCH v5 04/14] tools/xenstore: add framework to commit accounting data on success only
` [PATCH v5 05/14] tools/xenstore: use accounting buffering for node accounting
` [PATCH v5 06/14] tools/xenstore: add current connection to domain_memory_add() parameters
` [PATCH v5 07/14] tools/xenstore: use accounting data array for per-domain values
` [PATCH v5 08/14] tools/xenstore: add accounting trace support
` [PATCH v5 09/14] tools/xenstore: add TDB access "
` [PATCH v5 10/14] tools/xenstore: switch transaction accounting to generic accounting
` [PATCH v5 11/14] tools/xenstore: remember global and per domain max accounting values
` [PATCH v5 12/14] tools/xenstore: use generic accounting for remaining quotas
` [PATCH v5 13/14] tools/xenstore: switch get_optval_int() to get_optval_uint()
` [PATCH v5 14/14] tools/xenstore: switch quota management to be table based

[xen-unstable test] 180572: tolerable FAIL
 2023-05-08  9:38 UTC 

[PATCH v6 0/4] enable MMU for RISC-V
 2023-05-08  8:58 UTC  (3+ messages)
` [PATCH v6 2/4] xen/riscv: introduce setup_initial_pages

[PATCH 0/6] x86: Fix transient build breakage with featureset additions
 2023-05-08  7:45 UTC  (10+ messages)
` [PATCH 1/6] x86/cpu-policy: Drop build time cross-checks of featureset sizes
` [PATCH 2/6] x86/cpuid: Rename NCAPINTS to X86_NR_CAPS
` [PATCH 3/6] x86/cpuid: Rename FSCAPINTS to X86_NR_FEAT
` [PATCH 4/6] x86/cpu-policy: Split cpuid-consts.h out of cpu-policy.h
` [PATCH 5/6] x86/cpu-policy: Disentangle X86_NR_FEAT and FEATURESET_NR_ENTRIES

[PATCH] libxl: arm: Allow grant mappings for backends running on Dom0
 2023-05-08  7:02 UTC  (9+ messages)

[PATCH RFC] build: respect top-level .config also for out-of-tree hypervisor builds
 2023-05-08  6:23 UTC  (3+ messages)

[ovmf test] 180573: all pass - PUSHED
 2023-05-08  5:41 UTC 

[linux-linus test] 180571: regressions - FAIL
 2023-05-08  3:25 UTC 

[linux-linus test] 180570: regressions - FAIL
 2023-05-07 21:49 UTC 

[linux-linus test] 180567: regressions - FAIL
 2023-05-07 14:45 UTC 

[xen-unstable test] 180566: tolerable FAIL
 2023-05-07 11:59 UTC 

[qemu-mainline test] 180559: tolerable FAIL - PUSHED
 2023-05-07  5:31 UTC 

[patch V2 00/38] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-07  4:14 UTC  (8+ messages)
` [patch V2 34/38] x86/cpu/amd; Invoke detect_extended_topology_early() on boot CPU
` [patch V2 38/38] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it

[linux-linus test] 180557: regressions - FAIL
 2023-05-07  2:00 UTC 

[ovmf test] 180563: all pass - PUSHED
 2023-05-06 22:15 UTC 

[ovmf test] 180561: all pass - PUSHED
 2023-05-06 20:08 UTC 

[xen-unstable test] 180555: tolerable FAIL
 2023-05-06 19:45 UTC 

[qemu-mainline test] 180553: regressions - FAIL
 2023-05-06 13:54 UTC 

[libvirt test] 180552: tolerable all pass - PUSHED
 2023-05-06 13:47 UTC 

[linux-linus test] 180549: regressions - FAIL
 2023-05-06 13:40 UTC 

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-06 11:35 UTC  (3+ messages)
` [PATCH v2 30/34] sh: Convert pte_free_tlb() to use ptdescs

[xen-unstable test] 180547: tolerable FAIL - PUSHED
 2023-05-06  8:32 UTC 

[PATCH 0/2] diff-report.py tool
 2023-05-06  6:51 UTC  (3+ messages)
` [PATCH 1/2] xen/misra: add "

[ovmf test] 180551: all pass - PUSHED
 2023-05-06  6:23 UTC 

[qemu-mainline test] 180546: tolerable FAIL - PUSHED
 2023-05-06  4:36 UTC 

[PATCH 0/1] Updated: Ensure PV ring is drained on disconenct
 2023-05-06  1:13 UTC  (2+ messages)

[PATCH] xen/evtchn: Introduce new IOCTL to bind static evtchn
 2023-05-06  0:52 UTC  (2+ messages)

[PATCH] 9pfs/xen: Fix segfault on shutdown
 2023-05-06  0:35 UTC  (4+ messages)

[PATCH v2 0/2] LICENSES improvements/corrections
 2023-05-05 22:34 UTC  (4+ messages)
` [PATCH v2 1/2] LICENSES: Improve the legibility of these files
` [PATCH v2 2/2] LICENSES: Remove the use of deprecated SPDX tags

[PATCH 0/2] LICENSES improvements/corrections
 2023-05-05 22:29 UTC  (11+ messages)
` [PATCH 1/2] LICENSES: Improve the legibility of these files
` [PATCH 2/2] LICENSES: Remove the use of deprecated LGPL SPDX tags

[linux-linus test] 180540: regressions - FAIL
 2023-05-05 22:26 UTC 

[PATCH v2 0/2] Add API for making parts of a MMIO page R/O and use it in XHCI console
 2023-05-05 21:25 UTC  (3+ messages)
` [PATCH v2 1/2] x86/mm: add API for marking only part of a MMIO page read only
` [PATCH v2 2/2] drivers/char: Use sub-page ro API to make just xhci dbc cap RO

[libvirt test] 180539: tolerable all pass - PUSHED
 2023-05-05 17:34 UTC 

[PATCH v6 00/12] SVE feature for arm guests
 2023-05-05 16:56 UTC  (11+ messages)
` [PATCH v6 09/12] tools: add physinfo arch_capabilities handling for Arm
` [PATCH v6 10/12] xen/tools: add sve parameter in XL configuration

[ovmf test] 180545: all pass - PUSHED
 2023-05-05 16:18 UTC 

[xen-unstable test] 180537: tolerable FAIL
 2023-05-05 15:12 UTC 

[ovmf test] 180544: all pass - PUSHED
 2023-05-05 13:51 UTC 

[PATCH v4 0/2] acpi: Make TPM version configurable
 2023-05-05 12:25 UTC  (4+ messages)
` [PATCH v4 1/2] "

[qemu-mainline test] 180536: tolerable FAIL - PUSHED
 2023-05-05 12:17 UTC 

[xen-unstable-smoke test] 180541: tolerable all pass - PUSHED
 2023-05-05 12:06 UTC 

[ovmf test] 180542: all pass - PUSHED
 2023-05-05 10:49 UTC 

[XEN][PATCH v6 00/19] dynamic node programming using overlay dtbo
 2023-05-05  9:38 UTC  (3+ messages)
` [XEN][PATCH v6 02/19] common/device_tree: handle memory allocation failure in __unflatten_device_tree()

xen cache colors in ARM
 2023-05-05  8:48 UTC  (18+ messages)

[ovmf test] 180538: all pass - PUSHED
 2023-05-05  7:06 UTC 

[PATCH] build: shorten macro references
 2023-05-05  7:03 UTC  (4+ messages)

[PATCH v1] xen/sched/null: avoid crash after failed domU creation
 2023-05-05  5:59 UTC  (2+ messages)

[linux-linus test] 180531: regressions - FAIL
 2023-05-05  4:34 UTC 

[PATCH RFC 16/43] x86-64: Use per-cpu stack canary if supported by compiler
 2023-05-05  3:09 UTC  (3+ messages)

[qemu-mainline test] 180530: tolerable FAIL - PUSHED
 2023-05-05  0:35 UTC 

[PATCH v5 00/21] block: remove aio_disable_external() API
 2023-05-04 21:44 UTC  (23+ messages)
` [PATCH v5 01/21] block: Fix use after free in blockdev_mark_auto_del()
` [PATCH v5 02/21] block-backend: split blk_do_set_aio_context()
` [PATCH v5 03/21] hw/qdev: introduce qdev_is_realized() helper
` [PATCH v5 04/21] virtio-scsi: avoid race between unplug and transport event
` [PATCH v5 05/21] virtio-scsi: stop using aio_disable_external() during unplug
` [PATCH v5 06/21] util/vhost-user-server: rename refcount to in_flight counter
` [PATCH v5 07/21] block/export: wait for vhost-user-blk requests when draining
` [PATCH v5 08/21] block/export: stop using is_external in vhost-user-blk server
` [PATCH v5 09/21] hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstore
` [PATCH v5 10/21] block: add blk_in_drain() API
` [PATCH v5 11/21] block: drain from main loop thread in bdrv_co_yield_to_drain()
` [PATCH v5 12/21] xen-block: implement BlockDevOps->drained_begin()
` [PATCH v5 13/21] hw/xen: do not set is_external=true on evtchn fds
` [PATCH v5 14/21] block/export: rewrite vduse-blk drain code
` [PATCH v5 15/21] block/export: don't require AioContext lock around blk_exp_ref/unref()
` [PATCH v5 16/21] block/fuse: do not set is_external=true on FUSE fd
` [PATCH v5 17/21] virtio: make it possible to detach host notifier from any thread
` [PATCH v5 18/21] virtio-blk: implement BlockDevOps->drained_begin()
` [PATCH v5 19/21] virtio-scsi: "
` [PATCH v5 20/21] virtio: do not set is_external=true on host notifiers
` [PATCH v5 21/21] aio: remove aio_disable_external() API

[PATCH v4 00/20] block: remove aio_disable_external() API
 2023-05-04 21:34 UTC  (9+ messages)
` [PATCH v4 16/20] virtio: make it possible to detach host notifier from any thread
` [PATCH v4 17/20] virtio-blk: implement BlockDevOps->drained_begin()
` [PATCH v4 18/20] virtio-scsi: "
` [PATCH v4 20/20] aio: remove aio_disable_external() API

[ovmf test] 180535: all pass - PUSHED
 2023-05-04 21:09 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).