Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-19 15:56:21 to 2021-05-26 04:39:29 UTC [more...]

[PATCH 0/1] mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests()
 2021-05-26  4:40 UTC  (4+ messages)
` [PATCH 1/1] "

move bd_mutex to the gendisk v2
 2021-05-26  2:24 UTC  (23+ messages)
` [PATCH 1/8] block: split __blkdev_get
` [PATCH 2/8] block: move sync_blockdev from __blkdev_put to blkdev_put
` [PATCH 3/8] block: move bd_mutex to struct gendisk
` [PATCH 4/8] block: move adjusting bd_part_count out of __blkdev_get
` [PATCH 5/8] block: split __blkdev_put
` [PATCH 6/8] block: move bd_part_count to struct gendisk
` [PATCH 7/8] block: factor out a part_devt helper
` [PATCH 8/8] block: remove bdget_disk

simplify gendisk and request_queue allocation for bio based drivers
 2021-05-25 22:41 UTC  (71+ messages)
` [PATCH 01/26] block: refactor device number setup in __device_add_disk
  ` [dm-devel] "
` [PATCH 02/26] block: move the DISK_MAX_PARTS sanity check into __device_add_disk
  ` [dm-devel] "
` [PATCH 03/26] block: automatically enable GENHD_FL_EXT_DEVT
  ` [dm-devel] "
` [PATCH 04/26] block: add a flag to make put_disk on partially initalized disks safer
  ` [dm-devel] "
` [PATCH 05/26] block: add blk_alloc_disk and blk_cleanup_disk APIs
  ` [dm-devel] "
` [PATCH 06/26] brd: convert to blk_alloc_disk/blk_cleanup_disk
` [PATCH 07/26] drbd: "
` [PATCH 08/26] pktcdvd: "
` [PATCH 09/26] rsxx: "
` [PATCH 10/26] zram: "
` [PATCH 11/26] lightnvm: "
` [PATCH 12/26] bcache: "
` [PATCH 13/26] dm: "
` [PATCH 14/26] md: "
` [PATCH 15/26] nvdimm-blk: "
` [PATCH 16/26] nvdimm-btt: "
` [PATCH 17/26] nvdimm-pmem: "
` [PATCH 18/26] nvme-multipath: "
` [PATCH 19/26] nfblock: "
` [PATCH 20/26] simdisk: "
` [PATCH 21/26] n64cart: convert to blk_alloc_disk
` [PATCH 22/26] ps3vram: convert to blk_alloc_disk/blk_cleanup_disk
` [PATCH 23/26] dcssblk: "
` [PATCH 24/26] xpram: "
` [PATCH 25/26] null_blk: "
` [PATCH 26/26] block: unexport blk_alloc_queue

[PATCH v6 0/4] KVM statistics data fd-based binary interface
 2021-05-25 22:09 UTC  (11+ messages)
` [PATCH v6 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v6 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v6 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v6 4/4] KVM: selftests: Add selftest for KVM "

[PATCH 0/1] s390/dasd: fix kernel panic due to missing discipline function
 2021-05-25 18:54 UTC  (4+ messages)
` [PATCH 1/1] s390/dasd: add "

[kvm-unit-tests RFC 0/2] s390x: Add snippet support
 2021-05-25 17:37 UTC  (6+ messages)
` [kvm-unit-tests RFC 1/2] s390x: Add guest "
` [kvm-unit-tests RFC 2/2] s390x: mvpg: Add SIE mvpg test

[PATCH v4 0/2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-25 16:29 UTC  (19+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] s390/vfio-ap: control access to PQAP(AQIC) interception handler

[PATCH] arch/s390: disable SSP when needed
 2021-05-25 12:12 UTC  (3+ messages)

[PATCH v4 0/3] audit: add support for openat2
 2021-05-24 23:04 UTC  (6+ messages)
` [PATCH v4 1/3] audit: replace magic audit syscall class numbers with macros
` [PATCH v4 2/3] audit: add support for the openat2 syscall

[PATCH v16 00/14] s390/vfio-ap: dynamic configuration support
 2021-05-24 16:15 UTC  (7+ messages)
` [PATCH v16 06/14] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev
` [PATCH v16 10/14] s390/zcrypt: driver callback to indicate resource in use

[PATCH AUTOSEL 5.4 09/52] Revert "net/smc: fix a NULL pointer dereference"
 2021-05-24 14:48 UTC 

[PATCH AUTOSEL 5.10 10/62] Revert "net/smc: fix a NULL pointer dereference"
 2021-05-24 14:46 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 11/62] net/smc: properly handle workqueue allocation failure

[PATCH AUTOSEL 5.12 10/63] Revert "net/smc: fix a NULL pointer dereference"
 2021-05-24 14:45 UTC  (2+ messages)
` [PATCH AUTOSEL 5.12 11/63] net/smc: properly handle workqueue allocation failure

[PATCH] softirq/s390: Use the generic local_softirq_pending()
 2021-05-24 12:39 UTC 

[PATCH] mm/thp: Make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2
 2021-05-24  9:41 UTC  (5+ messages)

[PATCH net] MAINTAINERS: s390/net: add netdev list
 2021-05-21 21:10 UTC  (2+ messages)

[PATCH v5 0/4] KVM statistics data fd-based binary interface
 2021-05-21 19:04 UTC  (29+ messages)
` [PATCH v5 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v5 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v5 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v5 4/4] KVM: selftests: Add selftest for KVM "

[PATCH v3 0/2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-21 18:30 UTC  (14+ messages)
` [PATCH v3 2/2] s390/vfio-ap: control access to PQAP(AQIC) interception handler

simplify gendisk and request_queue allocation for bio based drivers
 2021-05-21  5:50 UTC 

[PATCHSET] d_path cleanups
 2021-05-20 19:35 UTC  (10+ messages)
` [PATCH 01/14] d_path: "\0" is {0,0}, not {0}
  ` [PATCH 08/14] d_path: make prepend_name() boolean
  ` [PATCH 12/14] d_path: prepend_path(): lift the inner loop into a new helper

[PULL 0/3] vfio-ccw: some fixes
 2021-05-20 11:34 UTC  (4+ messages)
` [PULL 1/3] vfio-ccw: Check initialized flag in cp_init()
` [PULL 2/3] vfio-ccw: Reset FSM state to IDLE inside FSM
` [PULL 3/3] vfio-ccw: Serialize FSM IDLE state with I/O completion


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 read-only IMAP folder(s) and NNTP newsgroup(s).