xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-29 21:15:45 to 2021-04-01 14:14:08 UTC [more...]

[PATCH for-4.15 1/7] CHANGELOG.md: Mention XEN_SCRIPT_DIR
 2021-04-01 14:13 UTC  (11+ messages)
` [PATCH for-4.15 2/7] CHANGELOG.md: xl PCI configuration doc, xenstore MTU entries
` [PATCH for-4.15 3/7] CHANGELOG.md: Some additional affordances in various xl subcommands
` [PATCH for-4.15 4/7] CHANGELOG.md: Mention various ARM errata
` [PATCH for-4.15 5/7] CHANGELOG.md: Various new entries, mostly x86
` [PATCH for-4.15 6/7] CHANGELOG.md: Various entries, mostly xenstore
` [PATCH for-4.15 7/7] CHANGELOG.md: irq-max-guests

[PATCH] x86/CPUID: move some static masks into .init
 2021-04-01 14:13 UTC  (4+ messages)
` Ping: "
  ` Ping²: "

[PATCH 00/23] further population of xen/lib/
 2021-04-01 14:04 UTC  (27+ messages)
` [PATCH 01/23] lib: move muldiv64()
` [PATCH 02/23] lib: move 64-bit div/mod compiler helpers
` [PATCH 03/23] string: drop redundant declarations
` [PATCH 04/23] lib: move memset()
` [PATCH 05/23] lib: move memcpy()
` [PATCH 06/23] lib: move memmove()
` [PATCH 07/23] lib: move memcmp()
` [PATCH 08/23] lib: move memchr()
` [PATCH 09/23] lib: move memchr_inv()
` [PATCH 10/23] lib: move strlen()
` [PATCH 11/23] lib: move strnlen()
` [PATCH 12/23] lib: move strcmp()
` [PATCH 13/23] lib: move strncmp()
` [PATCH 14/23] lib: move strlcpy()
` [PATCH 15/23] lib: move strlcat()
` [PATCH 16/23] lib: move strchr()
` [PATCH 17/23] lib: move strrchr()
` [PATCH 18/23] lib: move strstr()
` [PATCH 19/23] lib: move strcasecmp()
` [PATCH 20/23] lib: move/rename strnicmp() to strncasecmp()
` [PATCH 21/23] lib: move strspn()
` [PATCH 22/23] lib: move strpbrk()
` [PATCH 23/23] lib: move strsep()

[PATCH 0/5] x86: asm-offsets.h and !PV32 adjustments
 2021-04-01 14:01 UTC  (7+ messages)
` [PATCH 5/5] x86: don't build unused entry code when !PV32
        ` Ping: "

[PATCH 00/21] libs/guest: new CPUID/MSR interface
 2021-04-01 13:56 UTC  (28+ messages)
` [PATCH 01/21] libxl: don't ignore the return value from xc_cpuid_apply_policy
` [PATCH 02/21] libs/guest: rename xc_get_cpu_policy_size to xc_cpu_policy_get_size
` [PATCH 03/21] libs/guest: introduce xc_cpu_policy_t
` [PATCH 04/21] libs/guest: introduce helper to fetch a system cpu policy
` [PATCH 05/21] libs/guest: introduce helper to fetch a domain "
` [PATCH 11/21] libs/guest: allow updating a cpu policy CPUID data
` [PATCH 14/21] libs/guest: introduce helper to check cpu policy compatibility
` [PATCH 15/21] libs/guest: obtain a compatible cpu policy from two input ones
` [PATCH 16/21] libs/guest: make a cpu policy compatible with older Xen versions

[PATCH 0/8] x86/EFI: build adjustments
 2021-04-01 13:51 UTC  (12+ messages)
` [PATCH 1/8] x86/EFI: drop stale section special casing when generating base relocs
` [PATCH 2/8] x86/EFI: sections may not live at VA 0 in PE binaries
` [PATCH 3/8] x86/EFI: program headers are an ELF concept
` [PATCH 4/8] x86/EFI: redo .reloc section bounds determination
` [PATCH 5/8] x86: drop use of prelink-efi.o
` [PATCH 6/8] x86/EFI: avoid use of GNU ld's --disable-reloc-section when possible
` [PATCH 7/8] x86/EFI: keep debug info in xen.efi
` [PATCH 8/8] x86/EFI: don't have an overly large image size

[PATCH] x86/hvm: Fix double free from vlapic_init() early error path
 2021-04-01 13:50 UTC  (9+ messages)

[PATCH] x86/viridian: EOI MSR should always happen in affected vCPU context
 2021-04-01 13:38 UTC  (5+ messages)

[ANNOUNCEMENT] XenSummit CFP Extended to 9 April
 2021-04-01 12:42 UTC 

[PATCH] libxg: don't use max policy in xc_cpuid_xend_policy()
 2021-04-01 11:33 UTC  (5+ messages)
    ` Ping: "

[PATCH] x86/ucode: log blob date also for AMD
 2021-04-01 11:22 UTC  (2+ messages)

[PATCH v3 00/11] x86/intr: introduce EOI callbacks and fix vPT
 2021-04-01 11:06 UTC  (21+ messages)
` [PATCH v3 01/11] x86/hvm: drop vcpu parameter from vlapic EOI callbacks
` [PATCH v3 02/11] x86/hvm: drop domain parameter from vioapic/vpic "
` [PATCH v3 03/11] x86/vlapic: introduce an EOI callback mechanism
` [PATCH v3 04/11] x86/vmsi: use the newly introduced EOI callbacks
` [PATCH v3 05/11] x86/vioapic: switch to use the EOI callback mechanism
` [PATCH v3 06/11] x86/hvm: allowing registering EOI callbacks for GSIs
` [PATCH v3 07/11] x86/dpci: move code
` [PATCH v3 08/11] x86/dpci: switch to use a GSI EOI callback
` [PATCH v3 09/11] x86/vpt: switch interrupt injection model
` [PATCH v3 10/11] x86/vpt: remove vPT timers per-vCPU lists
` [PATCH v3 11/11] x86/vpt: introduce a per-vPT lock

[linux-linus test] 160625: regressions - FAIL
 2021-04-01 10:14 UTC 

[PATCH v4 0/3] x86/time: calibration rendezvous adjustments
 2021-04-01  9:55 UTC  (4+ messages)
` [PATCH v4 1/3] x86/time: latch to-be-written TSC value early in rendezvous loop
` [PATCH v4 2/3] x86/time: yield to hyperthreads after updating TSC during rendezvous
` [PATCH v4 3/3] x86/time: avoid reading the platform timer in rendezvous functions

[PATCH] fix for_each_cpu() again for NR_CPUS=1
 2021-04-01  9:50 UTC  (6+ messages)
` Revert NR_CPUS=1 fix from 4.15 (was: Re: [PATCH] fix for_each_cpu() again for NR_CPUS=1)

[PATCH 0/6] VT-d: assorted cleanup
 2021-04-01  8:45 UTC  (7+ messages)
` [PATCH 1/6] VT-d: improve save/restore of registers across S3
` [PATCH 2/6] VT-d: don't open-code dmar_readl()
` [PATCH 3/6] VT-d: bring print_qi_regs() in line with print_iommu_regs()
` [PATCH 4/6] VT-d: qinval indexes are only up to 19 bits wide
` [PATCH 5/6] VT-d: avoid pointless use of 64-bit constants
` [PATCH 6/6] VT-d: drop unused #define-s

multiboot2 and module2 boot issues via GRUB2
 2021-04-01  8:44 UTC  (6+ messages)

[libvirt test] 160634: regressions - FAIL
 2021-04-01  8:35 UTC 

[PATCH] build: centralize / unify asm-offsets generation
 2021-04-01  8:33 UTC 

[xen-4.12-testing test] 160622: regressions - FAIL
 2021-04-01  8:28 UTC 

[PATCH v2] x86: refine guest_mode()
 2021-04-01  8:23 UTC  (2+ messages)
` Ping: "

[PATCH] x86emul: de-duplicate scatters to the same linear address
 2021-04-01  8:05 UTC  (5+ messages)
    ` Ping: "
      ` Ping²: "

[PATCH v2] x86/PV: make post-migration page state consistent
 2021-04-01  8:00 UTC  (5+ messages)
` Ping: "
      ` Ping²: "

[PATCH 0/5] x86/PV: memory management consistency and minor relaxations
 2021-04-01  7:56 UTC  (5+ messages)
` [PATCH 4/5] x86/PV: restrict TLB flushing after mod_l[234]_entry()
      ` Ping: "

[qemu-mainline test] 160619: regressions - FAIL
 2021-04-01  3:59 UTC 

[xen-unstable test] 160581: tolerable FAIL - PUSHED
 2021-03-31 23:28 UTC 

Xen Secure Boot and Lockdown WG Meeting Summary - Mon, March 29, 2021
 2021-03-31 22:28 UTC 

[linux-linus test] 160573: regressions - FAIL
 2021-03-31 18:24 UTC 

[ovmf test] 160578: all pass - PUSHED
 2021-03-31 17:13 UTC 

[xen-4.12-testing test] 160568: regressions - FAIL
 2021-03-31 16:45 UTC 

[PATCH] CHANGELOG.md: Make PV shim smaller by factoring out HVM-specific shadow code
 2021-03-31 14:53 UTC  (13+ messages)

[PATCH RESEND] Performance regression due to XSA-336
 2021-03-31 14:01 UTC  (4+ messages)

[qemu-mainline test] 160563: regressions - FAIL
 2021-03-31 11:55 UTC 

[ANNOUNCE] Call for agenda items for 8 April Community Call @ 1500 UTC
 2021-03-31 11:01 UTC 

[xen-unstable-coverity test] 160582: all pass - PUSHED
 2021-03-31 10:24 UTC 

An error due to installation that require binutils package
 2021-03-31 10:03 UTC  (4+ messages)

[xen-unstable test] 160559: tolerable FAIL
 2021-03-31  8:37 UTC 

[libvirt test] 160576: regressions - FAIL
 2021-03-31  7:54 UTC 

[ovmf test] 160560: all pass - PUSHED
 2021-03-31  5:19 UTC 

[qemu-mainline bisection] complete test-amd64-i386-libvirt
 2021-03-31  4:42 UTC 

[linux-5.4 test] 160557: tolerable FAIL - PUSHED
 2021-03-31  4:24 UTC 

[linux-linus test] 160551: regressions - FAIL
 2021-03-31  0:29 UTC 

[xen-4.12-testing test] 160549: regressions - FAIL
 2021-03-30 20:04 UTC 

[xen-unstable-smoke test] 160565: tolerable all pass - PUSHED
 2021-03-30 19:48 UTC 

[xen-unstable-smoke test] 160558: tolerable all pass - PUSHED
 2021-03-30 16:21 UTC 

[GIT PULL] xen: branch for v5.12-rc6
 2021-03-30 16:01 UTC  (2+ messages)

[PATCH v2 for-4.15 1/7] Intel Processor Trace Support: Add CHANGELOG.md and SUPPORT.md entries
 2021-03-30 15:34 UTC  (10+ messages)
` [PATCH v2 for-4.15 3/7] CHANGELOG.md: Add dom0/domU zstd compression support
` [PATCH v2 for-4.15 6/7] CHANGELOG.md: Add entries for CI loop

[qemu-mainline test] 160541: regressions - FAIL
 2021-03-30 15:20 UTC 

[PATCH 0/2] Introducing hyperlaunch capability design (formerly: DomB mode of dom0less)
 2021-03-30 14:31 UTC  (3+ messages)

[PATCH v3 0/2] Performance regression due to XSA-336
 2021-03-30 14:22 UTC  (7+ messages)
` [PATCH for-4.15 v3 1/2] x86/vpt: Do not take pt_migrate rwlock in some cases
` [PATCH v3 2/2] x86/vpt: Simplify locking argument to write_{un}lock

[PATCH 00/11] Rid W=1 warnings from Block
 2021-03-30 13:21 UTC  (2+ messages)

[xen-unstable test] 160537: tolerable FAIL - PUSHED
 2021-03-30 13:01 UTC 

[PATCH 0/4][4.15?] VT-d: mostly S3 related corrections
 2021-03-30 12:22 UTC  (5+ messages)

Xen Security Advisory 371 v3 (CVE-2021-28688) - Linux: blkback driver may leak persistent grants
 2021-03-30 12:01 UTC 

[linux-linus test] 160532: regressions - FAIL
 2021-03-30  6:51 UTC 

[libvirt test] 160546: regressions - FAIL
 2021-03-30  6:24 UTC 

[xen-4.12-testing test] 160529: regressions - FAIL
 2021-03-30  5:29 UTC 

[qemu-mainline test] 160522: regressions - FAIL
 2021-03-29 22:24 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 NNTP newsgroup(s).