xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-13 17:39:34 to 2020-11-17 15:29:30 UTC [more...]

[PATCH V2 00/23] IOREQ feature (+ virtio-mmio) on Arm
 2020-11-17 15:29 UTC  (11+ messages)
` [PATCH V2 02/23] xen/ioreq: Make x86's IOREQ feature common
` [PATCH V2 23/23] [RFC] libxl: Add support for virtio-disk configuration

[PATCH 00/12] xen: support per-cpupool scheduling granularity
 2020-11-17 15:15 UTC  (19+ messages)
` [PATCH 06/12] xen/hypfs: move per-node function pointers into a dedicated struct
` [PATCH 07/12] xen/hypfs: pass real failure reason up from hypfs_get_entry()
` [PATCH 08/12] xen/hypfs: support dynamic hypfs nodes
` [PATCH 09/12] xen/hypfs: add support for id-based dynamic directories
` [PATCH 10/12] xen/hypfs: add cpupool directories

NetBSD dom0 PVH: hardware interrupts stalls
 2020-11-17 15:09 UTC 

XSA-351 causing Solaris-11 systems to panic during boot
 2020-11-17 14:46 UTC  (7+ messages)

[xen-unstable test] 156827: tolerable FAIL
 2020-11-17 14:01 UTC 

[PATCH v3 0/3] xen/arm: Make PCI passthrough code non-x86 specific
 2020-11-17 11:12 UTC  (10+ messages)
` [PATCH v3 1/3] xen/ns16550: Make ns16550 driver usable on ARM with HAS_PCI enabled
` [PATCH v3 2/3] xen/pci: Move x86 specific code to x86 directory
` [PATCH v3 3/3] xen/pci: solve compilation error on ARM with HAS_PCI enabled

netbsd PVH dom0: xen clock event stops
 2020-11-17 10:18 UTC  (9+ messages)

[PATCH 0/4] x86/xen: do some paravirt cleanup
 2020-11-17 10:00 UTC  (12+ messages)
` [PATCH 1/4] x86/xen: use specific Xen pv interrupt entry for MCE
` [PATCH 2/4] x86/xen: use specific Xen pv interrupt entry for DF
` [PATCH 3/4] x86/pv: switch SWAPGS to ALTERNATIVE
` [PATCH 4/4] x86/xen: drop USERGS_SYSRET64 paravirt call

[ovmf test] 156829: all pass - PUSHED
 2020-11-17  9:51 UTC 

[PATCH] libxenstat: avoid build race
 2020-11-17  9:42 UTC 

[PATCH v3] docs: fix documentation about default scheduler
 2020-11-17  9:32 UTC 

[linux-linus test] 156825: regressions - FAIL
 2020-11-17  8:01 UTC 

[qemu-mainline test] 156823: regressions - FAIL
 2020-11-17  6:36 UTC 

[libvirt test] 156828: regressions - FAIL
 2020-11-17  6:02 UTC 

[ovmf test] 156826: all pass - PUSHED
 2020-11-17  4:45 UTC 

[PATCH v2 0/2] automation: arm64 dom0less smoke test
 2020-11-17  4:21 UTC  (3+ messages)
` [PATCH v2 1/2] automation: add a QEMU aarch64 "
` [PATCH v2 2/2] automation: add dom0less to the "

[seabios test] 156824: tolerable FAIL - PUSHED
 2020-11-17  1:18 UTC 

[PATCH v2] xen/arm: Add workaround for Cortex-A76/Neoverse-N1 erratum #1286807
 2020-11-16 22:15 UTC  (3+ messages)

[linux-linus test] 156819: regressions - trouble: blocked/fail/pass/starved
 2020-11-16 21:17 UTC 

cleanup updating the size of block devices v3
 2020-11-16 17:37 UTC  (82+ messages)
` [PATCH 01/78] block: remove the call to __invalidate_device in check_disk_size_change
` [PATCH 02/78] loop: let set_capacity_revalidate_and_notify update the bdev size
` [PATCH 03/78] nvme: "
` [PATCH 04/78] sd: update the bdev size in sd_revalidate_disk
` [PATCH 05/78] block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
` [PATCH 06/78] nbd: remove the call to set_blocksize
` [PATCH 07/78] nbd: move the task_recv check into nbd_size_update
` [PATCH 08/78] nbd: refactor size updates
` [PATCH 09/78] nbd: validate the block size in nbd_set_size
` [PATCH 10/78] nbd: use set_capacity_and_notify
` [PATCH 11/78] aoe: don't call set_capacity from irq context
` [PATCH 12/78] dm: use set_capacity_and_notify
` [PATCH 13/78] pktcdvd: "
` [PATCH 14/78] nvme: use set_capacity_and_notify in nvme_set_queue_dying
` [PATCH 15/78] drbd: use set_capacity_and_notify
` [PATCH 16/78] rbd: "
` [PATCH 17/78] rnbd: "
` [PATCH 18/78] zram: "
` [PATCH 19/78] dm-raid: "
` [PATCH 20/78] md: "
` [PATCH 21/78] md: remove a spurious call to revalidate_disk_size in update_size
` [PATCH 22/78] virtio-blk: remove a spurious call to revalidate_disk_size
` [PATCH 23/78] block: unexport revalidate_disk_size
` [PATCH 24/78] mtd_blkdevs: don't override BLKFLSBUF
` [PATCH 25/78] block: don't call into the driver for BLKFLSBUF
` [PATCH 26/78] block: add a new set_read_only method
` [PATCH 27/78] rbd: implement ->set_read_only to hook into BLKROSET processing
` [PATCH 28/78] md: "
` [PATCH 29/78] dasd: "
` [PATCH 30/78] block: don't call into the driver for BLKROSET
` [PATCH 31/78] loop: use set_disk_ro
` [PATCH 32/78] block: remove set_device_ro
` [PATCH 33/78] block: remove __blkdev_driver_ioctl
` [PATCH 34/78] block: propagate BLKROSET to all partitions
` [PATCH 35/78] block: cleanup del_gendisk a bit
` [PATCH 36/78] block: open code kobj_map into in block/genhd.c
` [PATCH 37/78] block: split block_class_lock
` [PATCH 38/78] block: rework requesting modules for unclaimed devices
` [PATCH 39/78] block: add an optional probe callback to major_names
` [PATCH 40/78] ide: remove ide_{,un}register_region
` [PATCH 41/78] swim: don't call blk_register_region
` [PATCH 42/78] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 43/78] brd: use __register_blkdev to allocate devices on demand
` [PATCH 44/78] loop: "
` [PATCH 45/78] md: "
` [PATCH 46/78] ide: switch to __register_blkdev for command set probing
` [PATCH 47/78] floppy: use a separate gendisk for each media format
` [PATCH 48/78] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 49/78] ataflop: use a separate gendisk for each media format
` [PATCH 50/78] z2ram: reindent
` [PATCH 51/78] z2ram: use separate gendisk for the different modes
` [PATCH 52/78] block: switch gendisk lookup to a simple xarray
` [PATCH 53/78] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 54/78] block: remove a duplicate __disk_get_part prototype
` [PATCH 55/78] block: change the hash used for looking up block devices
` [PATCH 56/78] init: refactor name_to_dev_t
` [PATCH 57/78] init: refactor devt_from_partuuid
` [PATCH 58/78] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 59/78] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 60/78] zram: remove the claim mechanism
` [PATCH 61/78] zram: do not call set_blocksize
` [PATCH 62/78] loop: "
` [PATCH 63/78] bcache: remove a superflous lookup_bdev all
` [PATCH 64/78] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 65/78] dm: remove the block_device reference in struct mapped_device
` [PATCH 66/78] block: keep a block_device reference for each hd_struct
` [PATCH 67/78] block: simplify the block device claiming interface
` [PATCH 68/78] block: remove ->bd_contains
` [PATCH 69/78] block: remove the nr_sects field in struct hd_struct
` [PATCH 70/78] block: replace bd_mutex with a per-gendisk mutex
` [PATCH 71/78] block: add a bdev_kobj helper
` [PATCH 72/78] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 73/78] block: use put_device in put_disk
` [PATCH 74/78] block: merge struct block_device and struct hd_struct
` [PATCH 75/78] block: stop using bdget_disk for partition 0
` [PATCH 76/78] filemap: use ->f_mapping over ->i_mapping consistently
` [PATCH 77/78] fs: simplify the get_super_thawed interface
` [PATCH 78/78] block: remove i_bdev

[qemu-mainline test] 156818: regressions - FAIL
 2020-11-16 15:32 UTC 

[PULL 4/9] include/hw/xen.h: drop superfluous struct
 2020-11-16 12:24 UTC  (2+ messages)
` [PULL 5/9] stubs/xen-hw-stub: drop xenstore_store_pv_console_info stub

[linux-linus test] 156815: regressions - FAIL
 2020-11-16 12:17 UTC 

[PATCH] xen/arm: Add workaround for Cortex-A76/Neoverse-N1 erratum #1286807
 2020-11-16 11:08 UTC  (5+ messages)

[PATCH v2 00/24] xl / libxl: named PCI pass-through devices
 2020-11-16 10:33 UTC  (2+ messages)

[SPECIFICATION RFC] The firmware and bootloader log specification
 2020-11-16  8:57 UTC  (6+ messages)
` Antw: [EXT] [systemd-devel] "

[xen-unstable test] 156814: tolerable FAIL
 2020-11-16  9:43 UTC 

[XEN PATCH] tools/xenstore: Log xenstored build ID on startup
 2020-11-16  8:49 UTC  (7+ messages)

[libvirt test] 156817: regressions - FAIL
 2020-11-16  7:40 UTC 

[qemu-mainline test] 156813: regressions - FAIL
 2020-11-16  5:34 UTC 

[linux-linus test] 156812: regressions - FAIL
 2020-11-16  2:06 UTC 

[qemu-mainline test] 156810: regressions - FAIL
 2020-11-15 18:46 UTC 

[linux-linus test] 156809: regressions - FAIL
 2020-11-15 16:57 UTC 

[xen-unstable test] 156807: tolerable FAIL
 2020-11-15 12:34 UTC 

[libvirt test] 156808: regressions - FAIL
 2020-11-15 10:21 UTC 

[xen-unstable-coverity test] 156811: all pass - PUSHED
 2020-11-15  9:58 UTC 

[qemu-mainline test] 156805: regressions - trouble: broken/fail/pass
 2020-11-15  8:15 UTC 

[ovmf test] 156806: all pass - PUSHED
 2020-11-15  6:03 UTC 

[linux-linus test] 156804: regressions - FAIL
 2020-11-15  4:24 UTC 

[qemu-mainline test] 156803: regressions - trouble: broken/fail/pass
 2020-11-15  0:34 UTC 

[linux-linus test] 156801: regressions - FAIL
 2020-11-14 21:11 UTC 

[xen-unstable test] 156799: tolerable FAIL
 2020-11-14 18:36 UTC 

[PATCH v2 20/39] docs: ABI: testing: make the files compatible with ReST output
 2020-11-14 15:27 UTC  (9+ messages)
              ` Duplicated ABI entries - Was: "

[qemu-mainline test] 156768: regressions - FAIL
 2020-11-14 14:30 UTC 

[libvirt test] 156800: regressions - FAIL
 2020-11-14 10:16 UTC 

[linux-linus test] 156747: regressions - FAIL
 2020-11-14 10:01 UTC 

[ovmf test] 156786: all pass - PUSHED
 2020-11-14  9:49 UTC 

[PATCH 0/2] automation: arm64 dom0less smoke test
 2020-11-14  4:56 UTC  (4+ messages)
` [PATCH 1/2] automation: add a QEMU aarch64 "
` [PATCH 2/2] automation: add dom0less to the "

[xen-unstable test] 156737: tolerable FAIL - PUSHED
 2020-11-14  2:31 UTC 

[ovmf test] 156742: all pass - PUSHED
 2020-11-14  0:46 UTC 

[qemu-mainline test] 156733: regressions - FAIL
 2020-11-13 23:13 UTC 

[linux-linus test] 156725: regressions - FAIL
 2020-11-13 19:40 UTC 

[OSSTEST PATCH] cr-daily-branch: Sort out retest build reuse
 2020-11-13 17:39 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).