xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 12:45:51 to 2020-11-23 15:54:38 UTC [more...]

[PATCH V2 00/23] IOREQ feature (+ virtio-mmio) on Arm
 2020-11-23 15:54 UTC  (8+ messages)
` [PATCH V2 12/23] xen/ioreq: Remove "hvm" prefixes from involved function names

[RFC] MAINTAINERS tag for cleanup robot
 2020-11-23 15:52 UTC  (15+ messages)

[PATCH 0/4] x86: ACPI and DMI table mapping fixes
 2020-11-23 15:44 UTC  (10+ messages)
` [PATCH 1/4] x86/ACPI: fix mapping of FACS
` [PATCH 2/4] x86/ACPI: fix S3 wakeup vector mapping
` [PATCH 3/4] x86/DMI: fix table mapping when one lives above 1Mb
` [PATCH 4/4] x86/ACPI: don't invalidate S5 data when S3 wakeup vector cannot be determined

[PATCH v3 0/8] xen: beginnings of moving library-like code into an archive
 2020-11-23 15:24 UTC  (9+ messages)
` [PATCH v3 1/8] xen: fix build when $(obj-y) consists of just blanks
` [PATCH v3 2/8] lib: collect library files in an archive
` [PATCH v3 3/8] lib: move list sorting code
` [PATCH v3 4/8] lib: move parse_size_and_unit()
` [PATCH v3 5/8] lib: move init_constructors()
` [PATCH v3 6/8] lib: move rbtree code
` [PATCH v3 7/8] lib: move bsearch code
` [PATCH v3 8/8] lib: move sort code

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-11-23 15:15 UTC  (11+ messages)
` [PATCH v2 05/12] x86: rework arch_local_irq_restore() to not use popf
` [PATCH v2 08/12] x86/paravirt: remove no longer needed 32-bit pvops cruft

[PATCH v2 0/2] x86/IRQ: a little bit of tidying
 2020-11-23 15:02 UTC  (3+ messages)
` [PATCH v2 1/2] x86/IRQ: drop three unused variables
` [PATCH v2 2/2] x86/IRQ: reduce casting involved in guest action retrieval

[PATCH v2 00/17] xvmalloc() / x86 xstate area / x86 CPUID / AMX beginnings
 2020-11-23 14:37 UTC  (18+ messages)
` [PATCH v2 01/17] mm: check for truncation in vmalloc_type()
` [PATCH v2 02/17] mm: introduce xvmalloc() et al and use for grant table allocations
` [PATCH v2 03/17] x86/xstate: use xvzalloc() for save area allocation
` [PATCH v2 04/17] x86/xstate: re-size save area when CPUID policy changes
` [PATCH v2 05/17] x86/xstate: re-use valid_xcr0() for boot-time checks
` [PATCH v2 06/17] x86/xstate: drop xstate_offsets[] and xstate_sizes[]
` [PATCH v2 07/17] x86/xstate: replace xsave_cntxt_size and drop XCNTXT_MASK
` [PATCH v2 08/17] x86/xstate: avoid accounting for unsupported components
` [PATCH v2 09/17] x86: use xvmalloc() for extended context buffer allocations
` [PATCH v2 10/17] x86/xstate: enable AMX components
` [PATCH v2 11/17] x86/CPUID: adjust extended leaves out of range clearing
` [PATCH v2 12/17] x86/CPUID: shrink max_{,sub}leaf fields according to actual leaf contents
` [PATCH v2 13/17] x86/CPUID: move bounding of max_{,sub}leaf fields to library code
` [PATCH v2 14/17] x86/CPUID: enable AMX leaves
` [PATCH v2 15/17] x86emul: introduce X86EMUL_FPU_tile
` [PATCH v2 16/17] x86emul: support TILERELEASE
` [PATCH v2 17/17] x86emul: support {LD,ST}TILECFG

NetBSD dom0 PVH: hardware interrupts stalls
 2020-11-23 14:31 UTC  (20+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-23 14:19 UTC  (27+ messages)
` [PATCH 058/141] xen-blkfront: "
` [PATCH 138/141] xen/manage: "
                  ` [Intel-wired-lan] [PATCH 000/141] "

[PATCH v2 0/9] x86/p2m: hook adjustments
 2020-11-23 14:00 UTC  (3+ messages)
` [PATCH v2 6/9] x86/p2m: avoid unnecessary calls of write_p2m_entry_pre() hook
  ` Ping: "

[PATCH] libxg: don't use max policy in xc_cpuid_xend_policy()
 2020-11-23 13:58 UTC  (3+ messages)

[PATCH] x86/PV: conditionally avoid raising #GP for early guest MSR accesses
 2020-11-23 13:56 UTC  (4+ messages)
    ` Ping: "

[PATCH 0/5] x86/PV: memory management consistency and minor relaxations
 2020-11-23 13:49 UTC  (2+ messages)
` Ping: "

[PATCH v3 0/7] x86: some assembler macro rework
 2020-11-23 13:47 UTC  (9+ messages)
` [PATCH v3 1/7] x86: replace __ASM_{CL,ST}AC
` [PATCH v3 2/7] x86: drop ASM_{CL,ST}AC
` [PATCH v3 3/7] x86: fold indirect_thunk_asm.h into asm-defns.h
` [PATCH v3 4/7] x86: guard against straight-line speculation past RET
` [PATCH v3 5/7] x86: limit amount of INT3 in IND_THUNK_*
` [PATCH v3 6/7] x86: make guarding against straight-line speculation optional
` [PATCH v3 7/7] x86: reduce CET-SS related #ifdef-ary
` [really v4] Re: [PATCH v3 0/7] x86: some assembler macro rework

[PATCH v3 0/5] evtchn: (not so) recent XSAs follow-on
 2020-11-23 13:30 UTC  (6+ messages)
` [PATCH v3 1/5] evtchn: drop acquiring of per-channel lock from send_guest_{global,vcpu}_virq()
` [PATCH v3 2/5] evtchn: avoid access tearing for ->virq_to_evtchn[] accesses
` [PATCH v3 3/5] evtchn: convert vIRQ lock to an r/w one
` [PATCH v3 4/5] evtchn: convert domain event "
` [PATCH v3 5/5] evtchn: don't call Xen consumer callback with per-channel lock held

[PATCH 0/2] tools/libs: fix build rules to correctly deal with multiple public headers
 2020-11-23 13:23 UTC  (4+ messages)
` [PATCH 2/2] tools/libs: fix uninstall rule for header files
    ` Ping²: "

[PATCH v3 0/3] xen/arm: Make PCI passthrough code non-x86 specific
 2020-11-23 13:19 UTC  (13+ messages)
` [PATCH v3 1/3] xen/ns16550: Make ns16550 driver usable on ARM with HAS_PCI enabled

[PATCH v2 0/3] ns16550: #ifdef-ary
 2020-11-23 13:15 UTC  (4+ messages)
` [PATCH v2 1/3] ns16550: move PCI arrays next to the function using them
` [PATCH v2 2/3] ns16550: "com<N>=" command line options are x86-specific
` [PATCH v2 3/3] ns16550: drop stray "#ifdef CONFIG_HAS_PCI"

[PATCH] x86: E801 memory "map" use implies no ACPI
 2020-11-23 13:07 UTC  (4+ messages)

[PATCH v2] x86/PV: make post-migration page state consistent
 2020-11-23 12:50 UTC  (6+ messages)
` Ping: "

[PATCH] x86/DMI: fix SMBIOS pointer range check
 2020-11-23 11:44 UTC  (2+ messages)

AW: AW: AW: AW: Xen data from meta-virtualization layer
 2020-11-23 11:41 UTC  (4+ messages)
                        ` AW: "
                          `  "

[linux-linus test] 156955: regressions - FAIL
 2020-11-23 11:16 UTC 

[qemu-mainline test] 156953: regressions - FAIL
 2020-11-23  9:14 UTC 

[libvirt test] 156958: regressions - FAIL
 2020-11-23  8:50 UTC 

[PATCH v2 0/7] xen/arm: Unbreak ACPI
 2020-11-23  8:31 UTC  (5+ messages)
` [PATCH v2 1/7] xen/acpi: Rework acpi_os_map_memory() and acpi_os_unmap_memory()

[PATCH v6 0/3] XSA-343 followup patches
 2020-11-23  7:29 UTC  (4+ messages)
` [PATCH v6 2/3] xen/evtchn: rework per event channel lock

[linux-linus test] 156948: regressions - FAIL
 2020-11-23  1:25 UTC 

[qemu-mainline test] 156945: regressions - FAIL
 2020-11-23  0:00 UTC 

[linux-5.4 test] 156942: tolerable FAIL - PUSHED
 2020-11-22 19:27 UTC 

[linux-linus test] 156937: regressions - FAIL
 2020-11-22 16:57 UTC 

[xen-unstable test] 156935: tolerable FAIL
 2020-11-22 13:46 UTC 

[qemu-mainline test] 156934: regressions - trouble: fail/pass/starved
 2020-11-22 13:20 UTC 

[xen-unstable-coverity test] 156941: all pass - PUSHED
 2020-11-22  9:47 UTC 

[libvirt test] 156938: regressions - trouble: blocked/fail/pass/starved
 2020-11-22  7:11 UTC 

[linux-linus test] 156929: regressions - FAIL
 2020-11-22  2:52 UTC 

[qemu-mainline test] 156925: regressions - FAIL
 2020-11-22  1:21 UTC 

[linux-linus test] 156919: regressions - FAIL
 2020-11-21 18:56 UTC 

[xen-unstable test] 156918: tolerable FAIL - PUSHED
 2020-11-21 17:31 UTC 

merge struct block_device and struct hd_struct
 2020-11-21 16:24 UTC  (10+ messages)
` [PATCH 14/20] block: remove the nr_sects field in "

[ovmf test] 156920: all pass - PUSHED
 2020-11-21 16:02 UTC 

[qemu-mainline test] 156912: regressions - FAIL
 2020-11-21 14:07 UTC 

[PATCH v2] xen: EXPERT clean-up and introduce UNSUPPORTED
 2020-11-21 10:53 UTC 

[ovmf test] 156913: all pass - PUSHED
 2020-11-21  9:08 UTC 

[libvirt test] 156915: regressions - FAIL
 2020-11-21  8:57 UTC 

[linux-linus test] 156909: regressions - FAIL
 2020-11-21  8:26 UTC 

[xen-unstable test] 156905: tolerable FAIL - PUSHED
 2020-11-21  6:59 UTC 

[qemu-mainline test] 156902: regressions - FAIL
 2020-11-21  0:46 UTC 

[xen-unstable-smoke test] 156907: tolerable all pass - PUSHED
 2020-11-20 22:42 UTC 

[linux-linus test] 156898: regressions - FAIL
 2020-11-20 21:24 UTC 

[xen-unstable test] 156893: regressions - FAIL
 2020-11-20 19:31 UTC 

[GIT PULL] xen: branch for v5.10-rc5
 2020-11-20 18:40 UTC  (2+ messages)

[qemu-mainline test] 156890: regressions - FAIL
 2020-11-20 16:42 UTC 

[PATCH RFC 0/6] xen/arm: mm: Add limited support for superpages
 2020-11-20 16:09 UTC  (4+ messages)
` [PATCH RFC 4/6] xen/arm: mm: Allow other mapping size in xen_pt_update_entry()

[PATCH v2 11/12] x86/paravirt: switch functions with custom code to ALTERNATIVE
 2020-11-20 15:46 UTC  (2+ messages)

[PATCH v2] tools/libs/ctrl: fix dumping of ballooned guest
 2020-11-20 15:33 UTC  (2+ messages)

[PATCH v2 00/12] viridian: add support for ExProcessorMasks
 2020-11-20 15:24 UTC  (12+ messages)
` [PATCH v2 01/12] viridian: don't blindly write to 32-bit registers is 'mode' is invalid
` [PATCH v2 05/12] viridian: use hypercall_vpmask in hvcall_ipi()
` [PATCH v2 06/12] viridian: use softirq batching "
` [PATCH v2 07/12] xen/include: import sizeof_field() macro from Linux stddef.h

[PATCH] amd-iommu: Fix Guest CR3 Table following c/s 3a7947b6901
 2020-11-20 14:46 UTC  (4+ messages)

[PATCH v2 12/12] x86/paravirt: have only one paravirt patch function
 2020-11-20 14:18 UTC  (2+ messages)

[PATCH v10 0/7] IOMMU cleanup
 2020-11-20 13:24 UTC  (8+ messages)
` [PATCH v10 1/7] remove remaining uses of iommu_legacy_map/unmap
` [PATCH v10 2/7] common/grant_table: batch flush I/O TLB
` [PATCH v10 3/7] iommu: remove the share_p2m operation
` [PATCH v10 4/7] iommu: stop calling IOMMU page tables 'p2m tables'
` [PATCH v10 5/7] vtd: use a bit field for root_entry
` [PATCH v10 6/7] vtd: use a bit field for context_entry
` [PATCH v10 7/7] vtd: use a bit field for dma_pte

[PATCH v2] xen: add support for automatic debug key actions in case of crash
 2020-11-20 13:13 UTC 

Schedule for OpenPOWER/Xen meeting
 2020-11-20 13:11 UTC  (5+ messages)

[PATCH] gnttab: don't allocate status frame tracking array when "gnttab=max_ver:1"
 2020-11-20 12:50 UTC  (2+ messages)
` Ping: "


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