public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-20 22:50:46 to 2021-09-02 17:41:59 UTC [more...]

[PATCH 0/9] block: 5th batch of add_disk() error handling conversions
 2021-09-02 17:41 UTC  (9+ messages)
` [PATCH 2/9] ms_block: add error handling support for add_disk()
` [PATCH 3/9] mspro_block: "
` [PATCH 4/9] rbd: add add_disk() error handling
` [PATCH 5/9] mtd: "
` [PATCH 6/9] s390/block/dasd_genhd: add error handling support for add_disk()
` [PATCH 7/9] s390/block/dcssblk: "
` [PATCH 8/9] s390/block/scm_blk: "
` [PATCH 9/9] s390/block/xpram: "

[PATCH 0/4] Fix ro_after_init vs static_call
 2021-09-01 23:37 UTC  (5+ messages)
` [PATCH 1/4] vmlinux.lds.h: Use regular *RODATA and *RO_AFTER_INIT_DATA suffixes
` [PATCH 2/4] vmlinux.lds.h: Split .static_call_sites from .static_call_tramp_key
` [PATCH 3/4] module: Use a list of strings for ro_after_init sections
` [PATCH 4/4] module: Include .static_call_sites in module ro_after_init

[GIT PULL] s390 updates for 5.15 merge window
 2021-09-01 18:07 UTC  (14+ messages)
            ` [PATCH] s390/unwind: use current_frame_address() to unwind current task

[PATCH v3 0/3] s390x: KVM: CPU Topology
 2021-09-01  9:46 UTC  (7+ messages)
` [PATCH v3 1/3] s390x: KVM: accept STSI for CPU topology information
` [PATCH v3 2/3] s390x: KVM: Implementation of Multiprocessor Topology-Change-Report

[PATCH v4 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-08-31 15:11 UTC  (16+ messages)
` [PATCH v4 01/14] KVM: s390: pv: add macros for UVC CC values
` [PATCH v4 02/14] KVM: s390: pv: avoid double free of sida page
` [PATCH v4 03/14] KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
` [PATCH v4 04/14] KVM: s390: pv: avoid stalls when making pages secure
` [PATCH v4 10/14] KVM: s390: pv: usage counter instead of flag
` [PATCH v4 13/14] KVM: s390: pv: lazy destroy for reboot

Linux 5.14
 2021-08-31 11:04 UTC  (5+ messages)

[PATCH linux-next] s390:fix Coccinelle warnings
 2021-08-31  6:15 UTC  (3+ messages)

[PATCH V5 00/13] Introduce vfio_pci_core subsystem
 2021-08-30 15:40 UTC  (16+ messages)
` [PATCH V5 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V5 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V5 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V5 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V5 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V5 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V5 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V5 08/13] vfio/pci: Move module parameters "
` [PATCH V5 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V5 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V5 11/13] vfio: Use select for eventfd
` [PATCH V5 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V5 13/13] vfio/pci: Introduce vfio_pci_core.ko

[PATCH 1/1] KVM: s390: index kvm->arch.idle_mask by vcpu_idx
 2021-08-29  6:25 UTC  (8+ messages)

[GIT PULL 0/2] KVM: s390: Fix and feature for 5.15
 2021-08-29  6:01 UTC  (3+ messages)
` [GIT PULL 1/2] KVM: s390: Enable specification exception interpretation
` [GIT PULL 2/2] KVM: s390: index kvm->arch.idle_mask by vcpu_idx

[PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-28  0:06 UTC  (14+ messages)
` [PATCH v2 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
` [PATCH v2 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs
` [PATCH v2 5/5] KVM: selftests: Remove __NR_userfaultfd syscall fallback

[PATCH v2 0/2] s390/vfio-ap: do not open code locks for
 2021-08-27 13:43 UTC  (5+ messages)
` [PATCH v2 1/2] s390/vfio-ap: r/w lock for PQAP interception handler function pointer
` [PATCH v2 2/2] s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notification

[kvm-unit-tests PATCH v2 0/3] s390x: Cleanup and maintenance
 2021-08-27  7:20 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: s390x: Print addressing related exception information
` [kvm-unit-tests PATCH v2 2/3] s390x: uv-host: Explain why we set up the home space and remove the space change
` [kvm-unit-tests PATCH v2 3/3] lib: s390x: Control register constant cleanup

[PATCH v4] vfio/ap_ops: Convert to use vfio_register_group_dev()
 2021-08-26 22:20 UTC  (8+ messages)

[PATCH v2] vfio-pci/zdev: Remove repeated verbose license text
 2021-08-26 22:20 UTC  (5+ messages)

[PATCH v3 net-next 0/7] Make SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICE blocking
 2021-08-26 14:41 UTC  (3+ messages)

[PATCH v3] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-08-26 12:36 UTC  (4+ messages)

crash on s390 with SCHED_CORE=y
 2021-08-26 10:21 UTC  (3+ messages)

[PATCH V4 00/13] Introduce vfio_pci_core subsystem
 2021-08-26  9:36 UTC  (31+ messages)
` [PATCH V4 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V4 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V4 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V4 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V4 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V4 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V4 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V4 08/13] vfio/pci: Move module parameters "
` [PATCH V4 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V4 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V4 11/13] vfio: Use select for eventfd
` [PATCH V4 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V4 13/13] vfio/pci: Introduce vfio_pci_core.ko

[s390:features 20/21] drivers/s390/char/sclp.c:84:9: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length
 2021-08-25 15:18 UTC 

[PATCH linux-next] s390:raw3270: Convert sysfs sprintf/snprintf family to sysfs_emit
 2021-08-25  8:31 UTC  (2+ messages)

[PATCH 2/7] s390: replace cc-option-yn uses with cc-option
 2021-08-25  4:37 UTC  (3+ messages)

[PATCH 2/3] trace: refactor TRACE_IRQFLAGS_SUPPORT in Kconfig
 2021-08-25  3:49 UTC  (2+ messages)

[PATCH V3 00/13] Introduce vfio_pci_core subsystem
 2021-08-24 22:48 UTC  (19+ messages)
` [PATCH V3 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V3 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V3 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V3 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V3 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V3 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V3 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V3 08/13] vfio/pci: Move module parameters "
` [PATCH V3 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V3 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V3 11/13] vfio: Use select for eventfd
` [PATCH V3 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V3 13/13] vfio/pci: Introduce vfio_pci_core.ko

can we finally kill off CONFIG_FS_DAX_LIMITED
 2021-08-24 18:44 UTC  (12+ messages)

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-24  7:14 UTC  (5+ messages)
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()

[PATCH linux-next] s390:bitops: fix boolreturn.cocci warnings
 2021-08-24  6:37 UTC 

[PATCH] s390/ism: switch from 'pci_' to 'dma_' API
 2021-08-23 21:17 UTC 

[PATCH 0/2] s390/vfio-ap: do not open code locks for VFIO_GROUP_NOTIFY_SET_KVM notification
 2021-08-23 20:51 UTC  (15+ messages)
` [PATCH 1/2] s390/vfio-ap: r/w lock for PQAP interception handler function pointer

ensure each gendisk always has a request_queue reference v2
 2021-08-23 18:55 UTC  (4+ messages)
` [PATCH 1/9] nvme: use blk_mq_alloc_disk

[PATCH] s390/crypto: fix all kernel-doc warnings in vfio_ap_ops.c
 2021-08-23 17:55 UTC  (2+ messages)

[PATCH linux-next] s390:raw3270: Convert sysfs sprintf/snprintf family to sysfs_emit
 2021-08-23 17:37 UTC  (2+ messages)

[PATCH] vfio-pci/zdev: Remove repeated verbose license text
 2021-08-23 16:26 UTC  (4+ messages)

[PATCH v3] vfio/ap_ops: Convert to use vfio_register_group_dev()
 2021-08-23 14:18 UTC  (3+ messages)

[PATCH v2 1/2] KVM: Refactor kvm_arch_vcpu_fault() to return a struct page pointer
 2021-08-23 14:12 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/4] S390x: CPU Topology Information
 2021-08-23  9:17 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 2/4] s390x: lib: Simplify stsi_get_fc and move it to library

[GIT PULL] s390 updates for 5.14-rc7
 2021-08-21 18:31 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