Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-14 17:39:47 to 2019-10-22 12:21:21 UTC [more...]

[PATCH 12/24] scsi: introduce scsi_build_sense()
 2019-10-22 12:21 UTC 

[kvm-unit-tests PATCH v1 0/5] s390x: SCLP Unit test
 2019-10-22 12:16 UTC  (10+ messages)
` [kvm-unit-tests PATCH v1 1/5] s390x: remove redundant defines
` [kvm-unit-tests PATCH v1 2/5] s390x: improve error reporting for interrupts
` [kvm-unit-tests PATCH v1 3/5] s390x: sclp: expose ram_size and max_ram_size
` [kvm-unit-tests PATCH v1 4/5] s390x: sclp: add service call instruction wrapper
` [kvm-unit-tests PATCH v1 5/5] s390x: SCLP unit test

[PATCH V7] mm/debug: Add tests validating architecture page table helpers
 2019-10-22 11:18 UTC  (4+ messages)

[PATCH net-next 0/8] net/smc: improve termination handling (part 2)
 2019-10-21 14:13 UTC  (9+ messages)
` [PATCH net-next 1/8] net/smc: cancel send and receive for terminated socket
` [PATCH net-next 2/8] net/smc: terminate link group without holding lgr lock
` [PATCH net-next 3/8] net/smc: improve abnormal termination locking
` [PATCH net-next 4/8] net/smc: improve link group freeing
` [PATCH net-next 5/8] net/smc: tell peers about abnormal link group termination
` [PATCH net-next 6/8] net/smc: improve abnormal termination of link groups
` [PATCH net-next 7/8] net/smc: introduce link group termination worker
` [PATCH net-next 8/8] net/smc: remove close abort worker

[PATCH V4 0/6] mdev based hardware virtio offloading support
 2019-10-21 10:13 UTC  (27+ 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 0/4] treewide: fix interrupted release
 2019-10-21  9:55 UTC  (7+ messages)

generic ioremap (and lots of cleanups) v2
 2019-10-21  8:47 UTC  (28+ 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 AUTOSEL 4.9 28/29] s390/uaccess: avoid (false positive) compiler warnings
 2019-10-18 22:09 UTC 

[PATCH AUTOSEL 4.14 55/56] s390/uaccess: avoid (false positive) compiler warnings
 2019-10-18 22:07 UTC 

[PATCH AUTOSEL 4.19 099/100] s390/uaccess: avoid (false positive) compiler warnings
 2019-10-18 22:05 UTC 

[PATCH AUTOSEL 5.3 82/89] s390/cio: fix virtio-ccw DMA without PV
 2019-10-18 22:03 UTC  (2+ messages)
` [PATCH AUTOSEL 5.3 88/89] s390/uaccess: avoid (false positive) compiler warnings

memory leaks in dasd_eckd_check_characteristics() error paths
 2019-10-18 12:06 UTC  (7+ messages)

[PATCH v12 08/22] s390: mm: Add p?d_leaf() definitions
 2019-10-18 10:12 UTC 

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

PCI/MSI: Remove the PCI_MSI_IRQ_DOMAIN architecture whitelist
 2019-10-18  6:20 UTC  (6+ messages)
` [PATCH 1/3] ia64: Use the generic msi.h
` [PATCH 2/3] s390: "
` [PATCH 3/3] pci: Default to PCI_MSI_IRQ_DOMAIN

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

[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  (28+ messages)
` [PATCH V3 1/7] mdev: class id support
` [PATCH V3 2/7] mdev: bus uevent support
` [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] scripts/gdb: fix debugging modules on s390
 2019-10-17  7:05 UTC  (4+ messages)

[PATCH v6 04/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()
 2019-10-16 14:01 UTC  (5+ messages)
` [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  (14+ 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  (10+ messages)
` [PATCH v2 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH v2 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header

[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

s390 EAGAIN on send{msg,to}()/recvmsg() on small MTU and big packet size
 2019-10-15  9:34 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).