linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-16 20:20:53 to 2021-06-22 18:19:14 UTC [more...]

[PATCH v2 0/3] no_profile fn attr and Kconfig for GCOV+PGO
 2021-06-22 18:19 UTC  (16+ messages)
` [PATCH v2 1/3] compiler_attributes.h: define __no_profile, add to noinstr
` [PATCH v2 2/3] compiler_attributes.h: cleanups for GCC 4.9+
` [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO

[PATCH 0/2] KVM: s390: Enable some more facilities
 2021-06-22 16:49 UTC  (9+ messages)
` [PATCH 1/2] KVM: s390: gen_facilities: allow facilities 165, 193, 194 and 196
` [PATCH 2/2] KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2)

[PATCH] KVM: s390: get rid of register asm usage
 2021-06-22 14:56 UTC  (12+ messages)

[PATCH] s390/zcrypt: Switch to flexible array member
 2021-06-22 14:17 UTC  (2+ messages)

[PATCH] s390/speculation: Use statically initialized const for instructions
 2021-06-22 14:16 UTC  (2+ messages)

[PATCH RFC 0/3] make '%pD' print full path for file
 2021-06-22 14:00 UTC  (12+ messages)
` [PATCH RFC 1/3] fs: introduce helper d_path_fast()
                  ` [PATCHSET] d_path cleanups

[PATCH 2/2] Kconfig: CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO
 2021-06-22  9:32 UTC  (7+ messages)

[kvm-unit-tests GIT PULL 00/12] s390x update 2021-22-06
 2021-06-22  8:24 UTC  (14+ messages)
` [kvm-unit-tests GIT PULL 01/12] s390x: sie: Only overwrite r3 if it isn't needed anymore
` [kvm-unit-tests GIT PULL 02/12] s390x: selftest: Add prefixes to fix report output
` [kvm-unit-tests GIT PULL 03/12] s390x: Don't run PV testcases under tcg
` [kvm-unit-tests GIT PULL 04/12] configure: s390x: Check if the host key document exists
` [kvm-unit-tests GIT PULL 05/12] s390x: run: Skip PV tests when tcg is the accelerator
` [kvm-unit-tests GIT PULL 06/12] s390x: lib: add and use macros for control register bits
` [kvm-unit-tests GIT PULL 07/12] libcflat: add SZ_1M and SZ_2G
` [kvm-unit-tests GIT PULL 08/12] s390x: lib: fix pgtable.h
` [kvm-unit-tests GIT PULL 09/12] s390x: lib: Add idte and other huge pages functions/macros
` [kvm-unit-tests GIT PULL 10/12] s390x: lib: add teid union and clear teid from lowcore
` [kvm-unit-tests GIT PULL 11/12] s390x: mmu: add support for large pages
` [kvm-unit-tests GIT PULL 12/12] s390x: edat test

[PATCH] virtio/s390: get rid of open-coded kvm hypercall
 2021-06-21 23:50 UTC  (5+ messages)

[PATCH v12 0/7] KVM statistics data fd-based binary interface
 2021-06-21 23:38 UTC  (16+ messages)
` [PATCH v12 1/7] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v12 2/7] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v12 3/7] KVM: stats: Support binary stats retrieval for a VM
` [PATCH v12 4/7] KVM: stats: Support binary stats retrieval for a VCPU
` [PATCH v12 5/7] KVM: stats: Add documentation for binary statistics interface
` [PATCH v12 6/7] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v12 7/7] KVM: stats: Remove code duplication for binary and debugfs stats

[PATCH net-next] net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()
 2021-06-21 19:20 UTC  (3+ messages)

[syzbot] general protection fault in smc_tx_sendmsg
 2021-06-21 19:04 UTC  (4+ messages)

[PATCH v6 0/2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-06-21 17:27 UTC  (5+ messages)
` [PATCH v6 1/2] s390/vfio-ap: clean up mdev resources when remove callback invoked
` [PATCH v6 2/2] s390/vfio-ap: r/w lock for PQAP interception handler function pointer

[kvm-unit-tests RFC 0/2] s390x: Add snippet support
 2021-06-21 14:59 UTC  (12+ messages)
` [kvm-unit-tests RFC 1/2] s390x: Add guest "
` [kvm-unit-tests RFC 2/2] s390x: mvpg: Add SIE mvpg test

[kvm-unit-tests PATCH v2] s390x: selftest: Add prefixes to fix report output (was "s390x: selftest: Fix report output")
 2021-06-21 14:46 UTC  (3+ messages)

[PATCH v2] s390/vfio-ap: Fix module unload memory leak of matrix_dev
 2021-06-21 10:04 UTC  (5+ messages)

[PATCH] dasd: unexport dasd_set_target_state
 2021-06-21  7:37 UTC  (4+ messages)

[GIT PULL] s390 fixes for 5.13-rc7
 2021-06-19 15:42 UTC  (2+ messages)

[PATCH] scripts/min-tool-version.sh: Raise minimum clang version to 13.0.0 for s390
 2021-06-19  0:40 UTC  (4+ messages)

[PATCH v4 0/2] mm: add vmalloc_no_huge and use it
 2021-06-18 19:47 UTC  (3+ messages)
` [PATCH v4 1/2] mm/vmalloc: add vmalloc_no_huge

[PATCH net] MAINTAINERS: add Guvenc as SMC maintainer
 2021-06-18 19:10 UTC  (2+ messages)

[PATCH v11 0/7] KVM statistics data fd-based binary interface
 2021-06-18 17:57 UTC  (24+ messages)
` [PATCH v11 1/7] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v11 2/7] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v11 3/7] KVM: stats: Support binary stats retrieval for a VM
` [PATCH v11 4/7] KVM: stats: Support binary stats retrieval for a VCPU
` [PATCH v11 5/7] KVM: stats: Add documentation for binary statistics interface
` [PATCH v11 6/7] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v11 7/7] KVM: stats: Remove code duplication for binary and debugfs stats

[PATCH] s390/vfio-ap: Fix module unload memory leak of matrix_dev
 2021-06-18 15:31 UTC  (5+ messages)

[kvm-unit-tests PATCH v5 0/7] s390: Add support for large pages
 2021-06-18  7:36 UTC  (4+ messages)
` [kvm-unit-tests PATCH v5 6/7] s390x: mmu: add "

[PATCH v10 0/5] KVM statistics data fd-based binary interface
 2021-06-17 22:15 UTC  (29+ messages)
` [PATCH v10 1/5] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v10 2/5] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v10 3/5] KVM: stats: Add documentation for binary statistics interface
` [PATCH v10 4/5] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v10 5/5] KVM: stats: Remove code duplication for binary and debugfs stats

[PATCH v5 0/2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-06-17 19:12 UTC  (6+ messages)
` [PATCH v5 1/2] s390/vfio-ap: clean up mdev resources when remove callback invoked
` [PATCH v5 2/2] s390/vfio-ap: r/w lock for PQAP interception handler function pointer

Allow mdev drivers to directly create the vfio_device (v4)
 2021-06-17 14:22 UTC  (11+ messages)
` [PATCH 01/10] driver core: Pull required checks into driver_probe_device()
` [PATCH 02/10] driver core: Better distinguish probe errors in really_probe
` [PATCH 03/10] driver core: Flow the return code from ->probe() through to sysfs bind
` [PATCH 04/10] driver core: Don't return EPROBE_DEFER to userspace during "
` [PATCH 05/10] driver core: Export device_driver_attach()
` [PATCH 06/10] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
` [PATCH 07/10] vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind
` [PATCH 08/10] vfio/mtty: Convert to use vfio_register_group_dev()
` [PATCH 09/10] vfio/mdpy: "
` [PATCH 10/10] vfio/mbochs: "

[s390:features 34/62] arch/s390/boot/uv.c:65:6: error: redefinition of 'adjust_to_uv_max'
 2021-06-17  7:59 UTC 

[PATCH v9 0/5] KVM statistics data fd-based binary interface
 2021-06-16 21:35 UTC  (4+ messages)
` [PATCH v9 4/5] KVM: selftests: Add selftest for KVM statistics data "

Allow mdev drivers to directly create the vfio_device (v3)
 2021-06-16 20:20 UTC  (5+ messages)
` [PATCH 07/10] vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind
` [PATCH 08/10] vfio/mtty: Convert to use vfio_register_group_dev()


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