linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-24 18:19:22 to 2019-05-06 09:03:42 UTC [more...]

[PATCH v3 00/26] compat_ioctl: cleanups
 2019-05-06  9:03 UTC  (2+ messages)

[PATCH v2 0/7] s390: vfio-ap: dynamic configuration support
 2019-05-06  7:05 UTC  (12+ messages)
` [PATCH v2 1/7] s390: vfio-ap: wait for queue empty on queue reset
` [PATCH v2 2/7] s390: vfio-ap: maintain a shadow of the guest's CRYCB
` [PATCH v2 3/7] s390: vfio-ap: sysfs interface to display guest CRYCB
` [PATCH v2 4/7] s390: vfio-ap: allow assignment of unavailable AP resources to mdev device
` [PATCH v2 5/7] s390: vfio-ap: allow hot plug/unplug of AP resources using "
` [PATCH v2 6/7] s390: vfio-ap: handle bind and unbind of AP queue device
` [PATCH v2 7/7] s390: vfio-ap: update documentation

[RFC 0/7] Convert the Intel iommu driver to the dma-ops api
 2019-05-06  1:42 UTC  (14+ messages)
` [RFC 1/7] iommu/vt-d: Set the dma_ops per device so we can remove the iommu_no_mapping code
` [RFC 2/7] iommu/vt-d: Remove iova handling code from non-dma ops path
` [RFC 3/7] iommu: improve iommu iotlb flushing
` [RFC 4/7] iommu/dma-iommu: Handle freelists in the dma-iommu api path
` [RFC 5/7] iommu/dma-iommu: add wrapper for iommu_dma_free_cpu_cached_iovas
` [RFC 6/7] iommu/vt-d: convert the intel iommu driver to the dma-iommu ops api
` [RFC 7/7] iommu/vt-d: Always set DMA_PTE_READ if the iommu doens't support zero length reads

[PATCH 00/10] s390: virtio: support protected virtualization
 2019-05-05 15:13 UTC  (25+ messages)
` [PATCH 01/10] virtio/s390: use vring_create_virtqueue
` [PATCH 02/10] virtio/s390: DMA support for virtio-ccw
` [PATCH 03/10] virtio/s390: enable packed ring
` [PATCH 04/10] s390/mm: force swiotlb for protected virtualization
` [PATCH 05/10] s390/cio: introduce DMA pools to cio
` [PATCH 06/10] s390/cio: add basic protected virtualization support
` [PATCH 07/10] s390/airq: use DMA memory for adapter interrupts
` [PATCH 08/10] virtio/s390: add indirection to indicators access
` [PATCH 09/10] virtio/s390: use DMA memory for ccw I/O and classic notifiers
` [PATCH 10/10] virtio/s390: make airq summary indicators DMA

[PATCH v6 0/1] iommu: enhance IOMMU dma mode build options
 2019-05-04  8:44 UTC  (2+ messages)

[PATCH] s390: vdso: drop unnecessary cc-ldoption
 2019-05-03 14:39 UTC  (3+ messages)

[PATCH v2 1/4] s390: only build for new CPUs with clang
 2019-05-03 14:27 UTC  (9+ messages)
` [PATCH v2 2/4] s390: boot, purgatory: pass $(CLANG_FLAGS) where needed
` [PATCH v2 3/4] s390: drop CONFIG_VIRT_TO_BUS
` [PATCH v2 4/4] s390: fix clang -Wpointer-sign warnigns in boot code

[PATCH v1 0/7] s390: vfio-ccw fixes
 2019-05-03 13:49 UTC  (8+ messages)
` [PATCH 1/7] s390/cio: Update SCSW if it points to the end of the chain
` [PATCH 2/7] s390/cio: Set vfio-ccw FSM state before ioeventfd
` [PATCH 3/7] s390/cio: Split pfn_array_alloc_pin into pieces
` [PATCH 4/7] s390/cio: Initialize the host addresses in pfn_array
` [PATCH 5/7] s390/cio: Allow zero-length CCWs in vfio-ccw
` [PATCH 6/7] s390/cio: Don't pin vfio pages for empty transfers
` [PATCH 7/7] s390/cio: Remove vfio-ccw checks of command codes

[PATCH 0/3] remove ARCH_SELECT_MEMORY_MODEL where it has no effect
 2019-05-03 13:47 UTC  (5+ messages)
  ` [PATCH 1/3] arm: remove ARCH_SELECT_MEMORY_MODEL
    ` [PATCH 2/3] s390: "
  ` [PATCH 3/3] sparc: "

[RESEND PATCH v3 00/11] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
 2019-05-03 13:40 UTC  (8+ messages)
` [RESEND PATCH v3 05/11] mtd: rawnand: vf610_nfc: add initializer to avoid -Wmaybe-uninitialized
` [RESEND PATCH v3 09/11] powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inline

Linux 5.1-rc5
 2019-05-03 13:31 UTC  (7+ messages)

[PATCH v2 0/5] cpu/speculation: Add 'mitigations=' cmdline option
 2019-05-03 13:00 UTC  (11+ messages)
` [PATCH v2 5/5] arm64/speculation: Support "
    ` [PATCH] Documentation: Add ARM64 to kernel-parameters.rst

[PATCH v8 0/4] vfio: ap: AP Queue Interrupt Control
 2019-05-02 17:34 UTC  (5+ messages)
` [PATCH v8 1/4] s390: ap: kvm: add PQAP interception for AQIC
` [PATCH v8 2/4] vfio: ap: register IOMMU VFIO notifier
` [PATCH v8 3/4] s390: ap: implement PAPQ AQIC interception in kernel
` [PATCH v8 4/4] s390: ap: kvm: Enable PQAP/AQIC facility for the guest

[PATCH v4 0/2] Use DIAG318 to set Control Program Name & Version Codes
 2019-05-02 15:58 UTC  (8+ messages)
` [PATCH v4 1/2] s390/setup: diag318: refactor struct
` [PATCH v4 2/2] s390/kvm: diagnose 318 handling

[PATCH] memblock: make keeping memblock memory opt-in rather than opt-out
 2019-05-02 15:31 UTC  (2+ messages)

[PATCH v7 0/4] vfio: ap: AP Queue Interrupt Control
 2019-05-02  7:57 UTC  (18+ messages)
` [PATCH v7 1/4] s390: ap: kvm: add PQAP interception for AQIC
` [PATCH v7 2/4] vfio: ap: register IOMMU VFIO notifier
` [PATCH v7 3/4] s390: ap: implement PAPQ AQIC interception in kernel
` [PATCH v7 4/4] s390: ap: kvm: Enable PQAP/AQIC facility for the guest

[PATCHv2] kernel/crash: make parse_crashkernel()'s return value more indicant
 2019-05-02  6:22 UTC  (8+ messages)

[GIT PULL 00/12] KVM: s390: Features and fixes for kvm/next
 2019-04-30 19:29 UTC  (14+ messages)
` [GIT PULL 01/12] KVM: s390: Fix potential spectre warnings
` [GIT PULL 02/12] KVM: s390: add vector enhancements facility 2 to cpumodel
` [GIT PULL 03/12] KVM: s390: add vector BCD enhancements facility "
` [GIT PULL 04/12] KVM: s390: add MSA9 "
` [GIT PULL 05/12] KVM: s390: provide query function for instructions returning 32 byte
` [GIT PULL 06/12] KVM: s390: add enhanced sort facilty to cpu model
` [GIT PULL 07/12] KVM: s390: add deflate conversion "
` [GIT PULL 08/12] KVM: s390: enable MSA9 keywrapping functions depending on "
` [GIT PULL 09/12] KVM: polling: add architecture backend to disable polling
` [GIT PULL 10/12] KVM: s390: provide kvm_arch_no_poll function
` [GIT PULL 11/12] KVM: s390: vsie: Do not shadow CRYCB when no AP and no keys
` [GIT PULL 12/12] KVM: s390: vsie: Return correct values for Invalid CRYCB format

[PATCH v2 0/4] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-04-30 14:04 UTC  (11+ messages)
` [PATCH v2 1/4] iommu: Add gfp parameter to iommu_ops::map
` [PATCH v2 2/4] iommu/dma-iommu: Handle deferred devices
` [PATCH v2 3/4] iommu/dma-iommu: Use the dev->coherent_dma_mask
` [PATCH v2 4/4] iommu/amd: Convert the AMD iommu driver to the dma-iommu api

[PATCH] KVM: s390: vsie: Do not shadow CRYCB when no AP and no keys
 2019-04-29  7:10 UTC  (6+ messages)

[PATCH] KVM: s390: vsie: Return correct values for Invalid CRYCB format
 2019-04-29  7:01 UTC  (7+ messages)

[-next] system hangs likely due to "modules: Only return -EEXIST for modules that have finished loading"
 2019-04-29  5:55 UTC  (12+ messages)

[s390:for-linus 44/79] awk: line 2: function or never defined
 2019-04-26 20:55 UTC 

[PATCH net-next 0/8] s390/qeth: updates 2019-04-25
 2019-04-26 15:14 UTC  (10+ messages)
` [PATCH net-next 1/8] s390: qeth: address type mismatch warning
` [PATCH net-next 2/8] s390/qeth: remove RX seqno in skb->cb
` [PATCH net-next 3/8] s390/qeth: clean up stale buffer state documentation
` [PATCH net-next 4/8] s390/qeth: use IS_* helpers for checking device type
` [PATCH net-next 5/8] s390/qeth: don't clear Output buffers on every queue init
` [PATCH net-next 6/8] s390/qeth: cache max number of available buffer elements
` [PATCH net-next 7/8] s390/qeth: extract helper to determine L2 cast type
` [PATCH net-next 8/8] s390/qeth: trust non-IP cast type in qeth_l3_fill_header()

Mapping memory regions on s390
 2019-04-26 11:31 UTC  (2+ messages)

[PATCH v1 0/7] mm/memory_hotplug: Factor out memory block device handling
 2019-04-26  9:11 UTC  (3+ messages)
` [PATCH v1 2/7] s390x/mm: Implement arch_remove_memory()

[PULL 0/9] vfio-ccw patches for 5.2
 2019-04-25 11:47 UTC  (11+ messages)
` [PULL 1/9] vfio-ccw: make it safe to access channel programs
` [PULL 2/9] vfio-ccw: rework ssch state handling
` [PULL 3/9] vfio-ccw: protect the I/O region
` [PULL 4/9] vfio-ccw: add capabilities chain
` [PULL 5/9] s390/cio: export hsch to modules
` [PULL 6/9] vfio-ccw: add handling for async channel instructions
` [PULL 7/9] vfio-ccw: Do not call flush_workqueue while holding the spinlock
` [PULL 8/9] vfio-ccw: Release any channel program when releasing/removing vfio-ccw mdev
` [PULL 9/9] vfio-ccw: Prevent quiesce function going into an infinite loop


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