messages from 2021-06-15 05:17:48 to 2021-06-21 14:34:38 UTC [more...]
[PATCH] KVM: s390: get rid of register asm usage
2021-06-21 14:34 UTC (2+ messages)
[kvm-unit-tests RFC 0/2] s390x: Add snippet support
2021-06-21 13:28 UTC (10+ messages)
` [kvm-unit-tests RFC 1/2] s390x: Add guest "
` [kvm-unit-tests RFC 2/2] s390x: mvpg: Add SIE mvpg test
[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)
[kvm-unit-tests PATCH v2] s390x: selftest: Add prefixes to fix report output (was "s390x: selftest: Fix report output")
2021-06-21 7:23 UTC (2+ messages)
[syzbot] general protection fault in smc_tx_sendmsg
2021-06-20 23:22 UTC
[GIT PULL] s390 fixes for 5.13-rc7
2021-06-19 15:42 UTC (2+ messages)
[PATCH net-next] net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()
2021-06-19 13:50 UTC
[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 v12 0/7] KVM statistics data fd-based binary interface
2021-06-18 22:27 UTC (8+ 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 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 (20+ messages)
` [PATCH v9 2/5] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v9 3/5] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v9 4/5] KVM: selftests: Add selftest for KVM "
Allow mdev drivers to directly create the vfio_device (v3)
2021-06-16 20:20 UTC (33+ 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: "
[PATCH] s390: iucv: Avoid field over-reading memcpy()
2021-06-16 20:19 UTC
[PATCH] s390/dasd: Avoid field over-reading memcpy()
2021-06-16 20:19 UTC
[PATCH] s390/zcrypt: Switch to flexible array member
2021-06-16 20:19 UTC
[PATCH] s390/speculation: Use statically initialized const for instructions
2021-06-16 20:18 UTC
[PATCH net-next v2 0/4] net/smc: Add SMC statistic support
2021-06-16 20:10 UTC (6+ messages)
` [PATCH net-next v2 1/4] net/smc: Add SMC statistics support
` [PATCH net-next v2 2/4] net/smc: Add netlink support for SMC statistics
` [PATCH net-next v2 3/4] net/smc: Add netlink support for SMC fallback statistics
` [PATCH net-next v2 4/4] net/smc: Make SMC statistics network namespace aware
[PATCH v4 0/2] s390/vfio-ap: fix memory leak in mdev remove callback
2021-06-16 14:24 UTC (3+ messages)
[PATCH 1/4] KVM: stats: Make sure no missing or mismatched binary stats definition
2021-06-16 12:55 UTC (2+ messages)
[PATCH] s390/boot: add zstd support
2021-06-16 7:34 UTC (3+ messages)
[PATCH -next] s390/sclp: convert list_for_each to entry variant
2021-06-15 23:05 UTC (2+ messages)
[PATCH 0/3] s390/vfio-ap: refactor mdev remove callback and locks
2021-06-15 18:55 UTC (8+ messages)
` [PATCH 1/3] s390/vfio-ap: clean up mdev resources when remove callback invoked
` [PATCH 3/3] s390/vfio-ap: r/w lock for PQAP interception handler function pointer
simplify gendisk and request_queue allocation for blk-mq based drivers
2021-06-15 16:28 UTC (5+ messages)
` [PATCH 09/30] mtd_blkdevs: use blk_mq_alloc_disk
Allow mdev drivers to directly create the vfio_device (v2 / alternative)
2021-06-15 15:27 UTC (19+ 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 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox