Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-05 10:53:33 to 2023-12-06 03:05:48 UTC [more...]

[BUG] Nested Virtualization Bug on x86-64 AMD CPU
 2023-12-06  3:05 UTC  (3+ messages)

[PATCH] docs/misra/rules.rst: add more rules
 2023-12-06  3:02 UTC 

SAF-* comment at the end of the line
 2023-12-06  2:42 UTC  (2+ messages)

[PATCH v6 0/5] Kconfig for PCI passthrough on ARM
 2023-12-06  2:34 UTC  (13+ messages)
` [PATCH v6 4/5] [FUTURE] xen/arm: enable vPCI for domUs

Clang-format configuration discussion - pt 2
 2023-12-06  2:32 UTC  (4+ messages)

[PATCH] CODING_STYLE: Add a section of the naming convention
 2023-12-06  2:21 UTC  (2+ messages)

[linux-linus test] 183993: regressions - FAIL
 2023-12-06  1:45 UTC 

[xen-unstable-smoke test] 184000: tolerable all pass - PUSHED
 2023-12-06  1:26 UTC 

xen | Successful pipeline for staging | 4c6142a1
 2023-12-06  1:20 UTC 

[ovmf test] 183999: all pass - PUSHED
 2023-12-06  0:43 UTC 

[RFC PATCH] xen/arm: Add emulation of Debug Data Transfer Registers
 2023-12-05 23:21 UTC  (12+ messages)

[PATCH] CI: Fix fallout from adding elfutils-dev to the build container
 2023-12-05 22:59 UTC  (2+ messages)

xen | Successful pipeline for staging | 01da0aee
 2023-12-05 22:58 UTC 

xen | Failed pipeline for staging | 01da0aee
 2023-12-05 22:53 UTC 

[PATCH v2] x86/DMI: adjustments to comply with Misra C:2012 Rule 9.3
 2023-12-05 22:53 UTC  (3+ messages)

xen | Failed pipeline for staging | 01da0aee
 2023-12-05 22:43 UTC 

xen | Successful pipeline for staging | 948e0330
 2023-12-05 22:38 UTC 

[PATCH] xen: update PV-device interface headers
 2023-12-05 22:37 UTC  (2+ messages)

[xen-unstable-smoke test] 183998: tolerable all pass - PUSHED
 2023-12-05 22:30 UTC 

xen | Failed pipeline for staging | 948e0330
 2023-12-05 22:22 UTC 

xen | Failed pipeline for staging | 948e0330
 2023-12-05 22:17 UTC 

xen | Failed pipeline for staging | 948e0330
 2023-12-05 22:07 UTC 

xen | Failed pipeline for staging | 948e0330
 2023-12-05 22:01 UTC 

xen | Failed pipeline for staging | 948e0330
 2023-12-05 21:11 UTC 

[PATCH] Only compile the hypervisor with -Wdeclaration-after-statement
 2023-12-05 21:04 UTC  (3+ messages)

[BUG]i2c_hid_acpi broken with 4.17.2 on Framework Laptop 13 AMD
 2023-12-05 20:31 UTC  (10+ messages)

[XEN PATCH] ns16550: remove partial explicit initializer
 2023-12-05 20:12 UTC  (2+ messages)

[libvirt test] 183992: tolerable FAIL - PUSHED
 2023-12-05 20:05 UTC 

[PATCH v13 00/35] x86: enable FRED for x86-64
 2023-12-05 19:03 UTC  (38+ messages)
` [PATCH v13 01/35] x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction support
` [PATCH v13 02/35] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v13 03/35] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v13 04/35] Documentation/x86/64: Add a documentation for FRED
` [PATCH v13 05/35] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v13 06/35] x86/cpufeatures: Add the CPU feature bit for FRED
` [PATCH v13 07/35] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v13 08/35] x86/fred: Disable FRED by default in its early stage
` [PATCH v13 09/35] x86/opcode: Add ERET[US] instructions to the x86 opcode map
` [PATCH v13 10/35] x86/objtool: Teach objtool about ERET[US]
` [PATCH v13 11/35] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v13 12/35] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v13 13/35] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v13 14/35] x86/ptrace: Add FRED additional information to "
` [PATCH v13 15/35] x86/fred: Add a new header file for FRED definitions
` [PATCH v13 16/35] x86/fred: Reserve space for the FRED stack frame
` [PATCH v13 17/35] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v13 18/35] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v13 19/35] x86/fred: No ESPFIX needed "
` [PATCH v13 20/35] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v13 21/35] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v13 22/35] x86/idtentry: Incorporate definitions/declarations of the FRED entries
` [PATCH v13 23/35] x86/fred: Add a debug fault entry stub for FRED
` [PATCH v13 24/35] x86/fred: Add a NMI "
` [PATCH v13 25/35] x86/fred: Add a machine check "
` [PATCH v13 26/35] x86/fred: FRED entry/exit and dispatch code
` [PATCH v13 27/35] x86/traps: Add sysvec_install() to install a system interrupt handler
` [PATCH v13 28/35] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
` [PATCH v13 29/35] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v13 30/35] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
` [PATCH v13 31/35] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v13 32/35] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v13 33/35] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v13 34/35] x86/fred: Add FRED initialization functions
` [PATCH v13 35/35] x86/fred: Invoke FRED initialization code to enable FRED

[PATCH] Config.mk: drop -Wdeclaration-after-statement
 2023-12-05 18:34 UTC  (9+ messages)

[PATCH v2 00/14] aio: remove AioContext lock
 2023-12-05 18:20 UTC  (15+ messages)
` [PATCH v2 01/14] virtio-scsi: replace AioContext lock with tmf_bh_lock
` [PATCH v2 02/14] scsi: assert that callbacks run in the correct AioContext
` [PATCH v2 03/14] tests: remove aio_context_acquire() tests
` [PATCH v2 04/14] aio: make aio_context_acquire()/aio_context_release() a no-op
` [PATCH v2 05/14] graph-lock: remove AioContext locking
` [PATCH v2 06/14] block: "
` [PATCH v2 07/14] block: remove bdrv_co_lock()
` [PATCH v2 08/14] scsi: remove AioContext locking
` [PATCH v2 09/14] aio-wait: draw equivalence between AIO_WAIT_WHILE() and AIO_WAIT_WHILE_UNLOCKED()
` [PATCH v2 10/14] aio: remove aio_context_acquire()/aio_context_release() API
` [PATCH v2 11/14] docs: remove AioContext lock from IOThread docs
` [PATCH v2 12/14] scsi: remove outdated AioContext lock comment
` [PATCH v2 13/14] job: remove outdated AioContext locking comments
` [PATCH v2 14/14] block: "

[PATCH v3 0/6] x86/HVM: load state checking
 2023-12-05 17:41 UTC  (11+ messages)
` [PATCH v3 2/6] x86/HVM: split restore state checking from state loading
` [PATCH v3 5/6] x86/vPIC: vpic_elcr_mask() master bit 2 control
` [PATCH v3 6/6] x86/vPIC: check values loaded from state save record

Trying add smt=off disabled cores to cpupool crash xen
 2023-12-05 17:24 UTC  (9+ messages)

[PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules
 2023-12-05 17:03 UTC  (16+ messages)
` [PATCH -next RFC 01/14] block: add some bdev apis
` [PATCH -next RFC 02/14] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH -next RFC 03/14] bcache: use bdev api in read_super()
` [PATCH -next RFC 04/14] mtd: block2mtd: use bdev apis
` [PATCH -next RFC 05/14] s390/dasd: use bdev api in dasd_format()
` [PATCH -next RFC 06/14] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH -next RFC 07/14] bcachefs: remove dead function bdev_sectors()
` [PATCH -next RFC 08/14] btrfs: use bdev apis
` [PATCH -next RFC 09/14] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH -next RFC 10/14] erofs: use bdev api
` [PATCH -next RFC 11/14] ext4: use bdev apis
` [PATCH -next RFC 12/14] jbd2: "
` [PATCH -next RFC 13/14] gfs2: use bdev api
` [PATCH -next RFC 14/14] nilfs2: use bdev api in nilfs_attach_log_writer()

[RFC KERNEL PATCH v2 0/3] Support device passthrough when dom0 is PVH on Xen
 2023-12-05 17:02 UTC  (6+ messages)
` [RFC KERNEL PATCH v2 1/3] xen/pci: Add xen_reset_device_state function

[PATCH 0/2] xen: have a more generic unaligned.h header
 2023-12-05 16:31 UTC  (20+ messages)
` [PATCH 1/2] xen: make include/xen/unaligned.h usable on all architectures
` [PATCH 2/2] xen: remove asm/unaligned.h

[PATCH v2 0/6] x86/iommu: improve setup time of hwdom IOMMU
 2023-12-05 16:07 UTC  (24+ messages)
` [PATCH v2 1/6] iommu/vt-d: do not assume page table levels for quarantine domain
` [PATCH v2 2/6] amd-vi: set IOMMU page table levels based on guest reported paddr width
` [PATCH v2 3/6] x86/iommu: introduce a rangeset to perform hwdom IOMMU setup
` [PATCH v2 4/6] x86/iommu: remove regions not to be mapped
` [PATCH v2 5/6] x86/iommu: switch hwdom IOMMU to use a rangeset
` [PATCH v2 6/6] x86/iommu: cleanup unused functions

[PATCH v2 00/39] Enable build of full Xen for RISC-V
 2023-12-05 15:59 UTC  (13+ messages)
` [PATCH v2 01/39] xen/riscv: disable unnecessary configs
` [PATCH v2 02/39] xen/riscv: use some asm-generic headers
` [PATCH v2 03/39] xen/riscv:introduce asm/byteorder.h
` [PATCH v2 05/39] xen/riscv: introduce spinlock.h
` [PATCH v2 06/39] xen/riscv: introduce fence.h
` [PATCH v2 07/39] xen/riscv: introduce arch-riscv/hvm/save.h

[PATCH v11 00/17] PCI devices passthrough on Arm, part 3
 2023-12-05 15:58 UTC  (3+ messages)
` [PATCH v11 06/17] vpci/header: rework exit path in init_bars

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

[PATCH v2 0/5] xen/x86: add testing for self modifying code and livepatch
 2023-12-05 15:45 UTC  (11+ messages)
` [PATCH v2 1/5] x86/livepatch: set function alignment to ensure minimal function size
` [PATCH v2 4/5] x86/livepatch: introduce a basic live patch test to gitlab CI

[PATCH 0/5] xen/livepatch: fixes for the pre-apply / post-revert hooks
 2023-12-05 15:16 UTC  (5+ messages)
` [PATCH 1/5] xen/livepatch: register livepatch regions when loaded

[PATCH] livepatch-build-tools: allow livepatching version.c
 2023-12-05 14:57 UTC  (3+ messages)

[xen-unstable-smoke test] 183994: tolerable all pass - PUSHED
 2023-12-05 13:15 UTC 

xen | Failed pipeline for staging | ff117806
 2023-12-05 12:45 UTC 

[XEN PATCH 0/6] xen: address violations of MISRA C:2012 Rule 8.2
 2023-12-05 11:55 UTC  (7+ messages)
` [XEN PATCH 1/6] xen/acpi: address remaining "
` [XEN PATCH 2/6] x86/mm: address "
` [XEN PATCH 3/6] AMD/IOMMU: "
` [XEN PATCH 4/6] x86/page: "
` [XEN PATCH 5/6] x86/mce: "
` [XEN PATCH 6/6] xen/pci: "

[RFC XEN PATCH] xen/arm: ffa: reclaim shared memory on guest destroy
 2023-12-05 11:49 UTC  (7+ messages)

[PATCH] config: update Mini-OS commit
 2023-12-05 11:38 UTC  (2+ messages)


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