linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-31 22:41:28 to 2019-08-19 08:50:54 UTC [more...]

generic ioremap (and lots of cleanups)
 2019-08-19  8:50 UTC  (37+ messages)
` [PATCH 01/26] mtd/maps/pxa2xx: use ioremap_cache insted of ioremap_cached
` [PATCH 02/26] arm, unicore32: remove ioremap_cached
` [PATCH 03/26] m68k, microblaze: remove ioremap_fullcache
` [PATCH 04/26] mips: remove ioremap_cachable
` [PATCH 05/26] openrisc: map as uncached in ioremap
` [PATCH 06/26] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 07/26] hexagon: clean up ioremap
` [PATCH 08/26] m68k: simplify ioremap_nocache
` [PATCH 09/26] alpha: remove the unused __ioremap wrapper
` [PATCH 10/26] nios2: remove __ioremap
` [PATCH 11/26] parisc: "
` [PATCH 12/26] x86: clean up ioremap
` [PATCH 13/26] xtensa: "
` [PATCH 14/26] asm-generic: don't provide __ioremap
` [PATCH 15/26] asm-generic: ioremap_uc should behave the same with and without MMU
` [PATCH 16/26] asm-generic: don't provide ioremap for CONFIG_MMU
` [PATCH 17/26] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [PATCH 18/26] m68k: rename __iounmap and mark it static
` [PATCH 19/26] arm64: remove __iounmap
` [PATCH 20/26] hexagon: "
` [PATCH 21/26] nios2: "
` [PATCH 22/26] sh: "
` [PATCH 23/26] lib: provide a simple generic ioremap implementation
` [PATCH 24/26] riscv: use the generic ioremap code
` [PATCH 25/26] csky: use generic ioremap
` [PATCH 26/26] nds32: "

[PATCH 1/2] kasan: support instrumented bitops combined with generic bitops
 2019-08-19  6:28 UTC  (2+ messages)
` [PATCH 2/2] powerpc: support KASAN instrumentation of bitops

[PATCH 0/6] crypto: sha256 - Merge 2 separate C implementations into 1, put into separate library
 2019-08-18 16:08 UTC  (15+ messages)
` [PATCH 1/6] crypto: sha256 - Fix some coding style issues
` [PATCH 2/6] crypto: sha256_generic "
` [PATCH 3/6] crypto: sha256 - Move lib/sha256.c to lib/crypto
` [PATCH 4/6] crypto: sha256 - Use get_unaligned_be32 to get input, memzero_explicit
` [PATCH 5/6] crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
` [PATCH 6/6] crypto: sha256_generic - Use sha256_transform from generic sha256 lib

[PATCH v2 0/7] crypto: sha256 - Merge 2 separate C implementations into 1, put into separate library
 2019-08-17 14:24 UTC  (8+ messages)
` [PATCH v2 1/7] crypto: sha256 - Fix some coding style issues
` [PATCH v2 2/7] crypto: sha256_generic "
` [PATCH v2 3/7] crypto: sha256 - Move lib/sha256.c to lib/crypto
` [PATCH v2 4/7] crypto: sha256 - Use get/put_unaligned_be32 to get input, memzero_explicit
` [PATCH v2 5/7] crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
` [PATCH v2 6/7] crypto: sha256 - Add sha224 support to sha256 library code
` [PATCH v2 7/7] crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code

[PATCH V5 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-08-17  7:19 UTC  (7+ messages)
` [PATCH V5 1/5] iommu/amd: Remove unnecessary locking from AMD iommu driver
` [PATCH V5 2/5] iommu: Add gfp parameter to iommu_ops::map
` [PATCH V5 3/5] iommu/dma-iommu: Handle deferred devices
` [PATCH V5 4/5] iommu/dma-iommu: Use the dev->coherent_dma_mask
` [PATCH V5 5/5] iommu/amd: Convert AMD iommu driver to the dma-iommu api

[PATCH RFC UNTESTED] vfio-ccw: indirect access to translated cps
 2019-08-16 18:21 UTC  (7+ messages)

[PATCH RFC 0/1] s390dbf logging for vfio-ccw
 2019-08-16 15:15 UTC  (2+ messages)
` [PATCH RFC 1/1] vfio-ccw: add some logging

[PATCH v2 00/10] Add definition for the number of standard PCI BARs
 2019-08-16 13:35 UTC  (6+ messages)
` [PATCH v2 01/10] PCI: Add define "
` [PATCH v2 02/10] s390/pci: Loop using PCI_STD_NUM_BARS

[PATCH] crypto: s390/xts-aes - invoke fallback for ciphertext stealing
 2019-08-16 12:35 UTC 

[PATCH v4 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-08-15 11:13 UTC  (5+ messages)

[PATCH] s390/livepatch: Implement reliable stack tracing for the consistency model
 2019-08-14 10:52 UTC  (7+ messages)

[PATCH net] s390/qeth: serialize cmd reply with concurrent timeout
 2019-08-14  2:28 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 50/68] s390: put _stext and _etext into .text section
 2019-08-14  2:15 UTC 

[PATCH AUTOSEL 5.2 097/123] s390/protvirt: avoid memory sharing for diag 308 set/store
 2019-08-14  2:10 UTC  (3+ messages)
` [PATCH AUTOSEL 5.2 098/123] s390/mm: fix dump_pagetables top level page table walking
` [PATCH AUTOSEL 5.2 099/123] s390: put _stext and _etext into .text section

[PATCH] s390: vfio-ap: remove unnecessary calls to disable queue interrupts
 2019-08-13 13:23 UTC  (3+ messages)

[PATCH v5 0/7] s390: vfio-ap: dynamic configuration support
 2019-08-13 10:34 UTC  (10+ messages)
` [PATCH v5 1/7] s390: vfio-ap: Refactor vfio_ap driver probe and remove callbacks
` [PATCH v5 2/7] s390: zcrypt: driver callback to indicate resource in use
` [PATCH v5 4/7] s390: vfio-ap: allow assignment of unavailable AP resources to mdev device
` [PATCH v5 5/7] s390: vfio-ap: allow hot plug/unplug of AP resources using "
` [PATCH v5 6/7] s390: vfio-ap: add logging to vfio_ap driver
` [PATCH v5 7/7] s390: vfio-ap: update documentation

[PATCH 01/16] s390/boot: fix section name escaping
 2019-08-12 21:50 UTC 

[PATCH 0/7] Add definition for the number of standard PCI BARs
 2019-08-12 21:06 UTC  (9+ messages)
` [PATCH 1/7] PCI: Add define "
` [PATCH 2/7] s390/pci: Replace PCI_BAR_COUNT with PCI_STD_NUM_BARS

[PATCH v4 0/6] Remove x86-specific code from generic headers
 2019-08-10  7:46 UTC  (10+ messages)
` [PATCH v4 1/6] x86,s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/Kconfig
` [PATCH v4 2/6] swiotlb: Remove call to sme_active()
` [PATCH v4 3/6] dma-mapping: Remove dma_check_mask()
` [PATCH v4 4/6] x86,s390/mm: Move sme_active() and sme_me_mask to x86-specific header
` [PATCH v4 5/6] fs/core/vmcore: Move sev_active() reference to x86 arch code
` [PATCH v4 6/6] s390/mm: Remove sev_active() function

[GIT PULL] s390 updates for 5.3-rc4
 2019-08-09 16:35 UTC  (2+ messages)

[RFC V2 0/1] mm/debug: Add tests for architecture exported page table helpers
 2019-08-09 13:52 UTC  (6+ messages)
` [RFC V2 1/1] mm/pgtable/debug: Add test validating architecture "

[PATCH 0/2] scsi: core: regression fixes for request batching
 2019-08-09  9:08 UTC  (11+ messages)
` [PATCH 1/2] scsi: core: fix missing .cleanup_rq for SCSI hosts without "
` [PATCH 2/2] scsi: core: fix dh and multipathing "

[PATCH] MAINTAINERS: change list for KVM/s390
 2019-08-09  9:04 UTC  (2+ messages)

[PATCH 2/2] s390/mm: Use refcount_t for refcount
 2019-08-08 11:34 UTC  (4+ messages)

[PATCH 1/2] s390/extmem: Use refcount_t for refcount
 2019-08-08 11:34 UTC  (2+ messages)

[s390:zlib 1/5] dfltcc_deflate.c:undefined reference to `zlib_tr_send_bits'
 2019-08-08  3:23 UTC 

[s390:zlib 2/5] arch/powerpc/boot/infutil.h:15:10: fatal error: module.h: No such file or directory
 2019-08-08  2:52 UTC 

[s390:zlib 5/5] lib/zlib_dfltcc/dfltcc_deflate.c:20:36: warning: suggest parentheses around comparison in operand of '&'
 2019-08-08  2:43 UTC 

[s390:zlib 2/5] include/asm-generic/bug.h:199:2: error: implicit declaration of function 'no_printk'; did you mean '__printf'?
 2019-08-08  2:41 UTC 

[PATCH] s390/pci: PCI_IOV_RESOURCES loop refactoring in zpci_map_resources
 2019-08-06 20:48 UTC  (3+ messages)

[PATCH v2 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2019-08-06 16:47 UTC  (4+ messages)
` [PATCH v2 3/5] x86: Kconfig: Remove CONFIG_NODES_SPAN_OTHER_NODES

[PATCH net] net/smc: avoid fallback in case of non-blocking connect
 2019-08-05 20:25 UTC  (2+ messages)

[PATCH net] net/smc: do not schedule tx_work in SMC_CLOSED state
 2019-08-05 20:24 UTC  (2+ messages)

[PATCH v12 01/11] MODSIGN: Export module signature definitions
 2019-08-05 14:25 UTC  (9+ messages)

[PATCH] s390/net: Mark expected switch fall-throughs
 2019-08-05  7:25 UTC  (2+ messages)

[GIT PULL] s390 updates for 5.3-rc3
 2019-08-02 23:20 UTC  (2+ messages)

[PATCH v3 0/3] KVM: selftests: Enable ucall and dirty_log_test on s390x
 2019-08-02 13:43 UTC  (3+ messages)

[PATCH AUTOSEL 4.4 08/17] s390/qdio: add sanity checks to the fast-requeue path
 2019-08-02 13:26 UTC 

[PATCH AUTOSEL 4.9 09/22] s390/qdio: add sanity checks to the fast-requeue path
 2019-08-02 13:25 UTC 

[PATCH AUTOSEL 4.14 02/30] vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfn
 2019-08-02 13:24 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 14/30] s390/qdio: add sanity checks to the fast-requeue path

[PATCH AUTOSEL 4.19 02/42] vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfn
 2019-08-02 13:23 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 22/42] s390/qdio: add sanity checks to the fast-requeue path
` [PATCH AUTOSEL 4.19 42/42] s390/dma: provide proper ARCH_ZONE_DMA_BITS value

[PATCH AUTOSEL 5.2 03/76] vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfn
 2019-08-02 13:19 UTC  (4+ messages)
` [PATCH AUTOSEL 5.2 04/76] vfio-ccw: Don't call cp_free if we are processing a channel program
` [PATCH AUTOSEL 5.2 47/76] s390/qdio: add sanity checks to the fast-requeue path
` [PATCH AUTOSEL 5.2 75/76] s390/dma: provide proper ARCH_ZONE_DMA_BITS value

linux-next: Tree for Jul 31 - s390 crypto build breakage
 2019-08-02  6:50 UTC  (16+ messages)

[PATCH 0/1] sending DASD patches through linux-block
 2019-08-02  2:47 UTC  (4+ messages)
` [PATCH 1/1] s390/dasd: fix endless loop after read unit address configuration

[PATCH 0/8] Raspberry Pi 4 DMA addressing support
 2019-08-01 15:59 UTC  (4+ messages)
` [PATCH 6/8] dma-direct: turn ARCH_ZONE_DMA_BITS into a variable


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