public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-15 21:01:02 to 2021-07-24 13:24:04 UTC [more...]

[PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-07-24 13:24 UTC  (11+ 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 v3 0/6] asm-generic: strncpy_from_user/strnlen_user cleanup
 2021-07-24  9:44 UTC  (25+ messages)
` [PATCH v3 1/9] asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
` [PATCH v3 2/9] h8300: remove stale strncpy_from_user
` [PATCH v3 3/9] hexagon: use generic strncpy/strnlen from_user
` [PATCH v3 4/9] arc: "
` [PATCH v3 5/9] csky: "
` [PATCH v3 6/9] microblaze: "
` [PATCH v3 7/9] asm-generic: uaccess: remove inline strncpy_from_user/strnlen_user
` [PATCH v3 8/9] asm-generic: remove extra strn{cpy_from,len}_user declarations
` [PATCH v3 9/9] asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols
  ` [PATCH v3 9/9] asm-generic: reverse GENERIC_{STRNCPY_FROM, STRNLEN}_USER symbols

[PATCH v2 00/21] .map_sg() error cleanup
 2021-07-24  6:22 UTC  (23+ messages)
` [PATCH v2 01/21] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v2 02/21] dma-direct: Return appropriate error code from dma_direct_map_sg()
` [PATCH v2 03/21] iommu: Return full error code from iommu_map_sg[_atomic]()
` [PATCH v2 04/21] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v2 05/21] alpha: return error code from alpha_pci_map_sg()
` [PATCH v2 06/21] ARM/dma-mapping: return error code from .map_sg() ops
` [PATCH v2 07/21] ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 08/21] ia64/sba_iommu: return error code from sba_map_sg_attrs()
` [PATCH v2 09/21] MIPS/jazzdma: return error code from jazz_dma_map_sg()
` [PATCH v2 10/21] powerpc/iommu: return error code from .map_sg() ops
` [PATCH v2 11/21] powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 12/21] s390/pci: return error code from s390_dma_map_sg()
` [PATCH v2 13/21] s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 14/21] sparc/iommu: return error codes from .map_sg() ops
` [PATCH v2 15/21] sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 16/21] parisc: return error code from .map_sg() ops
` [PATCH v2 17/21] xen: swiotlb: return error code from xen_swiotlb_map_sg()
` [PATCH v2 18/21] x86/amd_gart: return error code from gart_map_sg()
` [PATCH v2 19/21] x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 20/21] dma-mapping: return error code from dma_dummy_map_sg()
` [PATCH v2 21/21] dma-mapping: Disallow .map_sg operations from returning zero on error

[PATCH v2 1/1] s390/pv: fix the forcing of the swiotlb
 2021-07-24  0:27 UTC  (2+ messages)

[PATCH v2 0/4] Fix restricted DMA vs swiotlb_exit()
 2021-07-23 22:18 UTC  (7+ messages)

[PATCH 0/2] s390/vfio-ap: do not open code locks for VFIO_GROUP_NOTIFY_SET_KVM notification
 2021-07-23 21:24 UTC  (9+ messages)
` [PATCH 1/2] s390/vfio-ap: r/w lock for PQAP interception handler function pointer
` [PATCH 2/2] s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notification

[kvm-unit-tests PATCH 0/5] s390x: sie and uv cleanups
 2021-07-23 17:25 UTC  (14+ messages)
` [kvm-unit-tests PATCH 1/5] s390x: sie: Add missing includes
` [kvm-unit-tests PATCH 2/5] s390x: sie: Fix sie.h integer types
` [kvm-unit-tests PATCH 3/5] lib: s390x: uv: Int type cleanup
` [kvm-unit-tests PATCH 4/5] lib: s390x: uv: Add offset comments to uv_query and extend it
` [kvm-unit-tests PATCH 5/5] lib: s390x: Print if a pgm happened while in SIE

sched: Move SCHED_DEBUG sysctl to debugfs
 2021-07-23 16:21 UTC  (6+ messages)
` [PATCH 0/1] Improve yield (was: sched: Move SCHED_DEBUG sysctl to debugfs)
  ` [PATCH 1/1] sched/fair: improve yield_to vs fairness

[PATCH v2 00/14] Provide core infrastructure for managing open/release
 2021-07-23 14:38 UTC  (43+ messages)
` [PATCH v2 01/14] vfio/samples: Remove module get/put
` [PATCH v2 02/14] vfio/mbochs: Fix missing error unwind in mbochs_probe()
` [PATCH v2 03/14] vfio: Introduce a vfio_uninit_group_dev() API call
` [PATCH v2 04/14] vfio: Provide better generic support for open/release vfio_device_ops
` [PATCH v2 05/14] vfio/samples: Delete useless open/close
` [PATCH v2 06/14] vfio/fsl: Move to the device set infrastructure
` [PATCH v2 07/14] vfio/platform: Use open_device() instead of open coding a refcnt scheme
` [PATCH v2 08/14] vfio/pci: Move to the device set infrastructure
` [PATCH v2 09/14] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set
` [PATCH v2 10/14] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
` [PATCH v2 11/14] vfio/mbochs: Fix close when multiple device FDs are open
` [PATCH v2 12/14] vfio/ap,ccw: Fix open/close "
` [PATCH v2 13/14] vfio/gvt: "
` [PATCH v2 14/14] vfio: Remove struct vfio_device_ops open/release

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

[PATCH v2 0/2] s390x: KVM: CPU Topology
 2021-07-23 10:24 UTC  (9+ messages)
` [PATCH v2 1/2] s390x: KVM: accept STSI for CPU topology information
` [PATCH v2 2/2] s390:kvm: Topology expose TOPOLOGY facility

[kvm-unit-tests PATCH] s390x: Add specification exception interception test
 2021-07-22  9:28 UTC  (2+ messages)

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-22  8:45 UTC  (5+ messages)
` [PATCH v4 5/5] "

[kvm-unit-tests PATCH] s390x: Add specification exception test
 2021-07-22  7:33 UTC  (4+ messages)

[GIT PULL] s390 updates for 5.14-rc3
 2021-07-21 20:54 UTC  (2+ messages)

[PATCH net-next v2 16/31] qeth: use ndo_siocdevprivate
 2021-07-21  8:49 UTC  (2+ messages)

[PATCH 05/13] vfio/fsl: Move to the device set infrastructure
 2021-07-20 16:25 UTC  (5+ messages)

[PATCH v3] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-07-20 15:01 UTC 

[PATCH v2] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-07-20 13:59 UTC  (3+ messages)

[PATCH net-next 0/3] s390/qeth: updates 2021-07-20
 2021-07-20 13:30 UTC  (5+ messages)
` [PATCH net-next 1/3] s390/qeth: remove OSN support
` [PATCH net-next 2/3] s390/qeth: clean up QETH_PROT_* naming
` [PATCH net-next 3/3] s390/qeth: clean up device_type management

[PATCH] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-07-20  9:32 UTC  (3+ messages)

[PATCH v1 00/16] .map_sg() error cleanup
 2021-07-19 20:22 UTC  (16+ messages)
` [PATCH v1 01/16] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v1 04/16] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v1 10/16] s390/pci: return error code from s390_dma_map_sg()
` [PATCH v1 13/16] xen: swiotlb: return error code from xen_swiotlb_map_sg()
` [PATCH v1 14/16] x86/amd_gart: return error code from gart_map_sg()
` [PATCH v1 16/16] dma-mapping: Disallow .map_sg operations from returning zero on error

[PATCH 4.19 196/421] s390: appldata depends on PROC_SYSCTL
 2021-07-19 14:50 UTC 

[PATCH 4.14 142/315] s390: appldata depends on PROC_SYSCTL
 2021-07-19 14:50 UTC 

[PATCH 4.9 110/245] s390: appldata depends on PROC_SYSCTL
 2021-07-19 14:50 UTC 

[PATCH 4.4 085/188] s390: appldata depends on PROC_SYSCTL
 2021-07-19 14:51 UTC 

[PATCH 00/13] Provide core infrastructure for managing open/release
 2021-07-19 14:47 UTC  (8+ messages)
` [PATCH 09/13] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
` [PATCH 12/13] vfio/gvt: Fix open/close when multiple device FDs are open

[PATCH 10/13] vfio/mbochs: Fix close when multiple device FDs are open
 2021-07-19 14:45 UTC  (2+ messages)

[PATCH 11/13] vfio/ap,ccw: Fix open/close when multiple device FDs are open
 2021-07-19 14:40 UTC  (2+ messages)

[PATCH 03/13] vfio: Provide better generic support for open/release vfio_device_ops
 2021-07-19 13:03 UTC  (4+ messages)

[PATCH 04/13] vfio/samples: Delete useless open/close
 2021-07-19 13:01 UTC  (2+ messages)

[PATCH 02/13] vfio: Introduce a vfio_uninit_group_dev() API call
 2021-07-19 12:43 UTC  (4+ messages)

[PATCH 01/13] vfio/samples: Remove module get/put
 2021-07-19 11:42 UTC  (2+ messages)

[PATCH] s390/cpumf: fix semicolon.cocci warnings
 2021-07-19  4:41 UTC 


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