linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-11 00:06:38 to 2019-10-17 17:47:12 UTC [more...]

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

[PATCH V4 0/6] mdev based hardware virtio offloading support
 2019-10-17 15:07 UTC  (8+ messages)
` [PATCH V4 1/6] mdev: class id support
` [PATCH V4 2/6] modpost: add support for mdev class id
` [PATCH V4 3/6] mdev: introduce device specific ops
` [PATCH V4 4/6] mdev: introduce virtio device and its device ops
` [PATCH V4 5/6] virtio: introduce a mdev based transport
` [PATCH V4 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework

[PATCH v2] scripts/gdb: fix debugging modules on s390
 2019-10-17 14:12 UTC  (3+ messages)

[RFT PATCH 0/3] crypto: s390 - convert to skcipher API
 2019-10-17 14:05 UTC  (15+ messages)
` [RFT PATCH 1/3] crypto: s390/aes "
` [RFT PATCH 2/3] crypto: s390/paes "
` [RFT PATCH 3/3] crypto: s390/des "

[PATCH v3 0/4] vfio-ccw: A couple trace changes
 2019-10-17 10:19 UTC  (8+ messages)
` [PATCH v3 1/4] vfio-ccw: Refactor how the traces are built
` [PATCH v3 2/4] vfio-ccw: Trace the FSM jumptable
` [PATCH v3 3/4] vfio-ccw: Add a trace for asynchronous requests
` [PATCH v3 4/4] vfio-ccw: Rework the io_fctl trace

[PATCH V3 0/7] mdev based hardware virtio offloading support
 2019-10-17  9:43 UTC  (30+ messages)
` [PATCH V3 1/7] mdev: class id support
` [PATCH V3 2/7] mdev: bus uevent support
` [PATCH V3 3/7] modpost: add support for mdev class id
` [PATCH V3 4/7] mdev: introduce device specific ops
` [PATCH V3 5/7] mdev: introduce virtio device and its device ops
` [PATCH V3 6/7] virtio: introduce a mdev based transport
` [PATCH V3 7/7] docs: sample driver to demonstrate how to implement virtio-mdev framework

[PATCH] scripts/gdb: fix debugging modules on s390
 2019-10-17  7:05 UTC  (4+ messages)

memory leaks in dasd_eckd_check_characteristics() error paths
 2019-10-16 15:28 UTC  (6+ messages)

[PATCH v6 01/10] mm/memunmap: Don't access uninitialized memmap in memunmap_pages()
 2019-10-16 14:01 UTC  (9+ messages)
` [PATCH v6 03/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_pgdat_span()
` [PATCH v6 04/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()
` [PATCH v6 06/10] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()

[PATCH v2 0/4] vfio-ccw: A couple trace changes
 2019-10-16 13:35 UTC  (12+ messages)
` [PATCH v2 1/4] vfio-ccw: Refactor how the traces are built
` [PATCH v2 2/4] vfio-ccw: Trace the FSM jumptable
` [PATCH v2 3/4] vfio-ccw: Add a trace for asynchronous requests
` [PATCH v2 4/4] vfio-ccw: Rework the io_fctl trace

[PATCH v6] numa: make node_to_cpumask_map() NUMA_NO_NODE aware
 2019-10-16 12:07 UTC  (25+ messages)

[PATCH V6 0/2] mm/debug: Add tests validating architecture page table helpers
 2019-10-16  9:54 UTC  (11+ messages)
` [PATCH V6 2/2] "

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-16  8:28 UTC  (32+ messages)
` [PATCH v2 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH v2 02/29] powerpc: Remove PT_NOTE workaround
` [PATCH v2 03/29] powerpc: Rename PT_LOAD identifier "kernel" to "text"
` [PATCH v2 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
` [PATCH v2 12/29] vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA
` [PATCH v2 13/29] vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
` [PATCH v2 18/29] arm64: Move EXCEPTION_TABLE to RO_DATA segment
` [PATCH v2 19/29] c6x: "
` [PATCH v2 20/29] h8300: "
` [PATCH v2 21/29] ia64: "
` [PATCH v2 23/29] parisc: "
` [PATCH v2 24/29] powerpc: "
` [PATCH v2 25/29] xtensa: "
` [PATCH v2 26/29] x86/mm: Remove redundant &s on addresses
` [PATCH v2 27/29] x86/mm: Report which part of kernel image is freed
` [PATCH v2 28/29] x86/mm: Report actual image regions in /proc/iomem

[PATCH v6 00/10] s390: vfio-ap: dynamic configuration support
 2019-10-15 20:33 UTC  (5+ messages)

[PATCH 17/34] s390: Use CONFIG_PREEMPTION
 2019-10-15 19:18 UTC 

[PATCH RFC 0/5] ARM: Raspberry Pi 4 DMA support
 2019-10-15 17:46 UTC  (5+ messages)
` [PATCH RFC 1/5] dma/direct: turn ARCH_ZONE_DMA_BITS into a variable

[RFC PATCH 0/4] vfio-ccw: A couple trace changes
 2019-10-15 15:30 UTC  (14+ messages)
` [RFC PATCH 1/4] vfio-ccw: Refactor how the traces are built
` [RFC PATCH 2/4] vfio-ccw: Trace the FSM jumptable
` [RFC PATCH 3/4] vfio-ccw: Add a trace for asynchronous requests
` [RFC PATCH 4/4] vfio-ccw: Rename the io_fctl trace

[PATCH 0/4] treewide: fix interrupted release
 2019-10-15 14:07 UTC  (8+ messages)
` [PATCH 4/4] s390/zcrypt: fix memleak at release

s390 EAGAIN on send{msg,to}()/recvmsg() on small MTU and big packet size
 2019-10-15  9:34 UTC  (2+ messages)

[GIT PULL] s390 updates for 5.4-rc3
 2019-10-12 21:40 UTC  (2+ messages)

[PATCH v14 0/6] open: introduce openat2(2) syscall
 2019-10-12  4:15 UTC  (5+ messages)
` [PATCH v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution

[PATCH] proc: centralise declaration of cpuinfo_op
 2019-10-11 13:43 UTC  (3+ messages)

[PATCH] seccomp: remove unused arg from secure_computing()
 2019-10-11  9:45 UTC  (4+ messages)
` [PATCH v1] seccomp: simplify secure_computing()

[PATCH V5 0/2] mm/debug: Add tests validating architecture page table helpers
 2019-10-11  6:25 UTC  (3+ messages)
` [PATCH V5 1/2] mm/hugetlb: Make alloc_gigantic_page() available for general use
` [PATCH V5 2/2] mm/debug: Add tests validating architecture page table helpers

[PATCH v2 net 0/3] net/smc: fixes for -net
 2019-10-11  2:16 UTC  (2+ messages)

[PATCH 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-11  1:38 UTC  (4+ 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 NNTP newsgroup(s).