public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-27 15:00:32 to 2021-05-10 16:45:05 UTC [more...]

[PATCH v16 00/14] s390/vfio-ap: dynamic configuration support
 2021-05-10 16:44 UTC  (12+ 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 RFC 0/3] make '%pD' print full path for file
 2021-05-10 16:16 UTC  (27+ 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

[kvm-unit-tests PATCH 0/4] s390x: cpumodel: Add sclp checks
 2021-05-10 15:00 UTC  (5+ 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 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 

[kvm-unit-tests PATCH v2 0/6] s390x: uv: Extend guest test and add host test
 2021-05-10 13:51 UTC  (7+ 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

[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] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-06 10:45 UTC  (5+ 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  (16+ 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  (17+ 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 v3 0/3] audit: add support for openat2
 2021-04-30 20:35 UTC  (3+ 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

[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

[PATCH v4 0/4] KVM statistics data fd-based binary interface
 2021-04-30 15:34 UTC  (9+ 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 v4 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v4 4/4] KVM: selftests: Add selftest for KVM "

[PATCH 1/4] iwlwifi: mvm: Explicitly use %pd1 in debugfs entry
 2021-04-30  1:35 UTC  (9+ messages)
` [PATCH 2/4] lib/vsprintf.c: Make %p{D,d} mean as much components as possible
` [PATCH 3/4] s390/hmcdrv: Remove the redundant directory path in debug message
` [PATCH 4/4] lib/test_printf: Explicitly add components number to %pD and %pd

[PATCH] arch/s390/configs: Change CONFIG_VIRTIO_CONSOLE to "m"
 2021-04-29  6:47 UTC  (7+ messages)

[PATCH] s390/sclp_vt220: Fix console name to match device
 2021-04-28 16:13 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/1] spelling fixes
 2021-04-28 15:48 UTC  (3+ messages)
` [PATCH 1/1] s390: dasd: Mundane "

sched: Move SCHED_DEBUG sysctl to debugfs
 2021-04-28 14:49 UTC  (12+ messages)

[RFC] mm: support multi_freearea to the reduction of external fragmentation
 2021-04-28  9:04 UTC  (6+ messages)

[GIT PULL] s390 updates for 5.13 merge window
 2021-04-28  0:56 UTC  (2+ messages)

[PATCH] net/smc: Remove redundant assignment to rc
 2021-04-27 21:22 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox