Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-12 17:12:35 to 2021-07-22 08:46:10 UTC [more...]

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-22  8:45 UTC  (10+ messages)
` [PATCH v4 2/5] s390/cio: Make struct css_driver::remove "
` [PATCH v4 3/5] s390/ccwgroup: Drop if with an always false condition
` [PATCH v4 4/5] s390/scm: Make struct scm_driver::remove return void
` [PATCH v4 5/5] bus: Make remove callback "

[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 0/2] s390/vfio-ap: do not open code locks for VFIO_GROUP_NOTIFY_SET_KVM notification
 2021-07-21 19:37 UTC  (5+ 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

[PATCH 00/12] Introduce vfio_pci_core subsystem
 2021-07-21 17:39 UTC  (14+ 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 00/14] Provide core infrastructure for managing open/release
 2021-07-21 11:33 UTC  (21+ 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 net-next v2 16/31] qeth: use ndo_siocdevprivate
 2021-07-21  8:49 UTC  (2+ messages)

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

[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  (28+ messages)
` [PATCH v1 01/16] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v1 02/16] dma-direct: Return appropriate error code from dma_direct_map_sg()
` [PATCH v1 03/16] iommu: Return full error code from iommu_map_sg[_atomic]()
` [PATCH v1 04/16] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v1 05/16] alpha: return error code from alpha_pci_map_sg()
` [PATCH v1 06/16] ARM/dma-mapping: return error code from .map_sg() ops
` [PATCH v1 07/16] ia64/sba_iommu: return error code from sba_map_sg_attrs()
` [PATCH v1 08/16] MIPS/jazzdma: return error code from jazz_dma_map_sg()
` [PATCH v1 09/16] powerpc/iommu: return error code from .map_sg() ops
` [PATCH v1 10/16] s390/pci: return error code from s390_dma_map_sg()
` [PATCH v1 11/16] sparc/iommu: return error codes from .map_sg() ops
` [PATCH v1 12/16] parisc: return error code "
` [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 15/16] dma-mapping: return error code from dma_dummy_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] s390/cpumf: fix semicolon.cocci warnings
 2021-07-19  4:41 UTC 

[PATCH] s390/bpf: perform r1 range checking before accessing jit->seen_reg[r1]
 2021-07-15 17:50 UTC  (3+ messages)

[PATCH] s390/vfio-ap: do not open code locks for VFIO_GROUP_NOTIFY_SET_KVM notification
 2021-07-15 14:57 UTC  (16+ messages)

Range checking on r1 in function reg_set_seen in arch/s390/net/bpf_jit_comp.c
 2021-07-15 12:40 UTC  (3+ messages)

[PATCH v1 0/2] s390x: KVM: CPU Topology
 2021-07-15 11:37 UTC  (13+ messages)
` [PATCH v1 1/2] s390x: KVM: accept STSI for CPU topology information
` [PATCH v1 2/2] KVM: s390: Topology expose TOPOLOGY facility

[PATCH RFC 01/13] s390/hmcdrv: remove the redundant directory path in format string
 2021-07-15  3:15 UTC 

[PATCH v1 2/4] mm/memory_hotplug: remove nid parameter from arch_remove_memory()
 2021-07-14 20:47 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 86/88] s390/traps: do not test MONITOR CALL without CONFIG_BUG
 2021-07-14 19:43 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 87/88] s390: introduce proper type handling call_on_stack() macro

[PATCH AUTOSEL 5.4 50/51] s390: introduce proper type handling call_on_stack() macro
 2021-07-14 19:45 UTC 

[PATCH AUTOSEL 5.12 100/102] s390/traps: do not test MONITOR CALL without CONFIG_BUG
 2021-07-14 19:40 UTC  (2+ messages)
` [PATCH AUTOSEL 5.12 101/102] s390: introduce proper type handling call_on_stack() macro

[PATCH AUTOSEL 5.13 106/108] s390/traps: do not test MONITOR CALL without CONFIG_BUG
 2021-07-14 19:37 UTC  (2+ messages)
` [PATCH AUTOSEL 5.13 107/108] s390: introduce proper type handling call_on_stack() macro

[PATCH] KVM: s390: generate kvm hypercall functions
 2021-07-14 11:21 UTC  (10+ messages)

[kvm-unit-tests RFC PATCH 0/5] arm: Add kvmtool to the runner script
 2021-07-13  7:45 UTC  (7+ messages)
` [kvm-unit-tests RFC PATCH 1/5] lib: arm: Print test exit status on exit if chr-testdev is not available
` [kvm-unit-tests RFC PATCH 2/5] scripts: Rename run_qemu_status -> run_test_status

[PATCH v3 0/5] bus: Make remove callback return void
 2021-07-13  7:40 UTC  (5+ messages)
` [PATCH v3 2/5] s390/cio: Make struct css_driver::remove "
` [PATCH v3 3/5] s390/ccwgroup: Drop if with an always false condition
` [PATCH v3 4/5] s390/scm: Make struct scm_driver::remove return void
` [PATCH v3 5/5] bus: Make remove callback "

[PATCH] zfcp: report port fc_security as unknown early during remote cable pull
 2021-07-13  1:52 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).