xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-23 13:13:05 to 2020-11-24 13:28:51 UTC [more...]

merge struct block_device and struct hd_struct v2
 2020-11-24 13:27 UTC  (5+ messages)
` [PATCH 04/45] fs: simplify freeze_bdev/thaw_bdev
` [PATCH 05/45] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 06/45] zram: remove the claim mechanism
` [PATCH 11/45] block: remove a duplicate __disk_get_part prototype

[PATCH RFC 0/6] xen/arm: mm: Add limited support for superpages
 2020-11-24 13:25 UTC  (11+ messages)
` [PATCH RFC 2/6] xen/arm: mm: Remove ; at the end of mm_printk()
` [PATCH RFC 3/6] xen/arm: setup: Call unregister_init_virtual_region() after the last init function
` [PATCH RFC 4/6] xen/arm: mm: Allow other mapping size in xen_pt_update_entry()

[PATCH v7 0/3] xen/events: further locking adjustments
 2020-11-24 13:19 UTC  (8+ messages)
` [PATCH v7 1/3] xen/events: access last_priority and last_vcpu_id together
` [PATCH v7 2/3] xen/events: modify struct evtchn layout
` [PATCH v7 3/3] xen/events: rework fifo queue locking

Xen Security Advisory 355 v2 - stack corruption from XSA-346 change
 2020-11-24 12:44 UTC 

merge struct block_device and struct hd_struct
 2020-11-24 12:26 UTC  (3+ messages)
` [PATCH 01/20] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats

[PATCH v2] xen: add support for automatic debug key actions in case of crash
 2020-11-24 12:23 UTC  (3+ messages)

NetBSD dom0 PVH: hardware interrupts stalls
 2020-11-24 12:21 UTC  (15+ messages)

Xen Security Advisory 355 v2 - stack corruption from XSA-346 change
 2020-11-24 12:03 UTC 

[xen-unstable test] 156975: tolerable FAIL
 2020-11-24 11:47 UTC 

[PATCH] xen/arm: Add workaround for Cortex-A55 erratum #1530923
 2020-11-24 11:12 UTC 

[PATCH 0/4] x86: ACPI and DMI table mapping fixes
 2020-11-24 11:04 UTC  (13+ 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/3] xen/arm: Make PCI passthrough code non-x86 specific
 2020-11-24 10:49 UTC  (18+ messages)
` [PATCH v3 1/3] xen/ns16550: Make ns16550 driver usable on ARM with HAS_PCI enabled

[libvirt test] 156977: regressions - FAIL
 2020-11-24 10:46 UTC 

[PATCH v2 0/3] ns16550: #ifdef-ary
 2020-11-24  9:52 UTC  (10+ 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 v2 0/8] xen: beginnings of moving library-like code into an archive
 2020-11-24  9:39 UTC  (10+ messages)
` [PATCH v2 4/8] lib: move parse_size_and_unit()
` [PATCH v2 7/8] lib: move bsearch code

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

[PATCH v3 00/23] xl / libxl: named PCI pass-through devices
 2020-11-24  7:45 UTC  (26+ 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

[linux-linus test] 156972: regressions - FAIL
 2020-11-24  7:19 UTC 

zstd compressed kernels
 2020-11-23 23:01 UTC  (3+ messages)

[qemu-mainline test] 156970: regressions - FAIL
 2020-11-24  4:51 UTC 

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-24  2:48 UTC  (30+ messages)
` [PATCH 058/141] xen-blkfront: "
                  ` [Intel-wired-lan] [PATCH 000/141] "

[PATCH v2] xen: EXPERT clean-up and introduce UNSUPPORTED
 2020-11-23 22:41 UTC  (7+ messages)

AW: AW: AW: AW: Xen data from meta-virtualization layer
 2020-11-23 22:31 UTC  (7+ messages)
                      ` AW: "
                        `  "
                            ` AW: "

[linux-linus test] 156964: regressions - FAIL
 2020-11-23 21:38 UTC 

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

[RFC] MAINTAINERS tag for cleanup robot
 2020-11-23 17:06 UTC  (8+ 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 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 05/12] x86: rework arch_local_irq_restore() to not use popf
 2020-11-23 15:15 UTC  (2+ messages)

[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 v2 00/12] x86: major paravirt cleanup
 2020-11-23 13:43 UTC  (3+ messages)

[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²: "


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