Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-07 20:00:56 to 2025-02-12 08:39:51 UTC [more...]

[PATCH] device-tree: optimize dt_device_for_passthrough()
 2025-02-12  8:39 UTC  (5+ messages)

[PATCH for-4.20 v3 0/5] xen/x86: prevent local APIC errors at shutdown
 2025-02-12  8:33 UTC  (15+ messages)
` [PATCH for-4.20 v3 1/5] x86/shutdown: offline APs with interrupts disabled on all CPUs
` [PATCH for-4.20 v3 2/5] x86/irq: drop fixup_irqs() parameters
` [PATCH for-4.20 v3 3/5] x86/smp: perform disabling on interrupts ahead of AP shutdown
` [PATCH for-4.20 v3 4/5] x86/pci: disable MSI(-X) on all devices at shutdown
  ` [PATCH for-4.20 v4 "
` [PATCH for-4.20 v3 5/5] x86/iommu: disable interrupts "

[PATCH 0/2] xen/swiotlb: one fix and one optimization
 2025-02-12  7:38 UTC  (7+ messages)
` [PATCH 1/2] xen/swiotlb: relax alignment requirements
` [PATCH 2/2] xen/swiotlb: don't destroy contiguous region in all cases

Collaboration on Android Trout Development with Xen Hypervisor
 2025-02-12  7:06 UTC 

[PATCH] arm/vuart: move vpl011-related code to vpl011 emulator
 2025-02-12  1:40 UTC  (2+ messages)

Coding Style Review and Automation
 2025-02-11 22:33 UTC  (16+ messages)

[PATCH v2] xen/include: introduce resource.h
 2025-02-11 22:13 UTC  (2+ messages)

[PATCH 00/16] x86/tsc: Try to wrangle PV clocks vs. TSC
 2025-02-11 20:32 UTC  (16+ messages)
` [PATCH 01/16] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH 03/16] x86/tsc: Add helper to register CPU and TSC freq calibration routines
` [PATCH 16/16] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop

[6.1.y] Regression from b1e6e80a1b42 ("xen/swiotlb: add alignment check for dma buffers") when booting with Xen and mpt3sas_cm0 _scsih_probe failures
 2025-02-11 19:26 UTC  (3+ messages)

[PATCH RFC DO-NOT-APPLY] x86/IRQ: don't pass offline CPU(s) to on_selected_cpus()
 2025-02-11 18:37 UTC  (2+ messages)

Xen Winter Meetup 2025 design session notes: PVH
 2025-02-11 17:11 UTC 

[PATCH for 4.21 v5] xen/riscv: identify specific ISA supported by cpu
 2025-02-11 16:59 UTC  (8+ messages)

[PATCH v2 00/11] amd-cppc CPU Performance Scaling Driver
 2025-02-11 16:46 UTC  (12+ messages)
` [PATCH v2 01/11] xen/x86: add CPPC feature flag for AMD processors
` [PATCH v2 02/11] xen/x86: introduce new sub-hypercall to propagate CPPC data
` [PATCH v2 03/11] xen/x86: introduce "cpufreq=amd-cppc" xen cmdline
` [PATCH v2 04/11] xen/amd: export processor max frequency value
` [PATCH v2 05/11] xen/x86: introduce a new amd cppc driver for cpufreq scaling

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-11 16:10 UTC  (18+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH for-4.20 v2] ARM32/traps: Fix do_trap_undefined_instruction()'s detection of kernel text
 2025-02-11 12:54 UTC 

[PATCH] tools: fix typo in sysconfig.xencommons.in
 2025-02-11 12:35 UTC  (3+ messages)
` [PATCH for-4.20] "

[PATCH -next v5 00/22] arm64: entry: Convert to generic entry
 2025-02-11 11:43 UTC  (27+ messages)
` [PATCH -next v5 01/22] arm64: ptrace: Replace interrupts_enabled() with regs_irqs_disabled()
` [PATCH -next v5 02/22] arm64: entry: Refactor the entry and exit for exceptions from EL1
` [PATCH -next v5 03/22] arm64: entry: Move arm64_preempt_schedule_irq() into __exit_to_kernel_mode()
` [PATCH -next v5 04/22] arm64: entry: Rework arm64_preempt_schedule_irq()
` [PATCH -next v5 05/22] arm64: entry: Use preempt_count() and need_resched() helper
` [PATCH -next v5 06/22] arm64: entry: Expand the need_irq_preemption() macro ahead
` [PATCH -next v5 07/22] arm64: entry: preempt_schedule_irq() only if PREEMPTION enabled
` [PATCH -next v5 08/22] arm64: entry: Use different helpers to check resched for PREEMPT_DYNAMIC
` [PATCH -next v5 09/22] entry: Split generic entry into irq and syscall
` [PATCH -next v5 10/22] entry: Add arch_irqentry_exit_need_resched() for arm64
` [PATCH -next v5 11/22] arm64: entry: Switch to generic IRQ entry

[PATCH 0/4] Other fixes from UBSAN enablement
 2025-02-11 10:05 UTC  (18+ messages)
` [PATCH for-4.20? 1/4] ARM32/traps: Fix do_trap_undefined_instruction()'s detection of kernel text
` [PATCH 2/4] ARM: Fix register constraints in run_in_exception_handler()
` [PATCH 3/4] xen: Centralise the declaration of dump_execution_state()
` [PATCH 4/4] [BROKEN] PPC: Activate UBSAN in testing

[PATCH v2 0/5] xen/x86: prevent local APIC errors at shutdown
 2025-02-11  9:26 UTC  (19+ messages)
` [PATCH v2 1/5] x86/shutdown: offline APs with interrupts disabled on all CPUs
` [PATCH v2 3/5] x86/smp: perform disabling on interrupts ahead of AP shutdown
` [PATCH v2 4/5] x86/pci: disable MSI(-X) on all devices at shutdown
` [PATCH v2 5/5] x86/iommu: disable interrupts "
` [PATCH for-4.20? v2 0/5] xen/x86: prevent local APIC errors "

[PATCH for 4.20? v3 0/3] Fixes for vmap_to_mfn() and pt_mapping_level
 2025-02-11  9:22 UTC  (10+ messages)
` [PATCH for 4.20? v3 1/3] xen/riscv: implement software page table walking
` [PATCH for 4.20? v3 2/3] xen/riscv: update defintion of vmap_to_mfn()
` [PATCH for 4.20? v3 3/3] xen/riscv: update mfn calculation in pt_mapping_level()

[PATCH] xen/include: introduce resource.h
 2025-02-11  9:22 UTC  (5+ messages)

[PATCH v8] vpci: Add resizable bar support
 2025-02-11  9:21 UTC  (2+ messages)

[PATCH v2] xen/console: introduce is_console_printable()
 2025-02-11  7:51 UTC 

[RFC] dom0less vcpu affinity bindings
 2025-02-11  1:56 UTC 

[PATCH for-4.20 0/3] RISCV: Bugfixes and UBSAN
 2025-02-10 23:39 UTC  (10+ messages)
` [PATCH for-4.20 1/3] RISCV/boot: Run constructors during setup
` [PATCH for-4.20 2/3] RISCV/asm: Use CALL rather than JAL
` [PATCH for-4.20 3/3] RISCV: Activate UBSAN in testing

[PATCH 0/9] hw/sysbus/platform-bus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE
 2025-02-10 20:36 UTC  (2+ messages)

[PATCH v8 0/8] SMMU handling for PCIe Passthrough on ARM
 2025-02-10 11:44 UTC  (16+ messages)
` [PATCH v8 1/8] iommu/arm: Add iommu_dt_xlate()
` [PATCH v8 4/8] xen/arm: smmuv2: Add PCI devices support for SMMUv2
` [PATCH v8 3/8] iommu/arm: iommu_add_dt_pci_sideband_ids phantom handling
` [PATCH v8 2/8] iommu/arm: Introduce iommu_add_dt_pci_sideband_ids API
` [PATCH v8 6/8] xen/arm: Fix mapping for PCI bridge mmio region
` [PATCH v8 5/8] xen/arm: smmuv3: Add PCI devices support for SMMUv3
` [PATCH v8 8/8] xen/arm: Map ITS doorbell register to IOMMU page tables
` [PATCH v8 7/8] xen/arm: enable dom0 to use PCI devices with pci-passthrough=no

[PATCH v3 for-4.20 0/4] AMD/IOMMU: assorted corrections (leftover)
 2025-02-10 11:02 UTC  (5+ messages)
` [PATCH v3 for-4.21 4/4] PCI: drop pci_segments_init()

[PATCH for 4-21 v4] xen/riscv: identify specific ISA supported by cpu
 2025-02-10  9:38 UTC  (5+ messages)

[PATCH] xen/console: introduce is_console_printable()
 2025-02-10  8:41 UTC  (4+ messages)

Hard code freeze for Xen 4.20 is started
 2025-02-10  8:22 UTC 

[RFC PATCH 3/3] drm/virtio: implement blob userptr resource object
 2025-02-08 19:47 UTC  (8+ messages)

[PATCH v6 0/7] Guest XenStore page allocation for 11 Dom0less domUs
 2025-02-08  2:16 UTC  (4+ messages)
` [PATCH v6 5/7] init-dom0less: allocate xenstore page is not already allocated

[PATCH v3 00/24] x86: introduce NS16550-compatible UART emulator
 2025-02-07 23:30 UTC  (6+ messages)
` [PATCH v3 18/24] xen/include: introduce resource.h
` [PATCH v3 20/24] x86/hvm: add HVM-specific Kconfig

[PATCH] automation: enable UBSAN for debug tests
 2025-02-07 23:06 UTC  (4+ messages)

Config space access to Mediatek MT7922 doesn't work after device reset in Xen PV dom0 (regression, Linux 6.12)
 2025-02-07 22:23 UTC  (4+ messages)

[PATCH] x86/hvm: add HVM-specific Kconfig
 2025-02-07 22:03 UTC 

[PATCH 1/2] i386/xen: Move KVM_XEN_HVM_CONFIG ioctl to kvm_xen_init_vcpu()
 2025-02-07 21:06 UTC  (3+ messages)

[ANNOUNCEMENT] Xen 4.20.0-rc4 is tagged
 2025-02-07 20:16 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).