Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-30 02:26:44 to 2021-05-12 06:19:36 UTC [more...]

move bd_mutex to the gendisk (resend)
 2021-05-12  6:18 UTC  (9+ 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

[PATCH v6 0/3] vfio-ccw: Fix interrupt handling for HALT/CLEAR
 2021-05-11 20:45 UTC  (7+ messages)
` [PATCH v6 1/3] vfio-ccw: Check initialized flag in cp_init()
` [PATCH v6 2/3] vfio-ccw: Reset FSM state to IDLE inside FSM
` [PATCH v6 3/3] vfio-ccw: Serialize FSM IDLE state with I/O completion

[PATCH v3 0/3] audit: add support for openat2
 2021-05-11 18:50 UTC  (7+ messages)
` [PATCH v3 1/3] audit: replace magic audit syscall class numbers with macros
` [PATCH v3 2/3] audit: add support for the openat2 syscall

[RFC PATCH v5 0/3] vfio-ccw: Fix interrupt handling for HALT/CLEAR
 2021-05-11 18:02 UTC  (6+ messages)
` [RFC PATCH v5 1/3] vfio-ccw: Check initialized flag in cp_init()
` [RFC PATCH v5 2/3] vfio-ccw: Reset FSM state to IDLE inside FSM
` [RFC PATCH v5 3/3] vfio-ccw: Serialize FSM IDLE state with I/O completion

[kvm-unit-tests PATCH v2 0/6] s390x: uv: Extend guest test and add host test
 2021-05-11 17:12 UTC  (13+ messages)
` [kvm-unit-tests PATCH v2 1/6] s390x: uv-guest: Add invalid share location test
` [kvm-unit-tests PATCH v2 2/6] s390x: Add more Ultravisor command structure definitions
` [kvm-unit-tests PATCH v2 3/6] s390x: uv: Add UV lib
` [kvm-unit-tests PATCH v2 4/6] s390x: Test for share/unshare call support before using them
` [kvm-unit-tests PATCH v2 5/6] s390x: uv-guest: Test invalid commands
` [kvm-unit-tests PATCH v2 6/6] s390x: Add UV host test

[kvm-unit-tests PATCH 0/4] s390x: cpumodel: Add sclp checks
 2021-05-11 16:36 UTC  (16+ messages)
` [kvm-unit-tests PATCH 1/4] s390x: sclp: Only fetch read info byte 134 if cpu entries are above it
` [kvm-unit-tests PATCH 2/4] lib: s390x: sclp: Extend feature probing
` [kvm-unit-tests PATCH 3/4] s390x: cpumodel: FMT4 SCLP test
` [kvm-unit-tests PATCH 4/4] s390x: cpumodel: FMT2 SCLP implies test

[PATCH v3 1/1] kernel.h: Split out panic and oops helpers
 2021-05-11 14:35 UTC  (2+ messages)

[PATCH v4 0/4] KVM statistics data fd-based binary interface
 2021-05-11  8:38 UTC  (8+ messages)
` [PATCH v4 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v4 2/4] KVM: stats: Add fd-based API to read binary stats data

[PATCH v2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-10 21:56 UTC  (2+ messages)

[PATCH v16 00/14] s390/vfio-ap: dynamic configuration support
 2021-05-10 20:02 UTC  (16+ messages)
` [PATCH v16 01/14] s390/vfio-ap: fix memory leak in mdev remove callback
` [PATCH v16 02/14] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v16 03/14] s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c
` [PATCH v16 04/14] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v16 05/14] s390/vfio-ap: introduce shadow APCB
` [PATCH v16 06/14] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev
` [PATCH v16 07/14] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v16 08/14] s390/vfio-ap: allow hot plug/unplug of AP resources using "
` [PATCH v16 09/14] s390/vfio-ap: reset queues after adapter/domain unassignment
` [PATCH v16 10/14] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v16 11/14] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v16 12/14] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v16 13/14] s390/zcrypt: notify drivers on config changed and scan complete callbacks
` [PATCH v16 14/14] s390/vfio-ap: update docs to include dynamic config support

Personal
 2021-05-10 14:06 UTC 

[PATCH] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-10 17:50 UTC  (8+ messages)

[PATCH RFC 0/3] make '%pD' print full path for file
 2021-05-10 17:03 UTC  (28+ messages)
` [PATCH RFC 1/3] fs: introduce helper d_path_fast()
` [PATCH RFC 2/3] lib/vsprintf.c: make %pD print full path for file
` [PATCH RFC 3/3] s390/hmcdrv: remove the redundant directory path in debug message

[PATCH v6 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
 2021-05-10 14:52 UTC  (4+ messages)
` [PATCH v6 1/3] sparc: explicitly set PCI_IOBASE to 0
` [PATCH v6 2/3] risc-v: Use generic io.h helpers for nommu
` [PATCH v6 3/3] asm-generic/io.h: warn in inb() and friends with undefined PCI_IOBASE

[PATCH v5 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
 2021-05-10 14:06 UTC  (9+ messages)
` [PATCH v5 1/3] sparc: explicitly set PCI_IOBASE to 0
` [PATCH v5 2/3] risc-v: Use generic io.h helpers for nommu
` [PATCH v5 3/3] asm-generic/io.h: warn in inb() and friends with undefined PCI_IOBASE

s390 and crashk_res
 2021-05-10 14:00 UTC 

[PATCH] mm/thp: Make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2
 2021-05-10 11:51 UTC  (6+ messages)

[PATCH 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
 2021-05-10  8:47 UTC  (4+ messages)
` [PATCH v5--cover-letter 1/3] sparc: explicitly set PCI_IOBASE to 0
` [PATCH v5--cover-letter 2/3] risc-v: Use generic io.h helpers for nommu
` [PATCH v5--cover-letter 3/3] asm-generic/io.h: warn in inb() and friends with undefined PCI_IOBASE

[PATCH] arch/s390: disable SSP when needed
 2021-05-10  5:31 UTC 

[GIT PULL] more s390 updates for 5.13-rc1
 2021-05-06 21:41 UTC  (2+ messages)

[Patch net v2] smc: disallow TCP_ULP in smc_setsockopt()
 2021-05-05 20:00 UTC  (2+ messages)

[PATCH 00/12] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-05-05 17:47 UTC  (12+ messages)
` [PATCH 06/12] vfio/ap_ops: Convert to use vfio_register_group_dev()

[kvm-unit-tests GIT PULL 0/9] s390x update 2021-05-05
 2021-05-05  9:40 UTC  (11+ messages)
` [kvm-unit-tests GIT PULL 1/9] s390x: mvpg: add checks for op_acc_id
` [kvm-unit-tests GIT PULL 2/9] s390x: css: Store CSS Characteristics
` [kvm-unit-tests GIT PULL 3/9] s390x: css: simplifications of the tests
` [kvm-unit-tests GIT PULL 4/9] s390x: css: extending the subchannel modifying functions
` [kvm-unit-tests GIT PULL 5/9] s390x: css: implementing Set CHannel Monitor
` [kvm-unit-tests GIT PULL 6/9] s390x: css: testing measurement block format 0
` [kvm-unit-tests GIT PULL 7/9] s390x: css: testing measurement block format 1
` [kvm-unit-tests GIT PULL 8/9] MAINTAINERS: s390x: add myself as reviewer
` [kvm-unit-tests GIT PULL 9/9] s390x: Fix vector stfle checks

[PATCH v2 06/13] vfio/ap_ops: Convert to use vfio_register_group_dev()
 2021-05-04 16:55 UTC  (3+ messages)

[PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-05-04 15:10 UTC  (10+ messages)
` [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev()
              ` s390 common I/O layer locking (was: [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev())
                ` s390 common I/O layer locking

[PATCH v4 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
 2021-05-04  7:42 UTC  (7+ messages)
` [PATCH v4 1/3] sparc: explicitly set PCI_IOBASE to 0
` [PATCH v4 2/3] risc-v: Use generic io.h helpers for nommu
` [PATCH v4 3/3] asm-generic/io.h: warn in inb() and friends with undefined PCI_IOBASE

[v2 RFC PATCH 0/7] mm: thp: use generic THP migration for NUMA hinting fault
 2021-05-03 21:58 UTC  (2+ messages)

[PATCH] s390: fix detection of vector enhancements facility 1 vs. vector packed decimal facility
 2021-05-03 20:38 UTC  (5+ messages)

[PATCH] s390/entry: add support for syscall stack randomization
 2021-05-03 18:31 UTC  (6+ messages)

[PATCH AUTOSEL 4.19 35/35] s390/archrandom: add parameter check for s390_arch_random_generate
 2021-05-03 16:41 UTC 

[PATCH AUTOSEL 5.4 57/57] s390/archrandom: add parameter check for s390_arch_random_generate
 2021-05-03 16:39 UTC 

[PATCH AUTOSEL 5.12 037/134] s390/qdio: let driver manage the QAOB
 2021-05-03 16:33 UTC 

[PATCH v2 0/3] audit: add support for openat2
 2021-04-30 17:42 UTC  (4+ messages)
` [PATCH v2 1/3] audit: replace magic audit syscall class numbers with macros
` [PATCH v2 2/3] audit: add support for the openat2 syscall


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