public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-28 09:20:33 to 2019-11-04 08:59:26 UTC [more...]

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-11-04  8:59 UTC  (9+ messages)
` [PATCH v2 01/29] powerpc: Rename "notes" PT_NOTE to "note"

[kvm-unit-tests PATCH] s390x: Use loop to save and restore fprs
 2019-11-04  8:55 UTC 

[RFC 00/37] KVM: s390: Add support for protected VMs
 2019-11-04  8:41 UTC  (37+ messages)
` [RFC 01/37] DOCUMENTATION: protvirt: Protected virtual machine introduction
` [RFC 02/37] s390/protvirt: introduce host side setup
` [RFC 03/37] s390/protvirt: add ultravisor initialization
` [RFC 04/37] KVM: s390: protvirt: Add initial lifecycle handling
` [RFC 06/37] s390: UV: Add import and export to UV library
` [RFC 09/37] KVM: s390: protvirt: Implement on-demand pinning
` [RFC 12/37] KVM: s390: protvirt: Handle SE notification interceptions
` [RFC 13/37] KVM: s390: protvirt: Add interruption injection controls
` [RFC 27/37] KVM: s390: protvirt: SIGP handling

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

[PATCH V8] mm/debug: Add tests validating architecture page table helpers
 2019-11-04  2:15 UTC  (3+ messages)

memory leak in smc_create
 2019-11-03 19:42 UTC 

[GIT PULL] s390 updates for 5.4-rc6
 2019-11-02 18:35 UTC  (2+ messages)

[PATCH] s390: vfio-ap: disable IRQ in remove callback results in kernel OOPS
 2019-11-01 20:04 UTC  (8+ messages)

[PATCH v15 08/23] s390: mm: Add p?d_leaf() definitions
 2019-11-01 14:09 UTC 

[RFC 07/37] KVM: s390: protvirt: Secure memory is not mergeable
 2019-11-01 13:02 UTC  (3+ messages)
` [RFC v2] "

[PATCH net-next 0/8] s390/qeth: updates 2019-10-31
 2019-10-31 19:33 UTC  (10+ messages)
` [PATCH net-next 1/8] s390/qdio: implement IQD Multi-Write
` [PATCH net-next 2/8] s390/qeth: use "
` [PATCH net-next 3/8] s390/qeth: use QDIO_BUFNR()
` [PATCH net-next 4/8] s390/qeth: keep IRQ disabled until NAPI is really done
` [PATCH net-next 5/8] s390/qeth: consolidate some duplicated HW cmd code
` [PATCH net-next 6/8] s390/qeth: don't set card state in qeth_qdio_clear_card()
` [PATCH net-next 7/8] s390/qeth: use helpers for IP address hashing
` [PATCH net-next 8/8] s390/qeth: don't cache MAC addresses for multicast IPs

[PATCH] dma/direct: turn ARCH_ZONE_DMA_BITS into a variable
 2019-10-31 18:32 UTC  (8+ messages)

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

[PATCH 0/1] RFC: memcg support for KVM/s390
 2019-10-31 15:31 UTC  (5+ messages)
` [PATCH 1/1] KVM: s390: Add memcg accounting to KVM allocations

[PATCH v2 0/3] s390/livepatch: Implement reliable stack tracing for the consistency model
 2019-10-31 15:24 UTC  (9+ messages)
` [PATCH v2 1/3] s390/unwind: drop unnecessary code around calling ftrace_graph_ret_addr()
` [PATCH v2 2/3] s390/unwind: prepare the unwinding interface for reliable stack traces
` [PATCH v2 3/3] s390/livepatch: Implement reliable stack tracing for the consistency model

[PATCH] scripts/gdb: fix debugging modules compiled with hot/cold partitioning
 2019-10-31  9:56 UTC  (3+ messages)

[PATCH v7] numa: make node_to_cpumask_map() NUMA_NO_NODE aware
 2019-10-31  3:26 UTC  (8+ messages)

[PATCH 1/3] arch: ipcbuf.h: make uapi asm/ipcbuf.h self-contained
 2019-10-31  1:53 UTC  (5+ messages)
` [PATCH 2/3] arch: msgbuf.h: make uapi asm/msgbuf.h self-contained
` [PATCH 3/3] arch: sembuf.h: make uapi asm/sembuf.h self-contained

[PATCH v2] mm/sparse.c: mark populate_section_memmap as __meminit
 2019-10-30 15:33 UTC  (2+ messages)

[PATCH] mm/sparse.c: mark populate_section_memmap as __meminit
 2019-10-30 15:07 UTC  (5+ messages)

[PATCH 0/6] Improvements for random.h/archrandom.h
 2019-10-30 11:37 UTC  (13+ messages)
` [PATCH 1/6] random: Mark CONFIG_ARCH_RANDOM functions __must_check
` [PATCH 2/6] x86: Move arch_has_random* inside CONFIG_ARCH_RANDOM
` [PATCH 3/6] x86: Mark archrandom.h functions __must_check
` [PATCH 4/6] powerpc: Use bool in archrandom.h
` [PATCH 5/6] powerpc: Mark archrandom.h functions __must_check
` [PATCH 6/6] s390x: "

generic ioremap (and lots of cleanups) v3
 2019-10-30 10:39 UTC  (24+ 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: clean up ioremap
` [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 0/4] treewide: fix interrupted release
 2019-10-30 10:01 UTC  (3+ messages)
` [PATCH 1/4] drm/msm: fix memleak on release

[PATCH V5 0/6] mdev based hardware virtio offloading support
 2019-10-30  7:36 UTC  (5+ messages)
` [PATCH V5 4/6] mdev: introduce virtio device and its device ops

[PATCH v6] numa: make node_to_cpumask_map() NUMA_NO_NODE aware
 2019-10-30  1:58 UTC  (14+ messages)

[PATCH net-next 1/1] net/smc: remove unneeded include for smc.h
 2019-10-30  1:11 UTC  (2+ messages)

[PATCH net 1/1] net/smc: fix refcounting for non-blocking connect()
 2019-10-30  1:10 UTC  (2+ messages)

[PATCH v3 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-29 21:13 UTC  (30+ messages)
` [PATCH v3 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH v3 02/29] powerpc: Remove PT_NOTE workaround
` [PATCH v3 03/29] powerpc: Rename PT_LOAD identifier "kernel" to "text"
` [PATCH v3 04/29] alpha: "
` [PATCH v3 05/29] ia64: Rename PT_LOAD identifier "code" "
` [PATCH v3 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
` [PATCH v3 07/29] x86: Restore "text" Program Header with dummy section
` [PATCH v3 08/29] vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
` [PATCH v3 09/29] vmlinux.lds.h: Move Program Header restoration into NOTES macro
` [PATCH v3 10/29] vmlinux.lds.h: Move NOTES into RO_DATA
` [PATCH v3 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA
` [PATCH v3 12/29] vmlinux.lds.h: Replace RO_DATA_SECTION "
` [PATCH v3 13/29] vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
` [PATCH v3 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
` [PATCH v3 15/29] x86: Actually use _etext for end of text segment
` [PATCH v3 16/29] x86: Move EXCEPTION_TABLE to RO_DATA segment
` [PATCH v3 17/29] alpha: "
` [PATCH v3 18/29] arm64: "
` [PATCH v3 19/29] c6x: "
` [PATCH v3 20/29] h8300: "
` [PATCH v3 21/29] ia64: "
` [PATCH v3 22/29] microblaze: "
` [PATCH v3 23/29] parisc: "
` [PATCH v3 24/29] powerpc: "
` [PATCH v3 25/29] xtensa: "
` [PATCH v3 26/29] x86/mm: Remove redundant &s on addresses
` [PATCH v3 27/29] x86/mm: Report which part of kernel image is freed
` [PATCH v3 28/29] x86/mm: Report actual image regions in /proc/iomem
` [PATCH v3 29/29] x86: Use INT3 instead of NOP for linker fill bytes

[PATCH v2 00/11] zfcp: retrieve local RDP data, fix and cleanup
 2019-10-29 14:37 UTC  (3+ messages)

[PATCH 1/2] locking/Kconfig: Add INLINE_SPINLOCKS & INLINE_RWLOCKS
 2019-10-28 15:52 UTC 

generic ioremap (and lots of cleanups) v2
 2019-10-28 15:29 UTC  (4+ messages)
` [PATCH 08/21] x86: clean up ioremap

[PATCH v14 08/22] s390: mm: Add p?d_leaf() definitions
 2019-10-28 13:58 UTC 

[PATCH v2 1/2] kasan: support instrumented bitops combined with generic bitops
 2019-10-28 13:56 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox