xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 21:39:00 to 2020-11-23 20:38:35 UTC [more...]

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-23 20:37 UTC  (29+ messages)
` [PATCH 058/141] xen-blkfront: "
                  ` [Intel-wired-lan] [PATCH 000/141] "

[qemu-mainline test] 156962: regressions - FAIL
 2020-11-23 20:05 UTC 

[PATCH] MAINTINERS: Propose Ian Jackson as new release manager
 2020-11-23 19:04 UTC  (6+ messages)

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

[PATCH v3 00/23] xl / libxl: named PCI pass-through devices
 2020-11-23 17:45 UTC  (24+ messages)
` [PATCH v3 01/23] xl / libxl: s/pcidev/pci and remove DEFINE_DEVICE_TYPE_STRUCT_X
` [PATCH v3 02/23] libxl: make libxl__device_list() work correctly for LIBXL__DEVICE_KIND_PCI
` [PATCH v3 03/23] libxl: Make sure devices added by pci-attach are reflected in the config
` [PATCH v3 04/23] libxl: add/recover 'rdm_policy' to/from PCI backend in xenstore
` [PATCH v3 05/23] libxl: s/detatched/detached in libxl_pci.c
` [PATCH v3 06/23] libxl: remove extraneous arguments to do_pci_remove() "
` [PATCH v3 07/23] libxl: stop using aodev->device_config in libxl__device_pci_add()
` [PATCH v3 08/23] libxl: generalise 'driver_path' xenstore access functions in libxl_pci.c
` [PATCH v3 09/23] libxl: remove unnecessary check from libxl__device_pci_add()
` [PATCH v3 10/23] libxl: remove get_all_assigned_devices() from libxl_pci.c
` [PATCH v3 11/23] libxl: make sure callers of libxl_device_pci_list() free the list after use
` [PATCH v3 12/23] libxl: add libxl_device_pci_assignable_list_free()
` [PATCH v3 13/23] libxl: use COMPARE_PCI() macro is_pci_in_array()
` [PATCH v3 14/23] docs/man: extract documentation of PCI_SPEC_STRING from the xl.cfg manpage
` [PATCH v3 15/23] docs/man: improve documentation of PCI_SPEC_STRING
` [PATCH v3 16/23] docs/man: fix xl(1) documentation for 'pci' operations
` [PATCH v3 17/23] libxl: introduce 'libxl_pci_bdf' in the idl
` [PATCH v3 18/23] libxlu: introduce xlu_pci_parse_spec_string()
` [PATCH v3 19/23] libxl: modify libxl_device_pci_assignable_add/remove/list/list_free()
` [PATCH v3 20/23] docs/man: modify xl(1) in preparation for naming of assignable devices
` [PATCH v3 21/23] xl / libxl: support "
` [PATCH v3 22/23] docs/man: modify xl-pci-configuration(5) to add 'name' field to PCI_SPEC_STRING
` [PATCH v3 23/23] xl / libxl: support 'xl pci-attach/detach' by name

NetBSD dom0 PVH: hardware interrupts stalls
 2020-11-23 17:39 UTC  (22+ messages)

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

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

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

[PATCH 0/4] x86: ACPI and DMI table mapping fixes
 2020-11-23 16:14 UTC  (12+ 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 v1 00/23] reduce overhead during live migration
 2020-11-23 16:00 UTC  (2+ messages)

[xen-unstable test] 156956: tolerable FAIL
 2020-11-23 15:55 UTC 

[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  (9+ messages)
` [PATCH v2 05/12] x86: rework arch_local_irq_restore() to not use popf

[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

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

[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  (9+ 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 


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