Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-21 03:22:53 to 2023-02-23 13:25:51 UTC [more...]

[PATCH v2 0/4] introduce generic implementation of macros from bug.h
 2023-02-23 13:25 UTC  (8+ messages)
` [PATCH v2 1/4] xen: introduce CONFIG_GENERIC_BUG_FRAME

[PATCH] Call SetVirtualAddressMap() by default
 2023-02-23 13:21 UTC  (4+ messages)

[PATCH] tools: Use PKG_CONFIG_FILE instead of PKG_CONFIG variable
 2023-02-23 13:03 UTC 

[RFC PATCH v2 0/2] Add a new acquire resource to query vcpu statistics
 2023-02-23 12:42 UTC  (14+ messages)
` [RFC PATCH v2 1/2] xen/memory : Add a stats_table resource type

[PATCH] xen/compiler: Clang 14 and later understands attribute((error))
 2023-02-23 12:36 UTC  (2+ messages)

[PATCH] x86/vmx: Correct the declaration of vmx_asm_vmexit_handler()
 2023-02-23 12:29 UTC  (3+ messages)

[PATCH v2 0/9] x86/hvm: {svm,vmx}.{c,h} cleanup
 2023-02-23 11:56 UTC  (25+ messages)
` [PATCH v2 1/9] x86/svm: remove unused forward declaration of struct vcpu from svm.h
` [PATCH v2 2/9] x86/svm: opencode SVM_PAUSE{FILTER,THRESH}_INIT
` [PATCH v2 3/9] x86/svm: move declarations used only by svm code from svm.h to private header
` [PATCH v2 4/9] x86/vmx: remove unused included headers from vmx.h
` [PATCH v2 5/9] x86/vmx: reduce scope of GAS_VMX_OP definition
` [PATCH v2 6/9] x86/vmx: move declations used only by vmx code from vmx.h to private header
` [PATCH v2 7/9] x86/vmx: remove unused included headers from vmx.c
` [PATCH v2 8/9] x86/vmx: declare nvmx_enqueue_n2_exceptions() static
` [PATCH v2 9/9] x86/vmx: move vmx_update_debug_state() in vmcs.c and declare it static

[linux-linus test] 178148: regressions - trouble: blocked/fail/pass/starved
 2023-02-23 11:25 UTC  (2+ messages)

[PATCH 0/6] xen/x86: Use SPDX (take 1)
 2023-02-23 11:23 UTC  (8+ messages)
` [PATCH 1/6] xen/x86: Replace GPL v2.0 copyright with an SPDX tag in *.c
` [PATCH 2/6] xen/x86: Replace GPL v2.0 copyright with an SPDX tag in *.c (part 2)

[xen-4.17-testing test] 178139: regressions - trouble: fail/pass/starved
 2023-02-23  9:46 UTC 

[PATCH v3 00/12] x86/mtrr: fix handling with PAT but without MTRR
 2023-02-23  9:32 UTC  (2+ messages)
` [PATCH v3 05/12] x86/xen: set MTRR state when running as Xen PV initial domain

[PATCH linux-next v2 0/2] x86/xen TSC related cleanups
 2023-02-23  5:43 UTC  (4+ messages)
` [PATCH linux-next v2 1/2] xen: update arch/x86/include/asm/xen/cpuid.h
` [PATCH linux-next v2 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource

[PATCH V2 0/8] Follow-up static shared memory PART I
 2023-02-23  5:41 UTC  (9+ messages)
` [PATCH v2 1/8] xen/arm: remove stale addr_cells/size_cells in assign_shared_memory
` [PATCH v2 2/8] xen/arm: re-define a set of data structures for static shared memory region
` [PATCH v2 3/8] xen/arm: introduce allocate_domheap_memory and guest_physmap_memory
` [PATCH v2 4/8] xen/arm: use paddr_assigned to indicate whether host address is provided
` [PATCH v2 5/8] xen/arm: support static shared memory when host address not provided
` [PATCH v2 6/8] xen/arm: remove shm holes for extended regions
` [PATCH v2 7/8] xen/p2m: put reference for superpage
` [PATCH v2 8/8] xen/docs: refine docs about static shared memory

[xen-4.15-testing test] 178137: tolerable trouble: fail/pass/starved - PUSHED
 2023-02-23  4:34 UTC 

[xen-4.16-testing test] 178138: regressions - trouble: blocked/fail/pass/starved
 2023-02-23  3:18 UTC 

[xen-4.14-testing test] 178136: regressions - trouble: broken/fail/pass/starved
 2023-02-23  0:40 UTC 

[linux-5.4 test] 178125: tolerable trouble: fail/pass/starved - PUSHED
 2023-02-23  0:30 UTC 

[xen-unstable test] 178107: tolerable trouble: fail/pass/starved
 2023-02-22 19:01 UTC 

[xen-unstable-smoke test] 178146: tolerable trouble: pass/starved - PUSHED
 2023-02-22 18:07 UTC 

Core parking broken with NR_CPUS=1
 2023-02-22 16:56 UTC  (4+ messages)

[linux-linus test] 178114: regressions - trouble: blocked/fail/pass/starved
 2023-02-22 15:50 UTC 

[XEN PATCH v7 00/20] Xen FF-A mediator
 2023-02-22 15:33 UTC  (21+ messages)
` [XEN PATCH v7 01/20] xen/arm: smccc: add support for SMCCCv1.2 extended input/output registers
` [XEN PATCH v7 02/20] xen/arm: tee: add a primitive FF-A mediator
` [XEN PATCH v7 03/20] tools: add Arm "
` [XEN PATCH v7 04/20] docs: "
` [XEN PATCH v7 05/20] xen/arm: ffa: add remaining SMC function IDs
` [XEN PATCH v7 06/20] xen/arm: ffa: add flags for FFA_PARTITION_INFO_GET
` [XEN PATCH v7 07/20] xen/arm: ffa: add defines for framework direct request/response messages
` [XEN PATCH v7 08/20] xen/arm: ffa: note dependency on 4k pages
` [XEN PATCH v7 09/20] xen/arm: ffa: add support for FFA_ID_GET
` [XEN PATCH v7 10/20] xen/arm: ffa: add direct request support
` [XEN PATCH v7 11/20] xen/arm: ffa: map SPMC rx/tx buffers
` [XEN PATCH v7 12/20] xen/arm: ffa: send guest events to Secure Partitions
` [XEN PATCH v7 13/20] xen/arm: ffa: support mapping guest RX/TX buffers
` [XEN PATCH v7 14/20] xen/arm: ffa: support guest FFA_PARTITION_INFO_GET
` [XEN PATCH v7 15/20] xen/arm: move regpair_to_uint64() and uint64_to_regpair() to regs.h
` [XEN PATCH v7 16/20] xen/arm: ffa: add defines for sharing memory
` [XEN PATCH v7 17/20] xen/arm: ffa: add ABI structs "
` [XEN PATCH v7 18/20] xen/arm: ffa: support "
` [XEN PATCH v7 19/20] xen/arm: ffa: add support to reclaim shared memory
` [XEN PATCH v7 20/20] xen/arm: ffa: support sharing large memory ranges

[xen-unstable-smoke test] 178129: tolerable trouble: pass/starved - PUSHED
 2023-02-22 15:20 UTC 

[PATCH] CI: Drop gettext from containers
 2023-02-22 14:29 UTC  (2+ messages)

[PATCH v2] x86: Perform mem_sharing teardown before paging teardown
 2023-02-22 14:20 UTC  (5+ messages)

[PATCH 0/6] fixed width type adjustments
 2023-02-22 12:16 UTC  (4+ messages)
` [PATCH 1/6] x86/Hyper-V: use standard C types in hyperv-tlfs.h
  ` Ping: "

[libvirt test] 178089: tolerable trouble: pass/starved - PUSHED
 2023-02-22 12:13 UTC 

[PATCH] x86/extable: hide use of negative offset from array start
 2023-02-22 11:26 UTC  (3+ messages)

[PATCH] x86/MSI: drop "packed" attribute from message data/address structures
 2023-02-22 10:58 UTC  (2+ messages)

[PATCH v4 0/2] x86/ucode/AMD: load ucode on every logical thread
 2023-02-22 10:41 UTC  (7+ messages)
` [PATCH v4 1/2] x86/ucode/AMD: apply the patch early "
` [PATCH v4 2/2] x86/ucode/AMD: late load the patch "

[XEN PATCH v2 0/7] automation: Update containers to allow HTTPS access to xenbits
 2023-02-22 10:08 UTC  (17+ messages)
` [XEN PATCH v2 1/7] automation: Remove CentOS 7.2 containers and builds
` [XEN PATCH v2 2/7] automation: Ensure that all packages are up-to-dates in CentOS 7 container
` [XEN PATCH v2 3/7] automation: Remove clang-8 from Debian unstable container
` [XEN PATCH v2 4/7] automation: Use EOL tag for Jessie container
` [XEN PATCH v2 5/7] automation: Add more aliases in containerize
` [XEN PATCH v2 6/7] automation: Remove testing on Debian Jessie
` [XEN PATCH v2 7/7] automation: Remove expired root certificates used to be used by let's encrypt
` Debian randconfig failure, Was Re: [XEN PATCH v2 0/7] automation: Update containers to allow HTTPS access to xenbits

[PATCH v2 00/13] tools/xenstore: rework internal accounting
 2023-02-22  9:37 UTC  (26+ messages)
` [PATCH v2 01/13] tools/xenstore: don't allow creating too many nodes in a transaction
` [PATCH v2 04/13] tools/xenstore: add framework to commit accounting data on success only
` [PATCH v2 08/13] tools/xenstore: add accounting trace support
` [PATCH v2 09/13] tools/xenstore: add TDB access "

[PATCH 0/2] xen/irq: Perf improvements
 2023-02-22  9:33 UTC  (7+ messages)
` [PATCH 1/2] xen/ioapic: Don't use local_irq_restore() to disable irqs
` [PATCH 2/2] x86/irq: Improve local_irq_restore() code generation and performance

[linux-linus test] 178093: regressions - trouble: blocked/broken/fail/pass/starved
 2023-02-22  9:18 UTC 

[xen-unstable test] 178070: tolerable trouble: fail/pass/starved - PUSHED
 2023-02-22  8:13 UTC 

[linux-linus test] 178042: tolerable trouble: fail/pass/starved - PUSHED
 2023-02-22  4:59 UTC 

[GIT PULL] xen: branch for v6.3-rc1
 2023-02-22  1:43 UTC  (2+ messages)

[xen-unstable test] 178027: regressions - trouble: fail/pass/starved
 2023-02-21 23:18 UTC 

[xen-unstable-smoke test] 178044: tolerable trouble: pass/starved - PUSHED
 2023-02-21 20:26 UTC 

[PATCH 0/4] x86/hvm: {svm,vmx}.{c,h} cleanup
 2023-02-21 17:24 UTC  (18+ messages)
` [PATCH 1/4] x86/svm: cleanup svm.c
` [PATCH 2/4] x86/svm: cleanup svm.h
` [PATCH 3/4] x86/vmx: cleanup vmx.c
` [PATCH 4/4] x86/vmx: cleanup vmx.h

[PATCH linux-next 0/2] x86/xen TSC related cleanups
 2023-02-21 17:22 UTC  (9+ messages)
` [PATCH linux-next 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource

[xen-unstable-smoke test] 178030: tolerable trouble: pass/starved - PUSHED
 2023-02-21 17:02 UTC 

[libvirt test] 177984: tolerable trouble: pass/starved - PUSHED
 2023-02-21 16:08 UTC 

[PATCH] livepatch-build: Check compiler version matches
 2023-02-21 14:37 UTC  (2+ messages)

[xen-unstable-smoke test] 178016: tolerable trouble: pass/starved - PUSHED
 2023-02-21 14:16 UTC 

[linux-linus test] 177979: tolerable trouble: fail/pass/starved - PUSHED
 2023-02-21 13:36 UTC 

[PATCH v2] x86/MSI: use standard C types in structures/unions
 2023-02-21 13:29 UTC  (2+ messages)

[PATCH 0/3] x86/entry: Cleanup and livepatch support
 2023-02-21 13:10 UTC  (7+ messages)
` [PATCH 1/3] x86/traps: Move do_general_protection() earlier
` [PATCH 2/3] x86/entry: Rework the exception entrypoints
` [PATCH 3/3] x86/treewide: Drop the TRAP_* legacy names

[PATCH RFC] xen: Work around Clang-IAS macro expansion bug
 2023-02-21 13:10 UTC  (6+ messages)
` [PATCH v1] "

[ImageBuilder][PATCH] uboot-script-gen: Add virtio loader
 2023-02-21 11:30 UTC 

[PATCH RFC] xen: Annotate printk() as cold
 2023-02-21 11:08 UTC  (2+ messages)

[PATCH] x86/asm: ELF metadata for simple cases
 2023-02-21 11:05 UTC  (4+ messages)

[PATCH 0/3] x86/kexec: ASM improvements
 2023-02-21 10:54 UTC  (7+ messages)
` [PATCH 1/3] x86/kexec: Drop compatibility_mode_far
` [PATCH 2/3] x86/kexec: Simplify the relocation of compat_mode_gdt_desc
` [PATCH 3/3] x86/kexec: Annotate functions with ELF metadata

[PATCH v4 0/3] Stop using insecure transports
 2023-02-21 10:07 UTC  (3+ messages)
` [PATCH v4 2/3] Build system: Replace git:// and http:// with https://

[Discussion] Xen grants and access permissions
 2023-02-21  9:55 UTC  (5+ messages)

[RFC QEMU] docs: vhost-user: Add custom memory mapping support
 2023-02-21  9:50 UTC 

[RFC PATCH 00/10] Rework PCI locking
 2023-02-21  9:50 UTC  (5+ messages)
` [RFC PATCH 08/10] xen: pci: remove pcidev_[un]lock[ed] calls

[xen-unstable test] 177972: tolerable trouble: fail/pass/starved
 2023-02-21  9:32 UTC 

linux-next: duplicate patches in the xen-tip tree
 2023-02-21  8:39 UTC  (3+ messages)

[linux-linus test] 177951: regressions - trouble: broken/fail/pass/starved
 2023-02-21  3:22 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).