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

merge struct block_device and struct hd_struct v2
 2020-11-25 12:29 UTC  (79+ messages)
` [PATCH 01/45] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 02/45] filemap: consistently use ->f_mapping over ->i_mapping
` [PATCH 03/45] fs: remove get_super_thawed and get_super_exclusive_thawed
` [PATCH 04/45] fs: simplify freeze_bdev/thaw_bdev
` [PATCH 05/45] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 07/45] zram: do not call set_blocksize
` [PATCH 08/45] loop: "
` [PATCH 09/45] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 10/45] dm: remove the block_device reference in struct mapped_device
` [PATCH 11/45] block: remove a duplicate __disk_get_part prototype
` [PATCH 12/45] block: remove a superflous check in blkpg_do_ioctl
` [PATCH 13/45] block: add a bdev_kobj helper
` [PATCH 14/45] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 15/45] block: use put_device in put_disk
` [PATCH 16/45] block: change the hash used for looking up block devices
` [PATCH 17/45] init: refactor name_to_dev_t
` [PATCH 18/45] init: refactor devt_from_partuuid
` [PATCH 19/45] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 20/45] block: refactor __blkdev_put
` [PATCH 21/45] block: refactor blkdev_get
` [PATCH 22/45] block: opencode devcgroup_inode_permission
` [PATCH 23/45] block: remove i_bdev
` [PATCH 24/45] blk-cgroup: stop abusing get_gendisk
` [PATCH 25/45] block: reference struct block_device from struct hd_struct
` [PATCH 26/45] block: remove ->bd_contains
` [PATCH 27/45] block: simplify the block device claiming interface
` [PATCH 28/45] block: simplify part_to_disk
` [PATCH 29/45] block: initialize struct block_device in bdev_alloc
` [PATCH 30/45] block: remove the nr_sects field in struct hd_struct
` [PATCH 31/45] block: move disk stat accounting to struct block_device
` [PATCH 32/45] block: move the start_sect field "
` [PATCH 33/45] block: move the partition_meta_info "
` [PATCH 34/45] block: move holder_dir "
` [PATCH 35/45] block: move make_it_fail "
` [PATCH 36/45] block: move the policy field "
` [PATCH 37/45] block: allocate struct hd_struct as part of struct bdev_inode
` [PATCH 38/45] block: switch partition lookup to use struct block_device
` [PATCH 39/45] block: remove the partno field from struct hd_struct
` [PATCH 40/45] block: pass a block_device to blk_alloc_devt
` [PATCH 41/45] block: pass a block_device to invalidate_partition
` [PATCH 42/45] block: switch disk_part_iter_* to use a struct block_device
` [PATCH 43/45] f2fs: remove a few bd_part checks
` [PATCH 44/45] block: merge struct block_device and struct hd_struct
` [PATCH 45/45] block: stop using bdget_disk for partition 0

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-25 12:24 UTC  (37+ messages)
                  ` [Intel-wired-lan] "

[PATCH v2 00/17] xvmalloc() / x86 xstate area / x86 CPUID / AMX beginnings
 2020-11-25 12:15 UTC  (5+ 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 v4 0/3] evtchn: Introduce a per-guest knob to control FIFO ABI
 2020-11-25 12:10 UTC  (12+ messages)
` [PATCH v4 1/3] domctl: introduce a new domain create flag, XEN_DOMCTL_CDF_disable_fifo,
` [PATCH v4 2/3] libxl: add a 'disable_fifo_evtchn' flag to libxl_domain_build_info
` [PATCH v4 3/3] xl: add 'disable_evtchn_fifo' boolean option into xl.cfg(5)

merge struct block_device and struct hd_struct
 2020-11-25 12:09 UTC  (5+ messages)
` [PATCH 11/20] block: reference struct block_device from "

[PATCH] xen/arm: Add workaround for Cortex-A55 erratum #1530923
 2020-11-25 12:02 UTC  (5+ messages)

[PATCH] evtchn: double per-channel locking can't hit identical channels
 2020-11-25 11:11 UTC  (3+ messages)

[PATCH v8 0/3] xen/events: further locking adjustments
 2020-11-25 10:51 UTC  (4+ messages)
` [PATCH v8 1/3] xen/events: modify struct evtchn layout
` [PATCH v8 2/3] xen/events: rework fifo queue locking
` [PATCH v8 3/3] xen/events: do some cleanups in evtchn_fifo_set_pending()

Vtpm in Windows 10
 2020-11-25 10:02 UTC 

[xen-unstable-coverity test] 157003: all pass - PUSHED
 2020-11-25  9:46 UTC 

[PATCH 0/5] x86: asm-offsets.h and !PV32 adjustments
 2020-11-25  8:51 UTC  (6+ messages)
` [PATCH 1/5] x86/build: limit rebuilding of asm-offsets.h
` [PATCH 2/5] x86/build: limit #include-ing by asm-offsets.c
` [PATCH 3/5] x86/build: restrict contents of asm-offsets.h when !HVM / !PV
` [PATCH 4/5] x86: hypercall vector is unused when !PV32
` [PATCH 5/5] x86: don't build unused entry code "

[PATCH v7 0/3] xen/events: further locking adjustments
 2020-11-25  8:29 UTC  (10+ messages)
` [PATCH v7 3/3] xen/events: rework fifo queue locking

[PATCH v3 00/13] viridian: add support for ExProcessorMasks
 2020-11-25  7:58 UTC  (17+ messages)
` [PATCH v3 01/13] viridian: don't blindly write to 32-bit registers is 'mode' is invalid
` [PATCH v3 02/13] viridian: move flush hypercall implementation into separate function
` [PATCH v3 03/13] viridian: move IPI "
` [PATCH v3 04/13] viridian: introduce a per-cpu hypercall_vpmask and accessor functions
` [PATCH v3 05/13] viridian: use hypercall_vpmask in hvcall_ipi()
` [PATCH v3 06/13] viridian: use softirq batching "
` [PATCH v3 07/13] xen/include: import sizeof_field() macro from Linux stddef.h
` [PATCH v3 08/13] viridian: add ExProcessorMasks variants of the flush hypercalls
` [PATCH v3 09/13] viridian: add ExProcessorMasks variant of the IPI hypercall
` [PATCH v3 10/13] viridian: log initial invocation of each type of hypercall
` [PATCH v3 11/13] viridian: add a new '_HVMPV_ex_processor_masks' bit into HVM_PARAM_VIRIDIAN
` [PATCH v3 12/13] xl / libxl: add 'ex_processor_mask' into 'libxl_viridian_enlightenment'
` [PATCH v3 13/13] x86: replace open-coded occurrences of sizeof_field()

[xen-4.12-testing test] 156987: tolerable FAIL - PUSHED
 2020-11-25  7:15 UTC 

[xen-4.11-testing test] 156986: tolerable FAIL - PUSHED
 2020-11-25  6:35 UTC 

Xen on RP4
 2020-11-25  5:16 UTC  (5+ messages)

[PATCH v3 00/12] automation: improvements (mostly) for arm64
 2020-11-25  4:27 UTC  (13+ messages)
` [PATCH v3 01/12] automation: add a QEMU aarch64 smoke test
` [PATCH v3 02/12] automation: add dom0less to the "
` [PATCH v3 03/12] automation: pass --disable-werror for QEMUU builds if libc is musl
` [PATCH v3 04/12] automation: add alpine linux 3.12 arm64 build container
` [PATCH v3 05/12] automation: add alpine linux arm64 build test
` [PATCH v3 06/12] automation: add alpine linux 3.12 x86 build container
` [PATCH v3 07/12] automation: add alpine linux x86 build jobs
` [PATCH v3 08/12] automation: add tests artifacts
` [PATCH v3 09/12] automation: make available the tests artifacts to the pipeline
` [PATCH v3 10/12] automation: create an alpine linux arm64 test job
` [PATCH v3 11/12] automation: use the tests-artifacts kernel for qemu-smoke-arm64-gcc
` [PATCH v3 12/12] automation: add domU creation to dom0 alpine linux test

AW: AW: AW: AW: Xen data from meta-virtualization layer
 2020-11-25  2:14 UTC  (6+ messages)
                      ` AW: "
                          ` AW: "

[linux-5.4 test] 156984: tolerable trouble: fail/pass/starved - PUSHED
 2020-11-25  1:50 UTC 

[xen-4.10-testing test] 156985: tolerable FAIL - PUSHED
 2020-11-24 23:55 UTC 

[linux-linus test] 156981: regressions - FAIL
 2020-11-24 19:26 UTC 

[PATCH v2 00/12] viridian: add support for ExProcessorMasks
 2020-11-24 18:40 UTC  (6+ messages)
` [PATCH v2 08/12] viridian: add ExProcessorMasks variants of the flush hypercalls
` [PATCH v2 09/12] viridian: add ExProcessorMasks variant of the IPI hypercall

[PATCH RFC 0/6] xen/arm: mm: Add limited support for superpages
 2020-11-24 18:13 UTC  (5+ messages)
` [PATCH RFC 1/6] xen/arm: mm: Remove special case for CPU0 in dump_hyp_walk()
` [PATCH RFC 4/6] xen/arm: mm: Allow other mapping size in xen_pt_update_entry()

[qemu-mainline test] 156978: regressions - FAIL
 2020-11-24 17:41 UTC 

[PATCH v2 0/8] xen: beginnings of moving library-like code into an archive
 2020-11-24 16:57 UTC  (7+ messages)
` [PATCH v2 7/8] lib: move bsearch code

[xen-unstable-smoke test] 156991: tolerable all pass - PUSHED
 2020-11-24 16:44 UTC 

NetBSD dom0 PVH: hardware interrupts stalls
 2020-11-24 16:09 UTC  (27+ messages)

[xen-unstable-smoke test] 156982: tolerable all pass - PUSHED
 2020-11-24 13:50 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).